Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "emo"
|
@@ -6,12 +7,12 @@
|
|
6 |
## Table of Contents
|
7 |
- [Dataset Description](#dataset-description)
|
8 |
- [Dataset Summary](#dataset-summary)
|
9 |
-
- [Supported Tasks](#supported-tasks)
|
10 |
- [Languages](#languages)
|
11 |
- [Dataset Structure](#dataset-structure)
|
12 |
- [Data Instances](#data-instances)
|
13 |
- [Data Fields](#data-fields)
|
14 |
-
- [Data Splits
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -41,7 +42,7 @@
|
|
41 |
|
42 |
In this dataset, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others.
|
43 |
|
44 |
-
### Supported Tasks
|
45 |
|
46 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
47 |
|
@@ -77,7 +78,7 @@ The data fields are the same among all splits.
|
|
77 |
- `text`: a `string` feature.
|
78 |
- `label`: a classification label, with possible values including `others` (0), `happy` (1), `sad` (2), `angry` (3).
|
79 |
|
80 |
-
### Data Splits
|
81 |
|
82 |
| name |train|test|
|
83 |
|-------|----:|---:|
|
@@ -91,10 +92,22 @@ The data fields are the same among all splits.
|
|
91 |
|
92 |
### Source Data
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
95 |
|
96 |
### Annotations
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
99 |
|
100 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: emocontext
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "emo"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
42 |
|
43 |
In this dataset, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others.
|
44 |
|
45 |
+
### Supported Tasks and Leaderboards
|
46 |
|
47 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
48 |
|
|
|
78 |
- `text`: a `string` feature.
|
79 |
- `label`: a classification label, with possible values including `others` (0), `happy` (1), `sad` (2), `angry` (3).
|
80 |
|
81 |
+
### Data Splits
|
82 |
|
83 |
| name |train|test|
|
84 |
|-------|----:|---:|
|
|
|
92 |
|
93 |
### Source Data
|
94 |
|
95 |
+
#### Initial Data Collection and Normalization
|
96 |
+
|
97 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
98 |
+
|
99 |
+
#### Who are the source language producers?
|
100 |
+
|
101 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
102 |
|
103 |
### Annotations
|
104 |
|
105 |
+
#### Annotation process
|
106 |
+
|
107 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
108 |
+
|
109 |
+
#### Who are the annotators?
|
110 |
+
|
111 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
112 |
|
113 |
### Personal and Sensitive Information
|