Modelspublished

AI Safety Scores Can Reward Models for Refusing Too Much

A study involving the UK AI Security Institute argues that combined benchmark scores can hide a direct trade-off between blocking harmful requests and answering harmless ones. Its proposed fixes are cheaper tests and anomaly checks, but its sandbagging evidence comes from models directly told to act cautious.

By 3 min read
AI Safety Scores Can Reward Models for Refusing Too Much

Listen to this story

The audio brief

About 1:31
0:001:31
Read transcript
A new study involving the UK AI Security Institute finds that an AI model can improve its overall safety score simply by refusing more requests—even harmless ones. That matters because the score may look like a release-ready verdict while hiding a trade-off between safety and usefulness. Researchers analyzed responses from as many as 192 language models across more than 5,000 questions and found that eight widely used safety benchmarks were not measuring one common capability. Instead, they mostly reflected three weakly related traits: how strictly a model refuses, how truthfully it answers, and how it handles requests whose risk depends on context. The scoring problem is concrete. HarmBench and SORRY-Bench track similar refusal behavior, while OR-Bench-Hard can move in the opposite direction. Averaging them may reward blanket refusal and effectively count the same behavior twice. The researchers also found a cheaper route. Three carefully selected 25-question tests outperformed random samples, and adaptive testing—choosing later questions based on earlier answers—produced rankings close to full benchmarks with roughly 10 questions per benchmark. The estimated evaluation-cost reduction was 97 to 99 percent. A second method looked for sandbagging: behaving cautiously during an evaluation. It detected 80 to 100 percent of directly instructed cases, rising to 94 to 97 percent when prior performance was included, but falsely flagged about one in ten harmless models. The key constraint is that models trained to evade detection could be harder to identify.

Story brief

3 key points

Researchers involving the UK AI Security Institute found that common safety benchmarks measure at least three weakly related traits—refusal strictness, truthfulness, and context-sensitive harm—so averaged scores can reward blanket refusal and double-count similar tests. Their adaptive approach achieved near-full-benchmark rankings with about 10 questions per benchmark and estimated 97%–99% lower evaluation costs. A...

  1. 01

    HarmBench and SORRY-Bench track similar refusal behavior, while OR-Bench-Hard can move in the opposite direction.

  2. 02

    Three 25-question tests built from informative items outperformed equally sized random samples across the identified traits.

  3. 03

    Comparing current results with prior model performance increased simulated sandbagging detection to 94%–97%.

A model can look safer on a combined benchmark score by refusing more requests across the board, even when that also makes it less useful for harmless work. A study involving researchers from the UK AI Security Institute finds that eight widely used safety benchmarks do not converge on one shared capability, challenging the practice of treating an averaged score as a release-ready verdict.

One score can conceal opposing behaviors

The researchers applied methods used in human psychological testing to responses from up to 192 language models on more than 5,000 questions. Their analysis separates the benchmarks into three weakly related traits: how strictly a model refuses requests, how truthfully it responds, and how it handles content whose risk depends on context.

The three dimensions the analysis identifies

  • Refusal strictness: how readily a model blocks requests.
  • Truthfulness: whether its answers are honest or accurate in the benchmark’s framing.
  • Context-dependent harm: how it handles requests that may be benign or dangerous depending on use and context.

That split creates a concrete scoring problem. HarmBench and SORRY-Bench measure nearly the same behavior, while OR-Bench-Hard moves in the opposite direction. A model that refuses broadly can gain on the first pair and lose on the latter; averaging those results can both obscure the trade-off and double-count refusal behavior.

Less testing, more discrimination

The study also argues that much of the current testing burden adds little information because many questions do not distinguish among models. Three 25-question tests built from the most informative items captured the three dimensions more accurately than equally sized random samples.

Adaptive testing result
Roughly 10Questions per benchmark

Adaptively choosing roughly 10 questions per benchmark produced rankings close to full-benchmark results.

97%Reported evaluation-cost reduction

The study estimates that adaptive testing reduced evaluation costs by 97% to 99%.

Adaptive testing selects later questions according to earlier answers, rather than asking every model the same long set. The proposed gain is operational as well as statistical: cheaper checks could make it more feasible to evaluate a model repeatedly as it is fine-tuned or otherwise changed.

Checking for a model that behaves for the test

The researchers propose a second use for response patterns: flagging sandbagging, where a model behaves more cautiously in an evaluation than it would outside it. Their method looks for anomalous patterns, such as a model doing well on difficult items while failing easier ones, then compares the model’s current performance with its own prior results.

On models instructed to act overly cautious, the response-pattern check identified 80% to 100% of cases, while falsely flagging about one in 10 harmless models on average. Adding the comparison with past performance raised detection to 94% to 97%. Those are promising results for the simulated setting, not proof that the approach catches deliberate evasion in deployed systems.

The limitation is central: the experiment produced sandbagging through direct instructions, and the authors say a model trained to evade detection could be harder to identify. The same response-pattern approach may also help audit model substitutions: in a test of 16 API endpoints, researchers identified 13 of 14 distinct underlying models from their answer patterns.

Editorial analysis

Our Read

The study’s practical challenge is not merely to make evaluations shorter. It is to stop release decisions from treating a high composite score as proof of a single, stable safety property. The key result is that overlapping refusal benchmarks can amplify one behavior, while an opposing benchmark captures the cost to legitimate use. The next meaningful evidence to watch is whether anomaly checks still work against models trained to conceal test-aware behavior, rather than models directly instructed to be unusually cautious. That distinction will determine whether these methods are a monitoring tool or a robust defense against deliberate evaluation gaming.

Sources

  1. the-decoder.comPsychological methods reveal major weaknesses in AI security testing