Re-extract: full statement+proof, normalized schema, provenance
Browse files- README.md +5 -9
- 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: 249586}
|
| 37 |
config_name: default
|
|
@@ -57,11 +55,10 @@ Structured dataset of mathematical formalizations from the Mathlib4 library for
|
|
| 57 |
|
| 58 |
| Column | Type | Description |
|
| 59 |
|--------|------|-------------|
|
| 60 |
-
| fact | string |
|
| 61 |
-
| statement | string |
|
| 62 |
-
| proof | string | Verbatim proof
|
| 63 |
-
| type | string |
|
| 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 @@ Structured dataset of mathematical formalizations from the Mathlib4 library for
|
|
| 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 |
|
|
@@ -110,7 +106,7 @@ theorem infinite_of_charZero (R A : Type*) [CommRing R] [Ring A] [Algebra R A]
|
|
| 110 |
exact infinite_of_injective_forall_mem Nat.cast_injective isAlgebraic_nat
|
| 111 |
```
|
| 112 |
|
| 113 |
-
-
|
| 114 |
|
| 115 |
## Use
|
| 116 |
|
|
|
|
| 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: 249586}
|
| 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 |
|
|
|
|
| 106 |
exact infinite_of_injective_forall_mem Nat.cast_injective isAlgebraic_nat
|
| 107 |
```
|
| 108 |
|
| 109 |
+
- type: theorem | symbolic_name: `infinite_of_charZero` | Mathlib/Algebra/AlgebraicCard.lean:32
|
| 110 |
|
| 111 |
## Use
|
| 112 |
|
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:a67510415139b4a3cd4e2445f99a6b97de8d03280e95e8103d7ac0e01abb44e8
|
| 3 |
+
size 64160535
|