paper-with-me

홈 › Papers

LeanTree: Accelerating White-Box Proof Search with Factorized States in Lean 4

2025-07-19 · Matěj Kripner, Michal Šustr, Milan Straka arxiv

Automated theorem proving (ATP) has been a classical problem in artificial intelligence since its inception, yet it remains challenging due to its vast state and action space. Large language models (LLMs) have recently emerged as a promising heuristic for ATP, but they lack correctness guarantees and thus require interaction with a proof verifier. Such interactions typically follow one of two approaches: black-box interaction, which does not utilize intermediate proof states, or white-box approaches, which allow for incremental proof construction and examination of intermediate states. While black-box approaches have directly benefited from recent LLM advances, white-box methods have comparatively lagged behind. In this paper, we address this gap by introducing LeanTree, which consists of (i) a tool built in the Lean 4 language that factorizes complex proof states into simpler, independent branches, and (ii) a dataset of these factorized intermediate states. Our white-box tooling offers several advantages over black-box approaches: it simplifies evaluation, reduces necessary context, generates richer training data, enables parallel search across multiple states, supports efficient reuse of states, and provides feedback in case of errors. Our preliminary results hint that white-box approaches outperform black-box alternatives in some settings.

📄 PDF Abstract BibTeX arXiv:2507.14722

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem Proving

Similar Papers 제목 키워드 기반

Asymmetric matrix sensing by gradient descent with small random initialization

2023-09-04 · Johan S. Wind

We study matrix sensing, which is the problem of reconstructing a low-rank matrix from a few linear measurements. It can be formulated as an overparameterized regression problem, which can be solved by factorized gradien…

Disentangling Latent Factors of Variational Auto-Encoder with Whitening

2018-11-08 · Sangchul Hahn, Heeyoul Choi

After deep generative models were successfully applied to image generation tasks, learning disentangled latent variables of data has become a crucial part of deep generative model research. Many models have been proposed…

Image Generation

Factorized Neural Operators Decompose Dynamic and Persistent Responses

2026-06-15 · Hao Tang, Yuechen Duan, Jiongyu Zhu, Zimeng Feng 외 arxiv

Physical systems often exhibit heterogeneous mechanisms, where rapidly evolving dynamics coexist with persistent structures. Capturing such multiscale physical behavior remains challenging for existing neural operators, …

IsarStep: a Benchmark for High-level Mathematical Reasoning

2020-06-13 · ICLR 2021 1 · Wenda Li, Lei Yu, Yuhuai Wu, Lawrence C. Paulson

A well-defined benchmark is essential for measuring and accelerating research progress of machine learning models. In this paper, we present a benchmark for high-level mathematical reasoning and study the reasoning capab…

Mathematical ProofsMathematical ReasoningVocal Bursts Intensity Prediction

OpenProver: Agentic and Interactive Theorem Proving with Lean 4

2026-07-10 · Matěj Kripner, Milan Straka arxiv

In this system paper, we present OpenProver, an open-source system for LLM-driven automated theorem proving (ATP) with integrated Lean 4 formal verification. OpenProver integrates a Planner-Worker-Verifier architecture i…

Automated Theorem ProvingCode Generation