CLJul 8, 2025

CriticLean: Critic-Guided Reinforcement Learning for Mathematical Formalization

arXiv:2507.06181v114 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the reliability problem in automated theorem proving for mathematical formalization, representing an incremental advance focused on the critic evaluation phase.

The paper tackles the challenge of evaluating whether mathematical formalizations accurately capture semantic intent by introducing CriticLean, a critic-guided reinforcement learning framework that transforms the critic from passive validator to active learning component, achieving significant performance improvements over strong baselines on their CriticLeanBench benchmark.

Translating natural language mathematical statements into formal, executable code is a fundamental challenge in automated theorem proving. While prior work has focused on generation and compilation success, little attention has been paid to the critic phase-the evaluation of whether generated formalizations truly capture the semantic intent of the original problem. In this paper, we introduce CriticLean, a novel critic-guided reinforcement learning framework that elevates the role of the critic from a passive validator to an active learning component. Specifically, first, we propose the CriticLeanGPT, trained via supervised fine-tuning and reinforcement learning, to rigorously assess the semantic fidelity of Lean 4 formalizations. Then, we introduce CriticLeanBench, a benchmark designed to measure models' ability to distinguish semantically correct from incorrect formalizations, and demonstrate that our trained CriticLeanGPT models can significantly outperform strong open- and closed-source baselines. Building on the CriticLean framework, we construct FineLeanCorpus, a dataset comprising over 285K problems that exhibits rich domain diversity, broad difficulty coverage, and high correctness based on human evaluation. Overall, our findings highlight that optimizing the critic phase is essential for producing reliable formalizations, and we hope our CriticLean will provide valuable insights for future advances in formal mathematical reasoning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes