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
8e75d2f
1 Parent(s): da6d020

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -96
dataset_infos.json DELETED
@@ -1,96 +0,0 @@
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
- }