Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cl 94% Match Research Paper AI Researchers,LLM Developers,Information Retrieval Specialists,Software Engineers building AI agents 1 week ago

Lost in the Maze: Overcoming Context Limitations in Long-Horizon Agentic Search

large-language-models › reasoning
📄 Abstract

Abstract: Long-horizon agentic search requires iteratively exploring the web over long trajectories and synthesizing information across many sources, and is the foundation for enabling powerful applications like deep research systems. In this work, we show that popular agentic search frameworks struggle to scale to long trajectories primarily due to context limitations-they accumulate long, noisy content, hit context window and tool budgets, or stop early. Then, we introduce SLIM (Simple Lightweight Information Management), a simple framework that separates retrieval into distinct search and browse tools, and periodically summarizes the trajectory, keeping context concise while enabling longer, more focused searches. On long-horizon tasks, SLIM achieves comparable performance at substantially lower cost and with far fewer tool calls than strong open-source baselines across multiple base models. Specifically, with o3 as the base model, SLIM achieves 56% on BrowseComp and 31% on HLE, outperforming all open-source frameworks by 8 and 4 absolute points, respectively, while incurring 4-6x fewer tool calls. Finally, we release an automated fine-grained trajectory analysis pipeline and error taxonomy for characterizing long-horizon agentic search frameworks; SLIM exhibits fewer hallucinations than prior systems. We hope our analysis framework and simple tool design inform future long-horizon agents.
Authors (7)
Howard Yen
Ashwin Paranjape
Mengzhou Xia
Thejas Venkatesh
Jack Hessel
Danqi Chen
+1 more
Submitted
October 21, 2025
arXiv Category
cs.CL
arXiv PDF

Key Contributions

This paper introduces SLIM (Simple Lightweight Information Management), a framework designed to overcome context limitations in long-horizon agentic web search. By separating retrieval into distinct search and browse tools and periodically summarizing the trajectory, SLIM maintains concise context, enabling longer, more focused searches with significantly lower cost and fewer tool calls compared to baselines.

Business Value

Enables the development of more powerful automated research assistants and information gathering tools that can tackle complex, multi-step queries efficiently. This can significantly boost productivity in knowledge work.