finiteautomata commited on
Commit
782e097
1 Parent(s): 3dfc35a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -7
README.md CHANGED
@@ -51,12 +51,28 @@ If you use this model in your research, please cite pysentimiento and RoBERTuito
51
  archivePrefix={arXiv},
52
  primaryClass={cs.CL}
53
  }
54
- @misc{perez2021robertuito,
55
- title={RoBERTuito: a pre-trained language model for social media text in Spanish},
56
- author={Juan Manuel Pérez and Damián A. Furman and Laura Alonso Alemany and Franco Luque},
57
- year={2021},
58
- eprint={2111.09453},
59
- archivePrefix={arXiv},
60
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  }
62
  ```
51
  archivePrefix={arXiv},
52
  primaryClass={cs.CL}
53
  }
54
+ @inproceedings{perez-etal-2022-robertuito,
55
+ title = "{R}o{BERT}uito: a pre-trained language model for social media text in {S}panish",
56
+ author = "P{\'e}rez, Juan Manuel and
57
+ Furman, Dami{\'a}n Ariel and
58
+ Alonso Alemany, Laura and
59
+ Luque, Franco M.",
60
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
61
+ month = jun,
62
+ year = "2022",
63
+ address = "Marseille, France",
64
+ publisher = "European Language Resources Association",
65
+ url = "https://aclanthology.org/2022.lrec-1.785",
66
+ pages = "7235--7243",
67
+ abstract = "Since BERT appeared, Transformer language models and transfer learning have become state-of-the-art for natural language processing tasks. Recently, some works geared towards pre-training specially-crafted models for particular domains, such as scientific papers, medical documents, user-generated texts, among others. These domain-specific models have been shown to improve performance significantly in most tasks; however, for languages other than English, such models are not widely available. In this work, we present RoBERTuito, a pre-trained language model for user-generated text in Spanish, trained on over 500 million tweets. Experiments on a benchmark of tasks involving user-generated text showed that RoBERTuito outperformed other pre-trained language models in Spanish. In addition to this, our model has some cross-lingual abilities, achieving top results for English-Spanish tasks of the Linguistic Code-Switching Evaluation benchmark (LinCE) and also competitive performance against monolingual models in English Twitter tasks. To facilitate further research, we make RoBERTuito publicly available at the HuggingFace model hub together with the dataset used to pre-train it.",
68
+ }
69
+
70
+ @inproceedings{ortega2019overview,
71
+ title={Overview of the task on irony detection in Spanish variants},
72
+ author={Ortega-Bueno, Reynier and Rangel, Francisco and Hern{\'a}ndez Far{\i}as, D and Rosso, Paolo and Montes-y-G{\'o}mez, Manuel and Medina Pagola, Jos{\'e} E},
73
+ booktitle={Proceedings of the Iberian languages evaluation forum (IberLEF 2019), co-located with 34th conference of the Spanish Society for natural language processing (SEPLN 2019). CEUR-WS. org},
74
+ volume={2421},
75
+ pages={229--256},
76
+ year={2019}
77
  }
78
  ```