finiteautomata commited on
Commit
bcd6835
1 Parent(s): 4177582

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  language:
3
  - es
 
4
 
5
  tags:
6
  - emotion-analysis
@@ -67,12 +68,19 @@ If you use this model in your research, please cite pysentimiento, RoBERTuito an
67
  year={2020}
68
  }
69
 
70
- @misc{perez2021robertuito,
71
- title={RoBERTuito: a pre-trained language model for social media text in Spanish},
72
- author={Juan Manuel Pérez and Damián A. Furman and Laura Alonso Alemany and Franco Luque},
73
- year={2021},
74
- eprint={2111.09453},
75
- archivePrefix={arXiv},
76
- primaryClass={cs.CL}
 
 
 
 
 
 
 
77
  }
78
  ```
 
1
  ---
2
  language:
3
  - es
4
+ library_name: pysentimiento
5
 
6
  tags:
7
  - emotion-analysis
 
68
  year={2020}
69
  }
70
 
71
+ @inproceedings{perez-etal-2022-robertuito,
72
+ title = "{R}o{BERT}uito: a pre-trained language model for social media text in {S}panish",
73
+ author = "P{\'e}rez, Juan Manuel and
74
+ Furman, Dami{\'a}n Ariel and
75
+ Alonso Alemany, Laura and
76
+ Luque, Franco M.",
77
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
78
+ month = jun,
79
+ year = "2022",
80
+ address = "Marseille, France",
81
+ publisher = "European Language Resources Association",
82
+ url = "https://aclanthology.org/2022.lrec-1.785",
83
+ pages = "7235--7243",
84
+ 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.",
85
  }
86
  ```