fl399 commited on
Commit
97bf331
1 Parent(s): c3c02ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1 +1,11 @@
1
  SapBERT by [Liu et al. (2020)](https://arxiv.org/pdf/2010.11784.pdf). Please use [CLS] as the representation of the input.
 
 
 
 
 
 
 
 
 
 
 
1
  SapBERT by [Liu et al. (2020)](https://arxiv.org/pdf/2010.11784.pdf). Please use [CLS] as the representation of the input.
2
+
3
+
4
+ ```bibtex
5
+ @article{liu2020self,
6
+ title={Self-alignment Pre-training for Biomedical Entity Representations},
7
+ author={Liu, Fangyu and Shareghi, Ehsan and Meng, Zaiqiao and Basaldella, Marco and Collier, Nigel},
8
+ journal={arXiv preprint arXiv:2010.11784},
9
+ year={2020}
10
+ }
11
+ ```