paper-with-me

Papers

Adaptive Multi-Subspace Representation Steering for Attribute Alignment in Large Language Models

2025-08-14 · Xinyan Jiang, Lin Zhang, Jiayi Zhang, Qingsong Yang, Guimin Hu, Di Wang, Lijie Hu arxiv

Activation steering offers a promising approach to controlling the behavior of Large Language Models by directly manipulating their internal activations. However, most existing methods struggle to jointly steer multiple attributes, often resulting in interference and undesirable trade-offs. To address this challenge, we propose Multi-Subspace Representation Steering (MSRS), a novel framework for effective multi-attribute steering via subspace representation fine-tuning. MSRS reduces inter-attribute interference by allocating orthogonal subspaces to each attribute, isolating their influence within the model's representation space. MSRS also incorporates a hybrid subspace composition strategy: it combines attribute-specific subspaces for unique steering directions with a shared subspace for common steering directions. A dynamic weighting function learns to efficiently integrate these components for precise control. During inference, MSRS introduces a token-level steering mechanism that dynamically identifies and intervenes on the most semantically relevant tokens, enabling fine-grained behavioral modulation. Experimental results show that MSRS significantly reduces attribute conflicts, surpasses existing methods across a range of attributes, and generalizes effectively to diverse downstream tasks.

📄 PDF Abstract BibTeX arXiv:2508.10599

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ORBIT: Training-Free Multi-Attribute Behavioral Steering via Orthogonal Subspace Rotation

2026-06-21 · Narges Ghasemi, Amir Ziashahabi, Salman Avestimehr, Jonathan May arxiv

Language models are widely used in assistant settings, where controlling behavioral attributes is often essential. Activation steering modifies hidden-state representations at inference time, providing a lightweight, tra…

PIXEL: Adaptive Steering Via Position-wise Injection with eXact Estimated Levels under Subspace Calibration

2025-10-11 · Manjiang Yu, Hongji Li, Priyanka Singh, Xue Li 외 arxiv

Reliable behavior control is central to deploying large language models (LLMs) on the web. Activation steering offers a tuning-free route to align attributes (e.g., truthfulness) that ensure trustworthy generation. Preva…

SAE-SSV: Supervised Steering in Sparse Representation Spaces for Reliable Control of Language Models

2025-05-22 · Zirui He, Mingyu Jin, Bo Shen, Ali Payani 외

Large language models (LLMs) have demonstrated impressive capabilities in natural language understanding and generation, but controlling their behavior reliably remains challenging, especially in open-ended generation se…

Natural Language Understanding

Balancing Stylization and Truth via Disentangled Representation Steering

2025-08-06 · Chenglei Shen, Zhongxiang Sun, Teng Shi, Xiao Zhang 외 arxiv

Generating stylized large language model (LLM) responses via representation editing is a promising way for fine-grained output control. However, there exists an inherent trade-off: imposing a distinctive style often degr…

Multi-Attribute Steering of Language Models via Targeted Intervention

2025-02-18 · Duy Nguyen, Archiki Prasad, Elias Stengel-Eskin, Mohit Bansal arxiv

Inference-time intervention (ITI) has emerged as a promising method for steering large language model (LLM) behavior in a particular direction (e.g., improving helpfulness) by intervening on token representations without…