CLMay 27, 2025

Improved Representation Steering for Language Models

Stanford
arXiv:2505.20809v115 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses the need for interpretable and robust steering in language models, though it appears incremental as it builds on existing representation steering approaches.

The paper tackles the problem of fine-grained control over language model generations by improving representation steering methods, introducing Reference-free Preference Steering (RePS) which outperforms existing steering methods on Gemma models (2B to 27B) and narrows the gap with prompting while enhancing interpretability and robustness.

Steering methods for language models (LMs) seek to provide fine-grained and interpretable control over model generations by variously changing model inputs, weights, or representations to adjust behavior. Recent work has shown that adjusting weights or representations is often less effective than steering by prompting, for instance when wanting to introduce or suppress a particular concept. We demonstrate how to improve representation steering via our new Reference-free Preference Steering (RePS), a bidirectional preference-optimization objective that jointly does concept steering and suppression. We train three parameterizations of RePS and evaluate them on AxBench, a large-scale model steering benchmark. On Gemma models with sizes ranging from 2B to 27B, RePS outperforms all existing steering methods trained with a language modeling objective and substantially narrows the gap with prompting -- while promoting interpretability and minimizing parameter count. In suppression, RePS matches the language-modeling objective on Gemma-2 and outperforms it on the larger Gemma-3 variants while remaining resilient to prompt-based jailbreaking attacks that defeat prompting. Overall, our results suggest that RePS provides an interpretable and robust alternative to prompting for both steering and suppression.

Code Implementations1 repo
Foundations

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

Your Notes