MorishT commited on
Commit
e92b551
1 Parent(s): bdcf8fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: D3
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
+ splits:
50
+ - name: train
51
+ num_bytes: 975825733
52
+ num_examples: 300000
53
+ - name: validation
54
+ num_bytes: 3233993
55
+ num_examples: 1000
56
+ - name: test
57
+ num_bytes: 3233993
58
+ num_examples: 1000
59
+ download_size: 385546428
60
+ dataset_size: 982293719
61
+ configs:
62
+ - config_name: D3
63
+ data_files:
64
+ - split: train
65
+ path: D3/train-*
66
+ - split: validation
67
+ path: D3/validation-*
68
+ - split: test
69
+ path: D3/test-*
70
+ ---
71
+ # Dataset Card for "FLD.v2.reimpl"
72
+
73
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)