Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
100K - 1M
Tags:
emotion-Classitication
License:
Update README.md
Browse files
README.md
CHANGED
@@ -44,4 +44,163 @@ tags:
|
|
44 |
pretty_name: Emotion
|
45 |
size_categories:
|
46 |
- 10K<n<100K
|
47 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
pretty_name: Emotion
|
45 |
size_categories:
|
46 |
- 10K<n<100K
|
47 |
+
---
|
48 |
+
|
49 |
+
|
50 |
+
# Dataset Card for "emotion"
|
51 |
+
|
52 |
+
## Table of Contents
|
53 |
+
- [Dataset Description](#dataset-description)
|
54 |
+
- [Dataset Summary](#dataset-summary)
|
55 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
56 |
+
- [Languages](#languages)
|
57 |
+
- [Dataset Structure](#dataset-structure)
|
58 |
+
- [Data Instances](#data-instances)
|
59 |
+
- [Data Fields](#data-fields)
|
60 |
+
- [Data Splits](#data-splits)
|
61 |
+
- [Dataset Creation](#dataset-creation)
|
62 |
+
- [Curation Rationale](#curation-rationale)
|
63 |
+
- [Source Data](#source-data)
|
64 |
+
- [Annotations](#annotations)
|
65 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
66 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
67 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
68 |
+
- [Discussion of Biases](#discussion-of-biases)
|
69 |
+
- [Other Known Limitations](#other-known-limitations)
|
70 |
+
- [Additional Information](#additional-information)
|
71 |
+
- [Dataset Curators](#dataset-curators)
|
72 |
+
- [Licensing Information](#licensing-information)
|
73 |
+
- [Citation Information](#citation-information)
|
74 |
+
- [Contributions](#contributions)
|
75 |
+
|
76 |
+
## Dataset Description
|
77 |
+
|
78 |
+
- **Homepage:** [https://github.com/dair-ai/emotion_dataset](https://github.com/dair-ai/emotion_dataset)
|
79 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
80 |
+
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
81 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
82 |
+
- **Size of downloaded dataset files:** 16.13 MB
|
83 |
+
- **Size of the generated dataset:** 47.62 MB
|
84 |
+
- **Total amount of disk used:** 63.75 MB
|
85 |
+
|
86 |
+
### Dataset Summary
|
87 |
+
|
88 |
+
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.
|
89 |
+
|
90 |
+
### Supported Tasks and Leaderboards
|
91 |
+
|
92 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
93 |
+
|
94 |
+
### Languages
|
95 |
+
|
96 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
97 |
+
|
98 |
+
## Dataset Structure
|
99 |
+
|
100 |
+
### Data Instances
|
101 |
+
|
102 |
+
An example looks as follows.
|
103 |
+
```
|
104 |
+
{
|
105 |
+
"text": "im feeling quite sad and sorry for myself but ill snap out of it soon",
|
106 |
+
"label": 0
|
107 |
+
}
|
108 |
+
```
|
109 |
+
|
110 |
+
### Data Fields
|
111 |
+
|
112 |
+
The data fields are:
|
113 |
+
- `text`: a `string` feature.
|
114 |
+
- `label`: a classification label, with possible values including `sadness` (0), `joy` (1), `love` (2), `anger` (3), `fear` (4), `surprise` (5).
|
115 |
+
|
116 |
+
### Data Splits
|
117 |
+
|
118 |
+
The dataset has 2 configurations:
|
119 |
+
- split: with a total of 20_000 examples split into train, validation and split
|
120 |
+
- unsplit: with a total of 416_809 examples in a single train split
|
121 |
+
|
122 |
+
| name | train | validation | test |
|
123 |
+
|---------|-------:|-----------:|-----:|
|
124 |
+
| split | 16000 | 2000 | 2000 |
|
125 |
+
| unsplit | 416809 | n/a | n/a |
|
126 |
+
|
127 |
+
## Dataset Creation
|
128 |
+
|
129 |
+
### Curation Rationale
|
130 |
+
|
131 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
132 |
+
|
133 |
+
### Source Data
|
134 |
+
|
135 |
+
#### Initial Data Collection and Normalization
|
136 |
+
|
137 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
138 |
+
|
139 |
+
#### Who are the source language producers?
|
140 |
+
|
141 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
142 |
+
|
143 |
+
### Annotations
|
144 |
+
|
145 |
+
#### Annotation process
|
146 |
+
|
147 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
148 |
+
|
149 |
+
#### Who are the annotators?
|
150 |
+
|
151 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
152 |
+
|
153 |
+
### Personal and Sensitive Information
|
154 |
+
|
155 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
156 |
+
|
157 |
+
## Considerations for Using the Data
|
158 |
+
|
159 |
+
### Social Impact of Dataset
|
160 |
+
|
161 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
162 |
+
|
163 |
+
### Discussion of Biases
|
164 |
+
|
165 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
166 |
+
|
167 |
+
### Other Known Limitations
|
168 |
+
|
169 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
170 |
+
|
171 |
+
## Additional Information
|
172 |
+
|
173 |
+
### Dataset Curators
|
174 |
+
|
175 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
176 |
+
|
177 |
+
### Licensing Information
|
178 |
+
|
179 |
+
The dataset should be used for educational and research purposes only.
|
180 |
+
|
181 |
+
### Citation Information
|
182 |
+
|
183 |
+
If you use this dataset, please cite:
|
184 |
+
```
|
185 |
+
@inproceedings{saravia-etal-2018-carer,
|
186 |
+
title = "{CARER}: Contextualized Affect Representations for Emotion Recognition",
|
187 |
+
author = "Saravia, Elvis and
|
188 |
+
Liu, Hsien-Chi Toby and
|
189 |
+
Huang, Yen-Hao and
|
190 |
+
Wu, Junlin and
|
191 |
+
Chen, Yi-Shin",
|
192 |
+
booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
|
193 |
+
month = oct # "-" # nov,
|
194 |
+
year = "2018",
|
195 |
+
address = "Brussels, Belgium",
|
196 |
+
publisher = "Association for Computational Linguistics",
|
197 |
+
url = "https://www.aclweb.org/anthology/D18-1404",
|
198 |
+
doi = "10.18653/v1/D18-1404",
|
199 |
+
pages = "3687--3697",
|
200 |
+
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.",
|
201 |
+
}
|
202 |
+
```
|
203 |
+
|
204 |
+
### Contributions
|
205 |
+
|
206 |
+
Thanks to [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.
|