paper-with-me

Papers

Lean-STaR: Learning to Interleave Thinking and Proving

2024-07-14 · Haohan Lin, Zhiqing Sun, Yiming Yang, Sean Welleck

Traditional language model-based theorem proving assumes that by training on a sufficient amount of formal proof data, a model will learn to prove theorems. Our key observation is that a wealth of informal information that is not present in formal proofs can be useful for learning to prove theorems. For instance, humans think through steps of a proof, but this thought process is not visible in the resulting code. We present Lean-STaR, a framework for training language models to produce informal thoughts prior to each step of a proof, thereby boosting the model's theorem-proving capabilities. Lean-STaR uses retrospective ground-truth tactics to generate synthetic thoughts for training the language model. At inference time, the trained model directly generates the thoughts prior to the prediction of the tactics in each proof step. Building on the self-taught reasoner framework, we then apply expert iteration to further fine-tune the model on the correct proofs it samples and verifies using the Lean solver. Lean-STaR achieves state-of-the-art results on the miniF2F-test benchmark within the Lean theorem proving environment, significantly outperforming base models ($\boldsymbol{43.4\% \rightarrow 46.3\%,}$ Pass@64). We also analyze the impact of the augmented thoughts on various aspects of the theorem proving process, providing insights into their effectiveness.

📄 PDF Abstract BibTeX arXiv:2407.10040

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem ProvingLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

AdaptR1: Reinforcement Learning Based Adaptive Interleaved Thinking in Multi-hop Question Answering

2026-05-29 · Yuxin Wang, Jiahao Lu, Qifeng Wu, Shicheng Fang 외 arxiv

Large Language Models (LLMs) have achieved remarkable performance in complex reasoning tasks through Chain-of-Thought (CoT) prompting. However, this approach often leads to ``over-thinking,'' where models generate unnece…

Multi-hop Question AnsweringReinforcement Learning

DeepTool: Scaling Interleaved Deliberation in Tool-Integrated Reasoning via Process-Supervised Reinforcement Learning

2026-05-28 · Yang He, Xiao Ding, Bibo Cai, Yufei Zhang 외 arxiv

Tool-Integrated Reasoning (TIR) extends LLM capabilities by leveraging external environments. However, existing methods lack the deliberation during sequential tool invocation required for strategic planning and self-cor…

Reinforcement Learning

Artificial Intelligence in Experimental Approaches: Growth Hacking, Lean Startup, Design Thinking, and Agile

2026-03-21 · Parisa Omidmand, Saeid Ataei arxiv

Organizations increasingly adopt AI technologies to accelerate their performance and capacity to adapt to market dynamics. This study examines how organizations implement AI in experimental methodologies such as growth h…

Thinking-while-speaking: A Controlled, Interleaved Reasoning Method for Real-Time Speech Generation

2026-05-20 · Xuan Du, Qiangyu Yan, Wenshuo Li, Borui Jiang 외 arxiv

The thinking-while-speaking paradigm aims to make AI communication more human. A key challenge is maintaining fluent speech while performing deep reasoning. Our method, InterRS, tackles this by inserting reasoning steps …

Reinforcement Learning

Reliable Thinking with Images

2026-02-13 · Haobin Li, Yutong Yang, Yijie Lin, Xiang Dai 외 arxiv

As a multimodal extension of Chain-of-Thought (CoT), Thinking with Images (TWI) has recently emerged as a promising avenue to enhance the reasoning capability of Multi-modal Large Language Models (MLLMs), which generates…