MachinoAI Research
Overview of the NLPCC 2026 Shared Task 11: Agent-Based Experiment Reproduction from Scientific Papers
AgentActionBench evaluates whether research agents actually observe, plan, implement, execute, and verify experiments instead of only producing plausible final repositories.
TL;DR
The benchmark contains 150 papers, including 120 ML and 30 AI4Science papers, with more than 10,000 rubric items; the best shared-task system scores 49.64% overall.
Why It Matters
This is directly relevant to production research agents because it turns hidden execution behaviour into auditable traces and separates planning/code-generation capability from actual runtime reliability.
Research Brief
The shortest useful explanation.
The benchmark contains 150 papers, including 120 ML and 30 AI4Science papers, with more than 10,000 rubric items; the best shared-task system scores 49.64% overall.
Core Explanation
We introduce AgentActionBench, a process-oriented benchmark for evaluating agent-based experiment reproduction across ML and AI4Science domains. An MCP-based Action Recorder captures agent behaviour throughout reproduction and evaluates the resulting traces with paper-specific rubrics.
Why It Matters
This is directly relevant to production research agents because it turns hidden execution behaviour into auditable traces and separates planning/code-generation capability from actual runtime reliability.

Figure 2 — AgentActionBench framework
Original paper figure showing the standardised execution environment, recorded actions, rubrics, evaluator and reliable-results output.
Section 01
Problem
01 The Problem
Research-agent evaluations can score final repositories or descriptions without proving that the agent actually read the source, implemented the required method, executed the code and reproduced the result. AgentActionBench targets this observability gap by evaluating the reproduction process itself across ML and AI4Science papers.
Section 02
How It Works
03 How It Works
A paper is paired with a paper-specific rubric. The agent operates inside a standardised workspace through Read, Write and Execute MCP tools. Each invocation becomes a chronological structured action log. For each rubric item, an evaluator extracts relevant logs and assigns Pass or Fail; the overall score is the importance-weighted proportion of passed rubric items.
Section 03
Architecture
05 Architecture
The system has a source paper, agent, standardised execution environment and evaluation pipeline. The Action Recorder mediates Read/Write/Execute calls and emits a chronological JSON trace. Rubrics consume the trace and an LLM evaluator produces Pass/Fail judgments.
Section 04
Experiments
06 Experiments
AgentActionBench contains 150 papers: 120 ML and 30 AI4Science. The human subset contains 12 ML and 3 AI4Science papers and averages 67.75 rubric items per paper. Model-assisted expansion produces more than 10,000 rubric items with an average of 69.92 per paper. The leaderboard reports YNU-HPCC-Task11-AgentRep at 49.64% overall, zzunlp_wu at 24.70%, Codex-GPT-5.4 at 24.19% and QueenAgent at 7.03%. For the best team, rubric-type scores are 43.73% Paper Observation, 82.45% Plan Writing, 61.89% Code Implementation, 18.04% Command Execution and 17.24% Result Matching. Model-generated versus human rubrics show Pearson 0.93 ± 0.04 and Spearman 0.88 ± 0.07.
Formulas
Rubric item
A rubric item contains a criterion, importance score and reproduction stage.
Reproduction score
The benchmark score is the importance-weighted proportion of passed rubric items.
Related Research
Generative Agents
An agent architecture combining memory, retrieval, reflection, and planning to simulate believable long-horizon behavior.
AI AgentsMIRA
MIRA is an autonomous medical agent evaluated in a sandboxed EHR workflow with tools for diagnosis, testing, treatment, and admission decisions.
AI AgentsAgentic Reasoning
A tool-using agent framework that extends LLM reasoning with web search, coding, and structured reasoning memory for deep research tasks.
References
Paper2Code: Automating Code Generation from Scientific Papers in Machine Learning
arXiv:2504.17192
Prior paper-to-code reproduction work.
HiRAS: A Hierarchical Multi-Agent Framework for Paper-to-Code Generation and Execution
arXiv:2604.17745
Related hierarchical multi-agent reproduction framework.
arXiv abstractarXiv HTML v1