English

Spherical Steering: Geometry-Aware Activation Rotation for Language Models

Machine Learning 2026-05-19 v2 Computation and Language

Abstract

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.

Keywords

Cite

@article{arxiv.2602.08169,
  title  = {Spherical Steering: Geometry-Aware Activation Rotation for Language Models},
  author = {Zejia You and Chunyuan Deng and Hanjie Chen},
  journal= {arXiv preprint arXiv:2602.08169},
  year   = {2026}
}

Comments

ICML 2026

R2 v1 2026-07-01T10:27:06.543Z