مراجع:
السمان
استخدم الأمر التالي لتحميل مجموعة البيانات هذه في 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"
}
}