Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
10K - 100K
License:
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://ai.google.com/research/NaturalQuestions/dataset](https://ai.google.com/research/NaturalQuestions/dataset)
|
33 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
@@ -37,7 +37,7 @@
|
|
37 |
- **Size of the generated dataset:** 95175.86 MB
|
38 |
- **Total amount of disk used:** 138157.19 MB
|
39 |
|
40 |
-
###
|
41 |
|
42 |
The NQ corpus contains questions from real users, and it requires QA systems to
|
43 |
read and comprehend an entire Wikipedia article that may or may not contain the
|
@@ -45,19 +45,19 @@ answer to the question. The inclusion of real user questions, and the
|
|
45 |
requirement that solutions should read an entire page to find the answer, cause
|
46 |
NQ to be a more realistic and challenging task than prior QA datasets.
|
47 |
|
48 |
-
###
|
49 |
|
50 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
51 |
|
52 |
-
###
|
53 |
|
54 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
55 |
|
56 |
-
##
|
57 |
|
58 |
We show detailed information for up to 5 configurations of the dataset.
|
59 |
|
60 |
-
###
|
61 |
|
62 |
#### default
|
63 |
|
@@ -70,7 +70,7 @@ An example of 'train' looks as follows.
|
|
70 |
|
71 |
```
|
72 |
|
73 |
-
###
|
74 |
|
75 |
The data fields are the same among all splits.
|
76 |
|
@@ -98,55 +98,55 @@ The data fields are the same among all splits.
|
|
98 |
- `text`: a `string` feature.
|
99 |
- `yes_no_answer`: a classification label, with possible values including `NO` (0), `YES` (1).
|
100 |
|
101 |
-
###
|
102 |
|
103 |
| name |train |validation|
|
104 |
|-------|-----:|---------:|
|
105 |
|default|307373| 7830|
|
106 |
|
107 |
-
##
|
108 |
|
109 |
-
###
|
110 |
|
111 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
112 |
|
113 |
-
###
|
114 |
|
115 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
116 |
|
117 |
-
###
|
118 |
|
119 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
120 |
|
121 |
-
###
|
122 |
|
123 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
124 |
|
125 |
-
##
|
126 |
|
127 |
-
###
|
128 |
|
129 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
130 |
|
131 |
-
###
|
132 |
|
133 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
134 |
|
135 |
-
###
|
136 |
|
137 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
138 |
|
139 |
-
##
|
140 |
|
141 |
-
###
|
142 |
|
143 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
144 |
|
145 |
-
###
|
146 |
|
147 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
148 |
|
149 |
-
###
|
150 |
|
151 |
```
|
152 |
|
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
+
## Dataset Description
|
31 |
|
32 |
- **Homepage:** [https://ai.google.com/research/NaturalQuestions/dataset](https://ai.google.com/research/NaturalQuestions/dataset)
|
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:** 95175.86 MB
|
38 |
- **Total amount of disk used:** 138157.19 MB
|
39 |
|
40 |
+
### Dataset Summary
|
41 |
|
42 |
The NQ corpus contains questions from real users, and it requires QA systems to
|
43 |
read and comprehend an entire Wikipedia article that may or may not contain the
|
|
|
45 |
requirement that solutions should read an entire page to find the answer, cause
|
46 |
NQ to be a more realistic and challenging task than prior QA datasets.
|
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 |
|
52 |
+
### Languages
|
53 |
|
54 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
55 |
|
56 |
+
## Dataset Structure
|
57 |
|
58 |
We show detailed information for up to 5 configurations of the dataset.
|
59 |
|
60 |
+
### Data Instances
|
61 |
|
62 |
#### default
|
63 |
|
|
|
70 |
|
71 |
```
|
72 |
|
73 |
+
### Data Fields
|
74 |
|
75 |
The data fields are the same among all splits.
|
76 |
|
|
|
98 |
- `text`: a `string` feature.
|
99 |
- `yes_no_answer`: a classification label, with possible values including `NO` (0), `YES` (1).
|
100 |
|
101 |
+
### Data Splits Sample Size
|
102 |
|
103 |
| name |train |validation|
|
104 |
|-------|-----:|---------:|
|
105 |
|default|307373| 7830|
|
106 |
|
107 |
+
## Dataset Creation
|
108 |
|
109 |
+
### Curation Rationale
|
110 |
|
111 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
112 |
|
113 |
+
### Source Data
|
114 |
|
115 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
116 |
|
117 |
+
### Annotations
|
118 |
|
119 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
120 |
|
121 |
+
### Personal and Sensitive Information
|
122 |
|
123 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
124 |
|
125 |
+
## Considerations for Using the Data
|
126 |
|
127 |
+
### Social Impact of Dataset
|
128 |
|
129 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
130 |
|
131 |
+
### Discussion of Biases
|
132 |
|
133 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
134 |
|
135 |
+
### Other Known Limitations
|
136 |
|
137 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
138 |
|
139 |
+
## Additional Information
|
140 |
|
141 |
+
### Dataset Curators
|
142 |
|
143 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
144 |
|
145 |
+
### Licensing Information
|
146 |
|
147 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
148 |
|
149 |
+
### Citation Information
|
150 |
|
151 |
```
|
152 |
|