Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
File size: 3,900 Bytes
ca5c18f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
    "quail": {
        "description": "QuAIL is a  reading comprehension dataset. QuAIL contains 15K multi-choice questions in texts 300-350 tokens long 4 domains (news, user stories, fiction, blogs).QuAIL is balanced and annotated for question types.",
        "citation": "@inproceedings{DBLP:conf/aaai/RogersKDR20,\n  author    = {Anna Rogers and\n               Olga Kovaleva and\n               Matthew Downey and\n               Anna Rumshisky},\n  title     = {Getting Closer to {AI} Complete Question Answering: {A} Set of Prerequisite\n               Real Tasks},\n  booktitle = {The Thirty-Fourth {AAAI} Conference on Artificial Intelligence, {AAAI}\n               2020, The Thirty-Second Innovative Applications of Artificial Intelligence\n               Conference, {IAAI} 2020, The Tenth {AAAI} Symposium on Educational\n               Advances in Artificial Intelligence, {EAAI} 2020, New York, NY, USA,\n               February 7-12, 2020},\n  pages     = {8722--8731},\n  publisher = {{AAAI} Press},\n  year      = {2020},\n  url       = {https://aaai.org/ojs/index.php/AAAI/article/view/6398},\n  timestamp = {Thu, 04 Jun 2020 13:18:48 +0200},\n  biburl    = {https://dblp.org/rec/conf/aaai/RogersKDR20.bib},\n  bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
        "homepage": "https://text-machine-lab.github.io/blog/2020/quail/",
        "license": "",
        "features": {
            "id": {
                "dtype": "string",
                "_type": "Value"
            },
            "context_id": {
                "dtype": "string",
                "_type": "Value"
            },
            "question_id": {
                "dtype": "string",
                "_type": "Value"
            },
            "domain": {
                "dtype": "string",
                "_type": "Value"
            },
            "metadata": {
                "author": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "title": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "url": {
                    "dtype": "string",
                    "_type": "Value"
                }
            },
            "context": {
                "dtype": "string",
                "_type": "Value"
            },
            "question": {
                "dtype": "string",
                "_type": "Value"
            },
            "question_type": {
                "dtype": "string",
                "_type": "Value"
            },
            "answers": {
                "feature": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "_type": "Sequence"
            },
            "correct_answer_id": {
                "dtype": "int32",
                "_type": "Value"
            }
        },
        "builder_name": "quail",
        "dataset_name": "quail",
        "config_name": "quail",
        "version": {
            "version_str": "1.3.0",
            "description": "",
            "major": 1,
            "minor": 3,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 23432601,
                "num_examples": 10246,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 4989531,
                "num_examples": 2164,
                "dataset_name": null
            },
            "challenge": {
                "name": "challenge",
                "num_bytes": 1199792,
                "num_examples": 556,
                "dataset_name": null
            }
        },
        "download_size": 2286403,
        "dataset_size": 29621924,
        "size_in_bytes": 31908327
    }
}