Update README.md
Browse files
README.md
CHANGED
@@ -83,4 +83,16 @@ Similarity between query and target 2: 0.6183
|
|
83 |
Similarity between query and target 3: 0.6972
|
84 |
Similarity between query and target 4: 0.3929
|
85 |
Similarity between query and target 5: 0.4260
|
86 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
Similarity between query and target 3: 0.6972
|
84 |
Similarity between query and target 4: 0.3929
|
85 |
Similarity between query and target 5: 0.4260
|
86 |
+
```
|
87 |
+
|
88 |
+
## Citing
|
89 |
+
```
|
90 |
+
@inproceedings{liu2021self,
|
91 |
+
title={Self-Alignment Pretraining for Biomedical Entity Representations},
|
92 |
+
author={Liu, Fangyu and Shareghi, Ehsan and Meng, Zaiqiao and Basaldella, Marco and Collier, Nigel},
|
93 |
+
booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
|
94 |
+
pages={4228--4238},
|
95 |
+
month = jun,
|
96 |
+
year={2021}
|
97 |
+
}
|
98 |
+
```
|