Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
ca5c18f
1 Parent(s): 4e1ae2f

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - crowdsourced
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - cc-by-nc-sa-4.0
10
  multilinguality:
11
  - monolingual
12
- pretty_name: Question Answering for Artificial Intelligence (QuAIL)
13
  size_categories:
14
  - 10K<n<100K
15
  source_datasets:
@@ -19,7 +18,9 @@ task_categories:
19
  task_ids:
20
  - multiple-choice-qa
21
  paperswithcode_id: quail
 
22
  dataset_info:
 
23
  features:
24
  - name: id
25
  dtype: string
@@ -47,19 +48,28 @@ dataset_info:
47
  sequence: string
48
  - name: correct_answer_id
49
  dtype: int32
50
- config_name: quail
51
  splits:
52
  - name: train
53
- num_bytes: 23432697
54
  num_examples: 10246
55
  - name: validation
56
- num_bytes: 4989579
57
  num_examples: 2164
58
  - name: challenge
59
- num_bytes: 1199840
60
  num_examples: 556
61
- download_size: 6402933
62
- dataset_size: 29622116
 
 
 
 
 
 
 
 
 
 
63
  ---
64
 
65
  # Dataset Card for "quail"
 
1
  ---
2
  annotations_creators:
3
  - crowdsourced
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - cc-by-nc-sa-4.0
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 10K<n<100K
14
  source_datasets:
 
18
  task_ids:
19
  - multiple-choice-qa
20
  paperswithcode_id: quail
21
+ pretty_name: Question Answering for Artificial Intelligence (QuAIL)
22
  dataset_info:
23
+ config_name: quail
24
  features:
25
  - name: id
26
  dtype: string
 
48
  sequence: string
49
  - name: correct_answer_id
50
  dtype: int32
 
51
  splits:
52
  - name: train
53
+ num_bytes: 23432601
54
  num_examples: 10246
55
  - name: validation
56
+ num_bytes: 4989531
57
  num_examples: 2164
58
  - name: challenge
59
+ num_bytes: 1199792
60
  num_examples: 556
61
+ download_size: 2286403
62
+ dataset_size: 29621924
63
+ configs:
64
+ - config_name: quail
65
+ data_files:
66
+ - split: train
67
+ path: quail/train-*
68
+ - split: validation
69
+ path: quail/validation-*
70
+ - split: challenge
71
+ path: quail/challenge-*
72
+ default: true
73
  ---
74
 
75
  # Dataset Card for "quail"
dataset_infos.json CHANGED
@@ -1 +1,96 @@
1
- {"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", "id": null, "_type": "Value"}, "context_id": {"dtype": "string", "id": null, "_type": "Value"}, "question_id": {"dtype": "string", "id": null, "_type": "Value"}, "domain": {"dtype": "string", "id": null, "_type": "Value"}, "metadata": {"author": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "context": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "question_type": {"dtype": "string", "id": null, "_type": "Value"}, "answers": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "correct_answer_id": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "quail", "config_name": "quail", "version": {"version_str": "1.3.0", "description": "", "major": 1, "minor": 3, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23432697, "num_examples": 10246, "dataset_name": "quail"}, "validation": {"name": "validation", "num_bytes": 4989579, "num_examples": 2164, "dataset_name": "quail"}, "challenge": {"name": "challenge", "num_bytes": 1199840, "num_examples": 556, "dataset_name": "quail"}}, "download_checksums": {"https://raw.githubusercontent.com/text-machine-lab/quail/master/quail_v1.3/xml/randomized/quail_1.3_train_randomized.xml": {"num_bytes": 5064067, "checksum": "faf7849a4397485fc6134919b9ce55e40ca623915be86bce16eccfb6c4186fac"}, "https://raw.githubusercontent.com/text-machine-lab/quail/master/quail_v1.3/xml/randomized/quail_1.3_dev_randomized.xml": {"num_bytes": 1075073, "checksum": "e39b848db1a13533ee264c9eaa21a309aebf3c0394967848acb89b83ae96b8c4"}, "https://raw.githubusercontent.com/text-machine-lab/quail/master/quail_v1.3/xml/randomized/quail_1.3_challenge_randomized.xml": {"num_bytes": 263793, "checksum": "1e140e6e6b9b820e70a75a79f8bc111db6472fd0027bbcfb760e6841045478ae"}}, "download_size": 6402933, "post_processing_size": null, "dataset_size": 29622116, "size_in_bytes": 36025049}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "quail": {
3
+ "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.",
4
+ "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",
5
+ "homepage": "https://text-machine-lab.github.io/blog/2020/quail/",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "context_id": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "question_id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "domain": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "metadata": {
25
+ "author": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "title": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "url": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ }
37
+ },
38
+ "context": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "question": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "question_type": {
47
+ "dtype": "string",
48
+ "_type": "Value"
49
+ },
50
+ "answers": {
51
+ "feature": {
52
+ "dtype": "string",
53
+ "_type": "Value"
54
+ },
55
+ "_type": "Sequence"
56
+ },
57
+ "correct_answer_id": {
58
+ "dtype": "int32",
59
+ "_type": "Value"
60
+ }
61
+ },
62
+ "builder_name": "quail",
63
+ "dataset_name": "quail",
64
+ "config_name": "quail",
65
+ "version": {
66
+ "version_str": "1.3.0",
67
+ "description": "",
68
+ "major": 1,
69
+ "minor": 3,
70
+ "patch": 0
71
+ },
72
+ "splits": {
73
+ "train": {
74
+ "name": "train",
75
+ "num_bytes": 23432601,
76
+ "num_examples": 10246,
77
+ "dataset_name": null
78
+ },
79
+ "validation": {
80
+ "name": "validation",
81
+ "num_bytes": 4989531,
82
+ "num_examples": 2164,
83
+ "dataset_name": null
84
+ },
85
+ "challenge": {
86
+ "name": "challenge",
87
+ "num_bytes": 1199792,
88
+ "num_examples": 556,
89
+ "dataset_name": null
90
+ }
91
+ },
92
+ "download_size": 2286403,
93
+ "dataset_size": 29621924,
94
+ "size_in_bytes": 31908327
95
+ }
96
+ }
quail/challenge-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe47785617f8248c27318282891a55b4cebf8bd5f3fef13f1dbd107c2bfb5797
3
+ size 96956
quail/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e760cd0359e3aa59444bc8e551864d4fa518e06987380dabd50eed49179091ee
3
+ size 1791229
quail/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ba2dd760c9c53a2642de0d8213ee66b6d252d5c279f0f0ac8e06602bf20bf1
3
+ size 398218