อ้างอิง:
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:
ds = tfds.load('huggingface:freebase_qa')
- คำอธิบาย :
FreebaseQA is for open-domain factoid question answering (QA) tasks over structured knowledge bases, like Freebase The data set is generated by matching trivia-type question-answer pairs with subject-predicateobject triples in Freebase.
- ใบอนุญาต : ไม่มีใบอนุญาตที่รู้จัก
- เวอร์ชัน : 1.0.0
- แยก :
แยก | ตัวอย่าง |
---|---|
'test' | 3996 |
'train' | 20358 |
'validation' | 3994 |
- คุณสมบัติ :
{
"Question-ID": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"RawQuestion": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"ProcessedQuestion": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Parses": {
"feature": {
"Parse-Id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"PotentialTopicEntityMention": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"TopicEntityName": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"TopicEntityMid": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"InferentialChain": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Answers": {
"feature": {
"AnswersMid": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"AnswersName": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}