Pedrada commited on
Commit
3bf8f11
1 Parent(s): 2f20f90

Fix reference paper

Browse files
Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -88,19 +88,23 @@ Output:
88
  ```
89
 
90
  ### Reference
91
- ```
92
- @inproceedings{barbieri-etal-2022-xlm,
93
- title = "{XLM}-{T}: Multilingual Language Models in {T}witter for Sentiment Analysis and Beyond",
 
 
 
94
  author = "Barbieri, Francesco and
 
95
  Espinosa Anke, Luis and
96
- Camacho-Collados, Jose",
97
- booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
98
- month = jun,
99
- year = "2022",
100
- address = "Marseille, France",
101
- publisher = "European Language Resources Association",
102
- url = "https://aclanthology.org/2022.lrec-1.27",
103
- pages = "258--266"
 
104
  }
105
-
106
  ```
88
  ```
89
 
90
  ### Reference
91
+
92
+ Please cite the [reference paper](https://aclanthology.org/2020.findings-emnlp.148/) if you use this model.
93
+
94
+ ```bibtex
95
+ @inproceedings{barbieri-etal-2020-tweeteval,
96
+ title = "{T}weet{E}val: Unified Benchmark and Comparative Evaluation for Tweet Classification",
97
  author = "Barbieri, Francesco and
98
+ Camacho-Collados, Jose and
99
  Espinosa Anke, Luis and
100
+ Neves, Leonardo",
101
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
102
+ month = nov,
103
+ year = "2020",
104
+ address = "Online",
105
+ publisher = "Association for Computational Linguistics",
106
+ url = "https://aclanthology.org/2020.findings-emnlp.148",
107
+ doi = "10.18653/v1/2020.findings-emnlp.148",
108
+ pages = "1644--1650"
109
  }
 
110
  ```