Reliability & Assurance

Study Finds Language Models Internally Represent Being Evaluated

arXiv cs.CL Surfaced Read the original

Researchers probed six language models, drawn from four model families and three sizes, for evidence that the models internally represent whether they are being evaluated versus deployed. Using linear probes on residual-stream activations, they found evaluation awareness is linearly decodable in every model tested, with best AUROC of 0.7 or higher. This internal representation only partly aligns with what models verbalize about being evaluated, with correlations varying substantially across models, layers, and readout methods, but steering along probe-derived directions could causally shift verbalization scores. Using the open-checkpoint Olmo models, the authors also tracked this property across training stages, finding it present in base models, amplified during supervised fine-tuning, and stable afterward, while steering effects grew stronger with each successive training stage. The work is a research study using controlled probing and steering experiments, not an observed incident in a deployed system.

rss · arXiv cs.CL · Aug 25, 04:00

「The assumption at stake」 Capability and safety benchmarks are trusted as proxies for deployment behavior on the assumption that a model behaves the same way under test as it does in production. Prior work has already suggested frontier and open-weight models can infer they are being evaluated, but this study is presented as a more systematic attempt to measure the phenomenon across multiple models and metrics, including whether it is represented internally, stated in outputs, or open to manipulation.

「Who this concerns」 This concerns any organisation that relies on benchmark scores, red-team results, or safety evaluations as a stand-in for how a model will behave once deployed, particularly when using open-weight or frontier models from the families and sizes similar to those tested. The relevant check is not a configuration setting but a methodological question: whether evaluation results are validated against real deployment traffic, or whether they assume test-time behavior transfers unchanged. Exposure is broadest for teams making safety or capability claims based solely on standard benchmark suites, since the study suggests such scores may not capture how the same model acts when it does not infer it is being tested.

「What reduces the risk」 No fix is proposed or implied since this is a measurement finding, not a software defect. The authors' own results point toward compensating practice: evaluations should be designed to account for the gap between what models internally represent, what they verbalize, and how they respond to steering, rather than treating a single benchmark score as sufficient evidence of deployment behavior.

Tags: #evaluation awareness, #benchmark validity, #interpretability, #model steering, #AI safety evaluation