Add reference paper
Browse files
README.md
CHANGED
@@ -94,4 +94,26 @@ Output:
|
|
94 |
1) positive 0.8466
|
95 |
2) neutral 0.1458
|
96 |
3) negative 0.0076
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
```
|
|
|
94 |
1) positive 0.8466
|
95 |
2) neutral 0.1458
|
96 |
3) negative 0.0076
|
97 |
+
```
|
98 |
+
|
99 |
+
### BibTeX entry and citation info
|
100 |
+
|
101 |
+
Please cite the [reference paper](https://aclanthology.org/2020.findings-emnlp.148/) if you use this model.
|
102 |
+
|
103 |
+
```bibtex
|
104 |
+
@inproceedings{barbieri-etal-2020-tweeteval,
|
105 |
+
title = "{T}weet{E}val: Unified Benchmark and Comparative Evaluation for Tweet Classification",
|
106 |
+
author = "Barbieri, Francesco and
|
107 |
+
Camacho-Collados, Jose and
|
108 |
+
Espinosa Anke, Luis and
|
109 |
+
Neves, Leonardo",
|
110 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
|
111 |
+
month = nov,
|
112 |
+
year = "2020",
|
113 |
+
address = "Online",
|
114 |
+
publisher = "Association for Computational Linguistics",
|
115 |
+
url = "https://aclanthology.org/2020.findings-emnlp.148",
|
116 |
+
doi = "10.18653/v1/2020.findings-emnlp.148",
|
117 |
+
pages = "1644--1650"
|
118 |
+
}
|
119 |
```
|