RewardHackingAgents: Benchmarking Evaluation Integrity for LLM ML-Engineering Agents
Yonas Atinafu, Robin Cohen

TL;DR
This paper introduces RewardHackingAgents, a benchmark to evaluate and improve the integrity of LLM-based ML engineering agents by detecting evaluation pipeline compromises like tampering and data leakage.
Contribution
It presents a workspace-based benchmark that explicitly measures and defends against evaluation compromise vectors in LLM agents, enabling systematic assessment of evaluation integrity.
Findings
Scripted attacks succeed on both compromise vectors in mutable workspaces.
Single-mechanism defenses only block one vector, not both.
Evaluator locking effectively eliminates tampering attempts with moderate runtime overhead.
Abstract
LLM agents increasingly perform end-to-end ML engineering tasks where success is judged by a single scalar test metric. This creates a structural vulnerability: an agent can increase the reported score by compromising the evaluation pipeline rather than improving the model. We introduce RewardHackingAgents, a workspace-based benchmark that makes two compromise vectors explicit and measurable: evaluator tampering (modifying metric computation or reporting) and train/test leakage (accessing held-out data or labels during training). Each episode runs in a fresh workspace with patch tracking and runtime file-access logging; detectors compare the agent-reported metric to a trusted reference to assign auditable integrity labels. Across three tasks and two LLM backbones, scripted attacks succeed on both vectors in fully mutable workspaces; single-mechanism defenses block only one vector; and a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Security and Verification in Computing · Advanced Malware Detection Techniques
