Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
2d731f5
1
Parent(s):
9dab3f0
Delete legacy dataset_infos.json
Browse files- dataset_infos.json +0 -71
dataset_infos.json
DELETED
@@ -1,71 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"plain_text": {
|
3 |
-
"description": "Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading passage, or the question might be unanswerable.\n",
|
4 |
-
"citation": "@article{2016arXiv160605250R,\n author = {{Rajpurkar}, Pranav and {Zhang}, Jian and {Lopyrev},\n Konstantin and {Liang}, Percy},\n title = \"{SQuAD: 100,000+ Questions for Machine Comprehension of Text}\",\n journal = {arXiv e-prints},\n year = 2016,\n eid = {arXiv:1606.05250},\n pages = {arXiv:1606.05250},\narchivePrefix = {arXiv},\n eprint = {1606.05250},\n}\n",
|
5 |
-
"homepage": "https://rajpurkar.github.io/SQuAD-explorer/",
|
6 |
-
"license": "",
|
7 |
-
"features": {
|
8 |
-
"id": {
|
9 |
-
"dtype": "string",
|
10 |
-
"_type": "Value"
|
11 |
-
},
|
12 |
-
"title": {
|
13 |
-
"dtype": "string",
|
14 |
-
"_type": "Value"
|
15 |
-
},
|
16 |
-
"context": {
|
17 |
-
"dtype": "string",
|
18 |
-
"_type": "Value"
|
19 |
-
},
|
20 |
-
"question": {
|
21 |
-
"dtype": "string",
|
22 |
-
"_type": "Value"
|
23 |
-
},
|
24 |
-
"answers": {
|
25 |
-
"feature": {
|
26 |
-
"text": {
|
27 |
-
"dtype": "string",
|
28 |
-
"_type": "Value"
|
29 |
-
},
|
30 |
-
"answer_start": {
|
31 |
-
"dtype": "int32",
|
32 |
-
"_type": "Value"
|
33 |
-
}
|
34 |
-
},
|
35 |
-
"_type": "Sequence"
|
36 |
-
}
|
37 |
-
},
|
38 |
-
"task_templates": [
|
39 |
-
{
|
40 |
-
"task": "question-answering-extractive"
|
41 |
-
}
|
42 |
-
],
|
43 |
-
"builder_name": "squad",
|
44 |
-
"dataset_name": "squad",
|
45 |
-
"config_name": "plain_text",
|
46 |
-
"version": {
|
47 |
-
"version_str": "1.0.0",
|
48 |
-
"description": "",
|
49 |
-
"major": 1,
|
50 |
-
"minor": 0,
|
51 |
-
"patch": 0
|
52 |
-
},
|
53 |
-
"splits": {
|
54 |
-
"train": {
|
55 |
-
"name": "train",
|
56 |
-
"num_bytes": 79346108,
|
57 |
-
"num_examples": 87599,
|
58 |
-
"dataset_name": null
|
59 |
-
},
|
60 |
-
"validation": {
|
61 |
-
"name": "validation",
|
62 |
-
"num_bytes": 10472984,
|
63 |
-
"num_examples": 10570,
|
64 |
-
"dataset_name": null
|
65 |
-
}
|
66 |
-
},
|
67 |
-
"download_size": 16278203,
|
68 |
-
"dataset_size": 89819092,
|
69 |
-
"size_in_bytes": 106097295
|
70 |
-
}
|
71 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|