metadata
dataset_info:
features:
- name: name
dtype: string
- name: informal_prefix
dtype: string
- name: formal_statement
dtype: string
splits:
- name: test
num_bytes: 155035
num_examples: 244
dataset_size: 155035
configs:
- config_name: default
license: apache-2.0
homepage: https://github.com/kAIto47802/Prover-Agent
repository: https://github.com/kAIto47802/Prover-Agent
arxiv: 2506.19923
MiniF2F-test (Processed version used in Prover Agent)
This repository provides the processed version of the test split of the MiniF2F dataset, obtained from AI-MO/minif2f_test and used in Prover Agent.
This process includes removing the unintelligible parts of theorem names, which we found in our experiments that LLMs often struggled to reliably reproduce. See Appendix D.1 of our paper for more details and our GitHub repository for the code used in the processing.
You can load the dataset as follows:
from datasets import load_dataset
dataset = load_dataset("kAIto47802/minif2f-test", split="test")
License
Derived from AI-MO/minif2f_test (Apache 2.0), originally from MiniF2F (MIT).