paper-with-me

Papers

When is Your LLM Steerable?

2026-06-10 · Chenrui Fan, Yize Cheng, Ming Li, Soheil Feizi, Tianyi Zhou arxiv

Activation steering offers a lightweight approach to control language models' behavior at inference time, but whether it succeeds or fails heavily depends on the prompt, concept, model, and steering configuration. Finding the regime and boundaries of successful steering typically requires expensive grid searches and post-hoc evaluation of full autoregressive rollouts. In this work, we investigate whether steerability can be predicted from the model's internal states at the beginning of the generation process, e.g., after generating the first few tokens, and how to leverage such a predictor to improve steering success rate. To this end, we first introduce ASTEER, a testbed including 1.4M steered generations, spanning 150 concepts with each steering success/failure labeled. Leveraging this testbed, we analyze the model's early decoding dynamics by extracting features that compare hidden states before and after steering across layers and initial decoding steps. These features help us understand how steering's effects propagate along layers and token positions, which provide key information for steerability prediction. We then train a Gradient Boosting Decision Trees (GBDT) classifier on these features to predict whether an intervention will under-steer, succeed, or over-steer without requiring full rollout. Our predictor achieves around 0.7 macro-F1 score on unseen concepts, demonstrating that early hidden states encode substantial, structured information about eventual steering efficacy. We further leverage this steerability predictor as guidance for steering strength searching, achieving near-optimal performance with a small fraction of decoding cost.

📄 PDF Abstract BibTeX arXiv:2606.11599

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Program to Build E(N)-Equivariant Steerable CNNs

2021-09-29 · ICLR 2022 4 · Gabriele Cesa, Leon Lang, Maurice Weiler

Equivariance is becoming an increasingly popular design choice to build data efficient neural networks by exploiting prior knowledge about the symmetries of the problem at hand. Euclidean steerable CNNs are one of the mo…

Steerable Neural ODEs on Homogeneous Spaces

2026-05-11 · Emma Andersdotter, Daniel Persson, Fredrik Ohlsson arxiv

We introduce steerable neural ordinary differential equations on homogeneous spaces $M=G/H$. These models constitute a novel geometric extension of manifold neural ordinary differential equations (NODEs) that transport a…

Unsupervised Discovery of Steerable Factors When Graph Deep Generative Models Are Entangled

2024-01-29 · Shengchao Liu, Chengpeng Wang, Jiarui Lu, Weili Nie 외

Deep generative models (DGMs) have been widely developed for graph data. However, much less investigation has been carried out on understanding the latent space of such pretrained graph DGMs. These understandings possess…

Disentanglement

General E(2)-Equivariant Steerable CNNs

2019-12-01 · NeurIPS 2019 12 · Maurice Weiler, Gabriele Cesa

The big empirical success of group equivariant networks has led in recent years to the sprouting of a great variety of equivariant network architectures. A particular focus has thereby been on rotation and reflection equ…

Rotated MNIST

Steerable Transformers

2024-05-24 · Soumyabrata Kundu, Risi Kondor

In this work we introduce Steerable Transformers, an extension of the Vision Transformer mechanism that maintains equivariance to the special Euclidean group $\mathrm{SE}(d)$. We propose an equivariant attention mechanis…