Steering Large Language Models using Conceptors: Improving Addition-Based Activation Engineering
Joris Postmus, Steven Abreu
TL;DR
This paper tackles reliably steering LLM outputs by activation engineering and introduces conceptor steering, a soft-projection approach that replaces simple additive vectors with ellipsoidal representations computed from activation covariances, i.e., $C = R (R + α^{-2} I)^{-1}$. Steering is applied as $h' = β_c C h$, enabling more precise control over activation patterns and supporting Boolean combinations of steering targets. The method is demonstrated on function-vector tasks using GPT-J and GPT-NeoX, where conceptor steering consistently outperforms additive steering, and composite steering is enabled via AND operations over conceptors. While incurring offline computation and a new hyperparameter α, conceptor steering offers region-based activation control with potential implications for debiasing and safety, and the authors provide open-source code for reproducibility.
Abstract
Large language models have transformed AI, yet reliably controlling their outputs remains a challenge. This paper explores activation engineering, where outputs of pre-trained LLMs are controlled by manipulating their activations at inference time. Unlike traditional methods using a single steering vector, we introduce conceptors - mathematical constructs that represent sets of activation vectors as ellipsoidal regions. Conceptors act as soft projection matrices and offer more precise control over complex activation patterns. Our experiments demonstrate that conceptors outperform traditional methods across multiple steering tasks. We further use Boolean operations on conceptors for combined steering goals that empirically outperform additively combining steering vectors on a set of tasks. These results highlight conceptors as a promising tool for more effective steering of LLMs. Our code is available on github.com/jorispos/conceptorsteering.
