Add README for proofnet-v3-lean4 (with header_no_import).
Browse files
README.md
CHANGED
|
@@ -1,36 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
- name: formal_statement
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: goal
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: header
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: nl_statement
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: header_no_import
|
| 19 |
-
dtype: string
|
| 20 |
-
splits:
|
| 21 |
-
- name: validation
|
| 22 |
-
num_bytes: 143705.23243243244
|
| 23 |
-
num_examples: 182
|
| 24 |
-
- name: test
|
| 25 |
-
num_bytes: 144887.79032258064
|
| 26 |
-
num_examples: 183
|
| 27 |
-
download_size: 123797
|
| 28 |
-
dataset_size: 288593.0227550131
|
| 29 |
-
configs:
|
| 30 |
-
- config_name: default
|
| 31 |
-
data_files:
|
| 32 |
-
- split: validation
|
| 33 |
-
path: data/validation-*
|
| 34 |
-
- split: test
|
| 35 |
-
path: data/test-*
|
| 36 |
-
---
|
|
|
|
| 1 |
+
# ProofNet Lean4 v3
|
| 2 |
+
|
| 3 |
+
This dataset is based on `proofnet-v2-lean4` but **removes** any entries
|
| 4 |
+
that caused Lean 4 syntax/parse errors. We also introduce a new field
|
| 5 |
+
**`header_no_import`** that removes `"import Mathlib"`.
|
| 6 |
+
|
| 7 |
+
**Splits**: `validation` and `test`.
|
| 8 |
+
|
| 9 |
+
Enjoy!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|