LGMar 17

Decoding the Critique Mechanism in Large Reasoning Models

arXiv:2603.1633198.1h-index: 11Has Code
AI Analysis

This work provides insights into the self-correction mechanisms of AI models, which could help improve their reliability in complex reasoning tasks, though it is incremental as it builds on existing understanding of critique behaviors.

The study investigated how Large Reasoning Models recover from errors by inserting arithmetic mistakes in intermediate reasoning steps, discovering that models can still reach correct final answers despite errors, implying a hidden critique ability. They identified an interpretable critique vector that, when used to steer latent representations, improved error detection and enhanced performance on test-time scaling without extra training.

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 through the chain-of-thought (CoT), resulting in an incorrect intermediate conclusion, the model still reaches the correct final answer. This recovery implies that the model must possess an internal mechanism to detect errors and trigger self-correction, which we refer to as the hidden critique ability. Building on feature space analysis, we identify a highly interpretable 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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes