Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
File size: 2,381 Bytes
9e0dad3
25b3532
 
5757881
25b3532
 
 
616a74e
25b3532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e0dad3
25b3532
5757881
25b3532
5757881
 
 
 
 
25b3532
 
 
5757881
25b3532
 
 
 
 
5757881
25b3532
 
5757881
25b3532
 
 
 
 
5757881
 
 
 
 
 
 
 
 
 
 
 
4c51ddb
 
 
 
5757881
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---

language:
- en
license: apache-2.0
task_categories:
- text-classification
dataset_info:
- config_name: simplified_ekman
  features:
  - name: text
    dtype: string
  - name: labels
    dtype:
      class_label:
        names:
          '0': sadness
          '1': joy
          '2': love
          '3': anger
          '4': fear
          '5': surprise
  - name: labels_ekman
    dtype:
      class_label:
        names:
          '0': anger
          '1': disgust
          '2': fear
          '3': joy
          '4': sadness
          '5': surprise
  splits:
  - name: train
    num_bytes: 71995184.8176143
    num_examples: 333447
  - name: validation
    num_bytes: 8999425.091192849
    num_examples: 41681
  - name: test
    num_bytes: 8999425.091192849
    num_examples: 41681
  download_size: 55584192
  dataset_size: 89994035.0
configs:
- config_name: simplified_ekman
  data_files:
  - split: train
    path: simplified_ekman/train-*
  - split: validation
    path: simplified_ekman/validation-*
  - split: test
    path: simplified_ekman/test-*
---


# Twitter Emotions dataset

The original dataset: [Emotions](https://doi.org/10.34740/kaggle/dsv/7563141)

The derived dataset contains an additional `labels_ekman` column that maps the original emotion classes to the [Paul Ekman's classification](https://en.wikipedia.org/wiki/Emotion_classification).

The column `labels` contains the emotion classes of the original dataset:
```yaml

0: sadness

1: joy

2: love - not distinguished in the Ekman's classification

3: anger

4: fear

5: surprise

```

The column `labels_ekman` contains the corresponding Ekman's emotion classes:
```yaml

0: anger

1: disgust - omitted, since not used in the original dataset

2: fear

3: joy

4: sadness

5: surprise

```

The mapping from the original to the Ekman's classification is made as follows:

|Original|Ekman|
|---|---|
| sadness (0) | sadness (4) |
| joy (1) | joy (3) |
| love (2) | joy (3) |
| anger (3) | anger (0) |
| fear (4) | fear (2) |
| surprise (5) | surprise (5) |

## See also

https://huggingface.co/datasets/AiLab-IMCS-UL/go_emotions-en



## Acknowledgements



This work was supported by the EU Recovery and Resilience Facility project [Language Technology Initiative](https://www.vti.lu.lv) (2.3.1.1.i.0/1/22/I/CFLA/002).