🤖 AI Summary
Current benchmarks struggle to disentangle the research capabilities of large language model (LLM) agents from their engineering implementations, thereby impeding accurate assessment of their data-driven recursive self-improvement. This work proposes RSIBench-Data—the first controllable benchmark that decouples research ability from system implementation—by fixing the post-training framework and standardizing the pipeline across training, serving, evaluation, and budget allocation, thus isolating the agent’s research behavior during iterative data strategy refinement. Official evaluations using Tinker, Harbor, and E2B sandbox environments reveal that agents improve their strategies with feedback in 58.33% of configurations, yet 78.26% of subsequent attempts exhibit performance degradation after an initial peak. Systematic analysis identifies four high-efficiency trajectory patterns, underscoring the current difficulty LLM agents face in achieving stable, sustained improvement.
📝 Abstract
Recursive self-improvement requires turning evidence of model failures into better models. Data-centric post-training research entails diagnosing capability gaps, designing and validating training-data strategies, and learning from checkpoint feedback. Can LLM agents automate this loop? Existing benchmarks entangle research decisions with optimization, serving, evaluation, and systems implementation, obscuring agents' research capability. We introduce RSIBench-Data, a controlled benchmark of LLM agents as data-centric researchers with a fixed post-training stack. Agents iteratively revise training-data strategies for a fixed target model; training and serving use Tinker-backed services, official evaluation runs through Harbor and E2B sandboxes, and budgets are fixed across agents. We evaluate four frontier agents on six benchmarks across software engineering, terminal use, scientific question answering, and mathematics. Agents demonstrate core data-centric research capabilities: in 58.33\% of settings, they improve upon the first valid attempt by refining strategies from feedback. However, improvement is inconsistent. Among searches continuing after the best observed score, 78.26\% end with a lower-scoring final attempt, while the rest only recover the same peak. A strong candidate may therefore appear early or midway through a run even as later revisions fail. Trajectory analysis identifies four patterns in stronger runs: accurate hypotheses, validation-grounded supervision, behavior-aligned data, and preservation of strong checkpoints. These findings suggest that current agents can make useful data-centric discoveries but cannot yet translate feedback into consistent improvements. RSIBench-Data provides a measurable, auditable testbed for the research capabilities required for recursive self-improvement. We open-source our code at https://github.com/evolvent-ai/RSIBench-Data.