paper-with-me

Papers

Auto Research with Specialist Agents Develops Effective and Non-Trivial Training Recipes

2026-05-07 · Jingjie Ning, Xiaochuan Li, Ji Zeng, Hao Kang, Chenyan Xiong arxiv

We study auto research as a closed empirical loop driven by external measurement. Each submitted trial carries a hypothesis, an executable code edit, an evaluator-owned outcome, and feedback that shapes the next proposal. The output is not a generated paper or a single model checkpoint, but an auditable trajectory of proposals, code diffs, experiments, scores, and failure labels. We instantiate this loop with specialist agents that partition recipe surfaces and share measured lineage across trials. The central empirical finding is that lineage feedback lets agents turn evaluator outcomes, including crashes, budget overruns, size failures, and accuracy-gate misses, into later program-level recipe edits rather than one-shot suggestions. Across 1,197 headline-run trials plus 600 Parameter Golf control trials after one-time setup and launch, humans did not choose proposals, edit recipes, override scores, or repair failed trials during the search. In the three headline runs, the same submitted-trial loop reduces Parameter Golf validation bpb by $0.81\%$, raises NanoChat-D12 CORE by $38.7\%$, and reduces CIFAR-10 Airbench96 wallclock by $4.59\%$, with each task measured by its own external evaluator and legality checks. The trace includes a strict architecture-domain audit of 157 headline-run submissions and program rewrites such as a NanoChat attention-kernel path change. Within this scope the loop autonomously writes code, submits experiments, absorbs feedback, applies and combines known techniques inside each environment, and improves public starting recipes.

📄 PDF Abstract BibTeX arXiv:2605.05724

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agents: An Open-source Framework for Autonomous Language Agents

2023-09-14 · Wangchunshu Zhou, Yuchen Eleanor Jiang, Long Li, Jialong Wu 외

Recent advances on large language models (LLMs) enable researchers and developers to build autonomous language agents that can automatically solve various tasks and interact with environments, humans, and other agents us…

NORA: A Harness-Engineered Autonomous Research Agent for End-to-End Spatial Data Science

2026-05-03 · Bing Zhou, Xiao Huang, Huan Ning, Qiusheng Wu 외 arxiv

The automation of scientific research workflows has emerged as a transformative frontier in artificial intelligence, yet existing autonomous research agents remain largely domain-agnostic, lacking the specialized reasoni…

SEAgent: Self-Evolving Computer Use Agent with Autonomous Learning from Experience

2025-08-06 · Zeyi Sun, Ziyu Liu, Yuhang Zang, Yuhang Cao 외 arxiv

Repurposing large vision-language models (LVLMs) as computer use agents (CUAs) has led to substantial breakthroughs, primarily driven by human-labeled data. However, these models often struggle with novel and specialized…

Deep Reinforcement Learning for Multi-Agent Interaction

2022-08-02 · Ibrahim H. Ahmed, Cillian Brewitt, Ignacio Carlucho, Filippos Christianos 외

The development of autonomous agents which can interact with other agents to accomplish a given task is a core area of research in artificial intelligence and machine learning. Towards this goal, the Autonomous Agents Re…

BIG-bench Machine LearningCausal InferenceDeep Reinforcement LearningMulti-agent Reinforcement Learning+4

Beyond Generalist LLMs: Specialist Agentic Systems for Structured Code Workflow Execution

2026-07-16 · Harris Borman, Herman Wandabwa, Fusun Yu, Sandeepa Kannangara 외 arxiv

Large Language Models (LLMs) have accelerated the adoption of software development agents, now widely available as Integrated Development Environment (IDE) extensions and standalone applications. While these agents are t…