phanerozoic commited on
Commit
03a5e95
·
verified ·
1 Parent(s): 3c66184

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
@@ -19,7 +19,6 @@ dataset_info:
19
  - {name: statement, dtype: string}
20
  - {name: proof, dtype: string}
21
  - {name: type, dtype: string}
22
- - {name: kind, dtype: string}
23
  - {name: symbolic_name, dtype: string}
24
  - {name: library, dtype: string}
25
  - {name: filename, dtype: string}
@@ -31,7 +30,6 @@ dataset_info:
31
  - {name: has_proof, dtype: bool}
32
  - {name: source_url, dtype: string}
33
  - {name: commit, dtype: string}
34
- - {name: content_level, dtype: string}
35
  splits:
36
  - {name: train, num_examples: 835}
37
  config_name: default
@@ -57,11 +55,10 @@ Declarations from JonPRL, a Nuprl-family proof refinement logic for computationa
57
 
58
  | Column | Type | Description |
59
  |--------|------|-------------|
60
- | fact | string | Verbatim declaration: statement followed by proof where present |
61
- | statement | string | Verbatim statement (keyword through the closing period) |
62
- | proof | string | Verbatim proof block (`Proof. ... Qed.`/`Defined.`), empty if none |
63
- | type | string | Raw declaration keyword |
64
- | kind | string | Normalized kind |
65
  | symbolic_name | string | Declaration identifier |
66
  | library | string | Sub-library |
67
  | filename | string | Repository-relative source path |
@@ -73,7 +70,6 @@ Declarations from JonPRL, a Nuprl-family proof refinement logic for computationa
73
  | has_proof | bool | Whether a proof block was captured |
74
  | source_url | string | Upstream repository |
75
  | commit | string | Upstream commit extracted |
76
- | content_level | string | `statement+proof` |
77
 
78
  ## Statistics
79
 
@@ -102,7 +98,7 @@ Theorem bottom-diverges : [ ¬ bot ⇓ ] {
102
  }.
103
  ```
104
 
105
- - kind: theorem | symbolic_name: `bottom-diverges` | example/approx.jonprl:12
106
 
107
  ## Use
108
 
 
19
  - {name: statement, dtype: string}
20
  - {name: proof, dtype: string}
21
  - {name: type, dtype: string}
 
22
  - {name: symbolic_name, dtype: string}
23
  - {name: library, dtype: string}
24
  - {name: filename, dtype: string}
 
30
  - {name: has_proof, dtype: bool}
31
  - {name: source_url, dtype: string}
32
  - {name: commit, dtype: string}
 
33
  splits:
34
  - {name: train, num_examples: 835}
35
  config_name: default
 
55
 
56
  | Column | Type | Description |
57
  |--------|------|-------------|
58
+ | fact | string | Complete verbatim declaration (keyword, signature, and body/proof) |
59
+ | statement | string | Signature with the leading keyword removed (verbatim slice) |
60
+ | proof | string | Verbatim proof/body, empty if none |
61
+ | type | string | Declaration keyword |
 
62
  | symbolic_name | string | Declaration identifier |
63
  | library | string | Sub-library |
64
  | filename | string | Repository-relative source path |
 
70
  | has_proof | bool | Whether a proof block was captured |
71
  | source_url | string | Upstream repository |
72
  | commit | string | Upstream commit extracted |
 
73
 
74
  ## Statistics
75
 
 
98
  }.
99
  ```
100
 
101
+ - type: theorem | symbolic_name: `bottom-diverges` | example/approx.jonprl:12
102
 
103
  ## Use
104
 
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e70c94aaa80d953c99c75933c4269640be4922424d427c86e537432aaa79a6be
3
- size 80501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0077d397aecb16155055b846ee77a2e30115d723649505d02cbedf65993b995
3
+ size 78194