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,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "trivia_qa"
|
@@ -6,12 +7,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)
|
@@ -45,7 +46,7 @@ pairs authored by trivia enthusiasts and independently gathered evidence
|
|
45 |
documents, six per question on average, that provide high quality distant
|
46 |
supervision for answering the questions.
|
47 |
|
48 |
-
### Supported Tasks
|
49 |
|
50 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
51 |
|
@@ -203,7 +204,7 @@ The data fields are the same among all splits.
|
|
203 |
- `type`: a `string` feature.
|
204 |
- `value`: a `string` feature.
|
205 |
|
206 |
-
### Data Splits
|
207 |
|
208 |
| name |train |validation|test |
|
209 |
|--------------------|-----:|---------:|----:|
|
@@ -220,10 +221,22 @@ The data fields are the same among all splits.
|
|
220 |
|
221 |
### Source Data
|
222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
224 |
|
225 |
### Annotations
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
228 |
|
229 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: triviaqa
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "trivia_qa"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
46 |
documents, six per question on average, that provide high quality distant
|
47 |
supervision for answering the questions.
|
48 |
|
49 |
+
### Supported Tasks and Leaderboards
|
50 |
|
51 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
52 |
|
|
|
204 |
- `type`: a `string` feature.
|
205 |
- `value`: a `string` feature.
|
206 |
|
207 |
+
### Data Splits
|
208 |
|
209 |
| name |train |validation|test |
|
210 |
|--------------------|-----:|---------:|----:|
|
|
|
221 |
|
222 |
### Source Data
|
223 |
|
224 |
+
#### Initial Data Collection and Normalization
|
225 |
+
|
226 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
227 |
+
|
228 |
+
#### Who are the source language producers?
|
229 |
+
|
230 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
231 |
|
232 |
### Annotations
|
233 |
|
234 |
+
#### Annotation process
|
235 |
+
|
236 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
237 |
+
|
238 |
+
#### Who are the annotators?
|
239 |
+
|
240 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
241 |
|
242 |
### Personal and Sensitive Information
|