firqaaa commited on
Commit
aab797b
1 Parent(s): 906f371

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -136,4 +136,13 @@ SentenceTransformer(
136
 
137
  ## Citing & Authors
138
 
139
- <!--- Describe where people can find more information -->
 
 
 
 
 
 
 
 
 
 
136
 
137
  ## Citing & Authors
138
 
139
+ <!--- Describe where people can find more information -->
140
+ @inproceedings{reimers-2019-sentence-bert,
141
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
142
+ author = "Reimers, Nils and Gurevych, Iryna",
143
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
144
+ month = "11",
145
+ year = "2019",
146
+ publisher = "Association for Computational Linguistics",
147
+ url = "https://arxiv.org/abs/1908.10084",
148
+ }