MorishT commited on
Commit
487cc7a
1 Parent(s): 20cfba3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md CHANGED
@@ -116,6 +116,64 @@ dataset_info:
116
  num_examples: 5000
117
  download_size: 9634046
118
  dataset_size: 30292099
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  configs:
120
  - config_name: D1
121
  data_files:
@@ -133,6 +191,14 @@ configs:
133
  path: D1_minus/validation-*
134
  - split: test
135
  path: D1_minus/test-*
 
 
 
 
 
 
 
 
136
  ---
137
  # Dataset Card for "JFLD_NLP_2024_proceeding_reproduction"
138
 
 
116
  num_examples: 5000
117
  download_size: 9634046
118
  dataset_size: 30292099
119
+ - config_name: D3
120
+ features:
121
+ - name: version
122
+ dtype: string
123
+ - name: hypothesis
124
+ dtype: string
125
+ - name: hypothesis_formula
126
+ dtype: string
127
+ - name: facts
128
+ dtype: string
129
+ - name: facts_formula
130
+ dtype: string
131
+ - name: proofs
132
+ sequence: string
133
+ - name: proofs_formula
134
+ sequence: string
135
+ - name: negative_hypothesis
136
+ dtype: string
137
+ - name: negative_hypothesis_formula
138
+ dtype: string
139
+ - name: negative_proofs
140
+ sequence: string
141
+ - name: negative_original_tree_depth
142
+ dtype: int64
143
+ - name: original_tree_depth
144
+ dtype: int64
145
+ - name: depth
146
+ dtype: int64
147
+ - name: num_formula_distractors
148
+ dtype: int64
149
+ - name: num_translation_distractors
150
+ dtype: int64
151
+ - name: num_all_distractors
152
+ dtype: int64
153
+ - name: proof_label
154
+ dtype: string
155
+ - name: negative_proof_label
156
+ dtype: string
157
+ - name: world_assump_label
158
+ dtype: string
159
+ - name: negative_world_assump_label
160
+ dtype: string
161
+ - name: prompt_serial
162
+ dtype: string
163
+ - name: proof_serial
164
+ dtype: string
165
+ splits:
166
+ - name: train
167
+ num_bytes: 129310010
168
+ num_examples: 30000
169
+ - name: validation
170
+ num_bytes: 21291149
171
+ num_examples: 5000
172
+ - name: test
173
+ num_bytes: 21726506
174
+ num_examples: 5000
175
+ download_size: 60514775
176
+ dataset_size: 172327665
177
  configs:
178
  - config_name: D1
179
  data_files:
 
191
  path: D1_minus/validation-*
192
  - split: test
193
  path: D1_minus/test-*
194
+ - config_name: D3
195
+ data_files:
196
+ - split: train
197
+ path: D3/train-*
198
+ - split: validation
199
+ path: D3/validation-*
200
+ - split: test
201
+ path: D3/test-*
202
  ---
203
  # Dataset Card for "JFLD_NLP_2024_proceeding_reproduction"
204