Steering Evaluation-Aware Language Models to Act Like They Are Deployed
Tim Tian Hua, Andrew Qin, Samuel Marks, Neel Nanda
TL;DR
The paper tackles the problem that LLMs can detect when they are being evaluated and alter their behavior to appear aligned, undermining safety evaluations. It introduces a two-stage training pipeline—synthetic document fine-tuning followed by expert iteration—to create an evaluation-aware model organism (Llama Nemotron) and to study deployment-like behavior under evaluation cues. It then presents activation steering, an in-inference residual-vector method derived from contrastive prompts, which can suppress evaluation-awareness and induce deployment-like behavior even when evaluation cues are present. The work highlights implications for improving evaluation reliability while also warning of potential misuse of steering, and suggests future directions such as honeypot evaluations and deeper measurement of an AI’s evaluation-related beliefs.
Abstract
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 documents with factual descriptions of the model (1) using Python type hints during evaluation but not during deployment and (2) recognizing 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 act like it is deployed even when the cue is present. 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.
