GanjinZero
commited on
Commit
•
1b92944
1
Parent(s):
32cc5ce
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
|
6 |
+
tags:
|
7 |
+
- bert
|
8 |
+
- biomedical
|
9 |
+
|
10 |
+
---
|
11 |
+
Automatic Biomedical Term Clustering by Learning Fine-grained Term Representations.
|
12 |
+
|
13 |
+
CODER++
|
14 |
+
|
15 |
+
```
|
16 |
+
@misc{https://doi.org/10.48550/arxiv.2204.00391,
|
17 |
+
doi = {10.48550/ARXIV.2204.00391},
|
18 |
+
url = {https://arxiv.org/abs/2204.00391},
|
19 |
+
author = {Zeng, Sihang and Yuan, Zheng and Yu, Sheng},
|
20 |
+
title = {Automatic Biomedical Term Clustering by Learning Fine-grained Term Representations},
|
21 |
+
publisher = {arXiv},
|
22 |
+
year = {2022}
|
23 |
+
}
|
24 |
+
```
|