Skip to content

Knowledge Modification and Activation-Based Adaptation

Activation Steering

In brief — site editorial, not from the paper

Nudges the model's internal activations at run time to push behaviour in a chosen direction, without changing any weights and lasting only for that run.

Definition

Activation Steering controls LLM behavior by algebraically injecting computed or learned steering vectors directly into intermediate hidden activations during inference execution, strictly without modifying the underlying stored parameter weights [166, 196, 237]. A notable advancement in this space leverages SAE to identify and manipulate interpretable latent features, providing a highly precise, semantically grounded source for generating these transient steering vectors [46]. Its Activation-Space Manipulation classification occupies a mathematically unique structural position: it is mechanistically distinct from both input-layer PE (, which operates exclusively on the discrete input token space) and traditional FT (, which alters permanent weight matrices). The Transient, Activation-Space coordinate profile dictates that activation steering imposes zero permanent structural modification on the base artifact, yet enforces an immediate, highly non-linear behavioral shift during the active inference session. A profound structural insight within this framework emerges when contrasting activation steering with TTA: while both represent transient execution-time adaptations, they physically bifurcate at the architectural scale boundary. TTA executes via transient gradient-based parameter updates at DL, FM, whereas activation steering operates via direct latent-space vector injection at LLM, MLLM.

Verbatim from the paper — Knowledge Modification and Activation-Based Adaptation

Related techniques

  • bridge ReFT — ReFT trains permanent intervention matrices; Activation Steering computes transient vectors
    distinct from Activation Steering (which calculates transient vectors) because ReFT permanently trains its intervention matrices Appendix C, Knowledge Transfer and Task Specialization

Nearest profiles

DPO (0.67), RLAIF/CAI (0.67), RLHF (LLM Alignment) (0.67), Long-Context Ext. (0.72), MoE (0.72)

Computed from the taxonomy data (Gower distance over all six dimensions)

References

  1. [46] Hoagy Cunningham, Aidan Ewart, Logan Riggs, Robert Huben, and Lee Sharkey 2023. Sparse Autoencoders Find Highly Interpretable Features in Language Models. arXiv
  2. [166] Nina Rimsky, Nick Gabrieli, Julian Schulz, Meg Tong, Evan Hubinger, and Alexander Turner 2024. Steering Llama 2 via Contrastive Activation Addition. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
  3. [196] Alexander Matt Turner et al. 2024. Steering Language Models With Activation Engineering. arXiv
  4. [237] Andy Zou et al. 2025. Representation Engineering: A Top-Down Approach to AI Transparency. arXiv

Numbered as in the paper

Cite this row

Activation Steering — six-dimensional profile
D1: activation-space-manipulation
D2: alignment, safety
D3: small-labeled, unlabeled
D4: transient
D5: activation-space
D6: llm, mllm
Source: arXiv:2608.06246
Compare with another technique Find in the explorer