Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K<n<100K
License:
Commit
•
7ea7a63
1
Parent(s):
668eb95
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (15745a1c017b567fbb4b43d8917f8b38ed3ce13d)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
paperswithcode_id: dailydialog
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
language_creators:
|
@@ -18,6 +17,7 @@ task_categories:
|
|
18 |
- text-classification
|
19 |
task_ids:
|
20 |
- multi-label-classification
|
|
|
21 |
pretty_name: DailyDialog
|
22 |
tags:
|
23 |
- emotion-classification
|
@@ -30,22 +30,22 @@ dataset_info:
|
|
30 |
sequence:
|
31 |
class_label:
|
32 |
names:
|
33 |
-
0: __dummy__
|
34 |
-
1: inform
|
35 |
-
2: question
|
36 |
-
3: directive
|
37 |
-
4: commissive
|
38 |
- name: emotion
|
39 |
sequence:
|
40 |
class_label:
|
41 |
names:
|
42 |
-
0: no emotion
|
43 |
-
1: anger
|
44 |
-
2: disgust
|
45 |
-
3: fear
|
46 |
-
4: happiness
|
47 |
-
5: sadness
|
48 |
-
6: surprise
|
49 |
splits:
|
50 |
- name: train
|
51 |
num_bytes: 7296715
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
language_creators:
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- multi-label-classification
|
20 |
+
paperswithcode_id: dailydialog
|
21 |
pretty_name: DailyDialog
|
22 |
tags:
|
23 |
- emotion-classification
|
|
|
30 |
sequence:
|
31 |
class_label:
|
32 |
names:
|
33 |
+
'0': __dummy__
|
34 |
+
'1': inform
|
35 |
+
'2': question
|
36 |
+
'3': directive
|
37 |
+
'4': commissive
|
38 |
- name: emotion
|
39 |
sequence:
|
40 |
class_label:
|
41 |
names:
|
42 |
+
'0': no emotion
|
43 |
+
'1': anger
|
44 |
+
'2': disgust
|
45 |
+
'3': fear
|
46 |
+
'4': happiness
|
47 |
+
'5': sadness
|
48 |
+
'6': surprise
|
49 |
splits:
|
50 |
- name: train
|
51 |
num_bytes: 7296715
|