Steer2Edit: From Activation Steering to Component-Level Editing
Chung-En Sun, Ge Yan, Zimo Wang, Tsui-Wei Weng
TL;DR
This work tackles the challenge of controlling large language model behavior without retraining by criticizing activation-space steering for its global, architecture-wide edits. It proposes Steer2Edit, a training-free framework that translates steering vectors into component-level rank-1 weight edits, distributing influence across distinct attention heads and MLP neurons while preserving the standard forward pass. The method solves for three directions—output-space $u_i$, input-space $k_i$, and edit magnitudes $\lambda_i$—under semantic invariance and an Elastic-Net budget, yielding a closed-form editing rule that is both interpretable and deployment-friendly. Across safety, truthfulness, and reasoning efficiency, Steer2Edit achieves superior attribute-utility trade-offs, with sparse, layer-local attention edits for safety/truthfulness and distributed MLP edits for efficiency, demonstrating a practical pathway to controlled, auditable model behavior without fine-tuning.
Abstract
Steering methods influence Large Language Model behavior by identifying semantic directions in hidden representations, but are typically realized through inference-time activation interventions that apply a fixed, global modification to the model's internal states. While effective, such interventions often induce unfavorable attribute-utility trade-offs under strong control, as they ignore the fact that many behaviors are governed by a small and heterogeneous subset of model components. We propose Steer2Edit, a theoretically grounded, training-free framework that transforms steering vectors from inference-time control signals into diagnostic signals for component-level rank-1 weight editing. Instead of uniformly injecting a steering direction during generation, Steer2Edit selectively redistributes behavioral influence across individual attention heads and MLP neurons, yielding interpretable edits that preserve the standard forward pass and remain compatible with optimized parallel inference. Across safety alignment, hallucination mitigation, and reasoning efficiency, Steer2Edit consistently achieves more favorable attribute-utility trade-offs: at matched downstream performance, it improves safety by up to 17.2%, increases truthfulness by 9.8%, and reduces reasoning length by 12.2% on average. Overall, Steer2Edit provides a principled bridge between representation steering and weight editing by translating steering signals into interpretable, training-free parameter updates.
