Add reference paper
Browse files
README.md
CHANGED
@@ -6,7 +6,8 @@ language:
|
|
6 |
---
|
7 |
# Twitter-roBERTa-base for Irony Detection
|
8 |
|
9 |
-
This is a roBERTa-base model trained on ~58M tweets and finetuned for irony detection with the TweetEval benchmark.
|
|
|
10 |
|
11 |
- Paper: [_TweetEval_ benchmark (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
|
12 |
- Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
|
@@ -84,4 +85,22 @@ Output:
|
|
84 |
```
|
85 |
1) irony 0.914
|
86 |
2) non_irony 0.086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
```
|
|
|
6 |
---
|
7 |
# Twitter-roBERTa-base for Irony Detection
|
8 |
|
9 |
+
This is a roBERTa-base model trained on ~58M tweets and finetuned for irony detection with the TweetEval benchmark.
|
10 |
+
This model has integrated in to the [TweetNLP Python library](https://github.com/cardiffnlp/tweetnlp/).
|
11 |
|
12 |
- Paper: [_TweetEval_ benchmark (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
|
13 |
- Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
|
|
|
85 |
```
|
86 |
1) irony 0.914
|
87 |
2) non_irony 0.086
|
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 |
```
|