paper-with-me

Papers

Enhancing Instruction Following of LLMs via Activation Steering with Dynamic Rejection

2026-03-06 · Minjae Kang, Jaehyung Kim arxiv

Large Language Models (LLMs), despite advances in instruction tuning, often fail to follow complex user instructions. Activation steering techniques aim to mitigate this by manipulating model internals, but have a potential risk of oversteering, where excessive emphasis on the instruction degrades task accuracy and overall text quality. To address this, we introduce DIRECTER (Dynamic rejection steering), a novel steering method that dynamically modulates steering strength by scaling the KV cache without extra dataset. DIRECTER couples steering with a plausibility-guided decoding loop, which adaptively adjusts steering strength at each step by comparing the steered output distribution to the original. If the steered output is deemed implausible, steering strength is progressively weakened. This strength modulation is guided by a lightweight, one-time attention sensitivity analysis that ranks layers by their influence on model representations. Extensive evaluations show that DIRECTER significantly enhances instruction-following capabilities across diverse benchmarks, improving accuracy by up to 6.5% over baselines without the common trade-offs in generation quality or task fidelity. The proposed dynamic, plausibility-guided control during activation steering further demonstrates its potential as a general mechanism for mitigating oversteering that is compatible with existing baselines.

📄 PDF Abstract BibTeX arXiv:2603.06745

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Improving Instruction-Following in Language Models through Activation Steering

2024-10-15 · Alessandro Stolfo, Vidhisha Balachandran, Safoora Yousefi, Eric Horvitz 외

The ability to follow instructions is crucial for numerous real-world applications of language models. In pursuit of deeper insights and more powerful capabilities, we derive instruction-specific vector representations f…

Instruction FollowingText Generation

SAIF: A Sparse Autoencoder Framework for Interpreting and Steering Instruction Following of Language Models

2025-02-17 · Zirui He, Haiyan Zhao, Yiran Qiao, Fan Yang 외

The ability of large language models (LLMs) to follow instructions is crucial for their practical applications, yet the underlying mechanisms remain poorly understood. This paper presents a novel framework that leverages…

Instruction Following

Instruction Following by Boosting Attention of Large Language Models

2025-06-16 · Vitoria Guardieiro, Adam Stein, Avishree Khare, Eric Wong

Controlling the generation of large language models (LLMs) remains a central challenge to ensure their safe and reliable deployment. While prompt engineering and finetuning are common approaches, recent work has explored…

Instruction FollowingPrompt Engineering

UniSteer: Text-Guided Flow Matching in Activation Space for Versatile LLM Steering

2026-05-28 · Yingdong Shi, Ruiming Zhang, Changming Li, Zhiyu Yang 외 arxiv

Activation-based control steers large language models (LLMs) by intervening on their internal representations during inference, and has emerged as an effective paradigm for controlling behaviors such as persona and style…

Instruction Following

Enhancing Instruction-Following Capabilities in Seq2Seq Models: DoLA Adaptations for T5

2025-12-03 · Huey Sun, Anabel Yong, Lorenzo Gilly, Felipe Jin arxiv

Encoder-decoder models such as FLAN-T5 are finetuned to follow instructions, but often fail when the instructions conflict with memorized continuations ingrained during training. To understand this behavior, we adapt DoL…