CLSep 16, 2025

ReSum: Unlocking Long-Horizon Search Intelligence via Context Summarization

arXiv:2509.13313v271 citationsh-index: 23Has Code
Originality Highly original
AI Analysis

This addresses context window limitations for web agents handling complex queries, offering a novel paradigm with significant performance gains.

The paper tackled the problem of large language model-based web agents being limited by context windows in complex search tasks, and introduced ReSum, a paradigm using periodic context summarization to enable indefinite exploration, resulting in an average 4.5% improvement over ReAct and up to 33.3% Pass@1 on benchmarks.

Large Language Model (LLM)-based web agents demonstrate strong performance on knowledge-intensive tasks but are hindered by context window limitations in paradigms like ReAct. Complex queries involving multiple entities, intertwined relationships, and high uncertainty demand extensive search cycles that rapidly exhaust context budgets before reaching solutions. To overcome this challenge, we introduce ReSum, a novel paradigm that enables indefinite exploration through periodic context summarization. ReSum converts growing interaction histories into compact reasoning states, maintaining awareness of prior discoveries while bypassing context constraints. For paradigm adaptation, we propose ReSum-GRPO, integrating GRPO with segmented trajectory training and advantage broadcasting to familiarize agents with summary-conditioned reasoning. Extensive experiments on web agents across three benchmarks demonstrate that ReSum delivers an average absolute improvement of 4.5% over ReAct, with further gains of 8.2% following ReSum-GRPO training. Notably, with only 1K training samples, our WebResummer-30B (a ReSum-GRPO-trained version of WebSailor-30B) achieves 33.3% Pass@1 on BrowseComp-zh and 18.3% on BrowseComp-en, surpassing most open-source web agents.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes