paper-with-me

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 steering vector to an LLM's activations can suppress evaluation-awareness and make the model act like it is deployed during evaluation. To study our steering technique, we train an LLM to exhibit evaluation-aware behavior using a two-step training process designed to mimic how this behavior could emerge naturally. First, we perform continued pretraining on two sets of documents describing its behavior. The first says that our model uses Python type hints during evaluation but not during deployment. The second says that our model can recognize that the presence of a certain evaluation cue always means that it is being tested. Then, we train the model with expert iteration to use Python type hints in evaluation settings. The resulting model is evaluation-aware: it writes type hints in evaluation contexts more than deployment contexts. We find that activation steering can suppress evaluation awareness and make the model behave during evaluation as it would during deployment. Importantly, we constructed our steering vector using the original model before our additional training. Our results suggest that AI evaluators could improve the reliability of safety evaluations by steering models to act like they are deployed.

📄 PDF Abstract BibTeX arXiv:2510.20487

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SALSA: Speech Aware LLM Adaptation via Learned Steering Activation Vectors

2026-05-30 · Yekaterina Yegorova, Argyrios Gerogiannis, Haolong Zheng, Julia Hockenmaier 외 arxiv

Speech-aware large language models often generalize poorly to out-of-domain settings. We propose SALSA (Speech-Aware LLM Adaptation via Learned Steering Activations), a lightweight adaptation method that learns layer-wis…

Probing and Steering Evaluation Awareness of Language Models

2025-07-02 · Jord Nguyen, Khiem Hoang, Carlo Leonardo Attubato, Felix Hofstätter arxiv

Language models can distinguish between testing and deployment phases -- a capability known as evaluation awareness. This has significant safety and policy implications, potentially undermining the reliability of evaluat…

AMPS: Adaptive Modality Preference Steering via Functional Entropy

2026-02-13 · Zihan Huang, Xintong Li, Rohan Surana, Tong Yu 외 arxiv

Multimodal Large Language Models (MLLMs) often exhibit significant modality preference, which is a tendency to favor one modality over another. Depending on the input, they may over-rely on linguistic priors relative to …

Aligned but Blind: Alignment Increases Implicit Bias by Reducing Awareness of Race

2025-05-30 · Lihao Sun, Chengzhi Mao, Valentin Hofmann, Xuechunzi Bai

Although value-aligned language models (LMs) appear unbiased in explicit bias evaluations, they often exhibit stereotypes in implicit word association tasks, raising concerns about their fair usage. We investigate the me…

Machine Unlearning

ReCoVeR the Target Language: Language Steering without Sacrificing Task Performance

2025-09-18 · Hannah Sterz, Fabian David Schmidt, Goran Glavaš, Ivan Vulić arxiv

As they become increasingly multilingual, Large Language Models (LLMs) exhibit more language confusion, i.e., they tend to generate answers in a language different from the language of the prompt or the answer language e…