Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
brando commited on
Commit
750576d
·
verified ·
1 Parent(s): b73c230

Add README for proofnet-v3-lean4 (with header_no_import).

Browse files
Files changed (1) hide show
  1. README.md +9 -36
README.md CHANGED
@@ -1,36 +1,9 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: name
5
- dtype: string
6
- - name: split
7
- dtype: string
8
- - name: informal_prefix
9
- dtype: string
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!