AI Planning Framework for LLM-Based Web Agents
Orit Shahnovsky, Rotem Dror

TL;DR
This paper introduces a formal framework for analyzing LLM-based web agents as sequential decision processes, providing new metrics and a dataset to diagnose and compare different agent architectures.
Contribution
It maps modern web agent architectures to traditional planning paradigms, introduces novel evaluation metrics, and validates the framework with a new dataset and comparative analysis.
Findings
Step-by-Step agents have 38% success aligning with human trajectories.
Full-Plan-in-Advance agents achieve 89% element accuracy.
Evaluation metrics reveal strengths and weaknesses of different agent types.
Abstract
Developing autonomous agents for web-based tasks is a core challenge in AI. While Large Language Model (LLM) agents can interpret complex user requests, they often operate as black boxes, making it difficult to diagnose why they fail or how they plan. This paper addresses this gap by formally treating web tasks as sequential decision-making processes. We introduce a taxonomy that maps modern agent architectures to traditional planning paradigms: Step-by-Step agents to Breadth-First Search (BFS), Tree Search agents to Best-First Tree Search, and Full-Plan-in-Advance agents to Depth-First Search (DFS). This framework allows for a principled diagnosis of system failures like context drift and incoherent task decomposition. To evaluate these behaviors, we propose five novel evaluation metrics that assess trajectory quality beyond simple success rates. We support this analysis with a new…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Speech and dialogue systems · Multi-Agent Systems and Negotiation
