albertvillanova HF staff commited on
Commit
22d685e
1 Parent(s): c78ffd0

Add QDMR-lexicon data files

Browse files
QDMR-lexicon/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c6be50e96716795cc51daa1aff25c07c4d3550358f3143912d36e4ad4ec7108
3
+ size 1459038
QDMR-lexicon/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc6cce0e2e5c1c865aaca22296b2a278262e0a7373a35150d1eace8554948ec
3
+ size 7950250
QDMR-lexicon/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceda93b7a2849be9afa6b237f7b097c482272f59b02401f90e5275603c7e889a
3
+ size 1408978
README.md CHANGED
@@ -93,17 +93,17 @@ dataset_info:
93
  - name: allowed_tokens
94
  dtype: string
95
  splits:
96
- - name: test
97
- num_bytes: 10331822
98
- num_examples: 8069
99
  - name: train
100
- num_bytes: 56913064
101
  num_examples: 44321
102
  - name: validation
103
- num_bytes: 9936933
104
  num_examples: 7760
105
- download_size: 15971078
106
- dataset_size: 77181819
 
 
 
107
  - config_name: logical-forms
108
  features:
109
  - name: question_id
@@ -155,6 +155,14 @@ configs:
155
  path: QDMR-high-level-lexicon/validation-*
156
  - split: test
157
  path: QDMR-high-level-lexicon/test-*
 
 
 
 
 
 
 
 
158
  ---
159
 
160
  # Dataset Card for "break_data"
 
93
  - name: allowed_tokens
94
  dtype: string
95
  splits:
 
 
 
96
  - name: train
97
+ num_bytes: 56896433
98
  num_examples: 44321
99
  - name: validation
100
+ num_bytes: 9934015
101
  num_examples: 7760
102
+ - name: test
103
+ num_bytes: 10328787
104
+ num_examples: 8069
105
+ download_size: 10818266
106
+ dataset_size: 77159235
107
  - config_name: logical-forms
108
  features:
109
  - name: question_id
 
155
  path: QDMR-high-level-lexicon/validation-*
156
  - split: test
157
  path: QDMR-high-level-lexicon/test-*
158
+ - config_name: QDMR-lexicon
159
+ data_files:
160
+ - split: train
161
+ path: QDMR-lexicon/train-*
162
+ - split: validation
163
+ path: QDMR-lexicon/validation-*
164
+ - split: test
165
+ path: QDMR-lexicon/test-*
166
  ---
167
 
168
  # Dataset Card for "break_data"
dataset_infos.json CHANGED
@@ -168,62 +168,52 @@
168
  "size_in_bytes": 21058898
169
  },
170
  "QDMR-lexicon": {
171
- "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",
172
  "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",
173
  "homepage": "https://github.com/allenai/Break",
174
  "license": "",
175
  "features": {
176
  "source": {
177
  "dtype": "string",
178
- "id": null,
179
  "_type": "Value"
180
  },
181
  "allowed_tokens": {
182
  "dtype": "string",
183
- "id": null,
184
  "_type": "Value"
185
  }
186
  },
187
- "supervised_keys": null,
188
- "builder_name": "break_data",
189
  "config_name": "QDMR-lexicon",
190
  "version": {
191
  "version_str": "1.0.0",
192
- "description": "",
193
- "datasets_version_to_prepare": null,
194
  "major": 1,
195
  "minor": 0,
196
  "patch": 0
197
  },
198
  "splits": {
199
- "test": {
200
- "name": "test",
201
- "num_bytes": 10331822,
202
- "num_examples": 8069,
203
- "dataset_name": "break_data"
204
- },
205
  "train": {
206
  "name": "train",
207
- "num_bytes": 56913064,
208
  "num_examples": 44321,
209
- "dataset_name": "break_data"
210
  },
211
  "validation": {
212
  "name": "validation",
213
- "num_bytes": 9936933,
214
  "num_examples": 7760,
215
- "dataset_name": "break_data"
216
- }
217
- },
218
- "download_checksums": {
219
- "https://github.com/allenai/Break/raw/master/break_dataset/Break-dataset.zip": {
220
- "num_bytes": 15971078,
221
- "checksum": "37efea4fa1b7774d077ff0452e5e199cecba8216c12da76781010f189d1cf259"
222
  }
223
  },
224
- "download_size": 15971078,
225
- "dataset_size": 77181819,
226
- "size_in_bytes": 93152897
227
  },
228
  "logical-forms": {
229
  "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",
 
168
  "size_in_bytes": 21058898
169
  },
170
  "QDMR-lexicon": {
171
+ "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",
172
  "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",
173
  "homepage": "https://github.com/allenai/Break",
174
  "license": "",
175
  "features": {
176
  "source": {
177
  "dtype": "string",
 
178
  "_type": "Value"
179
  },
180
  "allowed_tokens": {
181
  "dtype": "string",
 
182
  "_type": "Value"
183
  }
184
  },
185
+ "builder_name": "parquet",
186
+ "dataset_name": "break_data",
187
  "config_name": "QDMR-lexicon",
188
  "version": {
189
  "version_str": "1.0.0",
 
 
190
  "major": 1,
191
  "minor": 0,
192
  "patch": 0
193
  },
194
  "splits": {
 
 
 
 
 
 
195
  "train": {
196
  "name": "train",
197
+ "num_bytes": 56896433,
198
  "num_examples": 44321,
199
+ "dataset_name": null
200
  },
201
  "validation": {
202
  "name": "validation",
203
+ "num_bytes": 9934015,
204
  "num_examples": 7760,
205
+ "dataset_name": null
206
+ },
207
+ "test": {
208
+ "name": "test",
209
+ "num_bytes": 10328787,
210
+ "num_examples": 8069,
211
+ "dataset_name": null
212
  }
213
  },
214
+ "download_size": 10818266,
215
+ "dataset_size": 77159235,
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",