Upload dataset
Browse files- D3/test-00000-of-00001.parquet +3 -0
- D3/train-00000-of-00001.parquet +3 -0
- D3/validation-00000-of-00001.parquet +3 -0
- README.md +72 -0
D3/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53a5c287970b7d77e3279f80a89c48bb70922a9b8a1fa9a4c665f1b4e2247630
|
3 |
+
size 7403836
|
D3/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c149ab5c332026fa6f49a50111a965c726a854e22eb4f8bb6c719432f8e23b3
|
3 |
+
size 44641633
|
D3/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e105c98730f6c8905132080d6ac7beb465158ebd8c9900eba8d471e8bdc2ec60
|
3 |
+
size 7348119
|
README.md
CHANGED
@@ -128,6 +128,70 @@ dataset_info:
|
|
128 |
num_examples: 3374
|
129 |
download_size: 8783646
|
130 |
dataset_size: 31928783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
configs:
|
132 |
- config_name: D1
|
133 |
data_files:
|
@@ -145,4 +209,12 @@ configs:
|
|
145 |
path: D1_minus/validation-*
|
146 |
- split: test
|
147 |
path: D1_minus/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
---
|
|
|
128 |
num_examples: 3374
|
129 |
download_size: 8783646
|
130 |
dataset_size: 31928783
|
131 |
+
- config_name: D3
|
132 |
+
features:
|
133 |
+
- name: version
|
134 |
+
dtype: string
|
135 |
+
- name: hypothesis
|
136 |
+
dtype: string
|
137 |
+
- name: hypothesis_formula
|
138 |
+
dtype: string
|
139 |
+
- name: facts
|
140 |
+
dtype: string
|
141 |
+
- name: facts_formula
|
142 |
+
dtype: string
|
143 |
+
- name: proofs
|
144 |
+
sequence: string
|
145 |
+
- name: proofs_formula
|
146 |
+
sequence: string
|
147 |
+
- name: negative_hypothesis
|
148 |
+
dtype: string
|
149 |
+
- name: negative_hypothesis_formula
|
150 |
+
dtype: string
|
151 |
+
- name: negative_proofs
|
152 |
+
sequence: string
|
153 |
+
- name: negative_original_tree_depth
|
154 |
+
dtype: int64
|
155 |
+
- name: original_tree_depth
|
156 |
+
dtype: int64
|
157 |
+
- name: depth
|
158 |
+
dtype: int64
|
159 |
+
- name: num_formula_distractors
|
160 |
+
dtype: int64
|
161 |
+
- name: num_translation_distractors
|
162 |
+
dtype: int64
|
163 |
+
- name: num_all_distractors
|
164 |
+
dtype: int64
|
165 |
+
- name: proof_label
|
166 |
+
dtype: string
|
167 |
+
- name: negative_proof_label
|
168 |
+
dtype: string
|
169 |
+
- name: world_assump_label
|
170 |
+
dtype: string
|
171 |
+
- name: negative_world_assump_label
|
172 |
+
dtype: string
|
173 |
+
- name: prompt_serial
|
174 |
+
dtype: string
|
175 |
+
- name: proof_serial
|
176 |
+
dtype: string
|
177 |
+
- name: instruction
|
178 |
+
dtype: string
|
179 |
+
- name: input
|
180 |
+
dtype: string
|
181 |
+
- name: response
|
182 |
+
dtype: string
|
183 |
+
splits:
|
184 |
+
- name: train
|
185 |
+
num_bytes: 126666437
|
186 |
+
num_examples: 20166
|
187 |
+
- name: validation
|
188 |
+
num_bytes: 20727548
|
189 |
+
num_examples: 3340
|
190 |
+
- name: test
|
191 |
+
num_bytes: 20914914
|
192 |
+
num_examples: 3310
|
193 |
+
download_size: 59393588
|
194 |
+
dataset_size: 168308899
|
195 |
configs:
|
196 |
- config_name: D1
|
197 |
data_files:
|
|
|
209 |
path: D1_minus/validation-*
|
210 |
- split: test
|
211 |
path: D1_minus/test-*
|
212 |
+
- config_name: D3
|
213 |
+
data_files:
|
214 |
+
- split: train
|
215 |
+
path: D3/train-*
|
216 |
+
- split: validation
|
217 |
+
path: D3/validation-*
|
218 |
+
- split: test
|
219 |
+
path: D3/test-*
|
220 |
---
|