Update files from the datasets library (from 1.4.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.4.0
README.md
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
-
##
|
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)
|
@@ -37,26 +37,26 @@
|
|
37 |
- **Size of the generated dataset:** 2.17 MB
|
38 |
- **Total amount of disk used:** 1300.77 MB
|
39 |
|
40 |
-
###
|
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 |
-
###
|
48 |
|
49 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
50 |
|
51 |
-
###
|
52 |
|
53 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
54 |
|
55 |
-
##
|
56 |
|
57 |
We show detailed information for up to 5 configurations of the dataset.
|
58 |
|
59 |
-
###
|
60 |
|
61 |
#### ARC-Challenge
|
62 |
|
@@ -96,7 +96,7 @@ An example of 'train' looks as follows.
|
|
96 |
}
|
97 |
```
|
98 |
|
99 |
-
###
|
100 |
|
101 |
The data fields are the same among all splits.
|
102 |
|
@@ -116,56 +116,56 @@ The data fields are the same among all splits.
|
|
116 |
- `label`: a `string` feature.
|
117 |
- `answerKey`: a `string` feature.
|
118 |
|
119 |
-
###
|
120 |
|
121 |
| name |train|validation|test|
|
122 |
|-------------|----:|---------:|---:|
|
123 |
|ARC-Challenge| 1119| 299|1172|
|
124 |
|ARC-Easy | 2251| 570|2376|
|
125 |
|
126 |
-
##
|
127 |
|
128 |
-
###
|
129 |
|
130 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
131 |
|
132 |
-
###
|
133 |
|
134 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
135 |
|
136 |
-
###
|
137 |
|
138 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
139 |
|
140 |
-
###
|
141 |
|
142 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
143 |
|
144 |
-
##
|
145 |
|
146 |
-
###
|
147 |
|
148 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
149 |
|
150 |
-
###
|
151 |
|
152 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
153 |
|
154 |
-
###
|
155 |
|
156 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
157 |
|
158 |
-
##
|
159 |
|
160 |
-
###
|
161 |
|
162 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
163 |
|
164 |
-
###
|
165 |
|
166 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
167 |
|
168 |
-
###
|
169 |
|
170 |
```
|
171 |
@article{allenai:arc,
|
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
+
## 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)
|
|
|
37 |
- **Size of the generated dataset:** 2.17 MB
|
38 |
- **Total amount of disk used:** 1300.77 MB
|
39 |
|
40 |
+
### 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
|
48 |
|
49 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
50 |
|
51 |
+
### 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
|
56 |
|
57 |
We show detailed information for up to 5 configurations of the dataset.
|
58 |
|
59 |
+
### Data Instances
|
60 |
|
61 |
#### ARC-Challenge
|
62 |
|
|
|
96 |
}
|
97 |
```
|
98 |
|
99 |
+
### Data Fields
|
100 |
|
101 |
The data fields are the same among all splits.
|
102 |
|
|
|
116 |
- `label`: a `string` feature.
|
117 |
- `answerKey`: a `string` feature.
|
118 |
|
119 |
+
### 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
|
127 |
|
128 |
+
### 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
|
133 |
|
134 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
135 |
|
136 |
+
### 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
|
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
|
145 |
|
146 |
+
### 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
|
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
|
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
|
159 |
|
160 |
+
### 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
|
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
|
169 |
|
170 |
```
|
171 |
@article{allenai:arc,
|