miniF2F-Lean Revisited: Reviewing Limitations and Charting a Path Forward

TL;DR

miniF2F-v2 significantly improves theorem proving accuracy to 70%.

cs.AI 🔴 Advanced 2025-11-05 24 views
Azim Ospanov Farzan Farnia Roozbeh Yousefzadeh
automated theorem proving math competition dataset algorithm model evaluation

Key Findings

Methodology

The study employs state-of-the-art models for autoformalization and theorem proving, thoroughly analyzing and correcting errors in the miniF2F dataset to produce the miniF2F-v2 version.

Key Results

  • Accuracy of miniF2F-v2 improved to 70%, a significant increase from the original version's 40%.
  • Corrected over 300 Lean 4 statements, eliminating errors and simplifications.
  • In Olympiad settings, model accuracy significantly improved, indicating enhanced dataset quality.

Significance

By improving dataset quality, the study significantly enhances evaluation standards for automated formalization and theorem proving, advancing the field of formal reasoning.

Technical Contribution

Provided a verified miniF2F-v2 dataset, correcting errors in the original dataset, enhancing model evaluation accuracy.

Novelty

First systematic correction of errors in the miniF2F dataset, proposing higher quality evaluation standards.

Limitations

  • Models still struggle with complex math competition problems, especially in Olympiad settings.
  • Autoformalization model accuracy still requires human verification.

Future Work

Future work can focus on further improving autoformalization and theorem proving model accuracy and exploring more complex mathematical problems.

AI Executive Summary

The miniF2F dataset is a crucial benchmark in automated theorem proving, but its original version contained significant errors and simplifications. The research team conducted a thorough analysis and correction of these issues, proposing the miniF2F-v2 version, which significantly improved model evaluation accuracy.

The study employed state-of-the-art autoformalization and theorem proving models, correcting over 300 Lean 4 statements to ensure all theorems match perfectly in formal and informal languages. Experimental results showed that miniF2F-v2's accuracy improved to 70%, a significant increase from the original version's 40%.

The significance of this study lies in improving dataset quality, enhancing evaluation standards for automated formalization and theorem proving, advancing the field of formal reasoning. Future work can focus on further improving model accuracy and exploring more complex mathematical problems.

Deep Analysis

Background

Automated theorem proving is a significant research direction in AI, achieving notable progress with the rise of large language models. The miniF2F dataset is a crucial benchmark in this field, but its original version contained significant errors and simplifications.

Core Problem

Errors and simplifications in the miniF2F dataset reduce the evaluation accuracy of automated theorem proving models, hindering progress in formal reasoning.

Innovation

The research team conducted a thorough analysis and correction of errors in the miniF2F dataset, proposing the miniF2F-v2 version to ensure all theorems match perfectly in formal and informal languages.

Methodology

  • �� Use state-of-the-art autoformalization models to correct dataset errors
  • �� Employ theorem proving models to verify corrected dataset
  • �� Compare model evaluation accuracy between original and corrected datasets

Experiments

Experimental design includes using state-of-the-art autoformalization and theorem proving models to compare evaluation accuracy between original and corrected miniF2F datasets, focusing on performance in Olympiad settings.

Results

Experimental results showed that miniF2F-v2's accuracy improved to 70%, a significant increase from the original version's 40%, indicating enhanced dataset quality significantly improved model evaluation standards.

Applications

The study's outcomes can be used to improve evaluation standards for automated theorem proving models and advance the field of formal reasoning.

Limitations & Outlook

Despite significant improvements in model evaluation accuracy, models still struggle with complex math competition problems, especially in Olympiad settings.

Plain Language Accessible to non-experts

Imagine you're cooking in a kitchen, and the original miniF2F is like a recipe book with some steps incomplete or incorrect. The research team acts like chefs, carefully checking each step to ensure all ingredients and procedures are correct. This way, you can make a delicious dish, and the model can more accurately prove theorems.

ELI14 Explained like you're 14

Imagine you're playing a math game, and the original miniF2F is like game rules that are a bit unclear or wrong. The research team acts like game designers, carefully checking each rule to make the game fairer and more fun. This way, you can play the game better, and the model can more accurately prove math problems!

Glossary

Autoformalization

The process of converting informal language into formal language, typically used for mathematical theorem proving.

Used in the paper to correct errors in the miniF2F dataset.

Theorem Proving

The process of automatically proving mathematical theorems using algorithms.

Used to verify the accuracy of the corrected miniF2F dataset.

Lean Language

A programming language used for formalizing mathematical proofs.

Used to correct errors and simplifications in the miniF2F dataset.

Olympiad Setting

An evaluation setting simulating a math competition environment.

Used to test model performance on the corrected miniF2F dataset.

Dataset Quality

The accuracy and completeness of a dataset, affecting model evaluation standards.

Improved by correcting the miniF2F dataset to enhance model evaluation accuracy.

Open Questions Unanswered questions from this research

  • 1 How can autoformalization model accuracy be further improved?
  • 2 How do automated theorem proving models perform on more complex mathematical problems?

Applications

Immediate Applications

Math Competition Evaluation

Improve evaluation accuracy of automated theorem proving models in math competitions.

Long-term Vision

Advancement in Formal Reasoning

Advance the field of formal reasoning, exploring more complex mathematical problems.

Abstract

We perform a thorough analysis of the formal and informal statements in the miniF2F benchmark from the perspective of an AI system that is tasked to participate in a math Olympiad consisting of the problems in miniF2F. In such setting, the model has to read and comprehend the problems in natural language, formalize them in Lean language, then proceed with proving the problems, and it will get credit for each problem if the formal proof corresponds to the original informal statement presented to the model. Our evaluation results reveal that the best accuracy of such pipeline can be about 36% using the SoTA models in the literature, considerably lower than the individual SoTA accuracies, 97% and 69% reported in the autoformalization and theorem proving literature. Analyzing the failure modes, we trace back a considerable portion of this drop to discrepancies between the formal and informal statements for more than half of the problems in miniF2F. We proceed with correcting all the errors, discrepancies and simplifications in formal and informal statements, and present the miniF2F-v2 with fully verified formal and informal statements and proofs. Evaluating the full theorem proving pipeline on miniF2F-v2 leads to the best accuracy of 70%, a significant improvement from the 40% on the original miniF2F, yet indicating considerable misalignment between the autoformalization models and theorem provers. Our deep analysis suggests that a higher quality benchmark can help the community better evaluate progress in the field of formal reasoning and also better diagnose the failure and success modes of autoformalization and theorem proving models. Our dataset is available at https://github.com/roozbeh-yz/miniF2F_v2.

cs.AI