albertvillanova HF staff commited on
Commit
50b3fed
1 Parent(s): 06f0711

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

QDMR/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f692a11f225ee86d0645db7fec5c530d373bc317a69b4eac5320382150162c55
3
+ size 373459
QDMR/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27bb7b0de5c2623e1fbc6f2f1c80d53bdc18746bd786ea850e826fe2df175b0
3
+ size 4063484
QDMR/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df1a02f6f4b631487c9048009de85fc7e3cb9758f1ff1bf5fc88ae105230c836
3
+ size 738565
README.md CHANGED
@@ -20,6 +20,30 @@ task_ids:
20
  paperswithcode_id: break
21
  pretty_name: BREAK
22
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  - config_name: QDMR-high-level
24
  features:
25
  - name: question_id
@@ -62,30 +86,6 @@ dataset_info:
62
  num_examples: 3130
63
  download_size: 15971078
64
  dataset_size: 31633952
65
- - config_name: QDMR
66
- features:
67
- - name: question_id
68
- dtype: string
69
- - name: question_text
70
- dtype: string
71
- - name: decomposition
72
- dtype: string
73
- - name: operators
74
- dtype: string
75
- - name: split
76
- dtype: string
77
- splits:
78
- - name: test
79
- num_bytes: 900632
80
- num_examples: 8069
81
- - name: train
82
- num_bytes: 12790466
83
- num_examples: 44321
84
- - name: validation
85
- num_bytes: 2237472
86
- num_examples: 7760
87
- download_size: 15971078
88
- dataset_size: 15928570
89
  - config_name: QDMR-lexicon
90
  features:
91
  - name: source
@@ -130,6 +130,15 @@ dataset_info:
130
  num_examples: 7719
131
  download_size: 15971078
132
  dataset_size: 24253607
 
 
 
 
 
 
 
 
 
133
  ---
134
 
135
  # Dataset Card for "break_data"
 
20
  paperswithcode_id: break
21
  pretty_name: BREAK
22
  dataset_info:
23
+ - config_name: QDMR
24
+ features:
25
+ - name: question_id
26
+ dtype: string
27
+ - name: question_text
28
+ dtype: string
29
+ - name: decomposition
30
+ dtype: string
31
+ - name: operators
32
+ dtype: string
33
+ - name: split
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 12757200
38
+ num_examples: 44321
39
+ - name: validation
40
+ num_bytes: 2231632
41
+ num_examples: 7760
42
+ - name: test
43
+ num_bytes: 894558
44
+ num_examples: 8069
45
+ download_size: 5175508
46
+ dataset_size: 15883390
47
  - config_name: QDMR-high-level
48
  features:
49
  - name: question_id
 
86
  num_examples: 3130
87
  download_size: 15971078
88
  dataset_size: 31633952
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  - config_name: QDMR-lexicon
90
  features:
91
  - name: source
 
130
  num_examples: 7719
131
  download_size: 15971078
132
  dataset_size: 24253607
133
+ configs:
134
+ - config_name: QDMR
135
+ data_files:
136
+ - split: train
137
+ path: QDMR/train-*
138
+ - split: validation
139
+ path: QDMR/validation-*
140
+ - split: test
141
+ path: QDMR/test-*
142
  ---
143
 
144
  # Dataset Card for "break_data"
dataset_infos.json CHANGED
@@ -1 +1,329 @@
1
- {"QDMR-high-level": {"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", "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", "homepage": "https://github.com/allenai/Break", "license": "", "features": {"question_id": {"dtype": "string", "id": null, "_type": "Value"}, "question_text": {"dtype": "string", "id": null, "_type": "Value"}, "decomposition": {"dtype": "string", "id": null, "_type": "Value"}, "operators": {"dtype": "string", "id": null, "_type": "Value"}, "split": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "break_data", "config_name": "QDMR-high-level", "version": {"version_str": "1.0.0", "description": "", "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 482339, "num_examples": 3195, "dataset_name": "break_data"}, "train": {"name": "train", "num_bytes": 5148086, "num_examples": 17503, "dataset_name": "break_data"}, "validation": {"name": "validation", "num_bytes": 914780, "num_examples": 3130, "dataset_name": "break_data"}}, "download_checksums": {"https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {"num_bytes": 15971078, "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"}}, "download_size": 15971078, "dataset_size": 6545205, "size_in_bytes": 22516283}, "QDMR-high-level-lexicon": {"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", "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", "homepage": "https://github.com/allenai/Break", "license": "", "features": {"source": {"dtype": "string", "id": null, "_type": "Value"}, "allowed_tokens": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "break_data", "config_name": "QDMR-high-level-lexicon", "version": {"version_str": "1.0.0", "description": "", "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 4240755, "num_examples": 3195, "dataset_name": "break_data"}, "train": {"name": "train", "num_bytes": 23234518, "num_examples": 17503, "dataset_name": "break_data"}, "validation": {"name": "validation", "num_bytes": 4158679, "num_examples": 3130, "dataset_name": "break_data"}}, "download_checksums": {"https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {"num_bytes": 15971078, "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"}}, "download_size": 15971078, "dataset_size": 31633952, "size_in_bytes": 47605030}, "QDMR": {"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", "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", "homepage": "https://github.com/allenai/Break", "license": "", "features": {"question_id": {"dtype": "string", "id": null, "_type": "Value"}, "question_text": {"dtype": "string", "id": null, "_type": "Value"}, "decomposition": {"dtype": "string", "id": null, "_type": "Value"}, "operators": {"dtype": "string", "id": null, "_type": "Value"}, "split": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "break_data", "config_name": "QDMR", "version": {"version_str": "1.0.0", "description": "", "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 900632, "num_examples": 8069, "dataset_name": "break_data"}, "train": {"name": "train", "num_bytes": 12790466, "num_examples": 44321, "dataset_name": "break_data"}, "validation": {"name": "validation", "num_bytes": 2237472, "num_examples": 7760, "dataset_name": "break_data"}}, "download_checksums": {"https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {"num_bytes": 15971078, "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"}}, "download_size": 15971078, "dataset_size": 15928570, "size_in_bytes": 31899648}, "QDMR-lexicon": {"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", "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", "homepage": "https://github.com/allenai/Break", "license": "", "features": {"source": {"dtype": "string", "id": null, "_type": "Value"}, "allowed_tokens": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "break_data", "config_name": "QDMR-lexicon", "version": {"version_str": "1.0.0", "description": "", "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 10331822, "num_examples": 8069, "dataset_name": "break_data"}, "train": {"name": "train", "num_bytes": 56913064, "num_examples": 44321, "dataset_name": "break_data"}, "validation": {"name": "validation", "num_bytes": 9936933, "num_examples": 7760, "dataset_name": "break_data"}}, "download_checksums": {"https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {"num_bytes": 15971078, "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"}}, "download_size": 15971078, "dataset_size": 77181819, "size_in_bytes": 93152897}, "logical-forms": {"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", "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", "homepage": "https://github.com/allenai/Break", "license": "", "features": {"question_id": {"dtype": "string", "id": null, "_type": "Value"}, "question_text": {"dtype": "string", "id": null, "_type": "Value"}, "decomposition": {"dtype": "string", "id": null, "_type": "Value"}, "operators": {"dtype": "string", "id": null, "_type": "Value"}, "split": {"dtype": "string", "id": null, "_type": "Value"}, "program": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "break_data", "config_name": "logical-forms", "version": {"version_str": "1.0.0", "description": "", "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 927038, "num_examples": 8006, "dataset_name": "break_data"}, "train": {"name": "train", "num_bytes": 19821676, "num_examples": 44098, "dataset_name": "break_data"}, "validation": {"name": "validation", "num_bytes": 3504893, "num_examples": 7719, "dataset_name": "break_data"}}, "download_checksums": {"https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {"num_bytes": 15971078, "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"}}, "download_size": 15971078, "dataset_size": 24253607, "size_in_bytes": 40224685}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "QDMR-high-level": {
3
+ "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",
4
+ "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",
5
+ "homepage": "https://github.com/allenai/Break",
6
+ "license": "",
7
+ "features": {
8
+ "question_id": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "question_text": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "decomposition": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "operators": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "split": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ }
33
+ },
34
+ "supervised_keys": null,
35
+ "builder_name": "break_data",
36
+ "config_name": "QDMR-high-level",
37
+ "version": {
38
+ "version_str": "1.0.0",
39
+ "description": "",
40
+ "datasets_version_to_prepare": null,
41
+ "major": 1,
42
+ "minor": 0,
43
+ "patch": 0
44
+ },
45
+ "splits": {
46
+ "test": {
47
+ "name": "test",
48
+ "num_bytes": 482339,
49
+ "num_examples": 3195,
50
+ "dataset_name": "break_data"
51
+ },
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 5148086,
55
+ "num_examples": 17503,
56
+ "dataset_name": "break_data"
57
+ },
58
+ "validation": {
59
+ "name": "validation",
60
+ "num_bytes": 914780,
61
+ "num_examples": 3130,
62
+ "dataset_name": "break_data"
63
+ }
64
+ },
65
+ "download_checksums": {
66
+ "https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {
67
+ "num_bytes": 15971078,
68
+ "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"
69
+ }
70
+ },
71
+ "download_size": 15971078,
72
+ "dataset_size": 6545205,
73
+ "size_in_bytes": 22516283
74
+ },
75
+ "QDMR-high-level-lexicon": {
76
+ "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",
77
+ "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",
78
+ "homepage": "https://github.com/allenai/Break",
79
+ "license": "",
80
+ "features": {
81
+ "source": {
82
+ "dtype": "string",
83
+ "id": null,
84
+ "_type": "Value"
85
+ },
86
+ "allowed_tokens": {
87
+ "dtype": "string",
88
+ "id": null,
89
+ "_type": "Value"
90
+ }
91
+ },
92
+ "supervised_keys": null,
93
+ "builder_name": "break_data",
94
+ "config_name": "QDMR-high-level-lexicon",
95
+ "version": {
96
+ "version_str": "1.0.0",
97
+ "description": "",
98
+ "datasets_version_to_prepare": null,
99
+ "major": 1,
100
+ "minor": 0,
101
+ "patch": 0
102
+ },
103
+ "splits": {
104
+ "test": {
105
+ "name": "test",
106
+ "num_bytes": 4240755,
107
+ "num_examples": 3195,
108
+ "dataset_name": "break_data"
109
+ },
110
+ "train": {
111
+ "name": "train",
112
+ "num_bytes": 23234518,
113
+ "num_examples": 17503,
114
+ "dataset_name": "break_data"
115
+ },
116
+ "validation": {
117
+ "name": "validation",
118
+ "num_bytes": 4158679,
119
+ "num_examples": 3130,
120
+ "dataset_name": "break_data"
121
+ }
122
+ },
123
+ "download_checksums": {
124
+ "https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {
125
+ "num_bytes": 15971078,
126
+ "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"
127
+ }
128
+ },
129
+ "download_size": 15971078,
130
+ "dataset_size": 31633952,
131
+ "size_in_bytes": 47605030
132
+ },
133
+ "QDMR": {
134
+ "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",
135
+ "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",
136
+ "homepage": "https://github.com/allenai/Break",
137
+ "license": "",
138
+ "features": {
139
+ "question_id": {
140
+ "dtype": "string",
141
+ "_type": "Value"
142
+ },
143
+ "question_text": {
144
+ "dtype": "string",
145
+ "_type": "Value"
146
+ },
147
+ "decomposition": {
148
+ "dtype": "string",
149
+ "_type": "Value"
150
+ },
151
+ "operators": {
152
+ "dtype": "string",
153
+ "_type": "Value"
154
+ },
155
+ "split": {
156
+ "dtype": "string",
157
+ "_type": "Value"
158
+ }
159
+ },
160
+ "builder_name": "parquet",
161
+ "dataset_name": "break_data",
162
+ "config_name": "QDMR",
163
+ "version": {
164
+ "version_str": "1.0.0",
165
+ "major": 1,
166
+ "minor": 0,
167
+ "patch": 0
168
+ },
169
+ "splits": {
170
+ "train": {
171
+ "name": "train",
172
+ "num_bytes": 12757200,
173
+ "num_examples": 44321,
174
+ "dataset_name": null
175
+ },
176
+ "validation": {
177
+ "name": "validation",
178
+ "num_bytes": 2231632,
179
+ "num_examples": 7760,
180
+ "dataset_name": null
181
+ },
182
+ "test": {
183
+ "name": "test",
184
+ "num_bytes": 894558,
185
+ "num_examples": 8069,
186
+ "dataset_name": null
187
+ }
188
+ },
189
+ "download_size": 5175508,
190
+ "dataset_size": 15883390,
191
+ "size_in_bytes": 21058898
192
+ },
193
+ "QDMR-lexicon": {
194
+ "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",
195
+ "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",
196
+ "homepage": "https://github.com/allenai/Break",
197
+ "license": "",
198
+ "features": {
199
+ "source": {
200
+ "dtype": "string",
201
+ "id": null,
202
+ "_type": "Value"
203
+ },
204
+ "allowed_tokens": {
205
+ "dtype": "string",
206
+ "id": null,
207
+ "_type": "Value"
208
+ }
209
+ },
210
+ "supervised_keys": null,
211
+ "builder_name": "break_data",
212
+ "config_name": "QDMR-lexicon",
213
+ "version": {
214
+ "version_str": "1.0.0",
215
+ "description": "",
216
+ "datasets_version_to_prepare": null,
217
+ "major": 1,
218
+ "minor": 0,
219
+ "patch": 0
220
+ },
221
+ "splits": {
222
+ "test": {
223
+ "name": "test",
224
+ "num_bytes": 10331822,
225
+ "num_examples": 8069,
226
+ "dataset_name": "break_data"
227
+ },
228
+ "train": {
229
+ "name": "train",
230
+ "num_bytes": 56913064,
231
+ "num_examples": 44321,
232
+ "dataset_name": "break_data"
233
+ },
234
+ "validation": {
235
+ "name": "validation",
236
+ "num_bytes": 9936933,
237
+ "num_examples": 7760,
238
+ "dataset_name": "break_data"
239
+ }
240
+ },
241
+ "download_checksums": {
242
+ "https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {
243
+ "num_bytes": 15971078,
244
+ "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"
245
+ }
246
+ },
247
+ "download_size": 15971078,
248
+ "dataset_size": 77181819,
249
+ "size_in_bytes": 93152897
250
+ },
251
+ "logical-forms": {
252
+ "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",
253
+ "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",
254
+ "homepage": "https://github.com/allenai/Break",
255
+ "license": "",
256
+ "features": {
257
+ "question_id": {
258
+ "dtype": "string",
259
+ "id": null,
260
+ "_type": "Value"
261
+ },
262
+ "question_text": {
263
+ "dtype": "string",
264
+ "id": null,
265
+ "_type": "Value"
266
+ },
267
+ "decomposition": {
268
+ "dtype": "string",
269
+ "id": null,
270
+ "_type": "Value"
271
+ },
272
+ "operators": {
273
+ "dtype": "string",
274
+ "id": null,
275
+ "_type": "Value"
276
+ },
277
+ "split": {
278
+ "dtype": "string",
279
+ "id": null,
280
+ "_type": "Value"
281
+ },
282
+ "program": {
283
+ "dtype": "string",
284
+ "id": null,
285
+ "_type": "Value"
286
+ }
287
+ },
288
+ "supervised_keys": null,
289
+ "builder_name": "break_data",
290
+ "config_name": "logical-forms",
291
+ "version": {
292
+ "version_str": "1.0.0",
293
+ "description": "",
294
+ "datasets_version_to_prepare": null,
295
+ "major": 1,
296
+ "minor": 0,
297
+ "patch": 0
298
+ },
299
+ "splits": {
300
+ "test": {
301
+ "name": "test",
302
+ "num_bytes": 927038,
303
+ "num_examples": 8006,
304
+ "dataset_name": "break_data"
305
+ },
306
+ "train": {
307
+ "name": "train",
308
+ "num_bytes": 19821676,
309
+ "num_examples": 44098,
310
+ "dataset_name": "break_data"
311
+ },
312
+ "validation": {
313
+ "name": "validation",
314
+ "num_bytes": 3504893,
315
+ "num_examples": 7719,
316
+ "dataset_name": "break_data"
317
+ }
318
+ },
319
+ "download_checksums": {
320
+ "https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {
321
+ "num_bytes": 15971078,
322
+ "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"
323
+ }
324
+ },
325
+ "download_size": 15971078,
326
+ "dataset_size": 24253607,
327
+ "size_in_bytes": 40224685
328
+ }
329
+ }