paper-with-me

홈 › Papers

ReProbe: Efficient Test-Time Scaling of Multi-Step Reasoning by Probing Internal States of Large Language Models

2025-11-09 · Jingwei Ni, Ekaterina Fadeeva, Tianyi Wu, Mubashara Akhtar, Jiaheng Zhang, Elliott Ash, Markus Leippold, Timothy Baldwin, See-Kiong Ng, Artem Shelmanov, Mrinmaya Sachan arxiv

LLMs can solve complex tasks by generating long, multi-step reasoning chains. Test-time scaling (TTS) can further improve performance by sampling multiple variants of intermediate reasoning steps, verifying their correctness, and selecting the best steps for continuation. However, existing verification approaches, such as Process Reward Models (PRMs), are computationally expensive and require large-scale human or model-generated annotations. We propose a lightweight alternative for step-level reasoning verification based on probing the internal states of LLMs. We train a transformer-based probe that uses the internal states of a frozen LLM to estimate the credibility of its reasoning steps during generation. Annotation can be provided either by a larger LLM (e.g., DeepSeek-R1) or in a self-supervised manner by the original model itself. The probes are lightweight, containing fewer than 10M parameters. Across multiple domains, including mathematics, planning, and general knowledge question answering, our probes match or exceed the performance of PRMs that are up to 810x larger. These results suggest that LLM internal states encode confidence in their reasoning processes and can serve as reliable signals for step verification, offering a promising path toward scalable, generalizable TTS and more introspective LLMs.

📄 PDF Abstract BibTeX arXiv:2511.06209

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringGeneral Knowledge

Similar Papers 제목 키워드 기반

Agentic Test-Time Scaling for WebAgents

2026-02-12 · Nicholas Lee, Lutfi Eren Erdogan, Chris Joseph John, Surya Krishnapillai 외 arxiv

Test-time scaling has become a standard way to improve performance and boost reliability of neural network models. However, its behavior on agentic, multi-step tasks remains less well-understood: small per-step errors ca…

Step-level Verifier-guided Hybrid Test-Time Scaling for Large Language Models

2025-07-21 · Kaiyan Chang, Yonghao Shi, Chenglong Wang, Hang Zhou 외 arxiv

Test-Time Scaling (TTS) is a promising approach to progressively elicit the model's intelligence during inference. Recently, training-based TTS methods, such as continued reinforcement learning (RL), have further surged …

Reinforcement Learning

Efficient Test-Time Scaling via Temporal Reasoning Aggregation

2026-04-19 · Jiakun Li, Xingwei He, Kefan Li, Hongzheng Chai 외 arxiv

Test-time scaling improves the reasoning performance of large language models but often results in token-inefficient overthinking, where models continue reasoning beyond what is necessary for a correct answer. Existing d…

Training Vision-Language Process Reward Models for Test-Time Scaling in Multimodal Reasoning: Key Insights and Lessons Learned

2025-09-27 · Brandon Ong, Tej Deep Pala, Vernon Toh, William Chandra Tjhi 외 arxiv

Process Reward Models (PRMs) provide step-level supervision that improves the reliability of reasoning in large language models. While PRMs have been extensively studied in text-based domains, their extension to Vision L…

Multimodal ReasoningVisual Grounding

SWE-Replay: Efficient Test-Time Scaling for Software Engineering Agents

2026-01-29 · Yifeng Ding, Lingming Zhang arxiv

Test-time scaling has been widely adopted to enhance the capabilities of Large Language Model (LLM) agents in software engineering (SWE) tasks. However, the standard approach of repeatedly sampling trajectories from scra…