freebase_qa

مراجع:

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