Understanding (Un)Reliability of Steering Vectors in Language Models
Joschka Braun, Carsten Eickhoff, David Krueger, Seyed Ali Bahrainian, Dmitrii Krasheninnikov
TL;DR
This work probes the reliability of steering vectors for controlling LLM behavior via inference-time activation biases. Using Contrastive Activation Addition across 36 Anthropic evaluation datasets with a Llama2-7B-Chat model, it shows that all seven prompt types yield a net-positive steering effect on average but with high variability and non-negligible anti-steerability, and that steering vectors can diverge directionally across prompts. The authors demonstrate that datasets with higher directional agreement between training activation differences and the steering vector, as well as better separability of positive and negative activations along the difference-of-means line, exhibit stronger steerability. These findings provide diagnostic criteria for when vector steering is likely to be reliable and suggest that steering methods should account for activation-space geometry to achieve robust, interpretable control of language models.
Abstract
Steering vectors are a lightweight method to control language model behavior by adding a learned bias to the activations at inference time. Although steering demonstrates promising performance, recent work shows that it can be unreliable or even counterproductive in some cases. This paper studies the influence of prompt types and the geometry of activation differences on steering reliability. First, we find that all seven prompt types used in our experiments produce a net positive steering effect, but exhibit high variance across samples, and often give an effect opposite of the desired one. No prompt type clearly outperforms the others, and yet the steering vectors resulting from the different prompt types often differ directionally (as measured by cosine similarity). Second, we show that higher cosine similarity between training set activation differences predicts more effective steering. Finally, we observe that datasets where positive and negative activations are better separated are more steerable. Our results suggest that vector steering is unreliable when the target behavior is not represented by a coherent direction.
