הפניות:
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-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"
}
}