Instruction Following by Principled Boosting Attention of Large Language Models

arXiv cs.CL / 3/27/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses how LLM instruction-related constraints (system prompts, refusals, privacy/tool-use rules) can be violated at inference time due to long contexts or conflicting user-provided context.
  • It unifies attention-steering approaches using a theory that models instruction following as a rule-based competition between instruction rules and context-derived rules, mediated by attention.
  • The authors show that increasing (boosting) attention to instruction tokens makes instruction rules more likely to dominate, reducing context overrides that can create safety/reliability risks.
  • They propose Instruction Attention Boosting (InstABoost), an inference-time method that adds a constant bias to instruction-token key attention logits across all layers and heads, and evaluate it on 15 tasks.
  • InstABoost matches or outperforms prior steering and prompting baselines while balancing steering strength and maintaining fluent, task-relevant context integration.

Abstract

Large language models' behavior is often shaped by instructions such as system prompts, refusal boundaries, privacy constraints, and tool-use rules that must hold at inference time. Yet in practice these constraints can be violated under long contexts or when user-provided context conflicts with them, creating reliability and safety risks. This motivates inference-time interventions that strengthen instruction influence without retraining. One such intervention is attention steering, which biases attention toward instruction tokens. In this work, we present a unifying theory for attention steering methods by formalizing instruction following as rule-based competition between instruction rules and context-derived rules, with attention mediating which rules dominate. We prove that boosting attention to instruction tokens tilts this competition, making it harder for context to override instruction-following. However, excessive boosting can suppress task-relevant context that should be incorporated alongside the instruction. Guided by this theory, we propose Instruction Attention Boosting (InstABoost), a simple intervention that applies a constant additive bias to instruction-key attention logits across all layers and heads. We evaluate InstABoost against prompting, latent steering, and prior attention steering methods across 15 tasks. InstABoost matches or outperforms all baselines while avoiding the fluency collapse of latent methods and the instruction over-focus of prior attention methods, achieving a stronger steering-quality tradeoff.
広告