Fix reference paper
Browse files
README.md
CHANGED
|
@@ -88,19 +88,23 @@ Output:
|
|
| 88 |
```
|
| 89 |
|
| 90 |
### Reference
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
| 94 |
author = "Barbieri, Francesco and
|
|
|
|
| 95 |
Espinosa Anke, Luis and
|
| 96 |
-
|
| 97 |
-
booktitle = "
|
| 98 |
-
month =
|
| 99 |
-
year = "
|
| 100 |
-
address = "
|
| 101 |
-
publisher = "
|
| 102 |
-
url = "https://aclanthology.org/
|
| 103 |
-
|
|
|
|
| 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 |
```
|