File size: 926 Bytes
efe8658 02f4d96 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | ---
dataset_info:
features:
- name: name
dtype: string
- name: split
dtype: string
- name: informal_prefix
dtype: string
- name: formal_statement
dtype: string
- name: goal
dtype: string
- name: header
dtype: string
- name: nl_statement
dtype: string
- name: header_no_import
dtype: string
splits:
- name: validation
num_bytes: 143354
num_examples: 182
- name: test
num_bytes: 144064
num_examples: 183
download_size: 123997
dataset_size: 287418
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
# ProofNet Lean4 v3
This dataset is based on `proofnet-v2-lean4` but **removes** any entries
that caused Lean 4 syntax/parse errors. We also introduce a new field
**`header_no_import`** that removes `"import Mathlib"`.
**Splits**: `validation` and `test`.
Enjoy!
|