paper-with-me

홈 › Papers

Decoding the Critique Mechanism in Large Reasoning Models

2026-03-17 · Hoang Phan, Quang H. Nguyen, Hung T. Q. Le, Xiusi Chen, Heng Ji, Khoa D. Doan arxiv

Large Reasoning Models (LRMs) exhibit backtracking and self-verification mechanisms that enable them to revise intermediate steps and reach correct solutions, yielding strong performance on complex logical benchmarks. We hypothesize that such behaviors are beneficial only when the model has sufficiently strong ``critique'' ability to detect its own mistakes. This work systematically investigates how current LRMs recover from errors by inserting arithmetic mistakes in their intermediate reasoning steps. Notably, we discover a peculiar yet important phenomenon: despite the error propagating throughout the entire chain-of-thought (CoT) without any verbalized correction, the model still reaches the correct final answer after the thinking process finishes. This recovery implies the existence of an internal mechanism helping the model to detect errors and trigger self-correction, which we refer to as the \textit{hidden critique ability}. Building on feature space analysis, we identify a highly interpretable \textit{critique vector} representing this behavior. Extensive experiments across multiple model scales and families demonstrate that steering latent representations with this vector improves the model's error detection capability and enhances the performance of test-time scaling at no extra training cost. Our findings provide a valuable understanding of LRMs' critique behavior, suggesting a promising direction to control and improve their self-verification mechanism. Our code is available at: https://github.com/mail-research/lrm-critique-vectors.

📄 PDF Abstract BibTeX arXiv:2603.16331

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing LLM Reasoning via Critique Models with Test-Time and Training-Time Supervision

2024-11-25 · Zhiheng Xi, Dingwen Yang, Jixuan Huang, Jiafu Tang 외

Training large language models (LLMs) to spend more time thinking and reflection before responding is crucial for effectively solving complex reasoning tasks in fields such as science, coding, and mathematics. However, t…

Mathematical Reasoning

Critique-Coder: Enhancing Coder Models by Critique Reinforcement Learning

2025-09-26 · Chi Ruan, Dongfu Jiang, Yubo Wang, Wenhu Chen arxiv

Reinforcement Learning (RL) has emerged as a popular training paradigm, particularly when paired with reasoning models. While effective, it primarily focuses on generating responses and lacks mechanisms to explicitly fos…

Reinforcement LearningCode Generation

AlignRAG: Leveraging Critique Learning for Evidence-Sensitive Retrieval-Augmented Reasoning

2025-04-21 · Jiaqi Wei, Hao Zhou, Xiang Zhang, Di Zhang 외

Retrieval-augmented generation (RAG) has become a widely adopted paradigm for enabling knowledge-grounded large language models (LLMs). However, standard RAG pipelines often fail to ensure that model reasoning remains co…

RAGRetrievalRetrieval-augmented GenerationText Generation

ICRL: Learning to Internalize Self-Critique with Reinforcement Learning

2026-05-13 · Jianbo Lin, Xiaomin Yu, Yi Xin, Yifu Guo 외 arxiv

Large language model-based agents make mistakes, yet critique can often guide the same model toward correct behavior. However, when critique is removed, the model may fail again on the same query, indicating that it has …

Reinforcement LearningMathematical Reasoning

CriticBench: Benchmarking LLMs for Critique-Correct Reasoning

2024-02-22 · Zicheng Lin, Zhibin Gou, Tian Liang, Ruilin Luo 외

The ability of Large Language Models (LLMs) to critique and refine their reasoning is crucial for their application in evaluation, feedback provision, and self-improvement. This paper introduces CriticBench, a comprehens…

Benchmarking