system HF staff commited on
Commit
eb62450
1 Parent(s): 528450d

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 +165 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "wiqa"
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://allenai.org/data/wiqa](https://allenai.org/data/wiqa)
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:** 5.00 MB
37
+ - **Size of the generated dataset:** 21.36 MB
38
+ - **Total amount of disk used:** 26.37 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ The WIQA dataset V1 has 39705 questions containing a perturbation and a possible effect in the context of a paragraph.
43
+ The dataset is split into 29808 train questions, 6894 dev questions and 3003 test questions.
44
+
45
+ ### [Supported Tasks](#supported-tasks)
46
+
47
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
48
+
49
+ ### [Languages](#languages)
50
+
51
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
+
53
+ ## [Dataset Structure](#dataset-structure)
54
+
55
+ We show detailed information for up to 5 configurations of the dataset.
56
+
57
+ ### [Data Instances](#data-instances)
58
+
59
+ #### default
60
+
61
+ - **Size of downloaded dataset files:** 5.00 MB
62
+ - **Size of the generated dataset:** 21.36 MB
63
+ - **Total amount of disk used:** 26.37 MB
64
+
65
+ An example of 'validation' looks as follows.
66
+ ```
67
+ {
68
+ "answer_label": "more",
69
+ "answer_label_as_choice": "A",
70
+ "choices": {
71
+ "label": ["A", "B", "C"],
72
+ "text": ["more", "less", "no effect"]
73
+ },
74
+ "metadata_graph_id": "481",
75
+ "metadata_para_id": "528",
76
+ "metadata_path_len": 3,
77
+ "metadata_question_id": "influence_graph:528:481:77#0",
78
+ "metadata_question_type": "INPARA_EFFECT",
79
+ "question_para_step": ["A male and female rabbit mate", "The female rabbit becomes pregnant", "Baby rabbits form inside of the mother rabbit", "The female rabbit gives birth to a litter", "The newborn rabbits grow up to become adults", "The adult rabbits find mates."],
80
+ "question_stem": "suppose the female is sterile happens, how will it affect LESS rabbits."
81
+ }
82
+ ```
83
+
84
+ ### [Data Fields](#data-fields)
85
+
86
+ The data fields are the same among all splits.
87
+
88
+ #### default
89
+ - `question_stem`: a `string` feature.
90
+ - `question_para_step`: a `list` of `string` features.
91
+ - `answer_label`: a `string` feature.
92
+ - `answer_label_as_choice`: a `string` feature.
93
+ - `choices`: a dictionary feature containing:
94
+ - `text`: a `string` feature.
95
+ - `label`: a `string` feature.
96
+ - `metadata_question_id`: a `string` feature.
97
+ - `metadata_graph_id`: a `string` feature.
98
+ - `metadata_para_id`: a `string` feature.
99
+ - `metadata_question_type`: a `string` feature.
100
+ - `metadata_path_len`: a `int32` feature.
101
+
102
+ ### [Data Splits Sample Size](#data-splits-sample-size)
103
+
104
+ | name |train|validation|test|
105
+ |-------|----:|---------:|---:|
106
+ |default|29808| 6894|3003|
107
+
108
+ ## [Dataset Creation](#dataset-creation)
109
+
110
+ ### [Curation Rationale](#curation-rationale)
111
+
112
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
113
+
114
+ ### [Source Data](#source-data)
115
+
116
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
117
+
118
+ ### [Annotations](#annotations)
119
+
120
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
+
122
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
123
+
124
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
+
126
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
127
+
128
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
129
+
130
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
+
132
+ ### [Discussion of Biases](#discussion-of-biases)
133
+
134
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+
136
+ ### [Other Known Limitations](#other-known-limitations)
137
+
138
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
+
140
+ ## [Additional Information](#additional-information)
141
+
142
+ ### [Dataset Curators](#dataset-curators)
143
+
144
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
+
146
+ ### [Licensing Information](#licensing-information)
147
+
148
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
+
150
+ ### [Citation Information](#citation-information)
151
+
152
+ ```
153
+ @article{wiqa,
154
+ author = {Niket Tandon and Bhavana Dalvi Mishra and Keisuke Sakaguchi and Antoine Bosselut and Peter Clark}
155
+ title = {WIQA: A dataset for "What if..." reasoning over procedural text},
156
+ journal = {arXiv:1909.04739v1},
157
+ year = {2019},
158
+ }
159
+
160
+ ```
161
+
162
+
163
+ ### Contributions
164
+
165
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq) for adding this dataset.