SDA: Steering-Driven Distribution Alignment for Open LLMs without Fine-Tuning
Wei Xia, Zhi-Hong Deng
TL;DR
SDA addresses the core challenge of aligning open-source LLMs to human intent without retraining. It introduces a three-stage inference-time pipeline—score-guided amplification, steering-based logit realignment, and divergence-aware temperature scaling—to redistribute output probabilities toward user-aligned behavior. Empirical results across eight open LLMs and five datasets show substantial improvements in helpfulness (avg +64.4%), honesty (avg +30%), and harmlessness (avg +11.5%), outperforming a training-based baseline while requiring no weight updates. SDA's lightweight, model-agnostic approach enables personalized alignment and easy integration with existing workflows, though it relies on external scoring and is presently tailored to open models with log-probability outputs. The work suggests broad applicability and potential synergy with training-time methods for robust, scalable alignment in real-world deployments.
Abstract
With the rapid advancement of large language models (LLMs), their deployment in real-world applications has become increasingly widespread. LLMs are expected to deliver robust performance across diverse tasks, user preferences, and practical scenarios. However, as demands grow, ensuring that LLMs produce responses aligned with human intent remains a foundational challenge. In particular, aligning model behavior effectively and efficiently during inference, without costly retraining or extensive supervision, is both a critical requirement and a non-trivial technical endeavor. To address the challenge, we propose SDA (Steering-Driven Distribution Alignment), a training-free and model-agnostic alignment framework designed for open-source LLMs. SDA dynamically redistributes model output probabilities based on user-defined alignment instructions, enhancing alignment between model behavior and human intents without fine-tuning. The method is lightweight, resource-efficient, and compatible with a wide range of open-source LLMs. It can function independently during inference or be integrated with training-based alignment strategies. Moreover, SDA supports personalized preference alignment, enabling flexible control over the model response behavior. Empirical results demonstrate that SDA consistently improves alignment performance across 8 open-source LLMs with varying scales and diverse origins, evaluated on three key alignment dimensions, helpfulness, harmlessness, and honesty (3H). Specifically, SDA achieves average gains of 64.4% in helpfulness, 30% in honesty and 11.5% in harmlessness across the tested models, indicating its effectiveness and generalization across diverse models and application scenarios.
