Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Updated metadata
Browse files
README.md
CHANGED
|
@@ -1,52 +1,54 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: text
|
| 6 |
dtype: string
|
| 7 |
- name: labels
|
| 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 |
- name: labels_ekman
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
|
|
|
| 50 |
- name: id
|
| 51 |
dtype: string
|
| 52 |
splits:
|
|
@@ -128,35 +130,35 @@ The derived dataset contains an additional `labels_ekman` column with emotion la
|
|
| 128 |
|
| 129 |
Mapping from the 27 fine-grained emotions to the 6 basic emotions:
|
| 130 |
|
| 131 |
-
|GoEmotions|Ekman|
|
| 132 |
|---|---|
|
| 133 |
-
| admiration | joy|
|
| 134 |
-
| amusement | joy|
|
| 135 |
-
| anger | anger|
|
| 136 |
-
| annoyance | anger|
|
| 137 |
-
| approval | joy|
|
| 138 |
-
| caring | joy|
|
| 139 |
-
| confusion | surprise|
|
| 140 |
-
| curiosity | surprise|
|
| 141 |
-
| desire | joy|
|
| 142 |
-
| disappointment | sadness|
|
| 143 |
-
| disapproval | anger|
|
| 144 |
-
| disgust | disgust|
|
| 145 |
-
| embarrassment | sadness|
|
| 146 |
-
| excitement | joy|
|
| 147 |
-
| fear | fear|
|
| 148 |
-
| gratitude | joy|
|
| 149 |
-
| grief | sadness|
|
| 150 |
-
| joy | joy|
|
| 151 |
-
| love | joy|
|
| 152 |
-
| nervousness | fear|
|
| 153 |
-
| optimism | joy|
|
| 154 |
-
| pride | joy|
|
| 155 |
-
| realization | surprise|
|
| 156 |
-
| relief | joy|
|
| 157 |
-
| remorse | sadness|
|
| 158 |
-
| sadness | sadness|
|
| 159 |
-
| surprise | surprise|
|
| 160 |
|
| 161 |
## Acknowledgements
|
| 162 |
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: simplified_ekman
|
| 4 |
features:
|
| 5 |
- name: text
|
| 6 |
dtype: string
|
| 7 |
- name: labels
|
| 8 |
+
dtype:
|
| 9 |
+
list:
|
| 10 |
+
class_label:
|
| 11 |
+
names:
|
| 12 |
+
- admiration
|
| 13 |
+
- amusement
|
| 14 |
+
- anger
|
| 15 |
+
- annoyance
|
| 16 |
+
- approval
|
| 17 |
+
- caring
|
| 18 |
+
- confusion
|
| 19 |
+
- curiosity
|
| 20 |
+
- desire
|
| 21 |
+
- disappointment
|
| 22 |
+
- disapproval
|
| 23 |
+
- disgust
|
| 24 |
+
- embarrassment
|
| 25 |
+
- excitement
|
| 26 |
+
- fear
|
| 27 |
+
- gratitude
|
| 28 |
+
- grief
|
| 29 |
+
- joy
|
| 30 |
+
- love
|
| 31 |
+
- nervousness
|
| 32 |
+
- optimism
|
| 33 |
+
- pride
|
| 34 |
+
- realization
|
| 35 |
+
- relief
|
| 36 |
+
- remorse
|
| 37 |
+
- sadness
|
| 38 |
+
- surprise
|
| 39 |
+
- neutral
|
| 40 |
- name: labels_ekman
|
| 41 |
+
dtype:
|
| 42 |
+
list:
|
| 43 |
+
class_label:
|
| 44 |
+
names:
|
| 45 |
+
- anger
|
| 46 |
+
- disgust
|
| 47 |
+
- fear
|
| 48 |
+
- joy
|
| 49 |
+
- sadness
|
| 50 |
+
- surprise
|
| 51 |
+
- neutral
|
| 52 |
- name: id
|
| 53 |
dtype: string
|
| 54 |
splits:
|
|
|
|
| 130 |
|
| 131 |
Mapping from the 27 fine-grained emotions to the 6 basic emotions:
|
| 132 |
|
| 133 |
+
| GoEmotions | Ekman |
|
| 134 |
|---|---|
|
| 135 |
+
| admiration | joy |
|
| 136 |
+
| amusement | joy |
|
| 137 |
+
| anger | anger |
|
| 138 |
+
| annoyance | anger |
|
| 139 |
+
| approval | joy |
|
| 140 |
+
| caring | joy |
|
| 141 |
+
| confusion | surprise |
|
| 142 |
+
| curiosity | surprise |
|
| 143 |
+
| desire | joy |
|
| 144 |
+
| disappointment | sadness |
|
| 145 |
+
| disapproval | anger |
|
| 146 |
+
| disgust | disgust |
|
| 147 |
+
| embarrassment | sadness |
|
| 148 |
+
| excitement | joy |
|
| 149 |
+
| fear | fear |
|
| 150 |
+
| gratitude | joy |
|
| 151 |
+
| grief | sadness |
|
| 152 |
+
| joy | joy |
|
| 153 |
+
| love | joy |
|
| 154 |
+
| nervousness | fear |
|
| 155 |
+
| optimism | joy |
|
| 156 |
+
| pride | joy |
|
| 157 |
+
| realization | surprise |
|
| 158 |
+
| relief | joy |
|
| 159 |
+
| remorse | sadness |
|
| 160 |
+
| sadness | sadness |
|
| 161 |
+
| surprise | surprise |
|
| 162 |
|
| 163 |
## Acknowledgements
|
| 164 |
|