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

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
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)
@@ -37,7 +37,7 @@
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
@@ -45,19 +45,19 @@ and cover various topics about our daily life. We also manually label the develo
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
 
@@ -76,7 +76,7 @@ This example was too long and was cropped:
76
  }
77
  ```
78
 
79
- ### [Data Fields](#data-fields)
80
 
81
  The data fields are the same among all splits.
82
 
@@ -85,55 +85,55 @@ The data fields are the same among all splits.
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,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## 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)
 
37
  - **Size of the generated dataset:** 8.23 MB
38
  - **Total amount of disk used:** 12.50 MB
39
 
40
+ ### 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
 
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
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
+ ### 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
57
 
58
  We show detailed information for up to 5 configurations of the dataset.
59
 
60
+ ### Data Instances
61
 
62
  #### default
63
 
 
76
  }
77
  ```
78
 
79
+ ### Data Fields
80
 
81
  The data fields are the same among all splits.
82
 
 
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
89
 
90
  | name |train|validation|test|
91
  |-------|----:|---------:|---:|
92
  |default|11118| 1000|1000|
93
 
94
+ ## Dataset Creation
95
 
96
+ ### 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
101
 
102
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
 
104
+ ### 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
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
113
 
114
+ ### 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
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
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
127
 
128
+ ### 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
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
137
 
138
  ```
139
  @InProceedings{li2017dailydialog,