Awesome Auto Research Hub Papers · Datasets · Projects
← Back to papers

AI Scientist via Synthetic Task Scaling

arXiv 2026 63.5 method

TLDR

A pipeline to generate synthetic ML research tasks for training agents, improving performance on MLGym benchmark via teacher-student training.

Reasoning

The paper introduces a novel synthetic task generation pipeline for training AI agents in ML research, with grounding in real datasets and self-debugging. Strengths include a principled training approach and empirical gains on MLGym; weaknesses include limited scope to ML tasks and lack of evaluation on broader scientific discovery.

Read-first score

Read-first score 63.5, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 68.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Methodology quality 25%
80

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=benchmark,dataset,metric,result

Topical relevance 42%
56.7

Uses existing LLM keyword relevance scores normalized to 0-100. AI scientist,automated scientific discovery,autonomous research agent,automated research,literature review agent,survey generation,automated experimentation,experiment design agent,AI for scientific research,paper writing agent,research automation,scientific discovery agent

Reproducibility 25%
46

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=code,dataset

Field roles

FrontierMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 23.

Keyword Scores

AI scientist
9
autonomous research agent
8
AI for scientific research
8
scientific discovery agent
8
automated scientific discovery
7
automated research
7
research automation
7
experiment design agent
6
automated experimentation
5
literature review agent
1
survey generation
1
paper writing agent
1

Deep Analysis

Innovations

  • Synthetic environment generation pipeline for machine learning agents that automatically synthesizes ML challenges (topic sampling, dataset proposal, code generation) compatible with SWE-agent.
  • Grounding synthetic tasks in real ML datasets via verification against the Huggingface API.
  • Self-debugging loop to ensure higher quality of generated tasks.
  • Teacher-student training paradigm using trajectories from GPT-5 on synthetic tasks to improve smaller models (Qwen3-4B, Qwen3-8B) on MLGym benchmark.

Methodology

The paper proposes a pipeline that automatically synthesizes machine learning challenges compatible with the SWE-agent framework, covering topic sampling, dataset proposal, and code generation. The tasks are grounded in real datasets by verifying proposals against the Huggingface API and refined via a self-debugging loop. Trajectories from a teacher model (GPT-5) on these synthetic tasks are used to train student models (Qwen3-4B and Qwen3-8B), which are then evaluated on the MLGym benchmark using the AUP metric.

Key Results

Training with synthetic tasks improved the AUP metric on MLGym by 9% for Qwen3-4B and 12% for Qwen3-8B.

Tags

AI