phanerozoic commited on
Commit
c204be4
·
verified ·
1 Parent(s): 15f7758

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

Browse files
Files changed (2) hide show
  1. README.md +9 -7
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -31,7 +31,7 @@ dataset_info:
31
  - {name: source_url, dtype: string}
32
  - {name: commit, dtype: string}
33
  splits:
34
- - {name: train, num_examples: 268}
35
  config_name: default
36
  configs:
37
  - config_name: default
@@ -57,14 +57,14 @@ Declarations from RedPRL, a cubical/computational type theory system.
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 |
65
- | imports | list[string] | File-level `Require`/`Import` modules |
66
  | deps | list[string] | Intra-corpus identifiers referenced |
67
- | docstring | string | Preceding documentation comment, null if absent |
68
  | line_start | int | First source line |
69
  | line_end | int | Last source line |
70
  | has_proof | bool | Whether a proof block was captured |
@@ -73,8 +73,8 @@ Declarations from RedPRL, a cubical/computational type theory system.
73
 
74
  ## Statistics
75
 
76
- - Entries: 268
77
- - With proof: 262 (97.8%)
78
  - With docstring: 0 (0.0%)
79
  - Libraries: 3
80
 
@@ -83,6 +83,8 @@ Declarations from RedPRL, a cubical/computational type theory system.
83
  | Type | Count |
84
  |---|---|
85
  | theorem | 263 |
 
 
86
  | data | 5 |
87
 
88
  ## Example
 
31
  - {name: source_url, dtype: string}
32
  - {name: commit, dtype: string}
33
  splits:
34
+ - {name: train, num_examples: 348}
35
  config_name: default
36
  configs:
37
  - config_name: default
 
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 | `theorem`/`data`: the `by { .. }.` tactic block; `define`/`tactic`: the `= ..` body |
61
+ | type | string | `theorem`, `define`, `tactic`, or `data` |
62
  | symbolic_name | string | Declaration identifier |
63
  | library | string | Sub-library |
64
  | filename | string | Repository-relative source path |
65
+ | imports | list[string] | Unused (RedPRL has no import statements); always empty |
66
  | deps | list[string] | Intra-corpus identifiers referenced |
67
+ | docstring | string | Unused; always null |
68
  | line_start | int | First source line |
69
  | line_end | int | Last source line |
70
  | has_proof | bool | Whether a proof block was captured |
 
73
 
74
  ## Statistics
75
 
76
+ - Entries: 348
77
+ - With proof: 347 (99.7%)
78
  - With docstring: 0 (0.0%)
79
  - Libraries: 3
80
 
 
83
  | Type | Count |
84
  |---|---|
85
  | theorem | 263 |
86
+ | define | 69 |
87
+ | tactic | 11 |
88
  | data | 5 |
89
 
90
  ## Example
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad4a98aacee6be220ad272f03f9b925a16a5a786b9740ace616df82c17a09ab1
3
- size 58652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a315aa7079b688ae39de8db9d9f8ec55e92c067ac3105210c75b0ad6155ee7
3
+ size 62292