Ссылки:
перепелка
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:quail/quail')
- Описание :
QuAIL is a reading comprehension dataset. QuAIL contains 15K multi-choice questions in texts 300-350 tokens long 4 domains (news, user stories, fiction, blogs).QuAIL is balanced and annotated for question types.
- Лицензия : Нет известной лицензии.
- Версия : 1.3.0
- Расколы :
Расколоть | Примеры |
---|---|
'challenge' | 556 |
'train' | 10246 |
'validation' | 2164 |
- Функции :
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"context_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"domain": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"metadata": {
"author": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"context": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question_type": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answers": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"correct_answer_id": {
"dtype": "int32",
"id": null,
"_type": "Value"
}
}