Datasets:
Re-extract: full statement+proof, normalized schema, provenance
Browse files- README.md +1 -5
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -27,8 +27,6 @@ dataset_info:
|
|
| 27 |
- {name: imports, list: string}
|
| 28 |
- {name: deps, list: string}
|
| 29 |
- {name: docstring, dtype: string}
|
| 30 |
-
- {name: line_start, dtype: int64}
|
| 31 |
-
- {name: line_end, dtype: int64}
|
| 32 |
- {name: source_url, dtype: string}
|
| 33 |
- {name: commit, dtype: string}
|
| 34 |
splits:
|
|
@@ -65,8 +63,6 @@ Structured dataset from the Mathematical Components library (MathComp) for Coq.
|
|
| 65 |
| imports | list[string] | File-level `Require`/`Import` modules |
|
| 66 |
| deps | list[string] | Intra-corpus identifiers referenced |
|
| 67 |
| docstring | string | Preceding documentation comment, empty if absent |
|
| 68 |
-
| line_start | int | First source line |
|
| 69 |
-
| line_end | int | Last source line |
|
| 70 |
| source_url | string | Upstream repository |
|
| 71 |
| commit | string | Upstream commit extracted |
|
| 72 |
|
|
@@ -115,7 +111,7 @@ floor_subproof n :
|
|
| 115 |
Proof. by rewrite num_real !intz ltzD1 lexx. Qed.
|
| 116 |
```
|
| 117 |
|
| 118 |
-
- type: Fact | symbolic_name: `floor_subproof` | algebra/archimedean.v
|
| 119 |
|
| 120 |
## Use
|
| 121 |
|
|
|
|
| 27 |
- {name: imports, list: string}
|
| 28 |
- {name: deps, list: string}
|
| 29 |
- {name: docstring, dtype: string}
|
|
|
|
|
|
|
| 30 |
- {name: source_url, dtype: string}
|
| 31 |
- {name: commit, dtype: string}
|
| 32 |
splits:
|
|
|
|
| 63 |
| imports | list[string] | File-level `Require`/`Import` modules |
|
| 64 |
| deps | list[string] | Intra-corpus identifiers referenced |
|
| 65 |
| docstring | string | Preceding documentation comment, empty if absent |
|
|
|
|
|
|
|
| 66 |
| source_url | string | Upstream repository |
|
| 67 |
| commit | string | Upstream commit extracted |
|
| 68 |
|
|
|
|
| 111 |
Proof. by rewrite num_real !intz ltzD1 lexx. Qed.
|
| 112 |
```
|
| 113 |
|
| 114 |
+
- type: Fact | symbolic_name: `floor_subproof` | algebra/archimedean.v
|
| 115 |
|
| 116 |
## Use
|
| 117 |
|
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:17b3919df1331928046dc5f5840bd0f987393eeb624f841b6b5823af9a8cbbcf
|
| 3 |
+
size 2592091
|