Update README.md
Browse files
README.md
CHANGED
@@ -1,37 +1,41 @@
|
|
1 |
-
---
|
2 |
-
language: multilingual
|
3 |
-
license: mit
|
4 |
-
tags:
|
5 |
-
- emotion
|
6 |
-
- Multilingual
|
7 |
-
|
8 |
-
widget:
|
9 |
-
- text: "Guarda! ci sono dei bellissimi capibara!"
|
10 |
-
example_title: "Emotion Classification 1"
|
11 |
-
- text: "Sei una testa di cazzo!!"
|
12 |
-
example_title: "Emotion Classification 2"
|
13 |
-
- text: "Quelle bonne nouvelle!"
|
14 |
-
example_title: "Emotion Classification 3"
|
15 |
-
|
16 |
-
|
17 |
-
---
|
18 |
-
|
19 |
-
## Abstract
|
20 |
-
|
21 |
-
Detecting emotion in text allows social and computational scientists to study how people behave and react to online events. However, developing these tools for different languages requires data that is not always available. This paper collects the available emotion detection datasets across 19 languages. We train a multilingual emotion prediction model for social media data, XLM-EMO. The model shows competitive performance in a zero-shot setting, suggesting it is helpful in the context of low-resource languages. We release our model to the community so that interested researchers can directly use it.
|
22 |
-
|
23 |
-
##
|
24 |
-
|
25 |
-
This model
|
26 |
-
|
27 |
-
##
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
37 |
```
|
|
|
1 |
+
---
|
2 |
+
language: multilingual
|
3 |
+
license: mit
|
4 |
+
tags:
|
5 |
+
- emotion
|
6 |
+
- Multilingual
|
7 |
+
|
8 |
+
widget:
|
9 |
+
- text: "Guarda! ci sono dei bellissimi capibara!"
|
10 |
+
example_title: "Emotion Classification 1"
|
11 |
+
- text: "Sei una testa di cazzo!!"
|
12 |
+
example_title: "Emotion Classification 2"
|
13 |
+
- text: "Quelle bonne nouvelle!"
|
14 |
+
example_title: "Emotion Classification 3"
|
15 |
+
|
16 |
+
|
17 |
+
---
|
18 |
+
|
19 |
+
## Abstract
|
20 |
+
|
21 |
+
Detecting emotion in text allows social and computational scientists to study how people behave and react to online events. However, developing these tools for different languages requires data that is not always available. This paper collects the available emotion detection datasets across 19 languages. We train a multilingual emotion prediction model for social media data, XLM-EMO. The model shows competitive performance in a zero-shot setting, suggesting it is helpful in the context of low-resource languages. We release our model to the community so that interested researchers can directly use it.
|
22 |
+
|
23 |
+
## Model
|
24 |
+
|
25 |
+
This model is the fine-tuned version of the [XLM-T](https://arxiv.org/abs/2104.12250) model.
|
26 |
+
|
27 |
+
## Results
|
28 |
+
|
29 |
+
This model had an F1 of 0.85 on the test set.
|
30 |
+
|
31 |
+
## Citation
|
32 |
+
Please use the following bibtex entry if you use this model in your project:
|
33 |
+
```
|
34 |
+
@inproceedings{bianchi2021feel,
|
35 |
+
title = {{"XLM-EMO: Multilingual Emotion Prediction in Social Media Text"}},
|
36 |
+
author = "Bianchi, Federico and Nozza, Debora and Hovy, Dirk",
|
37 |
+
booktitle = "Proceedings of the 12th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis",
|
38 |
+
year = "2022",
|
39 |
+
publisher = "Association for Computational Linguistics",
|
40 |
+
}
|
41 |
```
|