hibikaze commited on
Commit
b9f3ba7
1 Parent(s): cb39331

Upload dataset

Browse files
D8/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f286d997b5a41a48f772ab422996788a4242f351d8eaefabdfbe232f0f39f19
3
+ size 9558253
D8/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:100ce330b2cbb254a3d4b9c8009658ad3e0021f022426808d366c4645d23661e
3
+ size 57501210
D8/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae333d8e77dbc5f5eaa7884f1dd6de58eec910e61fe891eb341e5f9a0daa3c35
3
+ size 9684719
README.md CHANGED
@@ -192,6 +192,70 @@ dataset_info:
192
  num_examples: 3310
193
  download_size: 59393588
194
  dataset_size: 168308899
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  configs:
196
  - config_name: D1
197
  data_files:
@@ -217,4 +281,12 @@ configs:
217
  path: D3/validation-*
218
  - split: test
219
  path: D3/test-*
 
 
 
 
 
 
 
 
220
  ---
 
192
  num_examples: 3310
193
  download_size: 59393588
194
  dataset_size: 168308899
195
+ - config_name: D8
196
+ features:
197
+ - name: version
198
+ dtype: string
199
+ - name: hypothesis
200
+ dtype: string
201
+ - name: hypothesis_formula
202
+ dtype: string
203
+ - name: facts
204
+ dtype: string
205
+ - name: facts_formula
206
+ dtype: string
207
+ - name: proofs
208
+ sequence: string
209
+ - name: proofs_formula
210
+ sequence: string
211
+ - name: negative_hypothesis
212
+ dtype: string
213
+ - name: negative_hypothesis_formula
214
+ dtype: string
215
+ - name: negative_proofs
216
+ sequence: string
217
+ - name: negative_original_tree_depth
218
+ dtype: int64
219
+ - name: original_tree_depth
220
+ dtype: int64
221
+ - name: depth
222
+ dtype: int64
223
+ - name: num_formula_distractors
224
+ dtype: int64
225
+ - name: num_translation_distractors
226
+ dtype: int64
227
+ - name: num_all_distractors
228
+ dtype: int64
229
+ - name: proof_label
230
+ dtype: string
231
+ - name: negative_proof_label
232
+ dtype: string
233
+ - name: world_assump_label
234
+ dtype: string
235
+ - name: negative_world_assump_label
236
+ dtype: string
237
+ - name: prompt_serial
238
+ dtype: string
239
+ - name: proof_serial
240
+ dtype: string
241
+ - name: instruction
242
+ dtype: string
243
+ - name: input
244
+ dtype: string
245
+ - name: response
246
+ dtype: string
247
+ splits:
248
+ - name: train
249
+ num_bytes: 167341010
250
+ num_examples: 20190
251
+ - name: validation
252
+ num_bytes: 28183984
253
+ num_examples: 3409
254
+ - name: test
255
+ num_bytes: 27682859
256
+ num_examples: 3352
257
+ download_size: 76744182
258
+ dataset_size: 223207853
259
  configs:
260
  - config_name: D1
261
  data_files:
 
281
  path: D3/validation-*
282
  - split: test
283
  path: D3/test-*
284
+ - config_name: D8
285
+ data_files:
286
+ - split: train
287
+ path: D8/train-*
288
+ - split: validation
289
+ path: D8/validation-*
290
+ - split: test
291
+ path: D8/test-*
292
  ---