Language Agents & Tool Use
Benchmark Verification for Language Agents Without Ground-Truth Test Suites or Reference Repositories
Generated automatically from the limitations stated in 3 papers (ACL, ICML), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
Current benchmarks for code-generating and paper-reproducing language agents rely strictly on pre-existing public GitHub repositories with functional, high-coverage unit tests as ground truth. This filters out the vast majority of scientific literature and closed-source software where code is missing, incomplete, or untested. As a result, agent capabilities cannot be benchmarked on genuine zero-code reproduction tasks or messy real-world codebases without human experts manually engineering executable harnesses.
Why it matters
Enables automated, rigorous evaluation of language agents across arbitrary scientific domains and proprietary codebases without requiring author-released code or pre-existing unit test suites.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Build an automated execution-verification pipeline that extracts empirical claims, mathematical constraints, and input/output contracts directly from paper text and pseudo-code, measuring the agreement rate between contract-derived assertion suites and ground-truth execution across 50 papers with known code.
- 2
Evaluate multi-agent differential consensus, where multiple diverse agent architectures generate independent implementations from paper descriptions, measuring the precision and recall of automated fault detection using cross-execution consistency rather than author-provided reference code.
- 3
Design a metric for task validity in zero-test repositories based on metamorphic testing and property-based invariant generation, measured against codebases with established high-coverage test suites as an empirical upper bound.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
If text-only specification ambiguity fundamentally prevents automated invariant extraction without human-in-the-loop clarification, or if semantic divergence across independent implementations cannot be distinguished from valid algorithmic design choices without ground-truth artifacts.
Evidence
Each paper's own statement of the limitation, verbatim.
- CoreCodeBench: Decoupling Code Intelligence via Fine-Grained Repository-Level TasksACL 2026
Requires source repositories to have high-coverage unit tests (>15%) to verify task validity.
- LLM Agents Making Agent ToolsACL 2025
Strictly dependent on the existence of a public GitHub repository and accompanying paper.
- R2E: Turning any Github Repository into a Programming Agent EnvironmentICML 2024
Depends on the original GitHub repository code being functionally correct to serve as a ground-truth reference.
Nearest existing work
- Automated Benchmark Generation for Repository-Level Coding TasksICML 2025
- NL2Repo-Bench: Towards Long-Horizon Repository Generation Evaluation of Coding AgentsICML 2026
- LMR-BENCH: Evaluating LLM Agent’s Ability on Reproducing Language Modeling ResearchEMNLP 2025
- From Reproduction to Replication: Evaluating Research Agents with Progressive Code MaskingICLR 2026
- Commit0: Library Generation from ScratchICLR 2025
- AgentSuite: Toward More Reliable Agent Evaluation with a Component-Based Benchmark Auditing PipelineICML 2026
- FeatureBench: Benchmarking Agentic Coding for Complex Feature DevelopmentICLR 2026
- MEnvAgent: Scalable Polyglot Environment Construction for Verifiable Software EngineeringICML 2026
- Paper2Code: Automating Code Generation from Scientific Papers in Machine LearningICLR 2026
- MLAgentBench: Evaluating Language Agents on Machine Learning ExperimentationICML 2024
- AgentGym2: Benchmarking Large Language Model Agents in De-Idealized Real-World EnvironmentsACL 2026
- SWE-Bench Pro: Can AI Agents Solve Long-Horizon Software Engineering Tasks?ICML 2026
- SEC-bench: Automated Benchmarking of LLM Agents on Real-World Software Security TasksNeurIPS 2025
- VeriEquivBench: An Equivalence Score for Ground-Truth-Free Evaluation of Formally Verifiable CodeICLR 2026
- ScienceAgentBench: Toward Rigorous Assessment of Language Agents for Data-Driven Scientific DiscoveryICLR 2025