minif2f-test / README.md
kAIto47802's picture
Add text-generation task category (#2)
aed071a
metadata
license: apache-2.0
task_categories:
  - text-generation
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
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)

GitHub arXiv

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: An Agent-Based Framework for Formal Mathematical Proofs.

This process includes removing the unintelligible parts of theorem names, which the authors found in their experiments that LLMs often struggled to reliably reproduce. See Appendix D.1 of the paper for more details and the GitHub repository for the code used in the processing.

Usage

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).