Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
3ad7c4d
1 Parent(s): 64fa7ff

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 +35 -10
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
4
- paperswithcode_id: event2mind
 
 
 
 
 
5
  pretty_name: Event2Mind
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "event2Mind"
@@ -34,9 +50,9 @@ pretty_name: Event2Mind
34
  ## Dataset Description
35
 
36
  - **Homepage:** [https://uwnlp.github.io/event2mind/](https://uwnlp.github.io/event2mind/)
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:** 1.24 MB
41
  - **Size of the generated dataset:** 6.90 MB
42
  - **Total amount of disk used:** 8.14 MB
@@ -152,15 +168,24 @@ The data fields are the same among all splits.
152
  ### Citation Information
153
 
154
  ```
155
- @inproceedings{event2Mind,
156
- title={Event2Mind: Commonsense Inference on Events, Intents, and Reactions},
157
- author={Hannah Rashkin and Maarten Sap and Emily Allaway and Noah A. Smith† Yejin Choi},
158
- year={2018}
 
 
 
 
 
 
 
 
 
 
 
159
  }
160
-
161
  ```
162
 
163
-
164
  ### Contributions
165
 
166
  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
+ - found
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: Event2Mind
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text2text-generation
19
+ task_ids:
20
+ - text2text-generation-other-common-sense-inference
21
+ paperswithcode_id: event2mind
22
  ---
23
 
24
  # Dataset Card for "event2Mind"
 
50
  ## Dataset Description
51
 
52
  - **Homepage:** [https://uwnlp.github.io/event2mind/](https://uwnlp.github.io/event2mind/)
53
+ - **Repository:** https://github.com/uwnlp/event2mind
54
+ - **Paper:** [Event2Mind: Commonsense Inference on Events, Intents, and Reactions](https://arxiv.org/abs/1805.06939)
55
+ - **Point of Contact:** [Hannah Rashkin](mailto:hrashkin@cs.washington.edu), [Maarten Sap](mailto:msap@cs.washington.edu)
56
  - **Size of downloaded dataset files:** 1.24 MB
57
  - **Size of the generated dataset:** 6.90 MB
58
  - **Total amount of disk used:** 8.14 MB
 
168
  ### Citation Information
169
 
170
  ```
171
+ @inproceedings{rashkin-etal-2018-event2mind,
172
+ title = "{E}vent2{M}ind: Commonsense Inference on Events, Intents, and Reactions",
173
+ author = "Rashkin, Hannah and
174
+ Sap, Maarten and
175
+ Allaway, Emily and
176
+ Smith, Noah A. and
177
+ Choi, Yejin",
178
+ booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
179
+ month = jul,
180
+ year = "2018",
181
+ address = "Melbourne, Australia",
182
+ publisher = "Association for Computational Linguistics",
183
+ url = "https://aclanthology.org/P18-1043",
184
+ doi = "10.18653/v1/P18-1043",
185
+ pages = "463--473",
186
  }
 
187
  ```
188
 
 
189
  ### Contributions
190
 
191
  Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.