Project2Task: Graph-Guided Project-Level Planning for Autonomous Research

arXiv cs.AI Papers

Summary

Introduces Project2Task, a graph-guided project-level planning layer for autonomous research systems that decomposes a macro project brief into bounded, dependency-aware research tasks with explicit contribution ownership. Evaluations show improved portfolio quality and downstream task accuracy.

arXiv:2608.05225v1 Announce Type: new Abstract: Research agents can increasingly search literature, propose hypotheses, generate code, run experiments, and draft manuscripts from a single topic. However, a research project is not merely a larger task: it is a long-horizon agenda that must be advanced through multiple bounded tasks with distinct but related objectives, parallel alternatives, and dependency-aware sequences. Existing single-task systems often treat the project as one oversized task, produce a flat set of vague or overlapping tasks, or leave task boundaries and execution order to manual coordination. We introduce Project2Task, a graph-guided project-level planning layer for autonomous research. Given a project brief, it represents candidate contributions as innovation atoms and organizes them in a directed lineage graph. A lightweight Bernoulli block-model objective selects among horizontal, vertical, and hybrid portfolio decompositions. Project2Task then generates bounded tasks with explicit contribution ownership, repairs overlaps and missing execution fields, and emits dependency-aware task contracts that specify objectives, inputs, expected artifacts, evaluation requirements, boundary constraints, dependencies, and execution order. The contracts are independent of any particular downstream research executor and support integration of task outputs into a coherent project-level result. On a benchmark of ten project briefs yielding roughly 30 tasks, manuscript-based portfolio evaluation gives Project2Task an average quality score of 7.15, compared with 4.58 for the Brief Baseline and 5.31 for the Topic-only Setting. Integrating its contracts with AutoResearchClaw increases average downstream task accuracy from 0.536 to 0.759. These results demonstrate the value of explicit project-to-task planning for producing coherent, non-redundant, and executable research-task portfolios.
Original Article
View Cached Full Text

Cached at: 08/07/26, 07:46 AM

# Graph-Guided Project-Level Planning for Autonomous Research
Source: [https://arxiv.org/html/2608.05225](https://arxiv.org/html/2608.05225)
###### Abstract

Research agents are increasingly able to search the literature, propose hypotheses, generate code, run experiments, and draft manuscripts from a single topic\. Yet a research project is not simply a larger task: it is a long\-horizon research agenda that must be advanced through multiple bounded tasks with distinct but related research objectives\. These tasks may explore alternative approaches to the project in parallel or address successive challenges in a dependency\-aware sequence\. This creates a planning problem that current single\-task systems handle poorly\. They either assign the entire project as one oversized task, split it into a flat list of vague and overlapping tasks, or leave humans to manually coordinate task boundaries and execution order\. We introduce Project2Task, a project\-level planning layer for autonomous research systems\. Given a macro project brief, Project2Task constructs an innovation\-atom lineage graph, selects a portfolio decomposition strategy using a lightweight Bernoulli block\-model objective, generates bounded autoresearch tasks with explicit contribution ownership, resolves overlaps and fills in missing execution fields, and emits dependency\-aware execution contracts that are independent of any particular downstream research executor\. Each task is a bounded, executable research unit with its own objectives, inputs, expected artifacts, evaluation requirements, boundary constraints, and dependencies; together, the tasks advance the overarching project\. Task artifacts may include code, datasets, benchmarks, experimental results, analyses, reports, or manuscripts\. On a benchmark of ten project briefs yielding roughly 30 tasks, a manuscript\-based portfolio evaluation shows that Project2Task achieves an average portfolio\-quality score of 7\.15, compared with 4\.58 for the Brief Baseline and 5\.31 for the Topic\-only Setting\. Its structured contracts also increase AutoResearchClaw’s downstream task accuracy from 0\.536 to 0\.759\. These results demonstrate the value of an explicit project\-to\-task planning layer for producing coherent, non\-redundant, and executable portfolios of autoresearch tasks\.

## 1Introduction

Autonomous research agents are increasingly capable of performing literature retrieval, hypothesis generation, method design, implementation, experimentation, and result analysis\(Luet al\.[2024](https://arxiv.org/html/2608.05225#bib.bib1); Schmidgallet al\.[2025](https://arxiv.org/html/2608.05225#bib.bib2); Liuet al\.[2026](https://arxiv.org/html/2608.05225#bib.bib17)\)\. Most existing systems organize these capabilities around a single research task\. Typically, a research task is a bounded research problem with a specific objective, a clear scope, and a distinct contribution\. It can be independently tested and executed end\-to\-end by an agent to produce the corresponding artifacts\.

However, in practice, research is often organized around projects that extend beyond the scope of a single task\. A research project is a broader, long\-horizon agenda that can typically be decomposed into multiple well\-defined research tasks whose organization reflects the underlying research logic\. Tasks exploring different approaches to the same challenge may proceed in parallel, whereas tasks addressing successive challenges may form a sequence in which later tasks build on earlier outcomes\. For example, a doctoral research project on reliable autonomous agents may involve separate tasks concerning persistent memory, adaptive planning, and result verification\. Persistent memory may provide a shared foundation for planning and verification, allowing the latter two tasks to proceed in parallel\. Although current autonomous research agents are effective at executing well\-scoped tasks, applying them directly to broader projects without explicit planning can lead to overlapping tasks, inconsistent assumptions, and missing dependencies\. Consequently, individually plausible outputs may fail to form a coherent project\-level result\.

We formalize this missing layer as*project\-to\-task planning*for autonomous research, and proposeProject2Task, a graph\-guided planning mechanism that transforms a broad project brief into multiple executable tasks with clear objectives, bounded scopes, and explicit contribution ownership\.Project2Taskrepresents candidate contributions as innovation atoms and organizes them in a directed lineage graph\. It selects among horizontal, vertical, and hybrid decomposition strategies using a lightweight Bernoulli block\-model objective\. Among multiple plausible decompositions, it seeks the best one that preserves project coverage while maintaining clear task boundaries, distinct contribution ownership, and valid dependencies\. It then synthesizes and repairs the resulting tasks to enforce portfolio\-level coherence\. The final output consists of executor\-agnostic task contracts that specify each task’s objective, scope, contribution ownership, shared assets, evaluation requirements, dependencies, and execution order\. These contracts provide a structured interface for downstream research agents to execute tasks independently while enabling their outputs to be integrated into a coherent project\-level result\.

To evaluateProject2Task, we design a project\-level autonomous\-research evaluation protocol based on a benchmark of ten project\-level research briefs\. The protocol uses generated manuscripts as downstream artifacts and assesses task\-portfolio quality along five dimensions: coherence, coverage, overlap control, consistency, and task division\.Project2Taskachieves an average portfolio\-quality score of7\.157\.15, compared with4\.584\.58for the Brief Baseline and5\.315\.31for the Topic\-only Setting\. Replacing the selected decomposition strategy with the second\-ranked one reduces the score to6\.486\.48, demonstrating the importance of topology\-aware decomposition\. IntegratingProject2Taskcontracts with AutoResearchClaw increases average downstream task accuracy from0\.5360\.536to0\.7590\.759\.

Figure[1](https://arxiv.org/html/2608.05225#S2.F1)summarizes the complete planning and execution pipeline\.

Our contributions are as follows:

1. 1\.We formalize project\-to\-task planning for autonomous research, in which a broad project brief is transformed into a configurable portfolio of bounded tasks with explicit objectives, boundaries, contribution ownership, shared assets, dependencies, and execution order\.
2. 2\.We proposeProject2Task, a planner that operationalizes this problem through innovation atoms, a lineage graph, decomposition routing, plan repair, dependency scheduling, and structured task contracts for downstream executors\.
3. 3\.We design a project\-level dataset and evaluation protocol that uses generated manuscripts as downstream artifacts to assess task\-portfolio quality along five dimensions: coherence, coverage, overlap control, consistency, and task division\.

## 2Related Work

![Refer to caption](https://arxiv.org/html/2608.05225v1/x1.png)Figure 1:Project2Task converts a macro research project into an executable task portfolio\. The planner first profiles the project brief with available code, resources, and literature evidence, then decomposes the project into innovation atoms and builds a lineage graph whose edges store endpoint pairs and rationales describing dependency\-like relations\. A Bernoulli block\-model router compares horizontal, vertical, and hybrid decomposition strategies on this graph, after which the selected plan is repaired into task\-level execution contracts specifying contribution ownership, shared assets, must\-cover and must\-not\-cover content, expected outputs, and dependency order\. The orchestrator uses these contracts to coordinate task executors, making the project structure explicit before downstream task execution begins\.##### Autonomous research agents\.

Language agents are increasingly used to automate scientific workflows\. The AI Scientist generates ideas, edits code, runs experiments, writes papers, and performs automated review\(Luet al\.[2024](https://arxiv.org/html/2608.05225#bib.bib1)\), while Agent Laboratory organizes research assistance into literature review, experimentation, and report writing\(Schmidgallet al\.[2025](https://arxiv.org/html/2608.05225#bib.bib2)\)\. A closely related autoresearch line treats a research codebase and its measurements as the object of iterative improvement\(Ferreiraet al\.[2026](https://arxiv.org/html/2608.05225#bib.bib5)\): compact codebases such as nanoGPT provide practical substrates for closed\-loop experimentation\(Karpathy[2022](https://arxiv.org/html/2608.05225#bib.bib3)\); AutoResearchClaw studies self\-reinforcing research with multi\-agent feedback, execution repair, verifiable reporting, and human\-AI collaboration\(Liuet al\.[2026](https://arxiv.org/html/2608.05225#bib.bib17)\); and Bilevel Autoresearch meta\-optimizes the research loop itself\(Qu and Lu[2026](https://arxiv.org/html/2608.05225#bib.bib4)\)\. These systems primarily operate around one research objective, whereas Project2Task addresses the upstream planning problem of turning a broad project into a coordinated portfolio of tasks\.

##### Scientific writing and literature synthesis\.

Retrieval\-augmented systems ground scientific writing in external evidence\. PaperQA answers questions over full\-text scientific papers\(Lálaet al\.[2023](https://arxiv.org/html/2608.05225#bib.bib6)\), OpenScholar scales citation\-backed literature synthesis with a large scientific datastore\(Asaiet al\.[2024](https://arxiv.org/html/2608.05225#bib.bib7)\), and STORM constructs outlines through retrieval and multi\-perspective question asking before drafting long\-form articles\(Shaoet al\.[2024](https://arxiv.org/html/2608.05225#bib.bib8)\)\. More recent systems move toward interactive and content\-grounded literature analysis: InsightAgent uses multiple agents to support human\-guided systematic reviews, while IntrAgent uses iterative, content\-grounded retrieval and reading\(Qiuet al\.[2025](https://arxiv.org/html/2608.05225#bib.bib21); Maet al\.[2026](https://arxiv.org/html/2608.05225#bib.bib22)\)\. Our focus is different: Project2Task plans contribution boundaries and dependencies before downstream task execution begins, instead of optimizing evidence collection, outlining, or single\-document synthesis\.

##### LLM planning and multi\-agent coordination\.

General agent methods decompose tasks and coordinate action\. ReAct interleaves reasoning with environment interaction\(Yaoet al\.[2022](https://arxiv.org/html/2608.05225#bib.bib9)\), Plan\-and\-Solve separates plan generation from execution\(Wanget al\.[2023](https://arxiv.org/html/2608.05225#bib.bib10)\), and AutoGen, CAMEL, and MetaGPT provide conversational or role\-based multi\-agent collaboration frameworks\(Wuet al\.[2023](https://arxiv.org/html/2608.05225#bib.bib11); Liet al\.[2023](https://arxiv.org/html/2608.05225#bib.bib12); Honget al\.[2023](https://arxiv.org/html/2608.05225#bib.bib13)\)\. Recent work also studies graph\-structured agent workflows and orchestration: AFlow searches over workflows represented as code, while OrchestrationBench evaluates agent orchestration under constraints in scenarios involving sequential and parallel tool use\(Zhanget al\.[2025](https://arxiv.org/html/2608.05225#bib.bib23); Ahnet al\.[2026](https://arxiv.org/html/2608.05225#bib.bib24)\)\. These methods focus on how given tasks are planned and executed, whereas project\-to\-task planning determines which bounded research tasks a project should contain and how they relate before execution\.

##### Evaluation of research agents\.

Recent benchmarks evaluate whether agents can perform scientific or engineering tasks, including machine\-learning experimentation in MLAgentBench\(Huanget al\.[2023](https://arxiv.org/html/2608.05225#bib.bib14)\), data\-driven scientific tasks in ScienceAgentBench\(Chenet al\.[2024](https://arxiv.org/html/2608.05225#bib.bib15)\), and paper replication in PaperBench\(Staraceet al\.[2025](https://arxiv.org/html/2608.05225#bib.bib16)\)\. Recent benchmarks also move toward more open\-ended and end\-to\-end research settings: MLR\-Bench evaluates research systems both at individual stages and end to end, while ResearchGym provides executable environments for studying closed\-loop research processes\(Chenet al\.[2025](https://arxiv.org/html/2608.05225#bib.bib25); Garikaparthiet al\.[2026](https://arxiv.org/html/2608.05225#bib.bib26)\)\. These benchmarks evaluate agents after research objectives are specified, whereas our evaluation asks whether a planner first constructs a coherent project\-level task portfolio\.

## 3Method

### 3\.1Portfolio Planning Formulation

We define*project\-to\-task planning*as transforming a macro research project into a dependency\-aware portfolio of bounded autoresearch tasks\. Each task is a bounded, executable research unit within the project, with explicit objectives, inputs, expected artifacts, evaluation requirements, boundary constraints, and dependencies\. Task artifacts may include code, datasets, benchmarks, experimental results, analyses, reports, or manuscripts\. The input isX=\(B,R,L\)X=\(B,R,L\), whereBBis a structured project brief,RRis a resource profile, andLLis literature evidence\. These objects provide the project goal, candidate ideas, constraints, feasible validation scale, and external evidence for candidate claims\.

The planner builds a directed acyclic lineage graph \(DAG\)G=\(V,EG\)G=\(V,E\_\{G\}\)\. We assume that project dependencies are acyclic so that the resulting tasks admit an executable order\. Source nodes are assigned topological level0, and every other node is assigned one plus the maximum level of its predecessors\. Each nodev∈Vv\\in Vis an*innovation atom*with a title, description, problem to solve, innovation claim, validation path, and evidence\. Each edge stores only source, target, rationale, and optional required artifact\. The lineage prompt asks edges to capture dependency\-style relations such as support, constraint, or motivation\.

The output isΠ=\(T,D,H\)\\Pi=\(T,D,H\)\.T=\{t1,…,tk\}T=\\\{t\_\{1\},\\ldots,t\_\{k\}\\\}is a set of tasks,DDis a dependency model, andHHis a set of per\-task contracts\. The portfolio sizekkis a planning\-granularity parameter\. It may be supplied by the user or estimated from project scope, graph structure, resources, and validation signals\. Each task owns a scoped contribution and records assets, evaluation plans, non\-goals, must\-cover and must\-not\-cover constraints, source atoms, and sibling boundary rules\.

A valid portfolio is therefore more than a list of titles\. It should cover the macro project goal, assign core claims to task\-specific owners, make reusable assets explicit, preserve feasible validation paths, and expose dependencies between tasks\. These constraints are important because the same project code, dataset, or evaluation protocol may be shared across tasks, while the primary objective and output ownership of each task must remain distinct\.

### 3\.2Project\-to\-Graph Construction

This stage constructs the planning state used by the router\. It does not decide task boundaries\. Instead, it prepares a structured brief, resource constraints, literature evidence, and a lineage graph whose nodes are finer\-grained than complete tasks\.

Brief, resource, and evidence grounding\.The parser turns the raw request into a structured brief that records the macro goal, target problem, candidate ideas, constraints, expected deliverables, and evaluation expectations\. The planner then builds a resource profileRRfrom the available environment and user constraints, recording available hardware information and using it to ensure that planned evaluations remain feasible under the available resources\. GivenBBandRR, the planner retrieves literature evidenceLLthrough project\-specific queries\. The retrieved papers, trends, and gaps are then used to ground candidate atoms and provide literature focus for later task contracts\.

Lineage graph construction\.The lineage builder then producesG=\(V,EG\)G=\(V,E\_\{G\}\)\. Each node follows the schema above and is intended to be finer\-grained than a complete task\. A node may describe a method module, dataset construction step, benchmark protocol, or validation mechanism\. Edges connect atoms that should be considered together for planning, using the prompt\-level dependency semantics above\. The graph object also records a project summary, gap distribution, validation story, and resource notes\. The resulting graph is not a complete task plan\. It is a structured planning object from which the router can estimate modularity, dependency depth, foundation structure, and validation independence\.

### 3\.3Graph\-Guided Decomposition Routing

The router compares four decomposition templates on the same lineage graph\. We score these templates with a Bernoulli block\-model view inspired by stochastic block models\(Hollandet al\.[1983](https://arxiv.org/html/2608.05225#bib.bib19); Karrer and Newman[2011](https://arxiv.org/html/2608.05225#bib.bib20)\)\. The analogy is limited to the likelihood calculation: Project2Task does not infer latent communities from data\. Instead, each strategyssconstructs a candidate block assignmentbs:V→ℬsb\_\{s\}:V\\rightarrow\\mathcal\{B\}\_\{s\}from the lineage graph and labels template\-induced dyad observations as signal or noise\. Signal observations are where the template expects an edge; noise observations are where it does not\. Directional templates also check the expected edge direction\.

Horizontal\.The horizontal template clusters atoms into greedy modularity communities on the undirected projection ofGG\. Dyads within a community are signal positions, and dyads across communities are noise positions\. This template matches projects with separable contribution modules\.

Vertical\.The vertical template assigns atoms to topological levels\. Forward dyads from levelℓ\\elltoℓ\+1\\ell\+1are signal positions; same\-level, skipped\-level, and backward relations are noise\. This template matches staged research chains\.

Horizontal\-then\-vertical\.This template first clusters non\-sink atoms into horizontal communities, then assigns a selected sink atom to a specialSINKblock\. Signal positions include within\-community dyads and directed edges from upstream blocks to the sink\. This captures parallel modules followed by an integration task\.

Vertical\-then\-horizontal\.This template assigns a foundation hub atom to aFOUNDATIONblock and clusters the remaining atoms into branch communities\. Signal positions include edges from the foundation to branches and dyads within each branch\. This captures a shared foundation followed by specialized tasks\.

Template feasibility\.Let𝒮\\mathcal\{S\}denote the four decomposition templates described above\. For a lineage graphGG, let𝒮G⊆𝒮\\mathcal\{S\}\_\{G\}\\subseteq\\mathcal\{S\}denote the templates whose block assignments can be constructed onGG\. Horizontal and vertical templates are always feasible under the DAG assumption\. A hybrid template is included only when its requiredSINKorFOUNDATIONblock can be formed; otherwise, it is excluded before NLL ranking\.

For scoring,GGis converted into a binary adjacency matrixAA, whereAi​j=1A\_\{ij\}=1iff\(vi,vj\)∈EG\(v\_\{i\},v\_\{j\}\)\\in E\_\{G\}\. Givenbsb\_\{s\}, the template induces an observation set𝒪s\\mathcal\{O\}\_\{s\}\. Each observationo=\(i,j,ro\)o=\(i,j,r\_\{o\}\)records a dyad or oriented dyad and its rolero∈\{\+,−\}r\_\{o\}\\in\\\{\+,\-\\\}, where\+\+denotes a signal position and−\-denotes a noise position\. The block counts are

nsr=∑o∈𝒪s𝟏​\[ro=r\],esr=∑o=\(i,j,ro\)∈𝒪s𝟏​\[ro=r\]​Ai​j,n\_\{s\}^\{r\}=\\sum\_\{o\\in\\mathcal\{O\}\_\{s\}\}\\mathbf\{1\}\[r\_\{o\}=r\],\\qquad e\_\{s\}^\{r\}=\\sum\_\{o=\(i,j,r\_\{o\}\)\\in\\mathcal\{O\}\_\{s\}\}\\mathbf\{1\}\[r\_\{o\}=r\]A\_\{ij\},forr∈\{\+,−\}r\\in\\\{\+,\-\\\}\. These counts instantiate a two\-parameter Bernoulli block model for each template\. The smoothed estimates are

p^s\+=es\+\+0\.5ns\+\+1\.0,p^s−=es−\+0\.5ns−\+1\.0\.\\hat\{p\}\_\{s\}^\{\+\}=\\frac\{e\_\{s\}^\{\+\}\+0\.5\}\{n\_\{s\}^\{\+\}\+1\.0\},\\qquad\\hat\{p\}\_\{s\}^\{\-\}=\\frac\{e\_\{s\}^\{\-\}\+0\.5\}\{n\_\{s\}^\{\-\}\+1\.0\}\.
We define

ℓ​\(e,n,p\)=−e​log⁡p−\(n−e\)​log⁡\(1−p\)\.\\ell\(e,n,p\)=\-e\\log p\-\(n\-e\)\\log\(1\-p\)\.\(1\)The strategy score is

NLL​\(s\)=ℓ​\(es\+,ns\+,p^s\+\)\+ℓ​\(es−,ns−,p^s−\)\.\\mathrm\{NLL\}\(s\)=\\ell\(e\_\{s\}^\{\+\},n\_\{s\}^\{\+\},\\hat\{p\}\_\{s\}^\{\+\}\)\+\\ell\(e\_\{s\}^\{\-\},n\_\{s\}^\{\-\},\\hat\{p\}\_\{s\}^\{\-\}\)\.\(2\)The selected strategy is

s⋆=arg⁡mins∈𝒮G⁡NLL​\(s\)\.s^\{\\star\}=\\arg\\min\_\{s\\in\\mathcal\{S\}\_\{G\}\}\\mathrm\{NLL\}\(s\)\.
Algorithm[1](https://arxiv.org/html/2608.05225#alg1)summarizes the procedure\. The selected strategy is returned together with confidence, rationale, strategy guidance, rejected strategies, and graph\-derived task blueprints\.

Algorithm 1Graph\-guided decomposition routing0:Lineage graph

G=\(V,EG\)G=\(V,E\_\{G\}\); strategy set

𝒮\\mathcal\{S\}
0:Selected strategy

s⋆s^\{\\star\}, blocks

bs⋆b\_\{s^\{\\star\}\}, diagnostics

1:Compute graph diagnostics from

GG
2:Form

𝒮G\\mathcal\{S\}\_\{G\}by excluding infeasible hybrid templates

3:foreach

s∈𝒮Gs\\in\\mathcal\{S\}\_\{G\}do

4:Construct template\-specific block assignment

bsb\_\{s\}
5:Derive signal/noise dyads from

bsb\_\{s\}
6:Estimate

p^s\+\\hat\{p\}\_\{s\}^\{\+\}and

p^s−\\hat\{p\}\_\{s\}^\{\-\}with smoothing

7:Compute

NLL​\(s\)\\mathrm\{NLL\}\(s\)under Eq\.[2](https://arxiv.org/html/2608.05225#S3.E2)

8:endfor

9:Select

s⋆=arg⁡mins∈𝒮G⁡NLL​\(s\)s^\{\\star\}=\\arg\\min\_\{s\\in\\mathcal\{S\}\_\{G\}\}\\mathrm\{NLL\}\(s\)
10:return

s⋆s^\{\\star\}, rejected strategies, and task blueprints

Given the template\-specific block assignments, likelihood scoring scans the dyads once per strategy and costsO​\(\|𝒮\|​\|V\|2\)O\(\|\\mathcal\{S\}\|\|V\|^\{2\}\)\.

Table 1:Dimensions used to assess task\-portfolio quality from generated manuscripts\.
### 3\.4Task Contract Generation

After routing, the planner turns graph\-level blueprints into a portfolio of bounded task specifications\. This stage connects the selected decomposition structure with executable tasks\.

Task synthesis\.The planner decideskkand generatesT=\{t1,…,tk\}T=\\\{t\_\{1\},\\ldots,t\_\{k\}\\\}from the brief, evidence, resource profile, lineage graph, and routing decision\. Router blocks are used as blueprints, not hard partitions\. The planner may merge or split graph blocks for a task when doing so yields clearer contribution ownership and a feasible evaluation plan\. The resulting task plan records tasks, required portfolio content, forbidden overlap zones, shared assets, an overall evaluation plan, portfolio success criteria, risks, and open questions\.

Validation and repair\.The portfolio is checked before handoff\. The evaluator measures coverage, claim overlap, literature grounding, coherence, dependency feasibility, and execution readiness\. Blocking issues include missing core contributions, missing evaluation plans, target\-count mismatch, high\-risk claim overlap, and missing sibling boundaries\. A bounded repair loop may tighten scopes, separate overlapping claims, fill missing evaluation fields, add expected outputs, or write boundary rules between sibling tasks\. This step checks contract executability, not final output quality\.

Contract export\.The repaired portfolio is converted into a dependency model and per\-task contracts\. The dependency model contains edges, execution order, parallel groups, critical path, and roadmap\. Dependency edges may specify upstream concepts, artifacts, methods, datasets, evaluations, or other required deliverables\. Each contract contains the task topic, scoped goal, project context, role in the portfolio, boundaries, shared assets, dependencies, literature focus, experiment direction, evaluation guidance, reporting guidance, expected outputs, and success criteria\.

### 3\.5Downstream Task Integration

Project2Task exposes a generic adapter interface\. A downstream adapter selects a per\-task contract, renders it as the executor’s task input, and keeps portfolio boundaries available during execution\. The adapter does not need to change the planner, because the contract already contains the task scope and dependency context\.

The same contract can be used as persistent context, stage\-level guidance, or checklist constraints\. For stage\-based executors, scoping, literature, experiment, implementation, analysis, drafting, and review guidance can be projected to the corresponding workflow stages\. For non\-stage\-based executors, the fields can be used as task constraints, tool policies, or review criteria\. The key requirement is that the portfolio boundary remains visible throughout execution, rather than appearing only in the initial prompt\.

The dependency model coordinates multiple tasks\. Independent tasks may run in parallel, while dependent tasks wait for upstream artifacts such as datasets, code, benchmarks, definitions, or evaluation results\. During and after execution, the original contract also provides an audit reference for boundary drift, missing evaluation evidence, duplicated contribution claims, or violations of must\-cover and must\-not\-cover constraints\.

## 4Experiments

### 4\.1Experiment Setup

#### Dataset:

Project\-level autonomous research should be evaluated at the portfolio level rather than at the level of a single task alone\. Each benchmark instance is therefore represented as a macro research project with six abstract dimensions: research theme, background, core problem, methodology, expected outcomes, and research significance\. The constructed project\-level research dataset is derived from two established academic benchmark sources with standardized curation and augmentation procedures\. Specifically, we select 7 representative single\-task samples from the NanoResearch dataset\(Xuet al\.[2026](https://arxiv.org/html/2608.05225#bib.bib18)\)and 3 valid samples from the ARC\-Bench dataset\(Liuet al\.[2026](https://arxiv.org/html/2608.05225#bib.bib17)\)to form the base data pool\. The resulting 10 project instances yield roughly 30 tasks and span several representative research domains, including Computer Vision \(CV\), Natural Language Processing \(NLP\), tabular machine learning, time series analysis, graph representation learning, audio processing, and multimodal learning\. This domain diversity allows us to test the planner across different project settings, while the limited scale means the results should be interpreted as an initial project\-level evaluation rather than as evidence of broad generalization\. Unlike fine\-grained, task\-specific records in single\-paper benchmarks, all selected base samples are generalized and upgraded into complete project\-level research instances via large\-language\-model\-driven augmentation\. Detailed dataset construction methods are provided in Appendix[B](https://arxiv.org/html/2608.05225#A2)\.

#### Evaluation protocol:

Table[1](https://arxiv.org/html/2608.05225#S3.T1)summarizes the evaluation metrics\. We evaluate task\-portfolio quality using the collection of generated manuscripts along five core dimensions: coherence, overlap control, coverage, consistency, and task division\. For each dimension, an LLM judge outputs a score from 1 to 10 along with a brief justification based on the project theme and the full texts of the generated papers\. This experiment therefore operationalizes task\-portfolio quality through manuscript outputs; other autoresearch artifacts are outside its evaluation scope\. We use Qwen3\.6\-Plus as the judge model\(Qwen Team[2026](https://arxiv.org/html/2608.05225#bib.bib27)\)and keep the judge prompt, input format, scoring scale, and sampling settings identical across all compared methods\. We average each reported score across five independent judge runs\. In each run, we provide the judge with identical portfolio evidence and ask it to assign a score together with a concise justification\. Full evaluation scoring criteria are provided in the Appendix[C](https://arxiv.org/html/2608.05225#A3)\.

![Refer to caption](https://arxiv.org/html/2608.05225v1/main_result_figure.png)Figure 2:Task\-portfolio quality across planning methods, evaluated using generated manuscripts\. All metrics are scored on a scale from 1 to 10, where higher scores indicate better performance across all dimensions\.
#### Compared settings:

We design three sets of experiments to evaluate our method: \(1\) portfolio\-quality comparison against alternative prompting settings, \(2\) ablation on the graph\-guided strategy routing mechanism, and \(3\) downstream execution evaluation on concrete research tasks\.Portfolio comparison\.We compare our project\-level planner \(Project2Task\) with two configurations of the original AutoResearchClaw pipeline\. In theBrief Baseline, the overarching project topic is fed directly into the original AutoResearchClaw model to generate papers in isolation\. In theTopic\-only Setting, we use the same task topics generated by our planner but remove all structured planning information; only concise task titles are extracted and fed into the model\. This setting isolates the value of the structured task contracts beyond task\-topic decomposition alone\.Routing ablation\.A core technical contribution of our method is the Bernoulli block\-model\-based graph routing mechanism, which selects a decomposition strategy according to the innovation\-atom lineage graph and the routing objective\. To examine the contribution of this strategy\-selection step, we construct a variant denoted asRunner\-up\. All pipeline components remain identical to the main experiment, except that the router is forced to use the second\-ranked decomposition strategy \(e\.g\., Horizontal, Vertical, Horizontal then Vertical, or Vertical then Horizontal\) instead of the selected one\. This isolates the impact of graph\-guided strategy routing\.Downstream execution\.To examine whether our planner affects concrete task execution, we transform the original 10 project queries into executable research tasks by specifying: \(1\) a precise problem statement, \(2\) designated datasets, \(3\) baseline methods for comparison, and \(4\) explicit optimization metrics\. The baseline is the original AutoResearchClaw system receiving only a topic description\. Our method first applies project\-level planning to decompose the task, then feeds the structured handoff contracts into AutoResearchClaw for execution\. The reported metric is task accuracy, defined as the test\-set performance of the methods autonomously designed and implemented by the research agent\. Because these tasks span different datasets and domains, the averaged accuracy is used as a coarse summary; the task\-level results remain the primary evidence\.

![Refer to caption](https://arxiv.org/html/2608.05225v1/runnerup.png)Figure 3:Overall portfolio quality comparison between the selected strategy \(Project2Task\) and the second\-best strategy \(Runner\-up\)\. Higher scores indicate better performance\.

### 4\.2Main Results

#### Portfolio Quality:

In this section, we present the main evaluation results of our proposed project\-level planner compared against the two baseline settings\. The quantitative numerical results are summarized in Figure[2](https://arxiv.org/html/2608.05225#S4.F2)\.

As shown in Figure[2](https://arxiv.org/html/2608.05225#S4.F2), our proposedProject2Taskmethod obtains higher scores than both comparison settings across all evaluation dimensions, with an average score of 7\.15 compared with 5\.31 forTopicand 4\.58 forBrief\. All reported scores are the means of five independent evaluation runs, and the detailed query\-level results with standard deviations are provided in Table[2](https://arxiv.org/html/2608.05225#S4.T2)\.

Table 2:Detailed evaluation scores \(mean ± standard deviation\) for each query under various planning methods; means are computed over five repeated evaluations\.Coherence and Coverage\.We observe the largest gains in Coherence \(7\.28 vs\. 4\.63/4\.50\) and Coverage \(7\.50 vs\. 5\.50/5\.40\)\. These results suggest that project\-level planning helps produce a more connected research narrative and broader coverage of the project’s core scientific questions\.Overlap Control and Consistency\.Our method obtains the highest Overlap Control score \(8\.06\)\. This suggests that decomposition helps distinguish shared background from task\-specific contribution claims in the generated manuscripts, reducing redundant arguments across the portfolio\. The improved Consistency score \(5\.34\) also indicates more unified terminology, assumptions, and experimental settings\.Task Division Rationality\.The Task Division score reaches 7\.58, higher than both comparison settings\. This suggests that the planner can split a macro project into more clearly bounded tasks while keeping each task focused on a distinct research role\.

Overall, the results indicate that Project2Task improves project\-level portfolio quality over the brief\-only and topic\-only settings in this evaluation\.

#### Routing Ablation:

The quantitative results are summarized in Figure[3](https://arxiv.org/html/2608.05225#S4.F3)\. Compared with the runner\-up decomposition strategy, the strategy selected by our graph\-guided router improves the average portfolio\-quality score from 6\.48 to 7\.15\. The largest gain appears inTask Division\(\+1\.04\), suggesting that matching the decomposition structure to the lineage graph helps produce clearer task boundaries and more balanced task allocation\. The improvements inOverlap Control\(\+0\.56\) andConsistency\(\+0\.62\) further indicate that the selected strategy reduces redundant novelty claims and helps maintain shared assumptions across the portfolio\.

Table 3:Instance\-level comparison between the runner\-up and Project2Task routing strategies\. Means and standard deviations are computed over five repeated evaluations\.
To examine whether this gain holds across individual project queries, we report per\-query average scores in Table[3](https://arxiv.org/html/2608.05225#S4.T3)\. The graph\-guided router outperforms the runner\-up strategy in 9 out of 10 queries\. The only exception isquery1, where the runner\-up strategy obtains a slightly higher score than our selected strategy \(6\.84 vs\. 6\.68\)\. One possible explanation is thatquery1admits multiple plausible decomposition structures, making the routing decision less clear\-cut\. For the remaining queries, the selected strategy leads to higher portfolio\-quality scores, with larger margins onquery6\(\+1\.08\) andquery9\(\+1\.32\)\. These results suggest that graph\-guided strategy routing is an important component for turning broad project briefs into well\-structured task portfolios\.

Table 4:Engineering capability evaluation: task completion accuracy comparing original AutoResearchClaw baseline with our project\-level planning method\. Higher scores indicate better task performance\. A score of 0\.000 indicates invalid execution with no valid evaluation result\. Avg\. \(All\) includes all tasks; Avg\. \(Excl\. Failures\) excludes invalid\-execution cases\.

#### Downstream Execution:

Table[4](https://arxiv.org/html/2608.05225#S4.T4)summarizes task accuracy across the 10 concrete tasks\. The average accuracy increases from 0\.536 to 0\.759 when the executor receives project\-level planning contracts\. A score of 0\.000 denotes invalid execution rather than a measured zero test accuracy: in these cases, the agent\-generated experimental design failed during execution and did not produce a valid evaluation result\. Because the tasks come from different datasets and domains, this average should be read as a coarse summary rather than a directly comparable metric across all tasks\. At the task level, our method produces higher accuracy on 8 out of 10 tasks\. Even when excluding the three invalid\-execution cases, the average remains higher for our method \(0\.830 vs\. 0\.766\), suggesting that structured planning can provide useful execution context beyond simply avoiding total failures\.

##### Analysis

The observed gains appear to come from two factors:Precise Context Guidance, which replaces ambiguous prompts with detailedhandoff contractsspecifying success criteria and boundary constraints; andStructured Decomposition, which breaks down complex projects intoinnovation atomswith clearer boundaries and validation paths\. A concrete example is provided in Appendix[A](https://arxiv.org/html/2608.05225#A1)\.

##### Failure Cases\.

Despite overall gains, performance is not uniform; notably, Query 6 declines from 0\.747 to 0\.542\. This highlights a limitation in our decoupled design: while the planner provides useful decomposition, downstream execution remains bounded by the executor’s capabilities\. Specifically, the handoff contract may inadvertentlyover\-constrainthe search space or misalign with the executor’s code\-generation strengths\. Since structural guidance alone cannot overcome execution bottlenecks, future iterations shouldco\-optimizeboth layers, enabling feedback from the executor to refine the planner’s contracts\.

## 5Conclusion

We introduced Project2Task, a project\-level planning layer for autonomous research systems\. The work addresses a gap left by autoresearch agents operating on a single task: broad research briefs often contain multiple objectives, shared resources, benchmark requirements, analyses, and staged dependencies that cannot be reliably handled as one monolithic task or as independent task prompts\. Project2Task makes this pre\-execution structure explicit by building an innovation\-atom lineage graph, routing it through horizontal, vertical, and hybrid decomposition templates, and exporting dependency\-aware task contracts with contribution ownership, shared assets, boundaries, evaluation requirements, and execution order\. Our results show that this planning layer improves task\-portfolio quality, as measured through generated manuscripts, relative to brief\-level and topic\-only baselines, and that its structured contracts can improve executor performance when used as task context\. These findings suggest that autonomous research systems should treat project\-to\-task planning as a first\-class step before downstream task execution, especially when the goal is a coherent, non\-redundant, and executable portfolio of autoresearch tasks\.

## References

- A\. Ahn, S\. Lee, H\. Wang, C\. Park, D\. Kim, J\. Roh, K\. Yang, W\. Jang, Hwang Woosung, M\. S\. Kim, and J\. Kang \(2026\)OrchestrationBench: LLM\-driven agentic planning and tool use in multi\-domain scenarios\.InInternational Conference on Learning Representations,pp\. 115573–115599\.External Links:[Link](https://proceedings.iclr.cc/paper_files/paper/2026/file/bbf38332580c1bed99fa99bc9ee53229-Paper-Conference.pdf)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px3.p1.1)\.
- A\. Asai, J\. He, R\. Shao, W\. Shi, A\. Singh, J\. C\. Chang, K\. Lo, L\. Soldaini, S\. Feldman, M\. D’arcy, D\. Wadden, M\. Latzke, M\. Tian, P\. Ji, S\. Liu, H\. Tong, B\. Wu, Y\. Xiong, L\. Zettlemoyer, G\. Neubig, D\. Weld, D\. Downey, W\. Yih, P\. W\. Koh, and H\. Hajishirzi \(2024\)OpenScholar: synthesizing scientific literature with retrieval\-augmented LMs\.Computing Research RepositoryarXiv:2411\.14199\.External Links:[Link](https://arxiv.org/abs/2411.14199)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px2.p1.1)\.
- H\. Chen, M\. Xiong, Y\. Lu, W\. Han, A\. Deng, Y\. He, J\. Wu, Y\. Li, Y\. Liu, and B\. Hooi \(2025\)MLR\-bench: evaluating AI agents on open\-ended machine learning research\.InAdvances in Neural Information Processing Systems,D\. Belgrave, C\. Zhang, H\. Lin, R\. Pascanu, P\. Koniusz, M\. Ghassemi, and N\. Chen \(Eds\.\),Vol\.38\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2025/file/ab8dd000d6f87f40061a73f8bca7fae4-Paper-Datasets_and_Benchmarks_Track.pdf)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px4.p1.1)\.
- Z\. Chen, S\. Chen, Y\. Ning, Q\. Zhang, B\. Wang, B\. Yu, Y\. Li, Z\. Liao, C\. Wei, Z\. Lu, V\. Dey, M\. Xue, F\. N\. Baker, B\. Burns, D\. Adu\-Ampratwum, X\. Huang, X\. Ning, S\. Gao, Y\. Su, and H\. Sun \(2024\)ScienceAgentBench: toward rigorous assessment of language agents for data\-driven scientific discovery\.Computing Research RepositoryarXiv:2410\.05080\.External Links:[Link](https://arxiv.org/abs/2410.05080)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px4.p1.1)\.
- F\. Ferreira, L\. Wobbe, A\. Krishnakumar, F\. Hutter, and A\. Zela \(2026\)Can LLMs beat classical hyperparameter optimization algorithms? A study on autoresearch\.Computing Research RepositoryarXiv:2603\.24647\.External Links:[Link](https://arxiv.org/abs/2603.24647)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px1.p1.1)\.
- A\. Garikaparthi, M\. Patwardhan, and A\. Cohan \(2026\)ResearchGym: evaluating language model agents on real\-world AI research\.Note:ICLR 2026 Agents in the Wild WorkshopExternal Links:2602\.15112,[Document](https://dx.doi.org/10.48550/arXiv.2602.15112),[Link](https://arxiv.org/abs/2602.15112)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px4.p1.1)\.
- P\. W\. Holland, K\. B\. Laskey, and S\. Leinhardt \(1983\)Stochastic blockmodels: first steps\.Social Networks5\(2\),pp\. 109–137\.External Links:[Document](https://dx.doi.org/10.1016/0378-8733%2883%2990021-7)Cited by:[§3\.3](https://arxiv.org/html/2608.05225#S3.SS3.p1.2)\.
- S\. Hong, M\. Zhuge, J\. Chen, X\. Zheng, Y\. Cheng, C\. Zhang, J\. Wang, Z\. Wang, S\. K\. S\. Yau, Z\. Lin, L\. Zhou, C\. Ran, L\. Xiao, C\. Wu, and J\. Schmidhuber \(2023\)MetaGPT: meta programming for A multi\-agent collaborative framework\.Computing Research RepositoryarXiv:2308\.00352\.External Links:[Link](https://arxiv.org/abs/2308.00352)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px3.p1.1)\.
- Q\. Huang, J\. Vora, P\. Liang, and J\. Leskovec \(2023\)MLAgentBench: evaluating language agents on machine learning experimentation\.Computing Research RepositoryarXiv:2310\.03302\.External Links:[Link](https://arxiv.org/abs/2310.03302)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px4.p1.1)\.
- A\. Karpathy \(2022\)nanoGPT: the simplest, fastest repository for training/finetuning medium\-sized GPTs\.Note:https://github\.com/karpathy/nanoGPTSoftware repositoryCited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px1.p1.1)\.
- B\. Karrer and M\. E\. J\. Newman \(2011\)Stochastic blockmodels and community structure in networks\.Physical Review E83\(1\),pp\. 016107\.External Links:[Document](https://dx.doi.org/10.1103/PhysRevE.83.016107),1008\.3926Cited by:[§3\.3](https://arxiv.org/html/2608.05225#S3.SS3.p1.2)\.
- J\. Lála, O\. O’Donoghue, A\. Shtedritski, S\. Cox, S\. G\. Rodriques, and A\. D\. White \(2023\)PaperQA: retrieval\-augmented generative agent for scientific research\.Computing Research RepositoryarXiv:2312\.07559\.External Links:[Link](https://arxiv.org/abs/2312.07559)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px2.p1.1)\.
- G\. Li, H\. A\. A\. K\. Hammoud, H\. Itani, D\. Khizbullin, and B\. Ghanem \(2023\)CAMEL: communicative agents for “mind” exploration of large language model society\.Computing Research RepositoryarXiv:2303\.17760\.External Links:[Link](https://arxiv.org/abs/2303.17760)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px3.p1.1)\.
- J\. Liu, S\. Qiu, M\. Li, B\. Li, H\. Ji, S\. Han, X\. Ye, P\. Xia, Z\. Dong, M\. Chen, C\. Zhang, L\. Zhang, G\. Chen, H\. Tu, X\. Yang, L\. Feng, X\. Zhao, H\. Chen, J\. Zhou, X\. Wang, W\. Zhang, H\. Zhu, Y\. Li, J\. Mei, H\. Fei, J\. Zhang, L\. Li, L\. Zhang, Y\. Zhou, S\. Wang, C\. Xiong, J\. Zou, Z\. Zheng, C\. Xie, M\. Ding, and H\. Yao \(2026\)AutoResearchClaw: self\-reinforcing autonomous research with human\-ai collaboration\.External Links:2605\.20025,[Link](https://arxiv.org/abs/2605.20025)Cited by:[§1](https://arxiv.org/html/2608.05225#S1.p1.1),[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px1.p1.1),[§4\.1](https://arxiv.org/html/2608.05225#S4.SS1.SSSx1.p1.1)\.
- C\. Lu, C\. Lu, R\. T\. Lange, J\. Foerster, J\. Clune, and D\. Ha \(2024\)The AI scientist: towards fully automated open\-ended scientific discovery\.Computing Research RepositoryarXiv:2408\.06292\.External Links:[Link](https://arxiv.org/abs/2408.06292)Cited by:[§1](https://arxiv.org/html/2608.05225#S1.p1.1),[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px1.p1.1)\.
- F\. Ma, Z\. Rao, X\. Li, Z\. Chen, H\. Sun, Y\. Zhao, X\. Chen, and Z\. Xiang \(2026\)IntrAgent: an LLM agent for content\-grounded information retrieval through literature review\.InProceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 674–715\.External Links:[Document](https://dx.doi.org/10.18653/v1/2026.acl-long.29),[Link](https://aclanthology.org/2026.acl-long.29/)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px2.p1.1)\.
- R\. Qiu, S\. Chen, Y\. Su, P\. Yen, and H\. W\. Shen \(2025\)Completing a systematic review in hours instead of months with interactive AI agents\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 31559–31593\.External Links:[Document](https://dx.doi.org/10.18653/v1/2025.acl-long.1523),[Link](https://aclanthology.org/2025.acl-long.1523/)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px2.p1.1)\.
- Y\. Qu and M\. Lu \(2026\)Bilevel autoresearch: meta\-autoresearching itself\.Computing Research RepositoryarXiv:2603\.23420\.External Links:[Link](https://arxiv.org/abs/2603.23420)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px1.p1.1)\.
- Qwen Team \(2026\)Qwen3\.6\-Plus: towards real world agents\.External Links:[Link](https://qwen.ai/blog?id=qwen3.6)Cited by:[§4\.1](https://arxiv.org/html/2608.05225#S4.SS1.SSSx2.p1.1)\.
- S\. Schmidgall, Y\. Su, Z\. Wang, X\. Sun, J\. Wu, X\. Yu, J\. Liu, M\. Moor, Z\. Liu, and E\. Barsoum \(2025\)Agent laboratory: using LLM agents as research assistants\.Computing Research RepositoryarXiv:2501\.04227\.External Links:[Link](https://arxiv.org/abs/2501.04227)Cited by:[§1](https://arxiv.org/html/2608.05225#S1.p1.1),[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px1.p1.1)\.
- Y\. Shao, Y\. Jiang, T\. A\. Kanell, P\. Xu, O\. Khattab, and M\. S\. Lam \(2024\)Assisting in writing wikipedia\-like articles from scratch with large language models\.Computing Research RepositoryarXiv:2402\.14207\.External Links:[Link](https://arxiv.org/abs/2402.14207)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px2.p1.1)\.
- G\. Starace, O\. Jaffe, D\. Sherburn, J\. Aung, J\. S\. Chan, L\. Maksin, R\. Dias, E\. Mays, B\. Kinsella, W\. Thompson, J\. Heidecke, A\. Glaese, and T\. Patwardhan \(2025\)PaperBench: evaluating AI’s ability to replicate AI research\.Computing Research RepositoryarXiv:2504\.01848\.External Links:[Link](https://arxiv.org/abs/2504.01848)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px4.p1.1)\.
- L\. Wang, W\. Xu, Y\. Lan, Z\. Hu, Y\. Lan, R\. K\. Lee, and E\. Lim \(2023\)Plan\-and\-solve prompting: improving zero\-shot chain\-of\-thought reasoning by large language models\.Computing Research RepositoryarXiv:2305\.04091\.External Links:[Link](https://arxiv.org/abs/2305.04091)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px3.p1.1)\.
- Q\. Wu, G\. Bansal, J\. Zhang, Y\. Wu, B\. Li, E\. Zhu, L\. Jiang, X\. Zhang, S\. Zhang, J\. Liu, A\. H\. Awadallah, R\. W\. White, D\. Burger, and C\. Wang \(2023\)AutoGen: enabling next\-gen LLM applications via multi\-agent conversation\.Computing Research RepositoryarXiv:2308\.08155\.External Links:[Link](https://arxiv.org/abs/2308.08155)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px3.p1.1)\.
- J\. Xu, Q\. Zhu, Y\. Wu, Z\. Wang, D\. Zhang, M\. Tian, Y\. Duan, S\. Li, J\. Wei, S\. Han, Y\. Guo, O\. Zhang, C\. He, and C\. Tan \(2026\)NanoResearch: co\-evolving skills, memory, and policy for personalized research automation\.External Links:2605\.10813,[Link](https://arxiv.org/abs/2605.10813)Cited by:[§4\.1](https://arxiv.org/html/2608.05225#S4.SS1.SSSx1.p1.1)\.
- S\. Yao, J\. Zhao, D\. Yu, N\. Du, I\. Shafran, K\. Narasimhan, and Y\. Cao \(2022\)ReAct: synergizing reasoning and acting in language models\.Computing Research RepositoryarXiv:2210\.03629\.External Links:[Link](https://arxiv.org/abs/2210.03629)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px3.p1.1)\.
- J\. Zhang, J\. Xiang, Z\. Yu, F\. Teng, X\. Chen, J\. Chen, M\. Zhuge, X\. Cheng, S\. Hong, J\. Wang, B\. Zheng, B\. Liu, Y\. Luo, and C\. Wu \(2025\)AFlow: automating agentic workflow generation\.InInternational Conference on Learning Representations,pp\. 34040–34077\.External Links:[Link](https://proceedings.iclr.cc/paper_files/paper/2025/file/5492ecbce4439401798dcd2c90be94cd-Paper-Conference.pdf)Cited by:[§2](https://arxiv.org/html/2608.05225#S2.SS0.SSS0.Px3.p1.1)\.

## Appendix ATask Contract Example

##### Illustrative Example\.

Consider Query 5 \(lightweight time\-series classification on UCI HAR\)\. The baseline struggles with abstract constraints such as "lightweight" and "interpretable," often generating overly complex models or exceeding single\-GPU limits\. Our planner addresses this by translating these concepts into executable specifications \(Table[5](https://arxiv.org/html/2608.05225#A1.T5)\), boosting accuracy from 0\.699 to 0\.832\. Specifically, the contract enforces quantitative boundaries \(e\.g\.,\>30%\>30\\%parameter reduction vs\. 1D CNNs, strict single\-GPU AMP training\) and operationalizes abstract goals into verifiable tasks \(e\.g\., mandatory gradient\-based attribution stability analysis\)\. By explicitly forbidding multi\-GPU or Transformer architectures, it prevents scope drift and ensures the agent focuses on reproducible system design within feasible resource constraints\.

Table 5:Excerpted task contract for Query 5\. The contract transforms a vague topic into a scoped, constraint\-aware research blueprint\.

## Appendix BPrompt Template for Project\-Level Brief Augmentation

The following prompt template was used to transform single\-task research seeds from NanoResearch and ARC\-Bench into macro\-level project briefs\. The prompt enforces constraints on computational feasibility \(single\-GPU/CPU\) and methodological simplicity \(no heavy fine\-tuning or RAG\), while requiring a structured output that supports multi\-task autoresearch planning\.

The requested sub\-directions are candidate content axes used to enrich each brief, rather than a fixed allocation of tasks\. The planner may merge or split these directions when determining the size and composition of the task portfolio, and all compared settings receive the same augmented project brief\.

### B\.1Role and Task Definition

Role & Task DefinitionRole:You are a Senior AI Research Consultant specializing in the systematic expansion and structuring of academic research projects\.Task:Expand the provided\[Original Research Problem\]into a comprehensive, cohesiveProject\-Level Research Proposal\. The proposed project must contain 3–4 logically coherent and independently verifiable sub\-directions that collectively address a unified core scientific question, forming a complete and progressive research narrative\.

### B\.2Input and Constraints

Input & ConstraintsInput:\[Original Research Problem\]\(Sourced from the NanoResearch or ARC\-Bench datasets\)Constraints:•Computational Efficiency:Maintain a strict "lightweight, efficient, and reproducible" paradigm\. All proposed experiments must be strictly feasible on a single GPU or CPU environment, utilizing small batch sizes and optimized memory management\.•Methodological Focus:Donotintroduce computationally prohibitive or high\-cost solutions such as Retrieval\-Augmented Generation \(RAG\), multi\-stage continuous pre\-training, or full\-parameter Large Language Model \(LLM\) fine\-tuning\. Prioritize research efforts in three key areas: algorithmic efficiency optimization, lightweight network architectural modifications, and data\-centric improvement strategies\.•Structural Coherence:The proposed sub\-directions must exhibit clear progressive, complementary, or ablation\-based relationships\. They should logically build upon one another to form a comprehensive and unified research story\.•Level of Abstraction:Provide high\-level research logic, theoretical motivation, and conceptual frameworks\. Donotinclude low\-level implementation details, specific code snippets, or exact hyperparameter configurations\.

### B\.3Output Format and Content Requirements

Output Format & RequirementsOutput Format:Strictly adhere to the Markdown structure provided below\. Do not add any extraneous commentary, introductory text, or concluding remarks outside the defined structure\.•\[Research Field\]•\[Project Title\]•Research Theme•Background•Core Problem•Methodology•Expected Outcomes•SignificanceContent Requirements:1\.Research Theme:Provide a concise, precise statement articulating the overarching scientific inquiry and the primary objective of the project\.2\.Background:Contextualize the research problem within the current landscape of lightweight and efficient AI trends, highlighting the motivation for this specific study\.3\.Core Problem:Clearly define the specific methodological gap, theoretical limitation, or empirical bottleneck present in existing lightweight approaches that this project aims to resolve\.4\.Methodology:Provide a high\-level overview of the proposed research methodologies and general investigative directions\. Avoid detailing specific experimental protocols; focus strictly on broad, conceptual approaches and the logical flow of the proposed sub\-directions\.5\.Expected Outcomes:Describe the anticipated theoretical advancements, empirical contributions, or practical artifacts that will result from the successful execution of this project\.6\.Significance:Highlight the broader impact and specific value of the proposed research for the advancement of resource\-constrained, efficient, and accessible AI development\.

## Appendix CEvaluation Protocol for Manuscript\-Based Portfolio Assessment

This appendix presents the protocol for assessing task\-portfolio quality using manuscripts generated by the planned tasks\. The protocol covers this output class only; it does not assess other autoresearch artifacts\.

### C\.1Evaluator Role and Task Description

Evaluator Role DefinitionThe evaluation is conducted by an AI agent configured with the following system prompt:You are a senior program committee member of top conferences \(NeurIPS/ICLR/AAAI\) with exceptional critical thinking and academic review experience\. Please evaluate the following collection of papers strictly, objectively, thoroughly, and scientifically\.

### C\.2Input Specifications

Input SpecificationsThe evaluator receives three structured inputs:Project Theme:The overarching research theme that defines the scope and core scientific question of the project\. This serves as the reference standard against which all papers are evaluated for relevance and coverage\.Full Texts of Papers:The complete text of all papers in the collection, concatenated into a single document\. Each paper is prefixed with a stable identifier \(P1, …,Pk\), and its original section headings are preserved so that rationales can cite evidence unambiguously\.Evaluation Criteria:The five\-dimensional scoring framework detailed in Section[C\.3](https://arxiv.org/html/2608.05225#A3.SS3)\.

### C\.3Scoring Dimensions and Guidelines

Scoring Dimensions and Guidelines1\. Coherence \(1–10 points\)Definition:Measures the logical connection and content cohesion between multiple papers within the same project\. Key Questions:•Is there a progressive, complementary, supportive, or validating research logic between papers?•Do all papers serve the same overarching research objective?•Is there explicit citation and cross\-referencing among papers in the collection?Scoring Guidelines:•9–10:Clear logical relationships, high cross\-referencing density, forms a complete integrated whole\.•7–8:Natural connections, complete narrative arc, minor details could be optimized\.•5–6:Some connection exists but logic is weak; papers are more “related” than “coherent”\.•3–4:Only broadly similar topics; lack substantial substantive connections\.•1–2:Completely independent; no relationship whatsoever\.2\. Overlap Control \(1–10 points\)Definition:Measures the degree of redundant repetition in text, ideas, and core arguments across multiple papers\. Key Questions:•Are core hypotheses, methods, experimental designs, and conclusions highly similar?•Is there a clear distinction between general foundational content and core innovative content?•Is there extensive textual repetition without proper attribution?Scoring Guidelines:•9–10:Each paper makes independent contributions; almost no overlap in core content\.•7–8:Core content is distinct; some overlap in background/methods/experiments is acceptable\.•5–6:Different focuses but core problems intersect; uniqueness needs clearer definition\.•3–4:Revolve around similar points; core contributions significantly overlap\.•1–2:Extensive similarity; core content, methods, data, and conclusions are highly identical\.3\. Coverage \(1–10 points\)Definition:Measures the comprehensive coverage of the research topic when considering all papers as a single unit\. Key Questions:•Is the research content of each paper consistent with the project’s research theme?•Does the paper collection cover the key scientific questions, technical dimensions, and application scenarios of the topic?•Does it form a complementary and comprehensive expression without missing important dimensions?Scoring Guidelines:•9–10:Multi\-dimensional comprehensive exploration; forms a complete closed loop or three\-dimensional picture\.•7–8:Covers most important aspects; a few non\-core dimensions not addressed\.•5–6:Only covers some important dimensions; relatively single perspective with obvious gaps\.•3–4:Highly focused on one specific sub\-dimension; other aspects completely unaddressed\.•1–2:Irrelevant to the topic; severely deviates from the core theme\.4\. Consistency \(1–10 points\)Definition:Measures the uniformity of key elements such as terminology, concepts, hypotheses, data, and experimental settings across different papers\. Key Questions:•Are definitions and usage of core terminology/concepts consistent throughout?•Are basic theoretical assumptions and preconditions consistent?•Are data processing pipelines and evaluation metrics unified? Are there conflicting conclusions?Scoring Guidelines:•9–10:All key elements strictly unified; conclusions mutually support or are fully compatible\.•7–8:Core elements consistent; minor non\-substantial expression differences exist\.•5–6:Individual terminology mixed or data processing inconsistent, but no fundamental contradictions\.•3–4:Inconsistent key metrics, ambiguous terminology definitions, or shifting definitions across papers\.•1–2:Factual errors or logical contradictions; chaotic experimental settings make results incomparable\.5\. Task Division \(1–10 points\)Definition:Measures the rationality of decomposing the macro research topic into sub\-projects/papers\. Key Questions:•Does the sub\-project division follow clear and reasonable logic \(e\.g\., research stages, problem levels, technical modules\)?•Are sub\-project boundaries clear? Is the workload and depth balanced across papers?•Is there excessive workload in some papers or over\-concentration of core innovations?Scoring Guidelines:•9–10:Rigorous decomposition logic, clear boundaries, balanced volume, maximizes research efficiency\.•7–8:Reasonable decomposition, basically clear division, generally balanced; minor imbalances do not affect the whole\.•5–6:Logically feasible but boundaries vague or task definitions unclear; some overlap or imbalance\.•3–4:Unreasonable allocation; core innovations concentrated in one paper, others are repetitive/marginal work\.•1–2:No logical division or no decomposition at all; chaotic tasks that cannot form a coherent whole\.

### C\.4Output Requirements

The evaluator must return exactly one JSON object\. Eachscoremust be an integer in\[1,10\]\[1,10\], and eachrationalemust identify at least one paper by its stable identifier and section heading, followed by concrete evidence\. The five dimension names must match those used in the main text\. No additional keys, prose, or Markdown fences are permitted\.total\_scoreis the arithmetic mean of the five component scores, rounded to one decimal place\. The following valid JSON instance illustrates the required structure; its values are illustrative\.

Similar Articles