Lean-ing on Quality: How High-Quality Data Beats Diverse Multilingual Data in AutoFormalization
Willy Chan, Michael Souliman, Jakob Nordhagen, Brando Miranda, Elyas Obbad, Kai Fronsdal Sanmi Koyejo
TL;DR
This work tackles the data bottleneck in autoformalization by introducing backtranslation-based data generation with hand-crafted prompts to emphasize data quality over sheer volume. The authors present three data-generation variants and the AI4Math dataset to train LLMs for translating informal mathematics into Lean4 formalizations, showing strong performance on ProofNet with far fewer tokens than multilingual baselines like MMA. Key findings include that high-quality, few-shot prompts can surpass large, diverse datasets in token efficiency, and that incorporating proof-state information via line-by-line tactics yields substantial gains at a higher cost. Collectively, the approach demonstrates a practical path to reducing computational resources required for formalizing proofs, with potential impact on interactive theorem proving and formal verification.
Abstract
Autoformalization, the process of transforming informal mathematical language into formal specifications and proofs remains a difficult task for state-of-the-art (large) language models. Existing works point to competing explanations for the performance gap. To this end, we introduce a novel methodology that leverages back-translation with hand-curated prompts to enhance the mathematical capabilities of language models, particularly addressing the challenge posed by the scarcity of labeled data. Specifically, we evaluate three primary variations of this strategy: (1) on-the-fly (online) backtranslation, (2) distilled (offline) backtranslation with few-shot amplification, and (3) line-by-line proof analysis integrated with proof state information. Each variant is designed to optimize data quality over quantity, focusing on the high fidelity of generated proofs rather than sheer data scale. Our findings provide evidence that employing our proposed approaches to generate synthetic data, which prioritizes quality over volume, improves the Autoformalization performance of LLMs as measured by standard benchmarks such as ProofNet. Crucially, our approach outperforms pretrained models using a minimal number of tokens. We also show, through strategic prompting and backtranslation, that our approaches surpass the performance of fine-tuning with extensive multilingual datasets such as MMA on ProofNet with only 1/150th of the tokens. Taken together, our methods show a promising new approach to significantly reduce the resources required to formalize proofs, thereby accelerating AI for math.
