Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K<n<100K
License:
mariosasko
commited on
Commit
•
40096e2
1
Parent(s):
9aeb85a
Add missing labels to the `emotion` field description (#5)
Browse files- Add missing labels to the `emotion` field description (a9e143f05343428d53330ad64db415f9b059bd79)
README.md
CHANGED
@@ -139,8 +139,8 @@ The data fields are the same among all splits.
|
|
139 |
|
140 |
#### default
|
141 |
- `dialog`: a `list` of `string` features.
|
142 |
-
- `act`: a `list` of classification labels, with possible values including `__dummy__` (0), `inform` (1), `question` (2), `directive` (3)
|
143 |
-
- `emotion`: a `list` of classification labels, with possible values including `no emotion` (0), `anger` (1), `disgust` (2), `fear` (3), `happiness` (4).
|
144 |
|
145 |
### Data Splits
|
146 |
|
|
|
139 |
|
140 |
#### default
|
141 |
- `dialog`: a `list` of `string` features.
|
142 |
+
- `act`: a `list` of classification labels, with possible values including `__dummy__` (0), `inform` (1), `question` (2), `directive` (3) and `commissive` (4).
|
143 |
+
- `emotion`: a `list` of classification labels, with possible values including `no emotion` (0), `anger` (1), `disgust` (2), `fear` (3), `happiness` (4), `sadness` (5) and `surprise` (6).
|
144 |
|
145 |
### Data Splits
|
146 |
|