Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-abstractive-qa
Languages:
English
Size:
100K - 1M
License:
Commit
•
0441e53
1
Parent(s):
22d685e
Add logical-forms data files
Browse files
README.md
CHANGED
@@ -119,17 +119,17 @@ dataset_info:
|
|
119 |
- name: program
|
120 |
dtype: string
|
121 |
splits:
|
122 |
-
- name: test
|
123 |
-
num_bytes: 927038
|
124 |
-
num_examples: 8006
|
125 |
- name: train
|
126 |
-
num_bytes:
|
127 |
num_examples: 44098
|
128 |
- name: validation
|
129 |
-
num_bytes:
|
130 |
num_examples: 7719
|
131 |
-
|
132 |
-
|
|
|
|
|
|
|
133 |
configs:
|
134 |
- config_name: QDMR
|
135 |
data_files:
|
@@ -163,6 +163,14 @@ configs:
|
|
163 |
path: QDMR-lexicon/validation-*
|
164 |
- split: test
|
165 |
path: QDMR-lexicon/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
---
|
167 |
|
168 |
# Dataset Card for "break_data"
|
|
|
119 |
- name: program
|
120 |
dtype: string
|
121 |
splits:
|
|
|
|
|
|
|
122 |
- name: train
|
123 |
+
num_bytes: 19783061
|
124 |
num_examples: 44098
|
125 |
- name: validation
|
126 |
+
num_bytes: 3498114
|
127 |
num_examples: 7719
|
128 |
+
- name: test
|
129 |
+
num_bytes: 920007
|
130 |
+
num_examples: 8006
|
131 |
+
download_size: 7572815
|
132 |
+
dataset_size: 24201182
|
133 |
configs:
|
134 |
- config_name: QDMR
|
135 |
data_files:
|
|
|
163 |
path: QDMR-lexicon/validation-*
|
164 |
- split: test
|
165 |
path: QDMR-lexicon/test-*
|
166 |
+
- config_name: logical-forms
|
167 |
+
data_files:
|
168 |
+
- split: train
|
169 |
+
path: logical-forms/train-*
|
170 |
+
- split: validation
|
171 |
+
path: logical-forms/validation-*
|
172 |
+
- split: test
|
173 |
+
path: logical-forms/test-*
|
174 |
---
|
175 |
|
176 |
# Dataset Card for "break_data"
|
dataset_infos.json
CHANGED
@@ -216,81 +216,67 @@
|
|
216 |
"size_in_bytes": 87977501
|
217 |
},
|
218 |
"logical-forms": {
|
219 |
-
"description": "Break is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations\n(QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases
|
220 |
"citation": "@article{Wolfson2020Break,\n title={Break It Down: A Question Understanding Benchmark},\n author={Wolfson, Tomer and Geva, Mor and Gupta, Ankit and Gardner, Matt and Goldberg, Yoav and Deutch, Daniel and Berant, Jonathan},\n journal={Transactions of the Association for Computational Linguistics},\n year={2020},\n}\n",
|
221 |
"homepage": "https://github.com/allenai/Break",
|
222 |
"license": "",
|
223 |
"features": {
|
224 |
"question_id": {
|
225 |
"dtype": "string",
|
226 |
-
"id": null,
|
227 |
"_type": "Value"
|
228 |
},
|
229 |
"question_text": {
|
230 |
"dtype": "string",
|
231 |
-
"id": null,
|
232 |
"_type": "Value"
|
233 |
},
|
234 |
"decomposition": {
|
235 |
"dtype": "string",
|
236 |
-
"id": null,
|
237 |
"_type": "Value"
|
238 |
},
|
239 |
"operators": {
|
240 |
"dtype": "string",
|
241 |
-
"id": null,
|
242 |
"_type": "Value"
|
243 |
},
|
244 |
"split": {
|
245 |
"dtype": "string",
|
246 |
-
"id": null,
|
247 |
"_type": "Value"
|
248 |
},
|
249 |
"program": {
|
250 |
"dtype": "string",
|
251 |
-
"id": null,
|
252 |
"_type": "Value"
|
253 |
}
|
254 |
},
|
255 |
-
"
|
256 |
-
"
|
257 |
"config_name": "logical-forms",
|
258 |
"version": {
|
259 |
"version_str": "1.0.0",
|
260 |
-
"description": "",
|
261 |
-
"datasets_version_to_prepare": null,
|
262 |
"major": 1,
|
263 |
"minor": 0,
|
264 |
"patch": 0
|
265 |
},
|
266 |
"splits": {
|
267 |
-
"test": {
|
268 |
-
"name": "test",
|
269 |
-
"num_bytes": 927038,
|
270 |
-
"num_examples": 8006,
|
271 |
-
"dataset_name": "break_data"
|
272 |
-
},
|
273 |
"train": {
|
274 |
"name": "train",
|
275 |
-
"num_bytes":
|
276 |
"num_examples": 44098,
|
277 |
-
"dataset_name":
|
278 |
},
|
279 |
"validation": {
|
280 |
"name": "validation",
|
281 |
-
"num_bytes":
|
282 |
"num_examples": 7719,
|
283 |
-
"dataset_name":
|
284 |
-
}
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
"
|
289 |
-
"
|
290 |
}
|
291 |
},
|
292 |
-
"download_size":
|
293 |
-
"dataset_size":
|
294 |
-
"size_in_bytes":
|
295 |
}
|
296 |
}
|
|
|
216 |
"size_in_bytes": 87977501
|
217 |
},
|
218 |
"logical-forms": {
|
219 |
+
"description": "Break is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations\n(QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases.\nThis repository contains the Break dataset along with information on the exact data format.\n",
|
220 |
"citation": "@article{Wolfson2020Break,\n title={Break It Down: A Question Understanding Benchmark},\n author={Wolfson, Tomer and Geva, Mor and Gupta, Ankit and Gardner, Matt and Goldberg, Yoav and Deutch, Daniel and Berant, Jonathan},\n journal={Transactions of the Association for Computational Linguistics},\n year={2020},\n}\n",
|
221 |
"homepage": "https://github.com/allenai/Break",
|
222 |
"license": "",
|
223 |
"features": {
|
224 |
"question_id": {
|
225 |
"dtype": "string",
|
|
|
226 |
"_type": "Value"
|
227 |
},
|
228 |
"question_text": {
|
229 |
"dtype": "string",
|
|
|
230 |
"_type": "Value"
|
231 |
},
|
232 |
"decomposition": {
|
233 |
"dtype": "string",
|
|
|
234 |
"_type": "Value"
|
235 |
},
|
236 |
"operators": {
|
237 |
"dtype": "string",
|
|
|
238 |
"_type": "Value"
|
239 |
},
|
240 |
"split": {
|
241 |
"dtype": "string",
|
|
|
242 |
"_type": "Value"
|
243 |
},
|
244 |
"program": {
|
245 |
"dtype": "string",
|
|
|
246 |
"_type": "Value"
|
247 |
}
|
248 |
},
|
249 |
+
"builder_name": "parquet",
|
250 |
+
"dataset_name": "break_data",
|
251 |
"config_name": "logical-forms",
|
252 |
"version": {
|
253 |
"version_str": "1.0.0",
|
|
|
|
|
254 |
"major": 1,
|
255 |
"minor": 0,
|
256 |
"patch": 0
|
257 |
},
|
258 |
"splits": {
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
"train": {
|
260 |
"name": "train",
|
261 |
+
"num_bytes": 19783061,
|
262 |
"num_examples": 44098,
|
263 |
+
"dataset_name": null
|
264 |
},
|
265 |
"validation": {
|
266 |
"name": "validation",
|
267 |
+
"num_bytes": 3498114,
|
268 |
"num_examples": 7719,
|
269 |
+
"dataset_name": null
|
270 |
+
},
|
271 |
+
"test": {
|
272 |
+
"name": "test",
|
273 |
+
"num_bytes": 920007,
|
274 |
+
"num_examples": 8006,
|
275 |
+
"dataset_name": null
|
276 |
}
|
277 |
},
|
278 |
+
"download_size": 7572815,
|
279 |
+
"dataset_size": 24201182,
|
280 |
+
"size_in_bytes": 31773997
|
281 |
}
|
282 |
}
|
logical-forms/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:688eba7877766326ced484cbd5e41bcec9774f12627809886ee788dedaef5fa8
|
3 |
+
size 373456
|
logical-forms/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:913ddd7dc4606e532fda5b777e7b385497b6387c0d2da325d0a117d6f59738b3
|
3 |
+
size 6088626
|
logical-forms/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb322a97453430cd46a9d1c14c4078107f4c34ea484a952467bacfe688acc0c1
|
3 |
+
size 1110733
|