CLMay 28

UniSteer: Text-Guided Flow Matching in Activation Space for Versatile LLM Steering

arXiv:2605.3007666.9
AI Analysis

For LLM practitioners, UniSteer provides a single framework to control diverse LLM behaviors via natural language, replacing task-specific steering methods.

UniSteer introduces a text-guided flow matching model in activation space that enables versatile LLM steering across multiple tasks (behavioral control, truthfulness, fine-grained concepts, multi-constraint instruction following, and classification) without task-specific modules, achieving unified performance across three LLMs.

Activation-based control steers large language models (LLMs) by intervening on their internal representations during inference, and has emerged as an effective paradigm for controlling behaviors such as persona and style. However, existing methods often rely on fixed steering directions or task-specific intervention modules, making them difficult to adapt to fine-grained concepts and compositional constraints. We propose UniSteer, a text-guided activation flow matching model that learns a conditional distribution over residual-stream activations from natural-language conditions. Instead of fitting a separate intervention for each target behavior, UniSteer learns a universal conditional velocity field in activation space. At inference time, UniSteer performs flow inversion by partially transporting a source activation toward a latent state and regenerating it under a target textual condition before injecting it back into the frozen LLM. The same conditional model supports activation-space classification by selecting the textual label with the lowest reconstruction energy. Experiments on three target LLMs show that UniSteer provides a unified interface across behavioral control, truthfulness steering, fine-grained concept steering, multi-constraint instruction following, and activation-space classification.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes