paper-with-me

Papers

Beyond Linear Steering: Unified Multi-Attribute Control for Language Models

2025-05-30 · Narmeen Oozeer, Luke Marks, Fazl Barez, Amirali Abdullah

Controlling multiple behavioral attributes in large language models (LLMs) at inference time is a challenging problem due to interference between attributes and the limitations of linear steering methods, which assume additive behavior in activation space and require per-attribute tuning. We introduce K-Steering, a unified and flexible approach that trains a single non-linear multi-label classifier on hidden activations and computes intervention directions via gradients at inference time. This avoids linearity assumptions, removes the need for storing and tuning separate attribute vectors, and allows dynamic composition of behaviors without retraining. To evaluate our method, we propose two new benchmarks, ToneBank and DebateMix, targeting compositional behavioral control. Empirical results across 3 model families, validated by both activation-based classifiers and LLM-based judges, demonstrate that K-Steering outperforms strong baselines in accurately steering multiple behaviors.

📄 PDF Abstract BibTeX arXiv:2505.24535

Code (0)

등록된 구현이 없습니다.

Tasks

Attribute

Similar Papers 제목 키워드 기반

SwordBench: Evaluating Orthogonality of Steering Image Representations

2026-05-10 · Vladimir Zaigrajew, Dawid Pludowski, Hubert Baniecki, Przemyslaw Biecek arxiv

Steering or intervening on model representations at inference time to correct predictions is essential for AI interpretability and safety, yet existing evaluation protocols are limited to ambiguous language modeling task…

Latent Space Disentanglement via Activation Steering for Interpretable Attribute Control in Symbolic Music Generation

2026-05-29 · Ioannis Prokopiou, Pantelis Vikatos, Maximos Kaliakatsos-Papakostas, Theodoros Giannakopoulos 외 arxiv

Transformer-based architectures have significantly advanced the generation of complex symbolic sequences, yet a significant gap remains in achieving fine-grained, interpretable control over discrete signal attributes. Th…

Music Generation

Closing the Loop: PID Feedback Control for Interpretable Activation Steering in Symbolic Music Generation

2026-06-17 · Ioannis Prokopiou, Pantelis Vikatos, Maximos Kaliakatsos-Papakostas, Theodoros Giannakopoulos 외 arxiv

Transformer-based architectures have significantly advanced the generation of complex symbolic sequences, yet a significant gap remains in achieving fine-grained, interpretable control over discrete signal attributes. Th…

Music Generation

Riemannian-Manifold Steering: Geometry-Aware Generative Autoencoders for Label-Free Steering

2026-05-24 · Narmeen Oozeer, Shivam Raval, Philip Quirke, Manikandan Ravikiran 외 arxiv

Steering a language model - intervening on its internal activations to change downstream behaviour - has recently expanded beyond linear interpolation to nonlinear methods such as angular and kernelized steering, which d…

Steering Vector Fields for Context-Aware Inference-Time Control in Large Language Models

2026-02-02 · Jiaqian Li, Yanshu Li, Kuan-Hao Huang arxiv

Steering vectors (SVs) offer a lightweight way to control large language models (LLMs) at inference time by shifting hidden activations, providing a practical middle ground between prompting and fine-tuning. Yet SVs can …