paper-with-me

Papers

Towards Understanding Steering Strength

2026-02-02 · Magamed Taimeskhanov, Samuel Vaiter, Damien Garreau arxiv

A popular approach to post-training control of large language models (LLMs) is the steering of intermediate latent representations. Namely, identify a well-chosen direction depending on the task at hand and perturbs representations along this direction at inference time. While many propositions exist to pick this direction, considerably less is understood about how to choose the magnitude of the move, whereas its importance is clear: too little and the intended behavior does not emerge, too much and the model's performance degrades beyond repair. In this work, we propose the first theoretical analysis of steering strength. We characterize its effect on next token probability, presence of a concept, and cross-entropy, deriving precise qualitative laws governing these quantities. Our analysis reveals surprising behaviors, including non-monotonic effects of steering strength. We validate our theoretical predictions empirically on eleven language models, ranging from a small GPT architecture to modern models.

📄 PDF Abstract BibTeX arXiv:2602.02712

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing Instruction Following of LLMs via Activation Steering with Dynamic Rejection

2026-03-06 · Minjae Kang, Jaehyung Kim arxiv

Large Language Models (LLMs), despite advances in instruction tuning, often fail to follow complex user instructions. Activation steering techniques aim to mitigate this by manipulating model internals, but have a potent…

Instruction Following

Beyond Multiple Choice: Evaluating Steering Vectors for Adaptive Free-Form Summarization

2025-05-30 · Joschka Braun, Carsten Eickhoff, Seyed Ali Bahrainian

Steering vectors are a lightweight method for controlling text properties by adding a learned bias to language model activations at inference time. So far, steering vectors have predominantly been evaluated in multiple-c…

FormLanguage ModelingLanguage ModellingMultiple-choice

Contextual Linear Activation Steering of Language Models

2026-04-27 · Brandon Hsu, Daniel Beaglehole, Adityanarayanan Radhakrishnan, Mikhail Belkin arxiv

Linear activation steering is a powerful approach for eliciting the capabilities of large language models and specializing their behavior using limited labeled data. While effective, existing methods often apply a fixed …

Adaptive Probe-based Steering for Robust LLM Jailbreaking

2026-05-19 · Junxi Chen, Junhao Dong, Xiaohua Xie arxiv

Recent work has demonstrated the potential of contrastive steering for jailbreaking Large Language Models (LLMs). However, existing methods rely on limited and inherently biased contrastive prompts and require laborious …

Model extraction

In-Distribution Steering: Balancing Control and Coherence in Language Model Generation

2025-10-15 · Arthur Vogels, Benjamin Wong, Yann Choho, Annabelle Blangero 외 arxiv

Activation steering methods control large language model (LLM) behavior by modifying internal activations at inference time. However, most existing activation steering methods rely on a fixed steering strength, leading t…

Text Generation