WebClipper: Efficient Evolution of Web Agents with Graph-based Trajectory Pruning

πŸ“… 2026-02-13
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

232K/year

Technology Category

Application Category

πŸ“ Abstract
Deep Research systems based on web agents have shown strong potential in solving complex information-seeking tasks, yet their search efficiency remains underexplored. We observe that many state-of-the-art open-source web agents rely on long tool-call trajectories with cyclic reasoning loops and exploration of unproductive branches. To address this, we propose WebClipper, a framework that compresses web agent trajectories via graph-based pruning. Concretely, we model the agent's search process as a state graph and cast trajectory optimization as a minimum-necessary Directed Acyclic Graph (DAG) mining problem, yielding pruned trajectories that preserve essential reasoning while eliminating redundant steps. Continued training on these refined trajectories enables the agent to evolve toward more efficient search patterns and reduces tool-call rounds by about 20% while improving accuracy. Furthermore, we introduce a new metric called F-AE Score to measure the model's overall performance in balancing accuracy and efficiency. Experiments demonstrate that WebClipper compresses tool-call rounds under excellent performance, providing practical insight into balancing effectiveness and efficiency in web agent design.
Problem

Research questions and friction points this paper is trying to address.

web agents
search efficiency
tool-call trajectories
reasoning loops
trajectory optimization
Innovation

Methods, ideas, or system contributions that make the work stand out.

graph-based pruning
trajectory compression
web agents
Directed Acyclic Graph (DAG)
efficiency-accuracy trade-off
πŸ”Ž Similar Papers
No similar papers found.