marcospiau commited on
Commit
04c0463
·
verified ·
1 Parent(s): 1466541

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -56,12 +56,15 @@ for result in results:
56
 
57
  For additional configurations and more advanced usage, consult the `rerankers` [GitHub repository](https://github.com/AnswerDotAI/rerankers).
58
 
59
- # Citation
60
  If you use our models, please cite:
61
-
62
- @article{ptt5_2020,
63
- title={PTT5: Pretraining and validating the T5 model on Brazilian Portuguese data},
64
- author={Carmo, Diedre and Piau, Marcos and Campiotti, Israel and Nogueira, Rodrigo and Lotufo, Roberto},
65
- journal={arXiv preprint arXiv:2008.09144},
66
- year={2020}
67
- }
 
 
 
 
56
 
57
  For additional configurations and more advanced usage, consult the `rerankers` [GitHub repository](https://github.com/AnswerDotAI/rerankers).
58
 
59
+ ## Citation
60
  If you use our models, please cite:
61
+ ```
62
+ @misc{piau2024ptt5v2,
63
+ title={ptt5-v2: A Closer Look at Continued Pretraining of T5 Models for the Portuguese Language},
64
+ author={Marcos Piau and Roberto Lotufo and Rodrigo Nogueira},
65
+ year={2024},
66
+ eprint={2406.10806},
67
+ archivePrefix={arXiv},
68
+ primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
69
+ }
70
+ ```