fl399 commited on
Commit
5f743ef
1 Parent(s): ff0ef3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -7,4 +7,15 @@ tags:
7
  datasets:
8
  - UMLS
9
 
10
- SapBERT [(Liu et al. 2020)](https://arxiv.org/pdf/2010.11784.pdf) trained with [UMLS](https://www.nlm.nih.gov/research/umls/licensedcontent/umlsknowledgesources.html) 2020AB, using [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) as the base model.
 
 
 
 
 
 
 
 
 
 
 
 
7
  datasets:
8
  - UMLS
9
 
10
+ ### SapBERT-XLMR
11
+ SapBERT [(Liu et al. 2020)](https://arxiv.org/pdf/2010.11784.pdf) trained with [UMLS](https://www.nlm.nih.gov/research/umls/licensedcontent/umlsknowledgesources.html) 2020AB, using [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) as the base model. Please use [CLS] as the representation of the input.
12
+
13
+ ### Citation
14
+ ```bibtex
15
+ @article{liu2020self,
16
+ title={Self-alignment Pre-training for Biomedical Entity Representations},
17
+ author={Liu, Fangyu and Shareghi, Ehsan and Meng, Zaiqiao and Basaldella, Marco and Collier, Nigel},
18
+ journal={arXiv preprint arXiv:2010.11784},
19
+ year={2020}
20
+ }
21
+ ```