system HF staff commited on
Commit
6e09c89
1 Parent(s): cfe9dd5

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 +184 -0
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "ai2_arc"
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/arc](https://allenai.org/data/arc)
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:** 1298.60 MB
37
+ - **Size of the generated dataset:** 2.17 MB
38
+ - **Total amount of disk used:** 1300.77 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ A new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in
43
+ advanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains
44
+ only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also
45
+ including a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.
46
+
47
+ ### [Supported Tasks](#supported-tasks)
48
+
49
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
+
51
+ ### [Languages](#languages)
52
+
53
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+
55
+ ## [Dataset Structure](#dataset-structure)
56
+
57
+ We show detailed information for up to 5 configurations of the dataset.
58
+
59
+ ### [Data Instances](#data-instances)
60
+
61
+ #### ARC-Challenge
62
+
63
+ - **Size of downloaded dataset files:** 649.30 MB
64
+ - **Size of the generated dataset:** 0.79 MB
65
+ - **Total amount of disk used:** 650.09 MB
66
+
67
+ An example of 'train' looks as follows.
68
+ ```
69
+ {
70
+ "answerKey": "B",
71
+ "choices": {
72
+ "label": ["A", "B", "C", "D"],
73
+ "text": ["Shady areas increased.", "Food sources increased.", "Oxygen levels increased.", "Available water increased."]
74
+ },
75
+ "id": "Mercury_SC_405487",
76
+ "question": "One year, the oak trees in a park began producing more acorns than usual. The next year, the population of chipmunks in the park also increased. Which best explains why there were more chipmunks the next year?"
77
+ }
78
+ ```
79
+
80
+ #### ARC-Easy
81
+
82
+ - **Size of downloaded dataset files:** 649.30 MB
83
+ - **Size of the generated dataset:** 1.38 MB
84
+ - **Total amount of disk used:** 650.68 MB
85
+
86
+ An example of 'train' looks as follows.
87
+ ```
88
+ {
89
+ "answerKey": "B",
90
+ "choices": {
91
+ "label": ["A", "B", "C", "D"],
92
+ "text": ["Shady areas increased.", "Food sources increased.", "Oxygen levels increased.", "Available water increased."]
93
+ },
94
+ "id": "Mercury_SC_405487",
95
+ "question": "One year, the oak trees in a park began producing more acorns than usual. The next year, the population of chipmunks in the park also increased. Which best explains why there were more chipmunks the next year?"
96
+ }
97
+ ```
98
+
99
+ ### [Data Fields](#data-fields)
100
+
101
+ The data fields are the same among all splits.
102
+
103
+ #### ARC-Challenge
104
+ - `id`: a `string` feature.
105
+ - `question`: a `string` feature.
106
+ - `choices`: a dictionary feature containing:
107
+ - `text`: a `string` feature.
108
+ - `label`: a `string` feature.
109
+ - `answerKey`: a `string` feature.
110
+
111
+ #### ARC-Easy
112
+ - `id`: a `string` feature.
113
+ - `question`: a `string` feature.
114
+ - `choices`: a dictionary feature containing:
115
+ - `text`: a `string` feature.
116
+ - `label`: a `string` feature.
117
+ - `answerKey`: a `string` feature.
118
+
119
+ ### [Data Splits Sample Size](#data-splits-sample-size)
120
+
121
+ | name |train|validation|test|
122
+ |-------------|----:|---------:|---:|
123
+ |ARC-Challenge| 1119| 299|1172|
124
+ |ARC-Easy | 2251| 570|2376|
125
+
126
+ ## [Dataset Creation](#dataset-creation)
127
+
128
+ ### [Curation Rationale](#curation-rationale)
129
+
130
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
+
132
+ ### [Source Data](#source-data)
133
+
134
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+
136
+ ### [Annotations](#annotations)
137
+
138
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
+
140
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
141
+
142
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
+
144
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
145
+
146
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
147
+
148
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
+
150
+ ### [Discussion of Biases](#discussion-of-biases)
151
+
152
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
+
154
+ ### [Other Known Limitations](#other-known-limitations)
155
+
156
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
+
158
+ ## [Additional Information](#additional-information)
159
+
160
+ ### [Dataset Curators](#dataset-curators)
161
+
162
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
+
164
+ ### [Licensing Information](#licensing-information)
165
+
166
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
+
168
+ ### [Citation Information](#citation-information)
169
+
170
+ ```
171
+ @article{allenai:arc,
172
+ author = {Peter Clark and Isaac Cowhey and Oren Etzioni and Tushar Khot and
173
+ Ashish Sabharwal and Carissa Schoenick and Oyvind Tafjord},
174
+ title = {Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge},
175
+ journal = {arXiv:1803.05457v1},
176
+ year = {2018},
177
+ }
178
+
179
+ ```
180
+
181
+
182
+ ### Contributions
183
+
184
+ Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.