Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- es
|
7 |
+
- en
|
8 |
+
- el
|
9 |
+
tags:
|
10 |
+
- code
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
---
|
14 |
+
# SentiMP-21 Dataset
|
15 |
+
|
16 |
+
The SentiMP-21 Dataset is a multilingual sentiment analysis dataset based on tweets written by members of parliament in Greece, Spain and United Kingdom in 2021. It has been developed collaboratively by the [Andalusian Research Institute in Data Science and Computational Intelligence (DaSCI)](https://dasci.es/) research group from the [University of Granada](https://www.ugr.es/) and the [Cardiff NLP](https://sites.google.com/view/cardiffnlp/) research group from the [University of Cardiff](https://isc.cardiff.ac.uk/).
|
17 |
+
|
18 |
+
<p align="center"><img src="https://dasci.es/wp-content/uploads/2018/12/DaSCI_logo_vertical.png" alt="Andalusian Research Institute in Data Science and Computational Intelligence" height = "10"/>
|
19 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/e/ef/Cardiff_University_%28logo%29.svg" alt="Sherpa AI" height = "10" /></p>
|
20 |
+
|
21 |
+
## Dataset details
|
22 |
+
|
23 |
+
The dataset containst 1500 tweets in three different languages: Greek (500 tweets), Spanish (500 tweets) and English (500 tweets). For each tweet we provide the following information:
|
24 |
+
* **full_text**: Which containts the content of the tweet.
|
25 |
+
* **fold**: Proposed partitions \{0,1,2,3,4\} in 5 folds for 5 fold cross-validation.
|
26 |
+
* **label_i** : Annotator's i label (i in \{1,2,3\} for English and Greek and i in \{1,2,3,4,5\} for Spanish). It takes values in \{-1,0,1,x\}.
|
27 |
+
* **majority_vote**: The result after applying the majority vote strategy to the annotators' partial labelling. When there is a tie we use the label "TIE". It takes values in \{-1,0,1,TIE\}.
|
28 |
+
* **tie_break**: We use this column to break ties in cases where there is a tie. Therefore, it is only completed when TIE appears in the *majority_vote* column. It takes values in \{-1,0,1\}.
|
29 |
+
* **gold_label**: It represents the final label. It is a combination between the *majority_vote* abd the *tie_break* columns. It takes values in \{-1,0,1\}.
|
30 |
+
|
31 |
+
|
32 |
+
## Citation
|
33 |
+
If you use this dataset, please cite:
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
+
## Contact
|
38 |
+
Nuria Rodríguez Barroso - rbnuria@ugr.es
|
39 |
+
|
40 |
+
|
41 |
+
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
|
42 |
+
|
43 |
+
This work is licensed under a
|
44 |
+
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
|
45 |
+
|
46 |
+
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
|
47 |
+
|
48 |
+
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
|
49 |
+
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
|
50 |
+
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
|