Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
File size: 323 Bytes
0b7cc9e |
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 |
{
"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"
}
]
}
]
}
]
}
]
}
|