Search papers, labs, and topics across Lattice.
This paper introduces ALTSTEER, a novel framework for safety steering in large language models that combines selective intervention with constructive redirection during inference. By utilizing an internal refusal-relevant signal, ALTSTEER effectively determines when to intervene and guides the model away from rigid refusals towards more helpful responses. Evaluations demonstrate that ALTSTEER enhances the model's ability to provide constructive completions while maintaining benign utility, particularly in models prone to issuing short refusals for harmful requests.
ALTSTEER transforms the safety landscape by shifting models from rigid refusals to constructive alternatives without sacrificing performance on benign tasks.
Safety alignment is essential for deploying large language models, requiring systems to prevent harmful compliance while preserving helpfulness on benign requests. Activation steering offers a training-free inference-time approach to safety control, but effective safety steering requires addressing two coupled questions: when to intervene and how generation should be shaped after intervention. However, existing safety steering methods remain limited along both dimensions, as their triggering mechanisms can be unstable across domains and refusal-oriented steering often yields rigid refusals rather than constructive safe guidance. To address these limitations, we propose ALTSTEER, an inference-time framework that couples selective intervention with refusal-anchored constructive redirection within a single inference pass. ALTSTEER uses an internal refusal-relevant signal to decide when to steer, and applies staged steering to shift generation from refusal-oriented control toward constructive alternatives. Evaluations on Llama-3.1 and Qwen2.5 show that ALTSTEER preserves benign utility while improving constructive safe-completion behavior, especially on models that otherwise tend to produce short refusals for harmful requests.