Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,24 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "ai2_arc"
|
@@ -6,12 +26,12 @@
|
|
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
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -44,7 +64,7 @@ A new dataset of 7,787 genuine grade-school level, multiple-choice science quest
|
|
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 |
|
@@ -116,7 +136,7 @@ The data fields are the same among all splits.
|
|
116 |
- `label`: a `string` feature.
|
117 |
- `answerKey`: a `string` feature.
|
118 |
|
119 |
-
### Data Splits
|
120 |
|
121 |
| name |train|validation|test|
|
122 |
|-------------|----:|---------:|---:|
|
@@ -131,10 +151,22 @@ The data fields are the same among all splits.
|
|
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
|
@@ -181,4 +213,4 @@ The data fields are the same among all splits.
|
|
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.
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
languages:
|
7 |
+
- en-US
|
8 |
+
licenses:
|
9 |
+
- cc-by-sa-4-0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
task_categories:
|
17 |
+
- question-answering
|
18 |
+
task_ids:
|
19 |
+
- open-domain-qa
|
20 |
+
- multiple-choice-qa
|
21 |
+
paperswithcode_id: null
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "ai2_arc"
|
|
|
26 |
## Table of Contents
|
27 |
- [Dataset Description](#dataset-description)
|
28 |
- [Dataset Summary](#dataset-summary)
|
29 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
30 |
- [Languages](#languages)
|
31 |
- [Dataset Structure](#dataset-structure)
|
32 |
- [Data Instances](#data-instances)
|
33 |
- [Data Fields](#data-fields)
|
34 |
+
- [Data Splits](#data-splits)
|
35 |
- [Dataset Creation](#dataset-creation)
|
36 |
- [Curation Rationale](#curation-rationale)
|
37 |
- [Source Data](#source-data)
|
|
|
64 |
only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also
|
65 |
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.
|
66 |
|
67 |
+
### Supported Tasks and Leaderboards
|
68 |
|
69 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
70 |
|
|
|
136 |
- `label`: a `string` feature.
|
137 |
- `answerKey`: a `string` feature.
|
138 |
|
139 |
+
### Data Splits
|
140 |
|
141 |
| name |train|validation|test|
|
142 |
|-------------|----:|---------:|---:|
|
|
|
151 |
|
152 |
### Source Data
|
153 |
|
154 |
+
#### Initial Data Collection and Normalization
|
155 |
+
|
156 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
157 |
+
|
158 |
+
#### Who are the source language producers?
|
159 |
+
|
160 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
161 |
|
162 |
### Annotations
|
163 |
|
164 |
+
#### Annotation process
|
165 |
+
|
166 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
167 |
+
|
168 |
+
#### Who are the annotators?
|
169 |
+
|
170 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
171 |
|
172 |
### Personal and Sensitive Information
|
|
|
213 |
|
214 |
### Contributions
|
215 |
|
216 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|