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

Update files from the datasets library (from 1.4.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.4.0

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
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)
@@ -37,26 +37,26 @@
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
 
@@ -96,7 +96,7 @@ An example of 'train' looks as follows.
96
  }
97
  ```
98
 
99
- ### [Data Fields](#data-fields)
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
- ### [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,
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,