Probe-Rewrite-Evaluate: A Workflow for Reliable Benchmarks and Quantifying Evaluation Awareness
Lang Xiong, Nishant Bhargava, Jianhang Hong, Jeremy Chang, Haihao Liu, Vasu Sharma, Kevin Zhu
TL;DR
The paper tackles evaluation awareness, a bias where LLM behavior differs between benchmarks and deployment contexts. It introduces the Probe-Rewrite-Evaluate (PRE) workflow, combining a deploy-likeness linear probe, k-best prompt rewriting to more deployment-like prompts, and judge-based evaluation to quantify honesty, deception, and refusal. A new metric, Awareness Elasticity (AE), captures how responsive model behavior is to context shifts, and results show consistent, sizable shifts toward honesty and safety, with larger models more sensitive to rewrites. The work advocates for evaluation practices that pair test prompts with deployment-style variants to better estimate true alignment and safety prior to deployment, while offering a training-free, modular framework for ongoing assessment.
Abstract
Large Language Models (LLMs) often exhibit significant behavioral shifts when they perceive a change from a real-world deployment context to a controlled evaluation setting, a phenomenon known as "evaluation awareness." This discrepancy poses a critical challenge for AI alignment, as benchmark performance may not accurately reflect a model's true safety and honesty. In this work, we systematically quantify these behavioral changes by manipulating the perceived context of prompts. We introduce a methodology that uses a linear probe to score prompts on a continuous scale from "test-like" to "deploy-like" and leverage an LLM rewriting strategy to shift these prompts towards a more natural, deployment-style context while preserving the original task. Using this method, we achieved a 30% increase in the average probe score across a strategic role-playing dataset after rewriting. Evaluating a suite of state-of-the-art models on these original and rewritten prompts, we find that rewritten "deploy-like" prompts induce a significant and consistent shift in behavior. Across all models, we observed an average increase in honest responses of 5.26% and a corresponding average decrease in deceptive responses of 12.40%. Furthermore, refusal rates increased by an average of 6.38%, indicating heightened safety compliance. Our findings demonstrate that evaluation awareness is a quantifiable and manipulable factor that directly influences LLM behavior, revealing that models are more prone to unsafe or deceptive outputs in perceived test environments. This underscores the urgent need for more realistic evaluation frameworks to accurately gauge true model alignment before deployment.
