eduagarcia
commited on
Add paper link and citation
Browse files
README.md
CHANGED
@@ -95,7 +95,7 @@ This model is part of the [RoBERTaLexPT](https://huggingface.co/eduagarcia/RoBER
|
|
95 |
- **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
|
96 |
- **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
|
97 |
- **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
|
98 |
-
- **Paper:**
|
99 |
|
100 |
## Generic Evaluation
|
101 |
|
@@ -179,19 +179,29 @@ For other parameters we adopted the standard [RoBERTa-base hyperparameters](http
|
|
179 |
## Citation
|
180 |
|
181 |
```bibtex
|
182 |
-
@
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
}
|
196 |
```
|
197 |
|
|
|
95 |
- **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
|
96 |
- **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
|
97 |
- **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
|
98 |
+
- **Paper:** https://aclanthology.org/2024.propor-1.38/
|
99 |
|
100 |
## Generic Evaluation
|
101 |
|
|
|
179 |
## Citation
|
180 |
|
181 |
```bibtex
|
182 |
+
@inproceedings{garcia-etal-2024-robertalexpt,
|
183 |
+
title = "{R}o{BERT}a{L}ex{PT}: A Legal {R}o{BERT}a Model pretrained with deduplication for {P}ortuguese",
|
184 |
+
author = "Garcia, Eduardo A. S. and
|
185 |
+
Silva, Nadia F. F. and
|
186 |
+
Siqueira, Felipe and
|
187 |
+
Albuquerque, Hidelberg O. and
|
188 |
+
Gomes, Juliana R. S. and
|
189 |
+
Souza, Ellen and
|
190 |
+
Lima, Eliomar A.",
|
191 |
+
editor = "Gamallo, Pablo and
|
192 |
+
Claro, Daniela and
|
193 |
+
Teixeira, Ant{\'o}nio and
|
194 |
+
Real, Livy and
|
195 |
+
Garcia, Marcos and
|
196 |
+
Oliveira, Hugo Gon{\c{c}}alo and
|
197 |
+
Amaro, Raquel",
|
198 |
+
booktitle = "Proceedings of the 16th International Conference on Computational Processing of Portuguese",
|
199 |
+
month = mar,
|
200 |
+
year = "2024",
|
201 |
+
address = "Santiago de Compostela, Galicia/Spain",
|
202 |
+
publisher = "Association for Computational Lingustics",
|
203 |
+
url = "https://aclanthology.org/2024.propor-1.38",
|
204 |
+
pages = "374--383",
|
205 |
}
|
206 |
```
|
207 |
|