Pedrada commited on
Commit
43e6b8e
โ€ข
1 Parent(s): 7fc063f

Add reference XLM-T

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -94,3 +94,22 @@ Output:
94
  3) Negative 0.0313
95
  ```
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  3) Negative 0.0313
95
  ```
96
 
97
+ ### Reference
98
+ ```
99
+ @inproceedings{barbieri-etal-2022-xlm,
100
+ title = "{XLM}-{T}: Multilingual Language Models in {T}witter for Sentiment Analysis and Beyond",
101
+ author = "Barbieri, Francesco and
102
+ Espinosa Anke, Luis and
103
+ Camacho-Collados, Jose",
104
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
105
+ month = jun,
106
+ year = "2022",
107
+ address = "Marseille, France",
108
+ publisher = "European Language Resources Association",
109
+ url = "https://aclanthology.org/2022.lrec-1.27",
110
+ pages = "258--266",
111
+ 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.",
112
+ }
113
+
114
+ ```
115
+