File size: 2,453 Bytes
4730a89
 
19abdbf
4730a89
 
cbec089
 
4730a89
 
 
 
 
 
 
 
 
 
 
 
cbec089
 
 
 
 
4730a89
 
 
 
 
 
 
 
 
 
 
 
b81e320
 
 
 
 
 
 
 
 
4730a89
cbec089
4730a89
 
1a95bd4
4730a89
 
 
 
 
5f427ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
language: multilingual

tags:
- emotion
- emotion-analysis
- multilingual

widget:
- text: "Guarda! ci sono dei bellissimi capibara!"
  example_title: "Emotion Classification 1"
- text: "Sei una testa di cazzo!!"
  example_title: "Emotion Classification 2"
- text: "Quelle bonne nouvelle!"
  example_title: "Emotion Classification 3"


---

#
[Federico Bianchi](https://federicobianchi.io/) •
[Debora Nozza](http://dnozza.github.io/) •
[Dirk Hovy](http://www.dirkhovy.com/)

## Abstract

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.

## Model

This model is the fine-tuned version of the [XLM-T](https://arxiv.org/abs/2104.12250) model. 

## Results

This model had an F1 of 0.85 on the test set.


## License

For models, restrictions may apply to the data (which are derived from existing datasets) or Twitter (main data source). 
We refer users to the original licenses accompanying each dataset and Twitter regulations. 

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


## Citation
Please use the following BibTeX entry if you use this model in your project:
```
@inproceedings{bianchi2021feel,
    title = "{XLM-EMO: Multilingual Emotion Prediction in Social Media Text}",
    author = "Bianchi, Federico and Nozza, Debora and Hovy, Dirk",
    booktitle = "Proceedings of the 12th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis",
    year = "2022",
    publisher = "Association for Computational Linguistics",
}
```