metadata
license: cc-by-sa-3.0
task_categories:
- sentence-similarity
- feature-extraction
language:
- en
Dataset Card for "nq"
Table of Contents
Dataset Description
Dataset Summary
This is a modified version of the original Natural Questions (nq) dataset for retrieval tasks. The original is availabe here.
It contains google queries and an entire stripped wikipedia article for each query.
Dataset Structure
Data Instances
An example of 'train' looks as follows.
{
"question": "who competes in miss universe miss america or miss usa",
"context": "Miss USA - Wikipedia\nThe Miss USA is an American beauty pageant that has been held annually since 1952 to select the Amer ...",
}
Data Fields
The data fields are the same among all splits.
question
: astring
feature.context
: astring
feature.
Additional Information
Licensing Information
This dataset is distributed under the cc-by-sa-3.0 license.