ReVISE: Learning to Refine at Test-Time via Intrinsic Self-Verification
Hyunseok Lee, Seunghyuk Oh, Jaehyung Kim, Jinwoo Shin, Jihoon Tack
TL;DR
ReVISE introduces intrinsic self-verification for LLMs, enabling the model to verify its own reasoning and decide whether to refine using a dedicated [refine] token. The method employs a two-stage curriculum with preference learning (via SFT and DPO) to first learn verification and then corrective refinement, avoiding external verifiers or RL. At inference, a confidence-aware sampling strategy leverages the model's verification signal to improve test-time accuracy with scalable computation. Empirically, ReVISE improves reasoning performance on GSM8K, MATH-500, and MBPP, demonstrates test-time scalability, and shows robust cross-domain generalization, highlighting practical gains for complex reasoning tasks and safety-conscious applications.
Abstract
Self-awareness, i.e., the ability to assess and correct one's own generation, is a fundamental aspect of human intelligence, making its replication in large language models (LLMs) an important yet challenging task. Previous works tackle this by employing extensive reinforcement learning or rather relying on large external verifiers. In this work, we propose Refine via Intrinsic Self-Verification (ReVISE), an efficient and effective framework that enables LLMs to self-correct their outputs through self-verification. The core idea of ReVISE is to enable LLMs to verify their reasoning processes and continually rethink reasoning trajectories based on its verification. We introduce a structured curriculum based upon online preference learning to implement this efficiently. Specifically, as ReVISE involves two challenging tasks (i.e., self-verification and reasoning correction), we tackle each task sequentially using curriculum learning, collecting both failed and successful reasoning paths to construct preference pairs for efficient training. During inference, our approach enjoys natural test-time scaling by integrating self-verification and correction capabilities, further enhanced by our proposed confidence-aware decoding mechanism. Our experiments on various reasoning tasks demonstrate that ReVISE achieves efficient self-correction and significantly improves reasoning performance.
