paper-with-me

Papers

InjectRBP: Steering Large Language Model Reasoning Behavior via Pattern Injection

2026-02-12 · Xiuping Wu, Zhao Yu, Yuxin Cheng, Ngai Wong, Liangjun Ke, Tapas Mishra, Konstantinos V. Katsikopoulos arxiv

Reasoning can significantly enhance the performance of Large Language Models. While recent studies have exploited behavior-related prompts adjustment to enhance reasoning, these designs remain largely intuitive and lack a systematic analysis of the underlying behavioral patterns. Motivated by this, we investigate how models' reasoning behaviors shape reasoning from the perspective of behavioral patterns. We observe that models exhibit adaptive distributions of reasoning behaviors when responding to specific types of questions, and that structurally injecting these patterns can substantially influence the quality of the models' reasoning processes and outcomes. Building on these findings, we propose two optimization methods that require no parameter updates: InjectCorrect and InjectRLOpt. InjectCorrect guides the model by imitating behavioral patterns derived from its own past correct answers. InjectRLOpt learns a value function from historical behavior-pattern data and, via our proposed Reliability-Aware Softmax Policy, generates behavioral injectant during inference to steer the reasoning process. Our experiments demonstrate that both methods can improve model performance across various reasoning tasks without requiring any modifications to model parameters, achieving gains of up to 5.34% and 8.67%, respectively.

📄 PDF Abstract BibTeX arXiv:2602.12013

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

KV Cache Steering for Controlling Frozen LLMs

2025-07-11 · Max Belitsky, Dawid J. Kopiczko, Michael Dorkenwald, M. Jehanzeb Mirza 외 arxiv

We propose cache steering, a lightweight method for implicit steering of language models via a one-shot intervention applied directly to the key-value cache. To validate its effectiveness, we apply cache steering to indu…

Reliable Control-Point Selection for Steering Reasoning in Large Language Models

2026-04-02 · Haomin Zhuang, Hojun Yoo, Xiaonan Luo, Kehan Guo 외 arxiv

Steering vectors offer a training-free mechanism for controlling reasoning behaviors in large language models, but constructing effective vectors requires identifying genuine behavioral signals in the model's hidden stat…

Prototype-Based Dynamic Steering for Large Language Models

2025-10-07 · Ceyhun Efe Kayan, Li Zhang arxiv

Despite impressive breadth, LLMs still rely on explicit reasoning instructions or static, one-fits-all steering methods, leaving a gap for adaptive, instruction-free reasoning amplification. We present Prototype-Based Dy…

Prompt Engineering

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…

Beyond Prompt Engineering: Robust Behavior Control in LLMs via Steering Target Atoms

2025-05-23 · Mengru Wang, Ziwen Xu, Shengyu Mao, Shumin Deng 외

Precise control over language model generation is vital for ensuring both safety and reliability. Although prompt engineering and steering are commonly used to intervene in model behaviors, the vast number of parameters …

Language ModelingLanguage ModellingPrompt Engineering