rufimelo commited on
Commit
58f57eb
1 Parent(s): 9bd049f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -117,7 +117,9 @@ SentenceTransformer(
117
 
118
  ## Citing & Authors
119
 
120
- If you use this work, please cite BERTimbau's work:
 
 
121
 
122
  ```bibtex
123
  @inproceedings{souza2020bertimbau,
@@ -128,4 +130,28 @@ If you use this work, please cite BERTimbau's work:
128
  booktitle = {9th Brazilian Conference on Intelligent Systems, {BRACIS}, Rio Grande do Sul, Brazil, October 20-23 (to appear)},
129
  year = {2020}
130
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  ```
 
117
 
118
  ## Citing & Authors
119
 
120
+ ## Citing & Authors
121
+
122
+ If you use this work, please cite:
123
 
124
  ```bibtex
125
  @inproceedings{souza2020bertimbau,
 
130
  booktitle = {9th Brazilian Conference on Intelligent Systems, {BRACIS}, Rio Grande do Sul, Brazil, October 20-23 (to appear)},
131
  year = {2020}
132
  }
133
+
134
+ @inproceedings{fonseca2016assin,
135
+ title={ASSIN: Avaliacao de similaridade semantica e inferencia textual},
136
+ author={Fonseca, E and Santos, L and Criscuolo, Marcelo and Aluisio, S},
137
+ booktitle={Computational Processing of the Portuguese Language-12th International Conference, Tomar, Portugal},
138
+ pages={13--15},
139
+ year={2016}
140
+ }
141
+
142
+ @inproceedings{real2020assin,
143
+ title={The assin 2 shared task: a quick overview},
144
+ author={Real, Livy and Fonseca, Erick and Oliveira, Hugo Goncalo},
145
+ booktitle={International Conference on Computational Processing of the Portuguese Language},
146
+ pages={406--412},
147
+ year={2020},
148
+ organization={Springer}
149
+ }
150
+ @InProceedings{huggingface:dataset:stsb_multi_mt,
151
+ title = {Machine translated multilingual STS benchmark dataset.},
152
+ author={Philip May},
153
+ year={2021},
154
+ url={https://github.com/PhilipMay/stsb-multi-mt}
155
+ }
156
+
157
  ```