Towards Understanding Steering Strength
Magamed Taimeskhanov, Samuel Vaiter, Damien Garreau
TL;DR
This paper provides the first theoretical analysis of steering strength in activation steering for LLMs by framing a difference-of-means steering vector within a tractable Unconstrained Features Model. It derives how the steering strength $\alpha$ influences next-token probabilities, concept presence in the output, and cross-entropy, revealing a non-monotonic bump in token probabilities, a sigmoidal rise in target-concept presence, and a locally quadratic degradation of cross-entropy near $\alpha=0$ followed by plateauing at large $|\alpha|$. The authors validate these predictions across eleven language models and extend the framework to real-world decoder-only transformers, showing consistent qualitative behaviors and identifying a practical steering 'sweet spot' for balancing efficacy with output quality. The work provides principled guidance for choosing $\alpha$ and highlights avenues for adaptive prompting and broader steering methods in deployment contexts.
Abstract
A popular approach to post-training control of large language models (LLMs) is the steering of intermediate latent representations. Namely, identify a well-chosen direction depending on the task at hand and perturbs representations along this direction at inference time. While many propositions exist to pick this direction, considerably less is understood about how to choose the magnitude of the move, whereas its importance is clear: too little and the intended behavior does not emerge, too much and the model's performance degrades beyond repair. In this work, we propose the first theoretical analysis of steering strength. We characterize its effect on next token probability, presence of a concept, and cross-entropy, deriving precise qualitative laws governing these quantities. Our analysis reveals surprising behaviors, including non-monotonic effects of steering strength. We validate our theoretical predictions empirically on eleven language models, ranging from a small GPT architecture to modern models.
