GanjinZero commited on
Commit
eb35931
1 Parent(s): 1516e37

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+
6
+ tags:
7
+ - bert
8
+ - biomedical
9
+
10
+ ---
11
+ CODER: Knowledge infused cross-lingual medical term embedding for term normalization.
12
+ English Version.
13
+
14
+ ```
15
+ @article{YUAN2022103983,
16
+ title = {CODER: Knowledge-infused cross-lingual medical term embedding for term normalization},
17
+ journal = {Journal of Biomedical Informatics},
18
+ pages = {103983},
19
+ year = {2022},
20
+ issn = {1532-0464},
21
+ doi = {https://doi.org/10.1016/j.jbi.2021.103983},
22
+ url = {https://www.sciencedirect.com/science/article/pii/S1532046421003129},
23
+ author = {Zheng Yuan and Zhengyun Zhao and Haixia Sun and Jiao Li and Fei Wang and Sheng Yu},
24
+ keywords = {medical term normalization, cross-lingual, medical term representation, knowledge graph embedding, contrastive learning}
25
+ }
26
+ ```