paper-with-me

홈 › Papers

Why Do LLM-based Web Agents Fail? A Hierarchical Planning Perspective

2026-03-15 · Mohamed Aghzal, Gregory J. Stein, Ziyu Yao arxiv

Large language model (LLM) web agents are increasingly used for web navigation but remain far from human reliability on realistic, long-horizon tasks. Existing evaluations focus primarily on end-to-end success, offering limited insight into where failures arise. We propose a hierarchical planning framework to analyze web agents across three layers (i.e., high-level planning, low-level execution, and replanning), enabling process-based evaluation of reasoning, grounding, and recovery. Our experiments show that structured Planning Domain Definition Language (PDDL) plans produce more concise and goal-directed strategies than natural language (NL) plans, but low-level execution remains the dominant bottleneck. These results indicate that improving perceptual grounding and adaptive control, not only high-level reasoning, is critical for achieving human-level reliability. This hierarchical perspective provides a principled foundation for diagnosing and advancing LLM web agents.

📄 PDF Abstract BibTeX arXiv:2603.14248

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Global Replanning: Hierarchical Recovery for Cross-Device Agent Systems

2026-06-18 · Shu Yao, Yuhua Luo, Qian Long, Jingru Fan 외 arxiv

Real-world computer-use tasks often span multiple applications and devices, requiring agents to coordinate heterogeneous environments under dynamic runtime failures. Existing multi-device agent systems support task decom…

Hierarchical Reinforcement Learning in Complex 3D Environments

2023-02-28 · Bernardo Avila Pires, Feryal Behbahani, Hubert Soyer, Kyriacos Nikiforou 외

Hierarchical Reinforcement Learning (HRL) agents have the potential to demonstrate appealing capabilities such as planning and exploration with abstraction, transfer, and skill reuse. Recent successes with HRL across dif…

Deep Reinforcement LearningHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+1

HiMAP-Travel: Hierarchical Multi-Agent Planning for Long-Horizon Constrained Travel

2026-03-05 · The Viet Bui, Wenjun Li, Yong Liu arxiv

Sequential LLM agents fail on long-horizon planning with hard constraints like budgets and diversity requirements. As planning progresses and context grows, these agents drift from global constraints. We propose HiMAP-Tr…

From Coarse to Fine: Self-Adaptive Hierarchical Planning for LLM Agents

2026-04-25 · Haoran Tan, Zeyu Zhang, Chen Ma, Tianze Liu 외 arxiv

Large language model-based agents have recently emerged as powerful approaches for solving dynamic and multi-step tasks. Most existing agents employ planning mechanisms to guide long-term actions in dynamic environments.…

Why Reasoning Fails to Plan: A Planning-Centric Analysis of Long-Horizon Decision Making in LLM Agents

2026-01-29 · Zehong Wang, Fang Wu, Hongru Wang, Xiangru Tang 외 arxiv

Large language model (LLM)-based agents exhibit strong step-by-step reasoning capabilities over short horizons, yet often fail to sustain coherent behavior over long planning horizons. We argue that this failure reflects…

Decision Making