MorishT commited on
Commit
7526642
1 Parent(s): b48f829

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md CHANGED
@@ -174,6 +174,64 @@ dataset_info:
174
  num_examples: 5000
175
  download_size: 60514775
176
  dataset_size: 172327665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  configs:
178
  - config_name: D1
179
  data_files:
@@ -199,6 +257,14 @@ configs:
199
  path: D3/validation-*
200
  - split: test
201
  path: D3/test-*
 
 
 
 
 
 
 
 
202
  ---
203
  # Dataset Card for "JFLD_NLP_2024_proceeding_reproduction"
204
 
 
174
  num_examples: 5000
175
  download_size: 60514775
176
  dataset_size: 172327665
177
+ - config_name: D8
178
+ features:
179
+ - name: version
180
+ dtype: string
181
+ - name: hypothesis
182
+ dtype: string
183
+ - name: hypothesis_formula
184
+ dtype: string
185
+ - name: facts
186
+ dtype: string
187
+ - name: facts_formula
188
+ dtype: string
189
+ - name: proofs
190
+ sequence: string
191
+ - name: proofs_formula
192
+ sequence: string
193
+ - name: negative_hypothesis
194
+ dtype: string
195
+ - name: negative_hypothesis_formula
196
+ dtype: string
197
+ - name: negative_proofs
198
+ sequence: string
199
+ - name: negative_original_tree_depth
200
+ dtype: int64
201
+ - name: original_tree_depth
202
+ dtype: int64
203
+ - name: depth
204
+ dtype: int64
205
+ - name: num_formula_distractors
206
+ dtype: int64
207
+ - name: num_translation_distractors
208
+ dtype: int64
209
+ - name: num_all_distractors
210
+ dtype: int64
211
+ - name: proof_label
212
+ dtype: string
213
+ - name: negative_proof_label
214
+ dtype: string
215
+ - name: world_assump_label
216
+ dtype: string
217
+ - name: negative_world_assump_label
218
+ dtype: string
219
+ - name: prompt_serial
220
+ dtype: string
221
+ - name: proof_serial
222
+ dtype: string
223
+ splits:
224
+ - name: train
225
+ num_bytes: 163227268
226
+ num_examples: 30000
227
+ - name: validation
228
+ num_bytes: 27011187
229
+ num_examples: 5000
230
+ - name: test
231
+ num_bytes: 27038989
232
+ num_examples: 5000
233
+ download_size: 74732381
234
+ dataset_size: 217277444
235
  configs:
236
  - config_name: D1
237
  data_files:
 
257
  path: D3/validation-*
258
  - split: test
259
  path: D3/test-*
260
+ - config_name: D8
261
+ data_files:
262
+ - split: train
263
+ path: D8/train-*
264
+ - split: validation
265
+ path: D8/validation-*
266
+ - split: test
267
+ path: D8/test-*
268
  ---
269
  # Dataset Card for "JFLD_NLP_2024_proceeding_reproduction"
270