paper-with-me

Papers

Activation Scaling for Steering and Interpreting Language Models

2024-10-07 · Niklas Stoehr, Kevin Du, Vésteinn Snæbjarnarson, Robert West, Ryan Cotterell, Aaron Schein

Given the prompt "Rome is in", can we steer a language model to flip its prediction of an incorrect token "France" to a correct token "Italy" by only multiplying a few relevant activation vectors with scalars? We argue that successfully intervening on a model is a prerequisite for interpreting its internal workings. Concretely, we establish a three-term objective: a successful intervention should flip the correct with the wrong token and vice versa (effectiveness), and leave other tokens unaffected (faithfulness), all while being sparse (minimality). Using gradient-based optimization, this objective lets us learn (and later evaluate) a specific kind of efficient and interpretable intervention: activation scaling only modifies the signed magnitude of activation vectors to strengthen, weaken, or reverse the steering directions already encoded in the model. On synthetic tasks, this intervention performs comparably with steering vectors in terms of effectiveness and faithfulness, but is much more minimal allowing us to pinpoint interpretable model components. We evaluate activation scaling from different angles, compare performance on different datasets, and make activation scalars a learnable function of the activation vectors themselves to generalize to varying-length prompts.

📄 PDF Abstract BibTeX arXiv:2410.04962

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

HyperSteer: Activation Steering at Scale with Hypernetworks

2025-06-03 · Jiuding Sun, Sidharth Baskaran, Zhengxuan Wu, Michael Sklar 외

Steering language models (LMs) by modifying internal activations is a popular approach for controlling text generation. Unsupervised dictionary learning methods, e.g., sparse autoencoders, can be scaled to produce many s…

Dictionary LearningText Generation

Mechanistic interpretability for steering vision-language-action models

2025-08-30 · Bear Häon, Kaylene Stocking, Ian Chuang, Claire Tomlin arxiv

Vision-Language-Action (VLA) models are a promising path to realizing generalist embodied agents that can quickly adapt to new tasks, modalities, and environments. However, methods for interpreting and steering VLAs fall…

ROAST: Rollout-based On-distribution Activation Steering Technique

2026-02-15 · Xuanbo Su, Hao Luo, Yingfang Zhang, Lijun Zhang arxiv

Activation steering provides parameter-efficient control over large language models (LLMs) at inference time, but many methods rely on off-distribution supervision and discrete masking, leading to brittle interventions. …

Scaling laws for activation steering with Llama 2 models and refusal mechanisms

2025-07-15 · Sheikh Abdur Raheem Ali, Justin Xu, Ivory Yang, Jasmine Xinze Li 외 arxiv

As large language models (LLMs) evolve in complexity and capability, the efficacy of less widely deployed alignment techniques are uncertain. Building on previous work on activation steering and contrastive activation ad…

Steered LLM Activations are Non-Surjective

2026-04-10 · Aayush Mishra, Daniel Khashabi, Anqi Liu arxiv

Activation steering is a popular white-box control technique that modifies model activations to elicit an abstract change in its behavior. It has also become a standard tool in interpretability (e.g., probing truthfulnes…