Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: D1_minus
|
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: 'null'
|
21 |
+
- name: negative_hypothesis_formula
|
22 |
+
dtype: 'null'
|
23 |
+
- name: negative_proofs
|
24 |
+
sequence: 'null'
|
25 |
+
- name: negative_original_tree_depth
|
26 |
+
dtype: 'null'
|
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: 'null'
|
41 |
+
- name: world_assump_label
|
42 |
+
dtype: string
|
43 |
+
- name: negative_world_assump_label
|
44 |
+
dtype: 'null'
|
45 |
+
- name: prompt_serial
|
46 |
+
dtype: string
|
47 |
+
- name: proof_serial
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 22726707
|
52 |
+
num_examples: 30000
|
53 |
+
- name: validation
|
54 |
+
num_bytes: 3801095
|
55 |
+
num_examples: 5000
|
56 |
+
- name: test
|
57 |
+
num_bytes: 3764297
|
58 |
+
num_examples: 5000
|
59 |
+
download_size: 9634046
|
60 |
+
dataset_size: 30292099
|
61 |
+
configs:
|
62 |
+
- config_name: D1_minus
|
63 |
+
data_files:
|
64 |
+
- split: train
|
65 |
+
path: D1_minus/train-*
|
66 |
+
- split: validation
|
67 |
+
path: D1_minus/validation-*
|
68 |
+
- split: test
|
69 |
+
path: D1_minus/test-*
|
70 |
+
---
|
71 |
+
# Dataset Card for "JFLD_NLP_2024_proceeding_reproduction"
|
72 |
+
|
73 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|