Nested Browser-Use Learning for Agentic Information Seeking
Baixuan Li, Jialong Wu, Wenbiao Yin, Kuan Li, Zhongwang Zhang, Huifeng Yin, Zhengwei Tao, Liwen Zhang, Pengjun Xie, Jingren Zhou, Yong Jiang
TL;DR
NestBrowse tackles the gap between IS agents' API-level tool use and full browser-based information gathering. It introduces a minimally complete four-action browser toolkit and a nested outer-loop/inner-loop framework, trained via multi-task imitation learning to jointly optimize reasoning and intra-page exploration. On four challenging deep IS benchmarks across English and Chinese, NestBrowse—especially the 30B-A3B model—achieves strong results and outperforms many open-source baselines while rivaling several proprietary systems, with the 4B model also competitive. The approach demonstrates that principled browser abstractions and hierarchical reasoning enable small models to perform complex deep web information seeking efficiently, reducing context waste by injecting only goal-relevant content.
Abstract
Information-seeking (IS) agents have achieved strong performance across a range of wide and deep search tasks, yet their tool use remains largely restricted to API-level snippet retrieval and URL-based page fetching, limiting access to the richer information available through real browsing. While full browser interaction could unlock deeper capabilities, its fine-grained control and verbose page content returns introduce substantial complexity for ReAct-style function-calling agents. To bridge this gap, we propose Nested Browser-Use Learning (NestBrowse), which introduces a minimal and complete browser-action framework that decouples interaction control from page exploration through a nested structure. This design simplifies agentic reasoning while enabling effective deep-web information acquisition. Empirical results on challenging deep IS benchmarks demonstrate that NestBrowse offers clear benefits in practice. Further in-depth analyses underscore its efficiency and flexibility.
