phanerozoic commited on
Commit
8f83c8d
·
verified ·
1 Parent(s): ae698cd

Re-extract: full statement+proof, normalized schema, provenance

Browse files
Files changed (2) hide show
  1. README.md +5 -9
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -18,7 +18,6 @@ dataset_info:
18
  - {name: statement, dtype: string}
19
  - {name: proof, dtype: string}
20
  - {name: type, dtype: string}
21
- - {name: kind, dtype: string}
22
  - {name: symbolic_name, dtype: string}
23
  - {name: library, dtype: string}
24
  - {name: filename, dtype: string}
@@ -30,7 +29,6 @@ dataset_info:
30
  - {name: has_proof, dtype: bool}
31
  - {name: source_url, dtype: string}
32
  - {name: commit, dtype: string}
33
- - {name: content_level, dtype: string}
34
  splits:
35
  - {name: train, num_examples: 248}
36
  config_name: default
@@ -56,11 +54,10 @@ Declarations from HOL Zero, a minimalist HOL theorem prover by Mark Adams.
56
 
57
  | Column | Type | Description |
58
  |--------|------|-------------|
59
- | fact | string | Verbatim declaration: statement followed by proof where present |
60
- | statement | string | Verbatim statement (keyword through the closing period) |
61
- | proof | string | Verbatim proof block (`Proof. ... Qed.`/`Defined.`), empty if none |
62
- | type | string | Raw declaration keyword |
63
- | kind | string | Normalized kind |
64
  | symbolic_name | string | Declaration identifier |
65
  | library | string | Sub-library |
66
  | filename | string | Repository-relative source path |
@@ -72,7 +69,6 @@ Declarations from HOL Zero, a minimalist HOL theorem prover by Mark Adams.
72
  | has_proof | bool | Whether a proof block was captured |
73
  | source_url | string | Upstream repository |
74
  | commit | string | Upstream commit extracted |
75
- | content_level | string | `statement+proof` |
76
 
77
  ## Statistics
78
 
@@ -95,7 +91,7 @@ Declarations from HOL Zero, a minimalist HOL theorem prover by Mark Adams.
95
  false = (!(p:bool). p)
96
  ```
97
 
98
- - kind: definition | symbolic_name: `false_def` | src/bool.ml:48
99
 
100
  ## Use
101
 
 
18
  - {name: statement, dtype: string}
19
  - {name: proof, dtype: string}
20
  - {name: type, dtype: string}
 
21
  - {name: symbolic_name, dtype: string}
22
  - {name: library, dtype: string}
23
  - {name: filename, dtype: string}
 
29
  - {name: has_proof, dtype: bool}
30
  - {name: source_url, dtype: string}
31
  - {name: commit, dtype: string}
 
32
  splits:
33
  - {name: train, num_examples: 248}
34
  config_name: default
 
54
 
55
  | Column | Type | Description |
56
  |--------|------|-------------|
57
+ | fact | string | Complete verbatim declaration (keyword, signature, and body/proof) |
58
+ | statement | string | Signature with the leading keyword removed (verbatim slice) |
59
+ | proof | string | Verbatim proof/body, empty if none |
60
+ | type | string | Declaration keyword |
 
61
  | symbolic_name | string | Declaration identifier |
62
  | library | string | Sub-library |
63
  | filename | string | Repository-relative source path |
 
69
  | has_proof | bool | Whether a proof block was captured |
70
  | source_url | string | Upstream repository |
71
  | commit | string | Upstream commit extracted |
 
72
 
73
  ## Statistics
74
 
 
91
  false = (!(p:bool). p)
92
  ```
93
 
94
+ - type: definition | symbolic_name: `false_def` | src/bool.ml:48
95
 
96
  ## Use
97
 
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b31b3bbc537339a467820f7b5f3a0235919b635e3a72e9f9787ec2c3318c1579
3
- size 18172
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9be2d9940c735ac31adeee2f7c383af4f0d46f8cef0564875eda9a497812e39
3
+ size 17573