albertvillanova HF staff commited on
Commit
caefc99
1 Parent(s): ca6677b

Fix missing tags in dataset cards (#4991)

Browse files

Commit from https://github.com/huggingface/datasets/commit/dc264899f1f3450290d7be27b4f4e16fee8d84b2

Files changed (1) hide show
  1. README.md +37 -12
README.md CHANGED
@@ -1,7 +1,25 @@
1
  ---
2
- pretty_name: EmpatheticDialogues
 
3
  language:
4
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  paperswithcode_id: empatheticdialogues
6
  ---
7
 
@@ -34,8 +52,8 @@ paperswithcode_id: empatheticdialogues
34
  ## Dataset Description
35
 
36
  - **Homepage:** [https://github.com/facebookresearch/EmpatheticDialogues](https://github.com/facebookresearch/EmpatheticDialogues)
37
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 26.72 MB
41
  - **Size of the generated dataset:** 23.97 MB
@@ -149,21 +167,28 @@ The data fields are the same among all splits.
149
 
150
  ### Licensing Information
151
 
152
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
  ### Citation Information
155
 
156
  ```
157
- @inproceedings{rashkin2019towards,
158
- title = {Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset},
159
- author = {Hannah Rashkin and Eric Michael Smith and Margaret Li and Y-Lan Boureau},
160
- booktitle = {ACL},
161
- year = {2019},
 
 
 
 
 
 
 
 
 
162
  }
163
-
164
  ```
165
 
166
-
167
  ### Contributions
168
 
169
- Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
  language:
5
  - en
6
+ language_creators:
7
+ - crowdsourced
8
+ license:
9
+ - cc-by-nc-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: EmpatheticDialogues
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - conversational
19
+ - question-answering
20
+ task_ids:
21
+ - dialogue-generation
22
+ - open-domain-qa
23
  paperswithcode_id: empatheticdialogues
24
  ---
25
 
 
52
  ## Dataset Description
53
 
54
  - **Homepage:** [https://github.com/facebookresearch/EmpatheticDialogues](https://github.com/facebookresearch/EmpatheticDialogues)
55
+ - **Repository:** https://github.com/facebookresearch/EmpatheticDialogues
56
+ - **Paper:** [Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset](https://arxiv.org/abs/1811.00207)
57
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
58
  - **Size of downloaded dataset files:** 26.72 MB
59
  - **Size of the generated dataset:** 23.97 MB
 
167
 
168
  ### Licensing Information
169
 
170
+ Creative Commons [Attribution-NonCommercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/).
171
 
172
  ### Citation Information
173
 
174
  ```
175
+ @inproceedings{rashkin-etal-2019-towards,
176
+ title = "Towards Empathetic Open-domain Conversation Models: A New Benchmark and Dataset",
177
+ author = "Rashkin, Hannah and
178
+ Smith, Eric Michael and
179
+ Li, Margaret and
180
+ Boureau, Y-Lan",
181
+ booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
182
+ month = jul,
183
+ year = "2019",
184
+ address = "Florence, Italy",
185
+ publisher = "Association for Computational Linguistics",
186
+ url = "https://aclanthology.org/P19-1534",
187
+ doi = "10.18653/v1/P19-1534",
188
+ pages = "5370--5381",
189
  }
 
190
  ```
191
 
 
192
  ### Contributions
193
 
194
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.