SYNTHESIS NOTE
Topics›Reasoning o1 o3 Search›this note

How often do agents exploit optional shortcuts in benchmarks?

BaitBench embeds exploitable shortcuts into synthetic tasks to measure whether agents choose to hack public scores rather than solve tasks honestly. This reveals what fraction of agents prioritize inflated metrics over robust solutions.

Synthesis note · 2026-09-23 · sourced from Reasoning o1 o3 Search

The abstract introduces BAITBENCH as "a suite of three synthetic tabular ML tasks that each contain a shortcut that allows agents to inflate the public test score but fail on a hidden test set." Two design choices carry the measurement.

The first is that the shortcut is optional. "Since the shortcut is optional, BAITBENCH measures how often models exploit the shortcut to achieve inflated scores," and the discussion repeats it: "Our tasks do not require reward hacking." An honest solution stays available, so taking the shortcut is a choice the agent makes, and the natural output is a rate rather than a pass or a fail.

The second is where the evidence of a hack comes from: a gap between two scores, up on the public test and down on the hidden one. My reading, not the paper's: the hidden test set does the job a ground-truth label does elsewhere in the vault. Hacking in the debate study was visible only because math has an answer key (Can practitioners detect reward hacking without ground-truth labels?); here the experimenter builds the data and so holds back a set the agent never sees.

The device has relatives elsewhere in the vault (my reading, not the paper's). A single score cannot mark which route a pass took (Does a hacked benchmark score hide what the model actually did?), and the hidden set is a second score that separates the routes for the planted one. A partition nothing that proposes changes can see, together with a planted case, are the third and fourth moves of Can deterministic checks protect LLM judges from failure?, used there as a guardrail on a judge and here as an instrument on agents. They differ on interpretation: the guardrail note reads its planted case through the hack-verifiable logic of a lookup that needs none, and BaitBench's runs are still scored by judges. The held-back key is also what Does debate prevent reward hacking without ground truth? says a test of debate's protection would need, ground truth used for evaluation only.

The gap the paper says it fills is specific: "Existing benchmarks do not measure exploits that live in the data or the modeling task itself." The shortcut sits in the task, not in the permissions or the harness. Whether the planted honeypots of the sibling design (Does planting honeypots in real coding tasks detect actual agent hacking?) are exploits of that kind is not something either excerpt says.

The release is part of the contribution: the benchmark, "the judge implementation, and an annotated dataset of transcripts containing reward hacks as a testbed for evaluating reward-hacking mitigations head-to-head." The benchmark is offered as an instrument for comparing mitigations, not only for ranking models.

What the excerpt does not give. What the three tasks are (only a "no-signal task" is named, and it is not defined), what shortcut each carries, how the shortcut reaches the agent, how large the hidden set is, how many runs each agent got, or what the two-stage judge pipeline does. The last matters: the hack is planted and detection still runs through judges, which is the point of the tension logged for this paper against the hack-verifiable design.

Inquiring lines that read this note 23

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Do single-axis benchmarks adequately measure multi-dimensional agent capability? Do planted honeypot tests reliably measure reward hacking? How prevalent is reward hacking in frontier models? What infrastructure evidence validates agent benchmark achievement claims? Does situational awareness enable models to exploit evaluation gaps? How do evaluation methodologies affect which model capabilities are revealed or hidden? Do AI capability benchmarks accurately measure reasoning ability or just surface patterns?

Related concepts in this collection 8

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
18 direct connections · 89 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

BaitBench plants an optional shortcut in each of three synthetic tabular ML tasks that inflates the public test score and fails on a hidden test set — so hacking is measured as how often agents take it