Datasets:
Re-extract: full statement+proof, normalized schema, provenance
Browse files- README.md +6 -13
- 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: 19736}
|
| 36 |
config_name: default
|
|
@@ -56,11 +54,10 @@ Structured dataset of definitions and theorems from the Coq standard library.
|
|
| 56 |
|
| 57 |
| Column | Type | Description |
|
| 58 |
|--------|------|-------------|
|
| 59 |
-
| fact | string |
|
| 60 |
-
| statement | string |
|
| 61 |
-
| proof | string | Verbatim proof
|
| 62 |
-
| type | string |
|
| 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 @@ Structured dataset of definitions and theorems from the Coq standard library.
|
|
| 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 |
|
|
@@ -116,13 +112,10 @@ Structured dataset of definitions and theorems from the Coq standard library.
|
|
| 116 |
|
| 117 |
```coq
|
| 118 |
#[local]
|
| 119 |
-
|
| 120 |
-
Proof.
|
| 121 |
-
now rewrite Nat.sub_add_distr, Nat.add_comm, Nat.add_sub.
|
| 122 |
-
Qed.
|
| 123 |
```
|
| 124 |
|
| 125 |
-
-
|
| 126 |
|
| 127 |
## Use
|
| 128 |
|
|
|
|
| 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: 19736}
|
| 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 |
|
|
|
|
| 112 |
|
| 113 |
```coq
|
| 114 |
#[local]
|
| 115 |
+
Definition gt_n_S_stt : forall n m, n > m -> S n > S m := fun n m Hgt => proj1 (Nat.succ_lt_mono m n) Hgt.
|
|
|
|
|
|
|
|
|
|
| 116 |
```
|
| 117 |
|
| 118 |
+
- type: Definition | symbolic_name: `gt_n_S_stt` | theories/Arith/Arith_base.v:137
|
| 119 |
|
| 120 |
## Use
|
| 121 |
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45097cec2dcbc8ba8585b5b91827e63f6fc4cd57db6503b8d121f559063b9d99
|
| 3 |
+
size 4057563
|