AI Navigate

From Refusal Tokens to Refusal Control: Discovering and Steering Category-Specific Refusal Directions

arXiv cs.AI / 3/17/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces categorical refusal tokens to control and steer Llama 3 8B's refusal behavior at inference time, enabling multi-category refusals.
  • It demonstrates that fine-tuning with these tokens yields separable, category-aligned directions in the model's residual stream which can be extracted as steering vectors.
  • It proposes a learned low-rank combination that blends category directions within a whitened, orthonormal steering basis, providing a single intervention robust to activation-space anisotropy and transferable across same-architecture variants without additional training.
  • Across benchmarks, the approach reduces over-refusals on benign prompts while increasing refusals on harmful prompts, highlighting practical safety benefits.

Abstract

Language models are commonly fine-tuned for safety alignment to refuse harmful prompts. One approach fine-tunes them to generate categorical refusal tokens that distinguish different refusal types before responding. In this work, we leverage a version of Llama 3 8B fine-tuned with these categorical refusal tokens to enable inference-time control over fine-grained refusal behavior, improving both safety and reliability. We show that refusal token fine-tuning induces separable, category-aligned directions in the residual stream, which we extract and use to construct categorical steering vectors with a lightweight probe that determines whether to steer toward or away from refusal during inference. In addition, we introduce a learned low-rank combination that mixes these category directions in a whitened, orthonormal steering basis, resulting in a single controllable intervention under activation-space anisotropy, and show that this intervention is transferable across same-architecture model variants without additional training. Across benchmarks, both categorical steering vectors and the low-rank combination consistently reduce over-refusals on benign prompts while increasing refusal rates on harmful prompts, highlighting their utility for multi-category refusal control.