Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
system's picture
system HF staff
Update files from the datasets library (from 1.0.0)
0b7cc9e
raw
history blame
323 Bytes
{
"data": [
{ "title": "dev test",
"paragraphs": [
{ "context": "This is a test context.",
"qas": [
{ "question": "Is this a test?",
"id": "2",
"answers": [
{ "answer_start": 6,
"text": "This is a test text"
}
]
}
]
}
]
}
]
}