cestwc commited on
Commit
1c0a55e
1 Parent(s): a100684

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: hypothesis
14
+ dtype: string
15
+ - name: context
16
+ dtype: string
17
+ - name: hypothesis_formula
18
+ dtype: string
19
+ - name: context_formula
20
+ dtype: string
21
+ - name: proofs
22
+ sequence: string
23
+ - name: proof_label
24
+ dtype: string
25
+ - name: proofs_formula
26
+ sequence: string
27
+ - name: world_assump_label
28
+ dtype: string
29
+ - name: original_tree_depth
30
+ dtype: int64
31
+ - name: depth
32
+ dtype: int64
33
+ - name: num_formula_distractors
34
+ dtype: int64
35
+ - name: num_translation_distractors
36
+ dtype: int64
37
+ - name: num_all_distractors
38
+ dtype: int64
39
+ - name: negative_hypothesis
40
+ dtype: string
41
+ - name: negative_hypothesis_formula
42
+ dtype: string
43
+ - name: negative_original_tree_depth
44
+ dtype: int64
45
+ - name: negative_proofs
46
+ sequence: string
47
+ - name: negative_proof_label
48
+ dtype: string
49
+ - name: negative_world_assump_label
50
+ dtype: string
51
+ - name: prompt_serial
52
+ dtype: string
53
+ - name: proof_serial
54
+ dtype: string
55
+ - name: version
56
+ dtype: string
57
+ - name: premise
58
+ dtype: string
59
+ - name: assumptions
60
+ sequence: string
61
+ - name: paraphrased_premises
62
+ sequence: string
63
+ - name: paraphrased_premise
64
+ dtype: string
65
+ - name: assumption
66
+ dtype: string
67
+ splits:
68
+ - name: train
69
+ num_bytes: 154414314
70
+ num_examples: 36401
71
+ - name: validation
72
+ num_bytes: 25351138
73
+ num_examples: 6004
74
+ - name: test
75
+ num_bytes: 25945020
76
+ num_examples: 6160
77
+ download_size: 45117566
78
+ dataset_size: 205710472
79
+ ---
80
+ # Dataset Card for "FLD_gen"
81
+
82
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)