system HF staff commited on
Commit
280840a
1 Parent(s): dd11548

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 +152 -0
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "event2Mind"
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://uwnlp.github.io/event2mind/](https://uwnlp.github.io/event2mind/)
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:** 1.24 MB
37
+ - **Size of the generated dataset:** 6.90 MB
38
+ - **Total amount of disk used:** 8.14 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ In Event2Mind, we explore the task of understanding stereotypical intents and reactions to events. Through crowdsourcing, we create a large corpus with 25,000 events and free-form descriptions of their intents and reactions, both of the event's subject and (potentially implied) other participants.
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:** 1.24 MB
61
+ - **Size of the generated dataset:** 6.90 MB
62
+ - **Total amount of disk used:** 8.14 MB
63
+
64
+ An example of 'validation' looks as follows.
65
+ ```
66
+ {
67
+ "Event": "It shrinks in the wash",
68
+ "Osent": "1",
69
+ "Otheremotion": "[\"upset\", \"angry\"]",
70
+ "Source": "it_events",
71
+ "Xemotion": "[\"none\"]",
72
+ "Xintent": "[\"none\"]",
73
+ "Xsent": ""
74
+ }
75
+ ```
76
+
77
+ ### [Data Fields](#data-fields)
78
+
79
+ The data fields are the same among all splits.
80
+
81
+ #### default
82
+ - `Source`: a `string` feature.
83
+ - `Event`: a `string` feature.
84
+ - `Xintent`: a `string` feature.
85
+ - `Xemotion`: a `string` feature.
86
+ - `Otheremotion`: a `string` feature.
87
+ - `Xsent`: a `string` feature.
88
+ - `Osent`: a `string` feature.
89
+
90
+ ### [Data Splits Sample Size](#data-splits-sample-size)
91
+
92
+ | name |train|validation|test|
93
+ |-------|----:|---------:|---:|
94
+ |default|46472| 5401|5221|
95
+
96
+ ## [Dataset Creation](#dataset-creation)
97
+
98
+ ### [Curation Rationale](#curation-rationale)
99
+
100
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
101
+
102
+ ### [Source Data](#source-data)
103
+
104
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
105
+
106
+ ### [Annotations](#annotations)
107
+
108
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
109
+
110
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
111
+
112
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
113
+
114
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
115
+
116
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
117
+
118
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
+
120
+ ### [Discussion of Biases](#discussion-of-biases)
121
+
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
+
124
+ ### [Other Known Limitations](#other-known-limitations)
125
+
126
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
+
128
+ ## [Additional Information](#additional-information)
129
+
130
+ ### [Dataset Curators](#dataset-curators)
131
+
132
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
+
134
+ ### [Licensing Information](#licensing-information)
135
+
136
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
+
138
+ ### [Citation Information](#citation-information)
139
+
140
+ ```
141
+ @inproceedings{event2Mind,
142
+ title={Event2Mind: Commonsense Inference on Events, Intents, and Reactions},
143
+ author={Hannah Rashkin and Maarten Sap and Emily Allaway and Noah A. Smith† Yejin Choi},
144
+ year={2018}
145
+ }
146
+
147
+ ```
148
+
149
+
150
+ ### Contributions
151
+
152
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.