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