rufimelo commited on
Commit
23f0b6c
1 Parent(s): 559c538

Update README.md

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