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 "squad_v2"
|
@@ -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)
|
@@ -43,7 +44,7 @@ combines the 100,000 questions in SQuAD1.1 with over 50,000 unanswerable questio
|
|
43 |
to look similar to answerable ones. To do well on SQuAD2.0, systems must not only answer questions when possible, but
|
44 |
also determine when no answer is supported by the paragraph and abstain from answering.
|
45 |
|
46 |
-
### Supported Tasks
|
47 |
|
48 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
|
@@ -92,7 +93,7 @@ The data fields are the same among all splits.
|
|
92 |
- `text`: a `string` feature.
|
93 |
- `answer_start`: a `int32` feature.
|
94 |
|
95 |
-
### Data Splits
|
96 |
|
97 |
| name |train |validation|
|
98 |
|--------|-----:|---------:|
|
@@ -106,10 +107,22 @@ The data fields are the same among all splits.
|
|
106 |
|
107 |
### Source Data
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
110 |
|
111 |
### Annotations
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
114 |
|
115 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: squad
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "squad_v2"
|
|
|
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)
|
|
|
44 |
to look similar to answerable ones. To do well on SQuAD2.0, systems must not only answer questions when possible, but
|
45 |
also determine when no answer is supported by the paragraph and abstain from answering.
|
46 |
|
47 |
+
### Supported Tasks and Leaderboards
|
48 |
|
49 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
50 |
|
|
|
93 |
- `text`: a `string` feature.
|
94 |
- `answer_start`: a `int32` feature.
|
95 |
|
96 |
+
### Data Splits
|
97 |
|
98 |
| name |train |validation|
|
99 |
|--------|-----:|---------:|
|
|
|
107 |
|
108 |
### Source Data
|
109 |
|
110 |
+
#### Initial Data Collection and Normalization
|
111 |
+
|
112 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
113 |
+
|
114 |
+
#### Who are the source language producers?
|
115 |
+
|
116 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
117 |
|
118 |
### Annotations
|
119 |
|
120 |
+
#### Annotation process
|
121 |
+
|
122 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
123 |
+
|
124 |
+
#### Who are the annotators?
|
125 |
+
|
126 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
127 |
|
128 |
### Personal and Sensitive Information
|