hibikaze commited on
Commit
8bcfb4f
1 Parent(s): 7f82e11

Upload dataset

Browse files
D1_minus/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6378a3592c259c31a7dea5c04974d3e8404fc35ceeff5fb3a2b2a522c2b4cc2a
3
+ size 1122708
D1_minus/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f71ecfdbf9daca9bbfbac064e0d17233f86c0a9fbbb80a7a9c306e77cfc039c
3
+ size 6549604
D1_minus/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61dec762558e43ec0bdefbd123deced0a1adf71272090cc8bd625b00340a6b00
3
+ size 1111334
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: D1
4
  features:
5
  - name: version
6
  dtype: string
@@ -64,6 +64,70 @@ dataset_info:
64
  num_examples: 3323
65
  download_size: 50969460
66
  dataset_size: 143930094
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  configs:
68
  - config_name: D1
69
  data_files:
@@ -73,4 +137,12 @@ configs:
73
  path: D1/validation-*
74
  - split: test
75
  path: D1/test-*
 
 
 
 
 
 
 
 
76
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: D1
4
  features:
5
  - name: version
6
  dtype: string
 
64
  num_examples: 3323
65
  download_size: 50969460
66
  dataset_size: 143930094
67
+ - config_name: D1_minus
68
+ features:
69
+ - name: version
70
+ dtype: string
71
+ - name: hypothesis
72
+ dtype: string
73
+ - name: hypothesis_formula
74
+ dtype: string
75
+ - name: facts
76
+ dtype: string
77
+ - name: facts_formula
78
+ dtype: string
79
+ - name: proofs
80
+ sequence: string
81
+ - name: proofs_formula
82
+ sequence: string
83
+ - name: negative_hypothesis
84
+ dtype: 'null'
85
+ - name: negative_hypothesis_formula
86
+ dtype: 'null'
87
+ - name: negative_proofs
88
+ sequence: 'null'
89
+ - name: negative_original_tree_depth
90
+ dtype: 'null'
91
+ - name: original_tree_depth
92
+ dtype: int64
93
+ - name: depth
94
+ dtype: int64
95
+ - name: num_formula_distractors
96
+ dtype: int64
97
+ - name: num_translation_distractors
98
+ dtype: int64
99
+ - name: num_all_distractors
100
+ dtype: int64
101
+ - name: proof_label
102
+ dtype: string
103
+ - name: negative_proof_label
104
+ dtype: 'null'
105
+ - name: world_assump_label
106
+ dtype: string
107
+ - name: negative_world_assump_label
108
+ dtype: 'null'
109
+ - name: prompt_serial
110
+ dtype: string
111
+ - name: proof_serial
112
+ dtype: string
113
+ - name: instruction
114
+ dtype: string
115
+ - name: input
116
+ dtype: string
117
+ - name: response
118
+ dtype: string
119
+ splits:
120
+ - name: train
121
+ num_bytes: 23888799
122
+ num_examples: 20082
123
+ - name: validation
124
+ num_bytes: 4007250
125
+ num_examples: 3349
126
+ - name: test
127
+ num_bytes: 4032734
128
+ num_examples: 3374
129
+ download_size: 8783646
130
+ dataset_size: 31928783
131
  configs:
132
  - config_name: D1
133
  data_files:
 
137
  path: D1/validation-*
138
  - split: test
139
  path: D1/test-*
140
+ - config_name: D1_minus
141
+ data_files:
142
+ - split: train
143
+ path: D1_minus/train-*
144
+ - split: validation
145
+ path: D1_minus/validation-*
146
+ - split: test
147
+ path: D1_minus/test-*
148
  ---