paper-with-me

Papers

RewardHackingAgents: Benchmarking Evaluation Integrity for LLM ML-Engineering Agents

2026-03-11 · Yonas Atinafu, Robin Cohen arxiv

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 combined regime blocks both. In natural-agent runs, evaluator-tampering attempts occur in about 50% of episodes and are eliminated by evaluator locking, with a 25-31% median runtime overhead. Overall, we demonstrate that evaluation integrity for ML-engineering agents can be benchmarked as a first-class outcome rather than assumed.

📄 PDF Abstract BibTeX arXiv:2603.11337

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TimeSeriesGym: A Scalable Benchmark for (Time Series) Machine Learning Engineering Agents

2025-05-19 · Yifu Cai, Xinyu Li, Mononito Goswami, Michał Wiliński 외

We introduce TimeSeriesGym, a scalable benchmarking framework for evaluating Artificial Intelligence (AI) agents on time series machine learning engineering challenges. Existing benchmarks lack scalability, focus narrowl…

AI AgentBenchmarkingCode TranslationTime Series

RigorBench: Benchmarking Engineering Process Discipline in Autonomous AI Coding Agents

2026-06-21 · Meher Bhaskar Madiraju, Meher Sai Preetam Madiraju arxiv

Agentic coding harnesses - such as Agent-Skills, Superpowers, and Agent-Rigor - are increasingly deployed to augment underlying LLMs for real-world software engineering tasks. Existing benchmarks evaluate these agents al…

SEC-bench: Automated Benchmarking of LLM Agents on Real-World Software Security Tasks

2025-06-13 · Hwiwon Lee, Ziqi Zhang, Hanxiao Lu, Lingming Zhang

Rigorous security-focused evaluation of large language model (LLM) agents is imperative for establishing trust in their safe deployment throughout the software development lifecycle. However, existing benchmarks largely …

BenchmarkingLarge Language Model

On the Evaluation of Engineering Artificial General Intelligence

2025-05-15 · Sandeep Neema, Susmit Jha, Adam Nagel, Ethan Lew 외

We discuss the challenges and propose a framework for evaluating engineering artificial general intelligence (eAGI) agents. We consider eAGI as a specialization of artificial general intelligence (AGI), deemed capable of…

Benchmarking

CI-Work: Benchmarking Contextual Integrity in Enterprise LLM Agents

2026-04-23 · Wenjie Fu, Xiaoting Qin, Jue Zhang, Qingwei Lin 외 arxiv

Enterprise LLM agents can dramatically improve workplace productivity, but their core capability, retrieving and using internal context to act on a user's behalf, also creates new risks for sensitive information leakage.…