paper-with-me

Papers

Local Look-Ahead Guidance via Verifier-in-the-Loop for Automated Theorem Proving

2025-03-12 · Sara Rajaee, Kumar Pratik, Gabriele Cesa, Arash Behboodi

The most promising recent methods for AI reasoning require applying variants of reinforcement learning (RL) either on rolled out trajectories from the LLMs, even for the step-wise rewards, or large quantities of human-annotated trajectory data. The reliance on the rolled-out trajectory renders the compute cost and time prohibitively high. In particular, the correctness of a reasoning trajectory can typically only be judged at its completion, leading to sparse rewards in RL or requiring expensive synthetic data generation in expert iteration-like methods. In this work, we focus on the Automatic Theorem Proving (ATP) task and propose a novel verifier-in-the-loop design, which, unlike existing approaches that leverage feedback on the entire reasoning trajectory, employs an automated verifier to give intermediate feedback at each step of the reasoning process. Using Lean as the verifier, we empirically show that the step-by-step local verification produces a global improvement in the model's reasoning accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2503.09730

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem ProvingReinforcement Learning (RL)Synthetic Data Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Towards Understanding Why Lookahead Generalizes Better Than SGD and Beyond

2021-12-01 · NeurIPS 2021 12 · Pan Zhou, Hanshu Yan, Xiaotong Yuan, Jiashi Feng 외

To train networks, lookahead algorithm~\cite{zhang2019lookahead} updates its fast weights $k$ times via an inner-loop optimizer before updating its slow weights once by using the latest fast weights. Any optimizer, …

(1D) Ordered Tokens Enable Efficient Test-Time Search

2026-04-16 · Zhitong Gao, Parham Rezaei, Ali Cy, Mingqiao Ye 외 arxiv

Tokenization is a key component of autoregressive (AR) generative models, converting raw data into more manageable units for modeling. Commonly, tokens describe local information, such as regions of pixels in images or w…

Text-to-Image Generation

Scaling Speculative Decoding with Lookahead Reasoning

2025-06-24 · Yichao Fu, Rui Ge, Zelei Shao, Zhijie Deng 외

Reasoning models excel by generating long chain-of-thoughts, but decoding the resulting thousands of tokens is slow. Token-level speculative decoding (SD) helps, but its benefit is capped, because the chance that an enti…

GPUGSM8K

LoopMTP: A looped transformer guided by latent multi-token prediction

2026-08-04 · Behzad Shomali, Markus Frey, David Berghaus, Joachim Koehler 외 arxiv

Looped transformers have emerged as a parameter-efficient alternative to scaling depth for strong reasoning. By reusing one stack of layers across $T$ iterations, they attain the effective depth and reasoning capabilitie…

Refining Over Resampling: Test-Time Self-Correction for LLM Reasoning

2026-08-06 · Ahsan Bilal, Muhammad Ahmed Mohsin, Muhammad Umer, Lena Trigg 외 arxiv

Test-time scaling improves LLM reasoning by using additional inference compute, but wider sampling alone can suffer from diminishing returns: new rollouts often repeat existing answer patterns instead of adding useful re…