paper-with-me

Papers

Steer Like the LLM: Activation Steering that Mimics Prompting

2026-05-05 · Geert Heyman, Frederik Vandeputte arxiv

Large language models can be steered at inference time through prompting or activation interventions, but activation steering methods often underperform compared to prompt-based approaches. We propose a framework that formulates prompt steering as a form of activation steering and investigates whether distilling successful prompt steering behavior into simpler, interpretable models can close this gap. Our analysis reveals that popular activation steering methods are not faithful to the mechanics of prompt steering, which applies strong interventions on some tokens while barely affecting others. Based on these insights, we introduce Prompt Steering Replacement (PSR) models that estimate token-specific steering coefficients from the activations themselves and are trained to imitate prompt-based interventions. Experiments on three steering benchmarks across multiple language models show that PSR models outperform existing activation steering methods, especially when controlling for high-coherence completions, and also compare favorably to prompting on AxBench and persona steering.

📄 PDF Abstract BibTeX arXiv:2605.03907

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Steering Where to Listen: Instruction-Based Activation Steering Redirects Temporal Attention in Large Audio-Language Models

2026-06-09 · Tsung-En Lin, Hung-Yi Lee arxiv

Large Audio-Language Models (LALMs) excel at audio understanding but expose little about where in an audio signal they attend. We introduce instruction-based vector steering, which constructs a steering vector by contras…

Beyond Steering Vector: Flow-based Activation Steering for Inference-Time Intervention

2026-05-07 · Zehao Jin, Ruixuan Deng, Junran Wang, Xinjie Shen 외 arxiv

Activation steering has emerged as a promising alternative for controlling language-model behavior at inference time by modifying intermediate representations while keeping model parameters frozen. However, large-scale e…

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

VISOR: Visual Input-based Steering for Output Redirection in Vision-Language Models

2025-08-11 · Mansi Phute, Ravikumar Balakrishnan arxiv

Vision Language Models (VLMs) are increasingly being used in a broad range of applications, bringing their security and behavioral control to the forefront. While existing approaches for behavioral control or output redi…

Memory Inception: Latent-Space KV Cache Manipulation for Steering LLMs

2026-05-07 · Andy Zeyi Liu, Michael Zhang, Ilana Greenberg, Adam Alnasser 외 arxiv

Steering large language models (LLMs) is usually done by either instruction prompting or activation steering. Prompting often gives strong control, but caches guidance tokens at every layer and can clutter long interacti…