system HF staff commited on
Commit
c363f79
1 Parent(s): c6cb8d5

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +151 -0
README.md ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "daily_dialog"
5
+
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 Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [http://yanran.li/dailydialog](http://yanran.li/dailydialog)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 4.27 MB
37
+ - **Size of the generated dataset:** 8.23 MB
38
+ - **Total amount of disk used:** 12.50 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ We develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects.
43
+ The language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way
44
+ and cover various topics about our daily life. We also manually label the developed dataset with communication
45
+ intention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it
46
+ benefit the research field of dialog systems.
47
+
48
+ ### [Supported Tasks](#supported-tasks)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ### [Languages](#languages)
53
+
54
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
+
56
+ ## [Dataset Structure](#dataset-structure)
57
+
58
+ We show detailed information for up to 5 configurations of the dataset.
59
+
60
+ ### [Data Instances](#data-instances)
61
+
62
+ #### default
63
+
64
+ - **Size of downloaded dataset files:** 4.27 MB
65
+ - **Size of the generated dataset:** 8.23 MB
66
+ - **Total amount of disk used:** 12.50 MB
67
+
68
+ An example of 'validation' looks as follows.
69
+ ```
70
+ This example was too long and was cropped:
71
+
72
+ {
73
+ "act": [2, 1, 1, 1, 1, 2, 3, 2, 3, 4],
74
+ "dialog": "[\"Good afternoon . This is Michelle Li speaking , calling on behalf of IBA . Is Mr Meng available at all ? \", \" This is Mr Meng ...",
75
+ "emotion": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
76
+ }
77
+ ```
78
+
79
+ ### [Data Fields](#data-fields)
80
+
81
+ The data fields are the same among all splits.
82
+
83
+ #### default
84
+ - `dialog`: a `list` of `string` features.
85
+ - `act`: a `list` of classification labels, with possible values including `__dummy__` (0), `inform` (1), `question` (2), `directive` (3), `commissive` (4).
86
+ - `emotion`: a `list` of classification labels, with possible values including `no emotion` (0), `anger` (1), `disgust` (2), `fear` (3), `happiness` (4).
87
+
88
+ ### [Data Splits Sample Size](#data-splits-sample-size)
89
+
90
+ | name |train|validation|test|
91
+ |-------|----:|---------:|---:|
92
+ |default|11118| 1000|1000|
93
+
94
+ ## [Dataset Creation](#dataset-creation)
95
+
96
+ ### [Curation Rationale](#curation-rationale)
97
+
98
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
99
+
100
+ ### [Source Data](#source-data)
101
+
102
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
+
104
+ ### [Annotations](#annotations)
105
+
106
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
+
108
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
109
+
110
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
+
112
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
113
+
114
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
115
+
116
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
117
+
118
+ ### [Discussion of Biases](#discussion-of-biases)
119
+
120
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
+
122
+ ### [Other Known Limitations](#other-known-limitations)
123
+
124
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
+
126
+ ## [Additional Information](#additional-information)
127
+
128
+ ### [Dataset Curators](#dataset-curators)
129
+
130
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
+
132
+ ### [Licensing Information](#licensing-information)
133
+
134
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+
136
+ ### [Citation Information](#citation-information)
137
+
138
+ ```
139
+ @InProceedings{li2017dailydialog,
140
+ author = {Li, Yanran and Su, Hui and Shen, Xiaoyu and Li, Wenjie and Cao, Ziqiang and Niu, Shuzi},
141
+ title = {DailyDialog: A Manually Labelled Multi-turn Dialogue Dataset},
142
+ booktitle = {Proceedings of The 8th International Joint Conference on Natural Language Processing (IJCNLP 2017)},
143
+ year = {2017}
144
+ }
145
+
146
+ ```
147
+
148
+
149
+ ### Contributions
150
+
151
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@julien-c](https://github.com/julien-c) for adding this dataset.