Datasets:
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
closed-domain-qa
Languages:
English
Size:
1K - 10K
ArXiv:
License:
updated dataset_infos for version 0.3.0 (#2)
Browse files- updated dataset_infos for version 0.3.0 (d819c8a2334441b262a87105ec63d5fb391e2a3b)
Co-authored-by: Luca Soldaini <[email protected]>
- dataset_infos.json +212 -1
dataset_infos.json
CHANGED
@@ -1 +1,212 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"qasper": {
|
3 |
+
"description": "A dataset containing 1585 papers with 5049 information-seeking questions asked by regular readers of NLP papers, and answered by a separate set of NLP practitioners.\n",
|
4 |
+
"citation": "@inproceedings{Dasigi2021ADO,\n title={A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers},\n author={Pradeep Dasigi and Kyle Lo and Iz Beltagy and Arman Cohan and Noah A. Smith and Matt Gardner},\n year={2021}\n}\n",
|
5 |
+
"homepage": "https://allenai.org/data/qasper",
|
6 |
+
"license": "CC BY 4.0",
|
7 |
+
"features": {
|
8 |
+
"id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"title": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"abstract": {
|
19 |
+
"dtype": "string",
|
20 |
+
"id": null,
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"full_text": {
|
24 |
+
"feature": {
|
25 |
+
"section_name": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"paragraphs": [
|
31 |
+
{
|
32 |
+
"dtype": "string",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
}
|
36 |
+
]
|
37 |
+
},
|
38 |
+
"length": -1,
|
39 |
+
"id": null,
|
40 |
+
"_type": "Sequence"
|
41 |
+
},
|
42 |
+
"qas": {
|
43 |
+
"feature": {
|
44 |
+
"question": {
|
45 |
+
"dtype": "string",
|
46 |
+
"id": null,
|
47 |
+
"_type": "Value"
|
48 |
+
},
|
49 |
+
"question_id": {
|
50 |
+
"dtype": "string",
|
51 |
+
"id": null,
|
52 |
+
"_type": "Value"
|
53 |
+
},
|
54 |
+
"nlp_background": {
|
55 |
+
"dtype": "string",
|
56 |
+
"id": null,
|
57 |
+
"_type": "Value"
|
58 |
+
},
|
59 |
+
"topic_background": {
|
60 |
+
"dtype": "string",
|
61 |
+
"id": null,
|
62 |
+
"_type": "Value"
|
63 |
+
},
|
64 |
+
"paper_read": {
|
65 |
+
"dtype": "string",
|
66 |
+
"id": null,
|
67 |
+
"_type": "Value"
|
68 |
+
},
|
69 |
+
"search_query": {
|
70 |
+
"dtype": "string",
|
71 |
+
"id": null,
|
72 |
+
"_type": "Value"
|
73 |
+
},
|
74 |
+
"question_writer": {
|
75 |
+
"dtype": "string",
|
76 |
+
"id": null,
|
77 |
+
"_type": "Value"
|
78 |
+
},
|
79 |
+
"answers": {
|
80 |
+
"feature": {
|
81 |
+
"answer": {
|
82 |
+
"unanswerable": {
|
83 |
+
"dtype": "bool",
|
84 |
+
"id": null,
|
85 |
+
"_type": "Value"
|
86 |
+
},
|
87 |
+
"extractive_spans": {
|
88 |
+
"feature": {
|
89 |
+
"dtype": "string",
|
90 |
+
"id": null,
|
91 |
+
"_type": "Value"
|
92 |
+
},
|
93 |
+
"length": -1,
|
94 |
+
"id": null,
|
95 |
+
"_type": "Sequence"
|
96 |
+
},
|
97 |
+
"yes_no": {
|
98 |
+
"dtype": "bool",
|
99 |
+
"id": null,
|
100 |
+
"_type": "Value"
|
101 |
+
},
|
102 |
+
"free_form_answer": {
|
103 |
+
"dtype": "string",
|
104 |
+
"id": null,
|
105 |
+
"_type": "Value"
|
106 |
+
},
|
107 |
+
"evidence": {
|
108 |
+
"feature": {
|
109 |
+
"dtype": "string",
|
110 |
+
"id": null,
|
111 |
+
"_type": "Value"
|
112 |
+
},
|
113 |
+
"length": -1,
|
114 |
+
"id": null,
|
115 |
+
"_type": "Sequence"
|
116 |
+
},
|
117 |
+
"highlighted_evidence": {
|
118 |
+
"feature": {
|
119 |
+
"dtype": "string",
|
120 |
+
"id": null,
|
121 |
+
"_type": "Value"
|
122 |
+
},
|
123 |
+
"length": -1,
|
124 |
+
"id": null,
|
125 |
+
"_type": "Sequence"
|
126 |
+
}
|
127 |
+
},
|
128 |
+
"annotation_id": {
|
129 |
+
"dtype": "string",
|
130 |
+
"id": null,
|
131 |
+
"_type": "Value"
|
132 |
+
},
|
133 |
+
"worker_id": {
|
134 |
+
"dtype": "string",
|
135 |
+
"id": null,
|
136 |
+
"_type": "Value"
|
137 |
+
}
|
138 |
+
},
|
139 |
+
"length": -1,
|
140 |
+
"id": null,
|
141 |
+
"_type": "Sequence"
|
142 |
+
}
|
143 |
+
},
|
144 |
+
"length": -1,
|
145 |
+
"id": null,
|
146 |
+
"_type": "Sequence"
|
147 |
+
},
|
148 |
+
"figures_and_tables": {
|
149 |
+
"feature": {
|
150 |
+
"caption": {
|
151 |
+
"dtype": "string",
|
152 |
+
"id": null,
|
153 |
+
"_type": "Value"
|
154 |
+
},
|
155 |
+
"file": {
|
156 |
+
"dtype": "string",
|
157 |
+
"id": null,
|
158 |
+
"_type": "Value"
|
159 |
+
}
|
160 |
+
},
|
161 |
+
"length": -1,
|
162 |
+
"id": null,
|
163 |
+
"_type": "Sequence"
|
164 |
+
}
|
165 |
+
},
|
166 |
+
"post_processed": null,
|
167 |
+
"supervised_keys": null,
|
168 |
+
"builder_name": "qasper",
|
169 |
+
"config_name": "qasper",
|
170 |
+
"version": {
|
171 |
+
"version_str": "0.3.0",
|
172 |
+
"description": null,
|
173 |
+
"major": 0,
|
174 |
+
"minor": 3,
|
175 |
+
"patch": 0
|
176 |
+
},
|
177 |
+
"splits": {
|
178 |
+
"train": {
|
179 |
+
"name": "train",
|
180 |
+
"num_bytes": 27277970,
|
181 |
+
"num_examples": 888,
|
182 |
+
"dataset_name": "qasper"
|
183 |
+
},
|
184 |
+
"validation": {
|
185 |
+
"name": "validation",
|
186 |
+
"num_bytes": 9535330,
|
187 |
+
"num_examples": 281,
|
188 |
+
"dataset_name": "qasper"
|
189 |
+
},
|
190 |
+
"test": {
|
191 |
+
"name": "test",
|
192 |
+
"num_bytes": 9535330,
|
193 |
+
"num_examples": 416,
|
194 |
+
"dataset_name": "qasper"
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"download_checksums": {
|
198 |
+
"https://qasper-dataset.s3.us-west-2.amazonaws.com/qasper-train-dev-v0.3.tgz": {
|
199 |
+
"num_bytes": 10835856,
|
200 |
+
"checksum": "a28fdf966db827bcee3d873107d6b6669864fb7ca8fbf73a192f5e39191bdb5a"
|
201 |
+
},
|
202 |
+
"https://qasper-dataset.s3.us-west-2.amazonaws.com/qasper-test-and-evaluator-v0.3.tgz": {
|
203 |
+
"num_bytes": 3865061,
|
204 |
+
"checksum": "72a52a41193e2838b8074f80ac074b94f956b84886c36a61c58a7df4171bdd72"
|
205 |
+
}
|
206 |
+
},
|
207 |
+
"download_size": 14700917,
|
208 |
+
"post_processing_size": null,
|
209 |
+
"dataset_size": 36813300,
|
210 |
+
"size_in_bytes": 68556447
|
211 |
+
}
|
212 |
+
}
|