Papers › RSIBench-Data: Benchmarking Data-Centric Research for Recursive Self-Improvement

RSIBench-Data: Benchmarking Data-Centric Research for Recursive Self-Improvement

28 Jul 2026arXiv:2607.25886added by Syntology

Fanqing Meng, Lingxiao Du, Qiguang Chen, Ziqi Zhao, Haocheng Lu, Mengkang Hu, Michael Qizhe Shieh

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.25886")

Code

Syntology Ran 23 of 25 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 23 ran with no contract checked.

By repository: found in paper text by Syntology: 25 samples from 1 repository, 23 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

evolvent-ai/RSIBench-Data found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 23 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

23ran
2unverified

Licence: 25 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from evolvent-ai/RSIBench-Data. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

anthropic_messages_url evolvent-ai/RSIBench-Data/runner/lib/claude_usage_client.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9bab286b3b92cbc8 · report
attempt_status evolvent-ai/RSIBench-Data/runner/lib/update_budget_state.py found in paper text by Syntology ran no licence file found · pointer only · c2b6300927eba11d · report
estimate_tinker_cost evolvent-ai/RSIBench-Data/runner/lib/update_budget_state.py found in paper text by Syntology ran no licence file found · pointer only · 2f9a4291286c6671 · report
file_metadata evolvent-ai/RSIBench-Data/runner/lib/audit_agent_tamper.py found in paper text by Syntology ran no licence file found · pointer only · 6520ef387a71df87 · report
is_in_flight evolvent-ai/RSIBench-Data/runner/lib/print_budget_status.py found in paper text by Syntology ran no licence file found · pointer only · ff474a9db6f4b246 · report
load_and_validate evolvent-ai/RSIBench-Data/runner/lib/validate_agent_run_config.py found in paper text by Syntology ran no licence file found · pointer only · 7343f2d6438263f3 · report
load_benchmark_spec evolvent-ai/RSIBench-Data/runner/lib/benchmark_spec.py found in paper text by Syntology ran no licence file found · pointer only · 0e02ec0c17b4922e · report
model_list_response evolvent-ai/RSIBench-Data/runner/lib/codex_responses_proxy.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d5dd7ecfdc03e5b3 · report
normalize_legacy_keys evolvent-ai/RSIBench-Data/runner/lib/validate_agent_run_config.py found in paper text by Syntology ran no licence file found · pointer only · dcca4150b043a010 · report
normalize_spec evolvent-ai/RSIBench-Data/runner/lib/benchmark_spec.py found in paper text by Syntology ran no licence file found · pointer only · cd4bcd1075062c4a · report
parse_float evolvent-ai/RSIBench-Data/runner/lib/validate_agent_run_config.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 796b0fb8c704c558 · report
read_harbor_score evolvent-ai/RSIBench-Data/runner/lib/update_budget_state.py found in paper text by Syntology ran no licence file found · pointer only · 7e4d2b90c426e635 · report
read_json evolvent-ai/RSIBench-Data/runner/lib/validate_final_selection.py found in paper text by Syntology ran no licence file found · pointer only · 60fefa17bbe708f9 · report
responses_url evolvent-ai/RSIBench-Data/runner/lib/codex_responses_proxy.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · faa580358c930494 · report
session_dir_for_budget_state evolvent-ai/RSIBench-Data/runner/lib/print_budget_status.py found in paper text by Syntology ran no licence file found · pointer only · e697492d6365185a · report
sha256_file evolvent-ai/RSIBench-Data/runner/lib/audit_agent_tamper.py found in paper text by Syntology ran no licence file found · pointer only · cb1f4090fbd1ecb5 · report
should_skip_file evolvent-ai/RSIBench-Data/runner/lib/audit_agent_tamper.py found in paper text by Syntology ran no licence file found · pointer only · 0bf2b1c4ef09876d · report
string_value evolvent-ai/RSIBench-Data/runner/lib/benchmark_spec.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5a2f021508d123d1 · report
summarize_claude_code evolvent-ai/RSIBench-Data/runner/lib/summarize_data_agent_usage.py found in paper text by Syntology ran no licence file found · pointer only · 013dfba0b69672ce · report
summarize_codex evolvent-ai/RSIBench-Data/runner/lib/summarize_data_agent_usage.py found in paper text by Syntology ran no licence file found · pointer only · f92d0c6643759927 · report
summarize_datagen_script_usage evolvent-ai/RSIBench-Data/runner/lib/summarize_data_agent_usage.py found in paper text by Syntology ran no licence file found · pointer only · f8b281f629fbfa53 · report
usage_counts evolvent-ai/RSIBench-Data/runner/lib/claude_usage_client.py found in paper text by Syntology ran no licence file found · pointer only · c3bc72e5c22f5ee5 · report
validate_messages_jsonl evolvent-ai/RSIBench-Data/runner/lib/validate_tinker_messages.py found in paper text by Syntology ran no licence file found · pointer only · ddfc940006dcefa3 · report
anthropic_messages_create evolvent-ai/RSIBench-Data/runner/lib/claude_usage_client.py found in paper text by Syntology unverified no licence file found · pointer only · 04abfa52ef92cfca · report
validate_attempt_selection evolvent-ai/RSIBench-Data/runner/lib/validate_final_selection.py found in paper text by Syntology unverified no licence file found · pointer only · af7776dfd5634731 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.25886, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections