hybryda_qa

Bibliografia:

hybryda_qa

Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:

ds = tfds.load('huggingface:hybrid_qa/hybrid_qa')
  • Opis :
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.
  • Licencja : Brak znanej licencji
  • Wersja : 1.0.0
  • Podziały :
Podział Przykłady
'test' 3463
'train' 62682
'validation' 3466
  • Cechy :
{
    "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"
        }
    }
}