hibikaze commited on
Commit
7f82e11
1 Parent(s): 92fce83

Upload dataset

Browse files
D1/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a3645cda56e2e63b091316ee5527c26fad3c73c99c43d86ddb68c486c01b762
3
+ size 6303469
D1/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf613b67be268d4045a8eef7e03112885e421f949e13dd234cd4e847ecd6a67
3
+ size 38249884
D1/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb79dd544e365fe703d62d9c416c2c5ddbe4746d5523bbd5ff318ba67180f6d1
3
+ size 6416107
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: D1
4
+ features:
5
+ - name: version
6
+ dtype: string
7
+ - name: hypothesis
8
+ dtype: string
9
+ - name: hypothesis_formula
10
+ dtype: string
11
+ - name: facts
12
+ dtype: string
13
+ - name: facts_formula
14
+ dtype: string
15
+ - name: proofs
16
+ sequence: string
17
+ - name: proofs_formula
18
+ sequence: string
19
+ - name: negative_hypothesis
20
+ dtype: string
21
+ - name: negative_hypothesis_formula
22
+ dtype: string
23
+ - name: negative_proofs
24
+ sequence: string
25
+ - name: negative_original_tree_depth
26
+ dtype: int64
27
+ - name: original_tree_depth
28
+ dtype: int64
29
+ - name: depth
30
+ dtype: int64
31
+ - name: num_formula_distractors
32
+ dtype: int64
33
+ - name: num_translation_distractors
34
+ dtype: int64
35
+ - name: num_all_distractors
36
+ dtype: int64
37
+ - name: proof_label
38
+ dtype: string
39
+ - name: negative_proof_label
40
+ dtype: string
41
+ - name: world_assump_label
42
+ dtype: string
43
+ - name: negative_world_assump_label
44
+ dtype: string
45
+ - name: prompt_serial
46
+ dtype: string
47
+ - name: proof_serial
48
+ dtype: string
49
+ - name: instruction
50
+ dtype: string
51
+ - name: input
52
+ dtype: string
53
+ - name: response
54
+ dtype: string
55
+ splits:
56
+ - name: train
57
+ num_bytes: 108112082
58
+ num_examples: 20143
59
+ - name: validation
60
+ num_bytes: 18040312
61
+ num_examples: 3374
62
+ - name: test
63
+ num_bytes: 17777700
64
+ num_examples: 3323
65
+ download_size: 50969460
66
+ dataset_size: 143930094
67
+ configs:
68
+ - config_name: D1
69
+ data_files:
70
+ - split: train
71
+ path: D1/train-*
72
+ - split: validation
73
+ path: D1/validation-*
74
+ - split: test
75
+ path: D1/test-*
76
+ ---