GanjinZero commited on
Commit
025b05d
1 Parent(s): b5ecf98

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
13
+ Multi lingual Version.
14
+
15
+ ```
16
+ @article{YUAN2022103983,
17
+ title = {CODER: Knowledge-infused cross-lingual medical term embedding for term normalization},
18
+ journal = {Journal of Biomedical Informatics},
19
+ pages = {103983},
20
+ year = {2022},
21
+ issn = {1532-0464},
22
+ doi = {https://doi.org/10.1016/j.jbi.2021.103983},
23
+ url = {https://www.sciencedirect.com/science/article/pii/S1532046421003129},
24
+ author = {Zheng Yuan and Zhengyun Zhao and Haixia Sun and Jiao Li and Fei Wang and Sheng Yu},
25
+ keywords = {medical term normalization, cross-lingual, medical term representation, knowledge graph embedding, contrastive learning}
26
+ }
27
+ ```