hybrid_qa

参考:

hybrid_qa

使用以下命令在 TFDS 中加载此数据集:

ds = tfds.load('huggingface:hybrid_qa/hybrid_qa')
  • 说明
Existing question answering datasets focus on dealing with homogeneous information, based either only on text or KB/Table information alone. However, as human knowledge is distributed over heterogeneous forms, using homogeneous information alone might lead to severe coverage problems. To fill in the gap, we present HybridQA, a new large-scale question-answering dataset that requires reasoning on heterogeneous information. Each question is aligned with a Wikipedia table and multiple free-form corpora linked with the entities in the table. The questions are designed to aggregate both tabular information and text information, i.e., lack of either form would render the question unanswerable.
  • 许可:无已知许可
  • 版本:1.0.0
  • 拆分
拆分 样本
'test' 3463
'train' 62682
'validation' 3466
  • 特征
{
    "question_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "table_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer_text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question_postag": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "table": {
        "url": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "title": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "header": {
            "feature": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "length": -1,
            "id": null,
            "_type": "Sequence"
        },
        "data": [
            {
                "value": {
                    "dtype": "string",
                    "id": null,
                    "_type": "Value"
                },
                "urls": [
                    {
                        "url": {
                            "dtype": "string",
                            "id": null,
                            "_type": "Value"
                        },
                        "summary": {
                            "dtype": "string",
                            "id": null,
                            "_type": "Value"
                        }
                    }
                ]
            }
        ],
        "section_title": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "section_text": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "uid": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "intro": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        }
    }
}