File size: 4,653 Bytes
dea6a3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
  "builder_name": "natural_questions",
  "citation": "\n@article{47761,\ntitle\t= {Natural Questions: a Benchmark for Question Answering Research},\nauthor\t= {Tom Kwiatkowski and Jennimaria Palomaki and Olivia Redfield and Michael Collins and Ankur Parikh and Chris Alberti and Danielle Epstein and Illia Polosukhin and Matthew Kelcey and Jacob Devlin and Kenton Lee and Kristina N. Toutanova and Llion Jones and Ming-Wei Chang and Andrew Dai and Jakob Uszkoreit and Quoc Le and Slav Petrov},\nyear\t= {2019},\njournal\t= {Transactions of the Association of Computational Linguistics}\n}\n",
  "config_name": "default",
  "dataset_size": 99799117880,
  "description": "\nThe NQ corpus contains questions from real users, and it requires QA systems to\nread and comprehend an entire Wikipedia article that may or may not contain the\nanswer to the question. The inclusion of real user questions, and the\nrequirement that solutions should read an entire page to find the answer, cause\nNQ to be a more realistic and challenging task than prior QA datasets.\n",
  "download_checksums": {},
  "download_size": 45069199013,
  "features": {
    "annotations": {
      "_type": "Sequence",
      "feature": {
        "id": {
          "_type": "Value",
          "dtype": "string",
          "id": null
        },
        "long_answer": {
          "end_byte": {
            "_type": "Value",
            "dtype": "int64",
            "id": null
          },
          "end_token": {
            "_type": "Value",
            "dtype": "int64",
            "id": null
          },
          "start_byte": {
            "_type": "Value",
            "dtype": "int64",
            "id": null
          },
          "start_token": {
            "_type": "Value",
            "dtype": "int64",
            "id": null
          }
        },
        "short_answers": {
          "_type": "Sequence",
          "feature": {
            "end_byte": {
              "_type": "Value",
              "dtype": "int64",
              "id": null
            },
            "end_token": {
              "_type": "Value",
              "dtype": "int64",
              "id": null
            },
            "start_byte": {
              "_type": "Value",
              "dtype": "int64",
              "id": null
            },
            "start_token": {
              "_type": "Value",
              "dtype": "int64",
              "id": null
            },
            "text": {
              "_type": "Value",
              "dtype": "string",
              "id": null
            }
          },
          "id": null,
          "length": -1
        },
        "yes_no_answer": {
          "_type": "ClassLabel",
          "id": null,
          "names": [
            "NO",
            "YES"
          ],
          "names_file": null,
          "num_classes": 2
        }
      },
      "id": null,
      "length": -1
    },
    "document": {
      "html": {
        "_type": "Value",
        "dtype": "string",
        "id": null
      },
      "title": {
        "_type": "Value",
        "dtype": "string",
        "id": null
      },
      "tokens": {
        "_type": "Sequence",
        "feature": {
          "is_html": {
            "_type": "Value",
            "dtype": "bool",
            "id": null
          },
          "token": {
            "_type": "Value",
            "dtype": "string",
            "id": null
          }
        },
        "id": null,
        "length": -1
      },
      "url": {
        "_type": "Value",
        "dtype": "string",
        "id": null
      }
    },
    "id": {
      "_type": "Value",
      "dtype": "string",
      "id": null
    },
    "question": {
      "text": {
        "_type": "Value",
        "dtype": "string",
        "id": null
      },
      "tokens": {
        "_type": "Sequence",
        "feature": {
          "_type": "Value",
          "dtype": "string",
          "id": null
        },
        "id": null,
        "length": -1
      }
    }
  },
  "homepage": "https://ai.google.com/research/NaturalQuestions/dataset",
  "license": "",
  "post_processed": null,
  "post_processing_size": null,
  "size_in_bytes": 144868316893,
  "splits": {
    "train": {
      "dataset_name": "natural_questions",
      "name": "train",
      "num_bytes": 97445142568,
      "num_examples": 307373
    },
    "validation": {
      "dataset_name": "natural_questions",
      "name": "validation",
      "num_bytes": 2353975312,
      "num_examples": 7830
    }
  },
  "supervised_keys": null,
  "version": {
    "description": null,
    "major": 0,
    "minor": 0,
    "patch": 2,
    "version_str": "0.0.2"
  }
}