system HF staff commited on
Commit
51aaf0c
1 Parent(s): e8e2129

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 +155 -0
README.md ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "empathetic_dialogues"
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:** [https://github.com/facebookresearch/EmpatheticDialogues](https://github.com/facebookresearch/EmpatheticDialogues)
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:** 26.72 MB
37
+ - **Size of the generated dataset:** 23.97 MB
38
+ - **Total amount of disk used:** 50.69 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ PyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### default
59
+
60
+ - **Size of downloaded dataset files:** 26.72 MB
61
+ - **Size of the generated dataset:** 23.97 MB
62
+ - **Total amount of disk used:** 50.69 MB
63
+
64
+ An example of 'train' looks as follows.
65
+ ```
66
+ {
67
+ "context": "sentimental",
68
+ "conv_id": "hit:0_conv:1",
69
+ "prompt": "I remember going to the fireworks with my best friend. There was a lot of people_comma_ but it only felt like us in the world.",
70
+ "selfeval": "5|5|5_2|2|5",
71
+ "speaker_idx": 1,
72
+ "tags": "",
73
+ "utterance": "I remember going to see the fireworks with my best friend. It was the first time we ever spent time alone together. Although there was a lot of people_comma_ we felt like the only people in the world.",
74
+ "utterance_idx": 1
75
+ }
76
+ ```
77
+
78
+ ### [Data Fields](#data-fields)
79
+
80
+ The data fields are the same among all splits.
81
+
82
+ #### default
83
+ - `conv_id`: a `string` feature.
84
+ - `utterance_idx`: a `int32` feature.
85
+ - `context`: a `string` feature.
86
+ - `prompt`: a `string` feature.
87
+ - `speaker_idx`: a `int32` feature.
88
+ - `utterance`: a `string` feature.
89
+ - `selfeval`: a `string` feature.
90
+ - `tags`: a `string` feature.
91
+
92
+ ### [Data Splits Sample Size](#data-splits-sample-size)
93
+
94
+ | name |train|validation|test |
95
+ |-------|----:|---------:|----:|
96
+ |default|76673| 12030|10943|
97
+
98
+ ## [Dataset Creation](#dataset-creation)
99
+
100
+ ### [Curation Rationale](#curation-rationale)
101
+
102
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
+
104
+ ### [Source Data](#source-data)
105
+
106
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
+
108
+ ### [Annotations](#annotations)
109
+
110
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
+
112
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
113
+
114
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
+
116
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
117
+
118
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
119
+
120
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
+
122
+ ### [Discussion of Biases](#discussion-of-biases)
123
+
124
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
+
126
+ ### [Other Known Limitations](#other-known-limitations)
127
+
128
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
+
130
+ ## [Additional Information](#additional-information)
131
+
132
+ ### [Dataset Curators](#dataset-curators)
133
+
134
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+
136
+ ### [Licensing Information](#licensing-information)
137
+
138
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
+
140
+ ### [Citation Information](#citation-information)
141
+
142
+ ```
143
+ @inproceedings{rashkin2019towards,
144
+ title = {Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset},
145
+ author = {Hannah Rashkin and Eric Michael Smith and Margaret Li and Y-Lan Boureau},
146
+ booktitle = {ACL},
147
+ year = {2019},
148
+ }
149
+
150
+ ```
151
+
152
+
153
+ ### Contributions
154
+
155
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.