rufimelo commited on
Commit
9b95b50
1 Parent(s): 00e6636

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -144,7 +144,9 @@ SentenceTransformer(
144
 
145
  ## Citing & Authors
146
 
147
- If you use this work, please cite BERTimbau's work:
 
 
148
 
149
  ```bibtex
150
  @inproceedings{souza2020bertimbau,
@@ -155,4 +157,28 @@ If you use this work, please cite BERTimbau's work:
155
  booktitle = {9th Brazilian Conference on Intelligent Systems, {BRACIS}, Rio Grande do Sul, Brazil, October 20-23 (to appear)},
156
  year = {2020}
157
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  ```
144
 
145
  ## Citing & Authors
146
 
147
+ ## Citing & Authors
148
+
149
+ If you use this work, please cite:
150
 
151
  ```bibtex
152
  @inproceedings{souza2020bertimbau,
157
  booktitle = {9th Brazilian Conference on Intelligent Systems, {BRACIS}, Rio Grande do Sul, Brazil, October 20-23 (to appear)},
158
  year = {2020}
159
  }
160
+
161
+ @inproceedings{fonseca2016assin,
162
+ title={ASSIN: Avaliacao de similaridade semantica e inferencia textual},
163
+ author={Fonseca, E and Santos, L and Criscuolo, Marcelo and Aluisio, S},
164
+ booktitle={Computational Processing of the Portuguese Language-12th International Conference, Tomar, Portugal},
165
+ pages={13--15},
166
+ year={2016}
167
+ }
168
+
169
+ @inproceedings{real2020assin,
170
+ title={The assin 2 shared task: a quick overview},
171
+ author={Real, Livy and Fonseca, Erick and Oliveira, Hugo Goncalo},
172
+ booktitle={International Conference on Computational Processing of the Portuguese Language},
173
+ pages={406--412},
174
+ year={2020},
175
+ organization={Springer}
176
+ }
177
+ @InProceedings{huggingface:dataset:stsb_multi_mt,
178
+ title = {Machine translated multilingual STS benchmark dataset.},
179
+ author={Philip May},
180
+ year={2021},
181
+ url={https://github.com/PhilipMay/stsb-multi-mt}
182
+ }
183
+
184
  ```