eduagarcia commited on
Commit
6ec58fd
·
verified ·
1 Parent(s): 375c5bd

Add paper link and citation

Browse files
Files changed (1) hide show
  1. README.md +24 -14
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:** [Coming soon]
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
- @InProceedings{garcia2024_roberlexpt,
183
- author="Garcia, Eduardo A. S.
184
- and Silva, N{\'a}dia F. F.
185
- and Siqueira, Felipe
186
- and Gomes, Juliana R. S.
187
- and Albuqueruqe, Hidelberg O.
188
- and Souza, Ellen
189
- and Lima, Eliomar
190
- and De Carvalho, André",
191
- title="RoBERTaLexPT: A Legal RoBERTa Model pretrained with deduplication for Portuguese",
192
- booktitle="Computational Processing of the Portuguese Language",
193
- year="2024",
194
- publisher="Association for Computational Linguistics"
 
 
 
 
 
 
 
 
 
 
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