Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: multilingual
|
3 |
license: mit
|
4 |
+
tags:
|
5 |
+
- emotion
|
6 |
+
- Multilingual
|
7 |
---
|
8 |
+
|
9 |
+
## Citation
|
10 |
+
Please use the following bibtex entry if you use this model in your project:
|
11 |
+
```
|
12 |
+
@inproceedings{bianchi2021feel,
|
13 |
+
title = {{"XLM-EMO: Multilingual Emotion Prediction in Social Media Text"}},
|
14 |
+
author = "Bianchi, Federico and Nozza, Debora and Hovy, Dirk",
|
15 |
+
booktitle = "Proceedings of the 12th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis",
|
16 |
+
year = "2022",
|
17 |
+
publisher = "Association for Computational Linguistics",
|
18 |
+
}
|
19 |
+
```
|