Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
English
Size:
100K - 1M
Tags:
emotion-classification
License:
Commit
•
4b41f73
1
Parent(s):
cd6ec79
Add 'unsplit' config data files
Browse files- README.md +7 -3
- dataset_infos.json +53 -0
- unsplit/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -64,10 +64,10 @@ dataset_info:
|
|
64 |
'5': surprise
|
65 |
splits:
|
66 |
- name: train
|
67 |
-
num_bytes:
|
68 |
num_examples: 416809
|
69 |
-
download_size:
|
70 |
-
dataset_size:
|
71 |
configs:
|
72 |
- config_name: split
|
73 |
data_files:
|
@@ -78,6 +78,10 @@ configs:
|
|
78 |
- split: test
|
79 |
path: split/test-*
|
80 |
default: true
|
|
|
|
|
|
|
|
|
81 |
train-eval-index:
|
82 |
- config: default
|
83 |
task: text-classification
|
|
|
64 |
'5': surprise
|
65 |
splits:
|
66 |
- name: train
|
67 |
+
num_bytes: 45444017
|
68 |
num_examples: 416809
|
69 |
+
download_size: 26888538
|
70 |
+
dataset_size: 45444017
|
71 |
configs:
|
72 |
- config_name: split
|
73 |
data_files:
|
|
|
78 |
- split: test
|
79 |
path: split/test-*
|
80 |
default: true
|
81 |
+
- config_name: unsplit
|
82 |
+
data_files:
|
83 |
+
- split: train
|
84 |
+
path: unsplit/train-*
|
85 |
train-eval-index:
|
86 |
- config: default
|
87 |
task: text-classification
|
dataset_infos.json
CHANGED
@@ -157,5 +157,58 @@
|
|
157 |
"download_size": 1287193,
|
158 |
"dataset_size": 2173401,
|
159 |
"size_in_bytes": 3460594
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
}
|
161 |
}
|
|
|
157 |
"download_size": 1287193,
|
158 |
"dataset_size": 2173401,
|
159 |
"size_in_bytes": 3460594
|
160 |
+
},
|
161 |
+
"unsplit": {
|
162 |
+
"description": "Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.\n",
|
163 |
+
"citation": "@inproceedings{saravia-etal-2018-carer,\n title = \"{CARER}: Contextualized Affect Representations for Emotion Recognition\",\n author = \"Saravia, Elvis and\n Liu, Hsien-Chi Toby and\n Huang, Yen-Hao and\n Wu, Junlin and\n Chen, Yi-Shin\",\n booktitle = \"Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing\",\n month = oct # \"-\" # nov,\n year = \"2018\",\n address = \"Brussels, Belgium\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/D18-1404\",\n doi = \"10.18653/v1/D18-1404\",\n pages = \"3687--3697\",\n abstract = \"Emotions are expressed in nuanced ways, which varies by collective or individual experiences, knowledge, and beliefs. Therefore, to understand emotion, as conveyed through text, a robust mechanism capable of capturing and modeling different linguistic nuances and phenomena is needed. We propose a semi-supervised, graph-based algorithm to produce rich structural descriptors which serve as the building blocks for constructing contextualized affect representations from text. The pattern-based representations are further enriched with word embeddings and evaluated through several emotion recognition tasks. Our experimental results demonstrate that the proposed method outperforms state-of-the-art techniques on emotion recognition tasks.\",\n}\n",
|
164 |
+
"homepage": "https://github.com/dair-ai/emotion_dataset",
|
165 |
+
"license": "The dataset should be used for educational and research purposes only",
|
166 |
+
"features": {
|
167 |
+
"text": {
|
168 |
+
"dtype": "string",
|
169 |
+
"_type": "Value"
|
170 |
+
},
|
171 |
+
"label": {
|
172 |
+
"names": [
|
173 |
+
"sadness",
|
174 |
+
"joy",
|
175 |
+
"love",
|
176 |
+
"anger",
|
177 |
+
"fear",
|
178 |
+
"surprise"
|
179 |
+
],
|
180 |
+
"_type": "ClassLabel"
|
181 |
+
}
|
182 |
+
},
|
183 |
+
"supervised_keys": {
|
184 |
+
"input": "text",
|
185 |
+
"output": "label"
|
186 |
+
},
|
187 |
+
"task_templates": [
|
188 |
+
{
|
189 |
+
"task": "text-classification",
|
190 |
+
"label_column": "label"
|
191 |
+
}
|
192 |
+
],
|
193 |
+
"builder_name": "parquet",
|
194 |
+
"dataset_name": "emotion",
|
195 |
+
"config_name": "unsplit",
|
196 |
+
"version": {
|
197 |
+
"version_str": "1.0.0",
|
198 |
+
"major": 1,
|
199 |
+
"minor": 0,
|
200 |
+
"patch": 0
|
201 |
+
},
|
202 |
+
"splits": {
|
203 |
+
"train": {
|
204 |
+
"name": "train",
|
205 |
+
"num_bytes": 45444017,
|
206 |
+
"num_examples": 416809,
|
207 |
+
"dataset_name": null
|
208 |
+
}
|
209 |
+
},
|
210 |
+
"download_size": 26888538,
|
211 |
+
"dataset_size": 45444017,
|
212 |
+
"size_in_bytes": 72332555
|
213 |
}
|
214 |
}
|
unsplit/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba60fe890562b2770967d63f9d7eb104691e028ca68716cd4e926996ecb31441
|
3 |
+
size 26888538
|