Pedrada commited on
Commit
4c365f1
1 Parent(s): 152d26b

Update reference

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -54,4 +54,24 @@ Most similar to: Acabo de pedir pollo frito 🐣
54
  2 Nous avons passé un bon moment! 🎥
55
  3 We had a great time! ⚽️
56
  4 We hebben een geweldige tijd gehad! ⛩
57
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  2 Nous avons passé un bon moment! 🎥
55
  3 We had a great time! ⚽️
56
  4 We hebben een geweldige tijd gehad! ⛩
57
+ ```
58
+
59
+ ### BibTeX entry and citation info
60
+
61
+ Please cite the [reference paper](https://aclanthology.org/2022.lrec-1.27/) if you use this model.
62
+
63
+ ```bibtex
64
+ @inproceedings{barbieri-etal-2022-xlm,
65
+ title = "{XLM}-{T}: Multilingual Language Models in {T}witter for Sentiment Analysis and Beyond",
66
+ author = "Barbieri, Francesco and
67
+ Espinosa Anke, Luis and
68
+ Camacho-Collados, Jose",
69
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
70
+ month = jun,
71
+ year = "2022",
72
+ address = "Marseille, France",
73
+ publisher = "European Language Resources Association",
74
+ url = "https://aclanthology.org/2022.lrec-1.27",
75
+ pages = "258--266",
76
+ abstract = "Language models are ubiquitous in current NLP, and their multilingual capacity has recently attracted considerable attention. However, current analyses have almost exclusively focused on (multilingual variants of) standard benchmarks, and have relied on clean pre-training and task-specific corpora as multilingual signals. In this paper, we introduce XLM-T, a model to train and evaluate multilingual language models in Twitter. In this paper we provide: (1) a new strong multilingual baseline consisting of an XLM-R (Conneau et al. 2020) model pre-trained on millions of tweets in over thirty languages, alongside starter code to subsequently fine-tune on a target task; and (2) a set of unified sentiment analysis Twitter datasets in eight different languages and a XLM-T model trained on this dataset.",
77
+ }