paper-with-me

홈 › Papers

Understanding and Steering the Cognitive Behaviors of Reasoning Models at Test-Time

2025-12-31 · Zhenyu Zhang, Xiaoxia Wu, Zhongzhu Zhou, Qingyang Wu, Yineng Zhang, Pragaash Ponnusamy, Harikaran Subbaraj, Jue Wang, Shuaiwen Leon Song, Ben Athiwaratkun arxiv

Large Language Models (LLMs) often rely on long chain-of-thought (CoT) reasoning to solve complex tasks. While effective, these trajectories are frequently inefficient, leading to high latency from excessive token generation, or unstable reasoning that alternates between underthinking (shallow, inconsistent steps) and overthinking (repetitive, verbose reasoning). In this work, we study the structure of reasoning trajectories and uncover specialized attention heads that correlate with distinct cognitive behaviors such as verification and backtracking. By lightly intervening on these heads at inference time, we can steer the model away from inefficient modes. Building on this insight, we propose CREST, a training-free method for Cognitive REasoning Steering at Test-time. CREST has two components: (1) an offline calibration step that identifies cognitive heads and derives head-specific steering vectors, and (2) an inference-time procedure that rotates hidden representations to suppress components along those vectors. CREST adaptively suppresses unproductive reasoning behaviors, yielding both higher accuracy and lower computational cost. Across diverse reasoning benchmarks and models, CREST improves accuracy by up to 17.5% while reducing token usage by 37.6%, offering a simple and effective pathway to faster, more reliable LLM reasoning.

📄 PDF Abstract BibTeX arXiv:2512.24574

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Latent Reward Steering: An Adaptive Inference-Time Framework that Implicitly Promotes Cognitive Behaviors in Reasoning LLMs

2026-05-30 · Jiakang Li, Guanyu Zhu, Can Jin, Chenxi Huang 외 arxiv

Strong reasoning depends not only on model knowledge but also on how effectively cognitive behaviors are deployed during generation. Existing methods often rely on explicit behavior-level control, making them insufficien…

CBMAS: Cognitive Behavioral Modeling via Activation Steering

2026-01-03 · Ahmed H. Ismail, Anthony Kuang, Ayo Akinkugbe, Kevin Zhu 외 arxiv

Large language models (LLMs) often encode cognitive behaviors unpredictably across prompts, layers, and contexts, making them difficult to diagnose and control. We present CBMAS, a diagnostic framework for continuous act…

Predicting Future Behaviors in Reasoning Models Enables Better Steering

2026-06-09 · Evgenii Kortukov, Piotr Komorowski, Florian Klein, Paula Engl 외 arxiv

Deployed large reasoning models (LRMs) often behave unexpectedly. Test-time steering controls LRM outputs by intervening on their hidden representations, but it can degrade output quality. We argue that prior steering wo…

Towards Understanding the Cognitive Habits of Large Reasoning Models

2025-06-13 · Jianshuo Dong, Yujia Fu, Chuanrui Hu, Chao Zhang 외 arxiv

Large Reasoning Models (LRMs), which autonomously produce a reasoning Chain of Thought (CoT) before producing final responses, offer a promising approach to interpreting and monitoring model behaviors. Inspired by the ob…

Two Experts Are All You Need for Steering Thinking: Reinforcing Cognitive Effort in MoE Reasoning Models Without Additional Training

2025-05-20 · Mengru Wang, Xingyu Chen, Yue Wang, Zhiwei He 외

Mixture-of-Experts (MoE) architectures within Large Reasoning Models (LRMs) have achieved impressive reasoning capabilities by selectively activating experts to facilitate structured cognitive processes. Despite notable …

AllDomain GeneralizationInstruction FollowingMixture-of-Experts