manueltonneau commited on
Commit
72fb5ee
1 Parent(s): a831340

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -16
README.md CHANGED
@@ -58,21 +58,8 @@ We kept the same vocabulary as XLM-R and trained the model for one epoch, using
58
 
59
  TODO
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
- }
78
-
 
58
 
59
  TODO
60
 
61
+ Please cite the reference paper (TODO) if you use this model.
62
 
63
  ```bibtex
64
+ @inproceedings{XXX}
65
+ ```