Add published reference citation (instead of preprint)
Browse files
README.md
CHANGED
|
@@ -322,10 +322,11 @@ If you use this model in your research, please cite both it and the source model
|
|
| 322 |
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 323 |
author = "Reimers, Nils and Gurevych, Iryna",
|
| 324 |
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 325 |
-
month = "
|
| 326 |
year = "2019",
|
|
|
|
| 327 |
publisher = "Association for Computational Linguistics",
|
| 328 |
-
|
| 329 |
}
|
| 330 |
```
|
| 331 |
|
|
|
|
| 322 |
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 323 |
author = "Reimers, Nils and Gurevych, Iryna",
|
| 324 |
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 325 |
+
month = "01",
|
| 326 |
year = "2019",
|
| 327 |
+
pages = "3973-3983",
|
| 328 |
publisher = "Association for Computational Linguistics",
|
| 329 |
+
doi = "10.18653/v1/D19-1410"
|
| 330 |
}
|
| 331 |
```
|
| 332 |
|