paper-with-me

Papers

Concept Heterogeneity-aware Representation Steering

2026-02-13 · Laziz U. Abdullaev, Noelle Y. L. Wong, Ryan T. Z. Lee, Shiqi Jiang, Khoi N. M. Nguyen, Tan M. Nguyen arxiv

Representation steering offers a lightweight mechanism for controlling the behavior of large language models (LLMs) by intervening on internal activations at inference time. Most existing methods rely on a single global steering direction, typically obtained via difference-in-means over contrastive datasets. This approach implicitly assumes that the target concept is homogeneously represented across the embedding space. In practice, however, LLM representations can be highly non-homogeneous, exhibiting clustered, context-dependent structure, which renders global steering directions brittle. In this work, we view representation steering through the lens of optimal transport (OT), noting that standard difference-in-means steering implicitly corresponds to the OT map between two identical distributions with differing first moments, yielding a global translation. To relax this restrictive assumption, we theoretically model source and target representations as Gaussian mixture models and formulate steering as a discrete OT problem between semantic latent clusters. From the resulting transport plan, we derive an explicit, input-dependent steering map via barycentric projection, producing a smooth, kernel-weighted combination of cluster-level shifts. We term this method Concept Heterogeneity-aware Representation Steering (CHaRS). Through numerous experimental settings, we show that CHaRS yields more effective behavioral control than global steering.

📄 PDF Abstract BibTeX arXiv:2603.02237

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Is Rank-1 Steering Cheap? Geometry, Granularity, and Budgeted Search

2026-05-09 · John T. Robertson, Jianing Zhu, Haris Vikalo, Zhangyang Wang arxiv

Activation steering offers a lightweight way to control LLMs without retraining, but its effectiveness varies sharply across concepts. Prior work often reads this variability as evidence that many concepts are not captur…

Efficient and accurate steering of Large Language Models through attention-guided feature learning

2026-01-30 · Parmida Davarmanesh, Ashia Wilson, Adityanarayanan Radhakrishnan arxiv

Steering, or direct manipulation of internal activations to guide LLM responses toward specific semantic concepts, is emerging as a promising avenue for both understanding how semantic concepts are stored within LLMs and…

Steering Awareness: Detecting Activation Steering from Within

2025-11-26 · Joshua Fonseca Rivera, David Demitri Africa arxiv

Activation steering -- adding a vector to a model's residual stream to modify its behavior -- is widely used in safety evaluations as if the model cannot detect the intervention. We test this assumption, introducing stee…

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 …

RepIt: Steering Language Models with Concept-Specific Refusal Vectors

2025-09-16 · Vincent Siu, Nathan W. Henry, Nicholas Crispino, Yang Liu 외 arxiv

Current safety evaluations of language models rely on benchmark-based assessments that may miss localized vulnerabilities. We present RepIt, a simple and data-efficient framework for isolating concept-specific representa…