paper-with-me

Papers

Scaling Automatic Research Agents via World Models

2026-08-29 · Xiyuan Yang, Sheikh Sarwar, Jingru Cheng, Zhan Shi, Duanshun Li, Huiyuan Chen, Haiyang Zhang, Xing Fan, Chenlei Guo, Jingrui He, Zhenyu Liao hf

Automating empirical research is a long-standing direction of AI. Recent automatic research (AutoResearch) agents bring this goal within reach, as modern LLMs show the capability to independently implement solutions and learn from the execution outcomes. Behind these gains, post-training (especially RL) plays a central role. In this paper, we identify a fundamental tension when scaling RL for these agents: the two components of every AutoResearch trajectory (agent generation and environment execution) scale in very different manners, since all generation shares compute through batching, while each execution occupies its exclusive sandbox and real machine time. As a result, the environment execution dominates the training cost and becomes the bottleneck as trajectories grow. To resolve this tension, we propose World Model RL (WMRL), which replaces environment execution with a world model to remove this bottleneck. Additionally, the world model can be imperfect, as its rewards are corrupted by bias and noise. Therefore, we further equip WMRL with two mitigations, Online Debiasing and Inverse-Variance Denoising, which offset the bias and suppress the noise respectively. Theoretically, we prove that both mitigations of WMRL strictly improve the convergence guarantee. Empirically, WMRL accelerates training by 3-4x on various tasks at different agent scales, while exceeding the performance of standard RL baselines. Moreover, our post-trained 4B and 9B agents outperform much larger open-weight agents of 48B and 120B on held-out benchmarks. Beyond AutoResearch, WMRL also transfers to post-training embodied VLA policies, which demonstrates the generalizability of our method.

📄 PDF Abstract BibTeX arXiv:2608.12564

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MiroThinker: Pushing the Performance Boundaries of Open-Source Research Agents via Model, Context, and Interactive Scaling

2025-11-14 · MiroMind Team, Song Bai, Lidong Bing, Carson Chen 외 arxiv

We present MiroThinker v1.0, an open-source research agent designed to advance tool-augmented reasoning and information-seeking capabilities. Unlike previous agents that only scale up model size or context length, MiroTh…

Reinforcement Learning

Agent-World: Scaling Real-World Environment Synthesis for Evolving General Agent Intelligence

2026-04-20 · Guanting Dong, Junting Lu, Junjie Huang, Wanjun Zhong 외 arxiv

Large language models are increasingly expected to serve as general-purpose agents that interact with external, stateful tool environments. The Model Context Protocol (MCP) and broader agent skills offer a unified interf…

Reinforcement Learning

DeepResearcher: Scaling Deep Research via Reinforcement Learning in Real-world Environments

2025-04-04 · Yuxiang Zheng, Dayuan Fu, Xiangkun Hu, Xiaojie Cai 외

Large Language Models (LLMs) equipped with web search capabilities have demonstrated impressive potential for deep research tasks. However, current approaches predominantly rely on either manually engineered prompts (pro…

NavigatePrompt EngineeringRAGReinforcement Learning (RL)+1

ScaleCUA: Scaling Open-Source Computer Use Agents with Cross-Platform Data

2025-09-18 · Zhaoyang Liu, Jingjing Xie, Zichen Ding, Zehao Li 외 arxiv

Vision-Language Models (VLMs) have enabled computer use agents (CUAs) that operate GUIs autonomously, showing great potential, yet progress is limited by the lack of large-scale, open-source computer use data and foundat…

Co-Evolving Complexity: An Adversarial Framework for Automatic MARL Curricula

2025-09-03 · Brennen Hill arxiv

The advancement of general-purpose intelligent agents is intrinsically linked to the environments in which they are trained. While scaling models and datasets has yielded remarkable capabilities, scaling the complexity, …