wiki_qa

References:

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:wiki_qa')
  • Description:
Wiki Question Answering corpus from Microsoft
  • License: No known license
  • Version: 0.1.0
  • Splits:
Split Examples
'test' 6165
'train' 20360
'validation' 2733
  • Features:
{
    "question_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "document_title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "0",
            "1"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}