natural_questions / README.md
julien-c's picture
julien-c HF staff
Align more metadata with other repo types (models,spaces) (#4607)
2122f7b
metadata
annotations_creators:
  - no-annotation
language_creators:
  - crowdsourced
language:
  - en
license:
  - cc-by-sa-3.0
multilinguality:
  - monolingual
pretty_name: Natural Questions
size_categories:
  - 100K<n<1M
source_datasets:
  - original
task_categories:
  - question-answering
task_ids:
  - open-domain-qa
paperswithcode_id: natural-questions

Dataset Card for Natural Questions

Table of Contents

Dataset Description

Dataset Summary

The NQ corpus contains questions from real users, and it requires QA systems to read and comprehend an entire Wikipedia article that may or may not contain the answer to the question. The inclusion of real user questions, and the requirement that solutions should read an entire page to find the answer, cause NQ to be a more realistic and challenging task than prior QA datasets.

Supported Tasks and Leaderboards

More Information Needed

Languages

More Information Needed

Dataset Structure

Data Instances

default

  • Size of downloaded dataset files: 42981.34 MB
  • Size of the generated dataset: 95175.86 MB
  • Total amount of disk used: 138157.19 MB

An example of 'train' looks as follows.


Data Fields

The data fields are the same among all splits.

default

  • id: a string feature.
  • title: a string feature.
  • url: a string feature.
  • html: a string feature.
  • tokens: a dictionary feature containing:
    • token: a string feature.
    • is_html: a bool feature.
  • text: a string feature.
  • tokens: a list of string features.
  • annotations: a dictionary feature containing:
    • id: a string feature.
    • start_token: a int64 feature.
    • end_token: a int64 feature.
    • start_byte: a int64 feature.
    • end_byte: a int64 feature.
    • short_answers: a dictionary feature containing:
      • start_token: a int64 feature.
      • end_token: a int64 feature.
      • start_byte: a int64 feature.
      • end_byte: a int64 feature.
      • text: a string feature.
    • yes_no_answer: a classification label, with possible values including NO (0), YES (1).

Data Splits

name train validation
default 307373 7830
dev N/A 7830

Dataset Creation

Curation Rationale

More Information Needed

Source Data

Initial Data Collection and Normalization

More Information Needed

Who are the source language producers?

More Information Needed

Annotations

Annotation process

More Information Needed

Who are the annotators?

More Information Needed

Personal and Sensitive Information

More Information Needed

Considerations for Using the Data

Social Impact of Dataset

More Information Needed

Discussion of Biases

More Information Needed

Other Known Limitations

More Information Needed

Additional Information

Dataset Curators

More Information Needed

Licensing Information

Creative Commons Attribution-ShareAlike 3.0 Unported.

Citation Information


@article{47761,
title	= {Natural Questions: a Benchmark for Question Answering Research},
author	= {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},
year	= {2019},
journal	= {Transactions of the Association of Computational Linguistics}
}

Contributions

Thanks to @thomwolf, @lhoestq for adding this dataset.