File size: 2,183 Bytes
2abf38b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
    "default": {
        "description": "Wiki Question Answering corpus from Microsoft\n",
        "citation": "@InProceedings{YangYihMeek:EMNLP2015:WikiQA,\n       author = {{Yi}, Yang and {Wen-tau},  Yih and {Christopher} Meek},\n        title = \"{WikiQA: A Challenge Dataset for Open-Domain Question Answering}\",\n      journal = {Association for Computational Linguistics},\n         year = 2015,\n          doi = {10.18653/v1/D15-1237},\n        pages = {2013\u20132018},\n}\n",
        "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52419",
        "license": "",
        "features": {
            "question_id": {
                "dtype": "string",
                "_type": "Value"
            },
            "question": {
                "dtype": "string",
                "_type": "Value"
            },
            "document_title": {
                "dtype": "string",
                "_type": "Value"
            },
            "answer": {
                "dtype": "string",
                "_type": "Value"
            },
            "label": {
                "names": [
                    "0",
                    "1"
                ],
                "_type": "ClassLabel"
            }
        },
        "builder_name": "wiki_qa",
        "dataset_name": "wiki_qa",
        "config_name": "default",
        "version": {
            "version_str": "0.1.0",
            "major": 0,
            "minor": 1,
            "patch": 0
        },
        "splits": {
            "test": {
                "name": "test",
                "num_bytes": 1333261,
                "num_examples": 6165,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 589765,
                "num_examples": 2733,
                "dataset_name": null
            },
            "train": {
                "name": "train",
                "num_bytes": 4453862,
                "num_examples": 20360,
                "dataset_name": null
            }
        },
        "download_size": 2861208,
        "dataset_size": 6376888,
        "size_in_bytes": 9238096
    }
}