Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -22,6 +22,42 @@ pretty_name: DailyDialog
|
|
| 22 |
tags:
|
| 23 |
- emotion-classification
|
| 24 |
- dialog-act-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# Dataset Card for "daily_dialog"
|
|
|
|
| 22 |
tags:
|
| 23 |
- emotion-classification
|
| 24 |
- dialog-act-classification
|
| 25 |
+
dataset_info:
|
| 26 |
+
features:
|
| 27 |
+
- name: dialog
|
| 28 |
+
sequence: string
|
| 29 |
+
- name: act
|
| 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: test
|
| 51 |
+
num_bytes: 655844
|
| 52 |
+
num_examples: 1000
|
| 53 |
+
- name: train
|
| 54 |
+
num_bytes: 7296715
|
| 55 |
+
num_examples: 11118
|
| 56 |
+
- name: validation
|
| 57 |
+
num_bytes: 673943
|
| 58 |
+
num_examples: 1000
|
| 59 |
+
download_size: 4475921
|
| 60 |
+
dataset_size: 8626502
|
| 61 |
---
|
| 62 |
|
| 63 |
# Dataset Card for "daily_dialog"
|