English

IterResearch: Rethinking Long-Horizon Agents with Interaction Scaling

Artificial Intelligence 2026-02-03 v2 Computation and Language

Abstract

Recent advances in deep-research agents have shown promise for autonomous knowledge construction through dynamic reasoning over external sources. However, existing approaches rely on a mono-contextual paradigm that accumulates all information in a single, expanding context window, leading to context suffocation and noise contamination that limit their effectiveness on long-horizon tasks. We introduce \textbf{IterResearch}, a novel iterative deep-research paradigm that revisits long-horizon research through the lens of Interaction Scaling. Instead of relying on linear context accumulation, we adopt an MDP-inspired architecture with strategic workspace reconstruction. By maintaining an evolving report as memory and periodically synthesizing insights, our approach preserves consistent reasoning capacity across arbitrary exploration depths. To effectively train this paradigm, we employ Efficiency-Aware Policy Optimization (EAPO), a training strategy that adapts geometric reward discounting to incentivize efficient exploration and utilizes adaptive downsampling for stable distributed training. Extensive experiments demonstrate that IterResearch achieves substantial improvements over existing open-source agents with average +14.5pp across six benchmarks and narrows the gap with frontier proprietary systems. Remarkably, our paradigm exhibits unprecedented interaction scaling, extending to 2048 interactions with dramatic performance gains (from 3.5\% to 42.5\%), and serves as an effective prompting strategy, improving frontier models by up to 19.2pp over ReAct on long-horizon tasks. These findings position IterResearch as a versatile solution for long-horizon reasoning, effective both as a trained agent and as a prompting paradigm for frontier models.

Keywords

Cite

@article{arxiv.2511.07327,
  title  = {IterResearch: Rethinking Long-Horizon Agents with Interaction Scaling},
  author = {Guoxin Chen and Zile Qiao and Xuanzhong Chen and Donglei Yu and Haotian Xu and Wayne Xin Zhao and Ruihua Song and Wenbiao Yin and Huifeng Yin and Liwen Zhang and Kuan Li and Minpeng Liao and Yong Jiang and Pengjun Xie and Fei Huang and Jingren Zhou},
  journal= {arXiv preprint arXiv:2511.07327},
  year   = {2026}
}

Comments

Camera Ready version for ICLR 2026. https://github.com/Chen-GX/IterResearch

R2 v1 2026-07-01T07:30:14.906Z