paper-with-me

홈 › Papers

Distilling LLM Feedback for Lean Theorem Proving

2026-05-29 · Gaetan Narozniak, Gérard Biau, Rémi Munos, Ahmad Rammal, Pierre Marion arxiv

Post-training for reasoning models typically combines supervised fine-tuning with reinforcement learning from verifiable rewards, most commonly with GRPO. However, this algorithm suffers from sparse rewards, limited exploration, and mode collapse. Building upon recent works on self-distillation, we propose Feedback Distillation, a training method where the model is trained to match, at the token level, its own distribution conditioned on privileged feedback produced by a language model. Feedback Distillation offers token-level supervision and can inject external knowledge. Evaluating our method for Lean4 theorem-proving, we find that Feedback Distillation maintains greater diversity in generated trajectories than GRPO, yielding higher policy entropy and better pass@k scaling. The two methods are complementary: initializing GRPO from a Feedback Distillation checkpoint outperforms either method alone. All in all, our results suggest a promising avenue to improve post-training for complex reasoning.

📄 PDF Abstract BibTeX arXiv:2605.30861

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

OProver: A Unified Framework for Agentic Formal Theorem Proving

2026-05-17 · David Ma, Kaijing Ma, Shawn Guo, Yunfeng Shi 외 arxiv

Recent progress in formal theorem proving has benefited from large-scale proof generation and verifier-aware training, but agentic proving is rarely integrated into prover training, appearing only at inference time. We p…

Leanabell-Prover-V2: Verifier-integrated Reasoning for Formal Theorem Proving via Reinforcement Learning

2025-07-11 · Xingguang Ji, Yahui Liu, Qi Wang, Jingyuan Zhang 외 arxiv

We introduce our Leanabell-Prover-V2, a 7B large language models (LLMs) that can produce formal theorem proofs in Lean 4, with verifier-integrated Long Chain-of-Thoughts (CoT). Following our previous work Leanabell-Prove…

Reinforcement Learning

Optimizing the Cost-Quality Tradeoff of Agentic Theorem Provers in Lean

2026-06-03 · Kári Rögnvaldsson, Chenhao Sun, Jasper Dekoninck, Martin Vechev arxiv

Large language models (LLMs) are increasingly used in workflows for generating formal proofs in Lean. These workflows often decompose problems into smaller lemmas, sample many proof attempts, and use compiler feedback to…

Lean Finder: Semantic Search for Mathlib That Understands User Intents

2025-10-08 · Jialin Lu, Kye Emond, Kaiyu Yang, Swarat Chaudhuri 외 arxiv

We present Lean Finder, a semantic search engine for Lean and mathlib that understands and aligns with the intents of mathematicians. Progress in formal theorem proving is often hindered by the difficulty of locating rel…

Seed-Prover 1.5: Mastering Undergraduate-Level Theorem Proving via Learning from Experience

2025-12-19 · Jiangjie Chen, Wenxiang Chen, Jiacheng Du, Jinyi Hu 외 arxiv

Large language models have recently made significant progress to generate rigorous mathematical proofs. In contrast, utilizing LLMs for theorem proving in formal languages (such as Lean) remains challenging and computati…

Reinforcement LearningMathematical Reasoning