finiteautomata
commited on
Commit
•
6c41f7d
1
Parent(s):
bda8a98
Update README.md
Browse files
README.md
CHANGED
@@ -38,4 +38,16 @@ If you use `pysentimiento` in your work, please cite [this paper](https://arxiv.
|
|
38 |
}
|
39 |
```
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
Enjoy! 🤗
|
|
|
38 |
}
|
39 |
```
|
40 |
|
41 |
+
and also the dataset related paper
|
42 |
+
|
43 |
+
```
|
44 |
+
@inproceedings{del2020emoevent,
|
45 |
+
title={EmoEvent: A multilingual emotion corpus based on different events},
|
46 |
+
author={del Arco, Flor Miriam Plaza and Strapparava, Carlo and Lopez, L Alfonso Urena and Mart{\'\i}n-Valdivia, M Teresa},
|
47 |
+
booktitle={Proceedings of the 12th Language Resources and Evaluation Conference},
|
48 |
+
pages={1492--1498},
|
49 |
+
year={2020}
|
50 |
+
}
|
51 |
+
```
|
52 |
+
|
53 |
Enjoy! 🤗
|