File size: 795 Bytes
ba7ebb5 f4fc25c |
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 |
---
dataset_info:
features:
- name: id
dtype: string
- name: split
dtype: string
- name: formal_statement
dtype: string
- name: header
dtype: string
- name: nl_statement
dtype: string
- name: nl_proof
dtype: string
splits:
- name: validation
num_bytes: 283051
num_examples: 244
- name: test
num_bytes: 305434
num_examples: 244
download_size: 220425
dataset_size: 588485
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
# MiniF2F Lean4
This dataset provides two splits (validation and test) of the MiniF2F dataset adapted for Lean4.
It includes fields such as:
- `id`
- `split`
- `formal_statement`
- `header`
- `nl_statement`
- `nl_proof`
|