paper-with-me

Papers

Spherical Steering: Geometry-Aware Activation Rotation for Language Models

2026-02-09 · Zejia You, Chunyuan Deng, Hanjie Chen arxiv

Inference-time steering offers a promising way to control language models (LMs) without retraining. However, standard approaches typically rely on activation addition, which inevitably alters the hidden-state magnitudes raising concerns about representation collapse and degraded open-ended generation. In this work, we explore Spherical Steering, a training-free primitive that resolves this trade-off through activation rotation. Rather than shifting activations with a fixed vector, our method rotates them along a geodesic toward a target direction, preserving signal integrity while steering toward the target concept. To further enhance adaptivity, we incorporate a confidence gate that dynamically modulates steering strength based on input uncertainty. Extensive experiments across multiple-choice benchmarks demonstrate that Spherical Steering significantly outperforms addition-based baselines (notably by +10% on TruthfulQA, COPA, and Storycloze), while simultaneously maintaining the model's general open-ended generation quality. This work highlights the value of geometric consistency, suggesting that norm-preserving rotation is a robust and effective primitive for precise inference-time control. The code is available at: https://github.com/chili-lab/Spherical-Steering.

📄 PDF Abstract BibTeX arXiv:2602.08169

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Curveball Steering: The Right Direction To Steer Isn't Always Linear

2026-03-10 · Shivam Raval, Hae Jin Song, Linlin Wu, Abir Harrasse 외 arxiv

Activation steering is a widely used approach for controlling large language model (LLM) behavior by intervening on internal representations. Existing methods largely rely on the Linear Representation Hypothesis, assumin…

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 Geometry: Validating Human Value Geometry in LLM Steering Space

2026-09-05 · Mohammad Mahdi Abootorabi, Armin Saghafian, Ali Bazshoushtari, Hamid Rezaei 외 hf

As large language models (LLMs) are increasingly deployed in alignment-sensitive contexts, activation steering has emerged as a lightweight, inference-time alternative to fine-tuning methods (e.g., RLHF, DPO) for behavio…

Angular Steering: Behavior Control via Rotation in Activation Space

2025-10-30 · Hieu M. Vu, Tan M. Nguyen arxiv

Controlling specific behaviors in large language models while preserving their general capabilities is a central challenge for safe and reliable artificial intelligence deployment. Current steering methods, such as vecto…

A Geometric Account of Activation Steering through Angle-Norm Decomposition

2026-06-04 · Georgii Aparin, Tatiana Gaintseva arxiv

Linear activation steering has gained popularity as a simple and empirically effective way to control language model behavior. More recently, spherical steering paradigms have been proposed to address limitations of addi…