MorishT commited on
Commit
12af605
1 Parent(s): 417f1fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  dataset_info:
 
3
  features:
4
  - name: hypothesis
5
  dtype: string
@@ -57,6 +58,64 @@ dataset_info:
57
  num_examples: 5000
58
  download_size: 50518265
59
  dataset_size: 136410561
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  configs:
61
  - config_name: default
62
  data_files:
@@ -66,6 +125,14 @@ configs:
66
  path: data/validation-*
67
  - split: test
68
  path: data/test-*
 
 
 
 
 
 
 
 
69
  ---
70
  # Dataset Card for "FLD.v2"
71
 
 
1
  ---
2
  dataset_info:
3
+ - config_name: default
4
  features:
5
  - name: hypothesis
6
  dtype: string
 
58
  num_examples: 5000
59
  download_size: 50518265
60
  dataset_size: 136410561
61
+ - config_name: star
62
+ features:
63
+ - name: hypothesis
64
+ dtype: string
65
+ - name: context
66
+ dtype: string
67
+ - name: hypothesis_formula
68
+ dtype: string
69
+ - name: context_formula
70
+ dtype: string
71
+ - name: proofs
72
+ sequence: string
73
+ - name: proof_label
74
+ dtype: string
75
+ - name: proofs_formula
76
+ sequence: string
77
+ - name: world_assump_label
78
+ dtype: string
79
+ - name: original_tree_depth
80
+ dtype: int64
81
+ - name: depth
82
+ dtype: int64
83
+ - name: num_formula_distractors
84
+ dtype: int64
85
+ - name: num_translation_distractors
86
+ dtype: int64
87
+ - name: num_all_distractors
88
+ dtype: int64
89
+ - name: negative_hypothesis
90
+ dtype: string
91
+ - name: negative_hypothesis_formula
92
+ dtype: string
93
+ - name: negative_original_tree_depth
94
+ dtype: int64
95
+ - name: negative_proofs
96
+ sequence: string
97
+ - name: negative_proof_label
98
+ dtype: string
99
+ - name: negative_world_assump_label
100
+ dtype: string
101
+ - name: prompt_serial
102
+ dtype: string
103
+ - name: proof_serial
104
+ dtype: string
105
+ - name: version
106
+ dtype: string
107
+ splits:
108
+ - name: train
109
+ num_bytes: 127005152
110
+ num_examples: 30000
111
+ - name: validation
112
+ num_bytes: 21077447
113
+ num_examples: 5000
114
+ - name: test
115
+ num_bytes: 21297828
116
+ num_examples: 5000
117
+ download_size: 61803899
118
+ dataset_size: 169380427
119
  configs:
120
  - config_name: default
121
  data_files:
 
125
  path: data/validation-*
126
  - split: test
127
  path: data/test-*
128
+ - config_name: star
129
+ data_files:
130
+ - split: train
131
+ path: star/train-*
132
+ - split: validation
133
+ path: star/validation-*
134
+ - split: test
135
+ path: star/test-*
136
  ---
137
  # Dataset Card for "FLD.v2"
138