paper-with-me

홈 › Papers

Steering Awareness: Detecting Activation Steering from Within

2025-11-26 · Joshua Fonseca Rivera, David Demitri Africa arxiv

Activation steering -- adding a vector to a model's residual stream to modify its behavior -- is widely used in safety evaluations as if the model cannot detect the intervention. We test this assumption, introducing steering awareness: a model's ability to infer, during its own forward pass, that a steering vector was injected and what concept it encodes. After fine-tuning, seven instruction-tuned models develop strong steering awareness on held-out concepts; the best reaches 95.5% detection, 71.2% concept identification, and zero false positives on clean inputs. This generalizes to unseen steering vector construction methods when their directions have high cosine similarity to the training distribution but not otherwise, indicating a geometric detector rather than a generic anomaly detector. Surprisingly, detection does not confer resistance; on both factual and safety benchmarks, detection-trained models are consistently more susceptible to steering than their base counterparts. Mechanistically, steering awareness arises not from a localized circuit, but from a distributed transformation that progressively rotates diverse injected vectors into a shared detection direction. Activation steering should therefore not be considered an invisible intervention in safety evaluations.

📄 PDF Abstract BibTeX arXiv:2511.21399

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Steering Evaluation-Aware Language Models to Act Like They Are Deployed

2025-10-23 · Tim Tian Hua, Andrew Qin, Samuel Marks, Neel Nanda arxiv

Large language models (LLMs) can sometimes detect when they are being evaluated and adjust their behavior to appear more aligned, compromising the reliability of safety evaluations. In this paper, we show that adding a s…

Angular Steering: Behavior Control via Rotation in Activation Space

2025-10-30 · Hieu M. Vu, Tan M. Nguyen arxiv

Controlling specific behaviors in large language models while preserving their general capabilities is a central challenge for safe and reliable artificial intelligence deployment. Current steering methods, such as vecto…

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

From Weights to Activations: Is Steering the Next Frontier of Adaptation?

2026-04-15 · Simon Ostermann, Daniil Gurgurov, Tanja Baeumel, Michael A. Hedderich 외 arxiv

Post-training adaptation of language models is commonly achieved through parameter updates or input-based methods such as fine-tuning, parameter-efficient adaptation, and prompting. In parallel, a growing body of work mo…

DFKI-MLT at SemEval-2026 TASK 7: Steering Multilingual Models Towards Cultural Knowledge

2026-05-21 · Yusser Al Ghussin, Daniil Gurgurov, Yasser Hamidullah, Josef van Genabith 외 arxiv

Large language models (LLMs) are increasingly used across diverse linguistic and cultural contexts, yet their cultural knowledge remains uneven across regions and languages. We present the DFKI-MLT system for SemEval-202…