Hugging Face Daily PapersRuiyang Wang, Hao-Lun Hsu, Swarajh Mehta1 min readpaperadvanced
GAVEL: Graph World Models for Verified and Efficient Long-Horizon LLM Task Planning
Summary
GAVEL augments LLM‑driven robot planners with an explicit graph world model that verifies actions, repairs violations, and reasons over belief distributions, boosting single‑task success from 41 % to 92 % and multi‑task success from 20 % to 93 % on BEHAVIOR‑1K.
- A lightweight graph encoding objects, relations, pre‑conditions, and probabilistic beliefs can serve as a fast verifier and repair engine for LLM‑generated plans.
- Separating low‑level feasibility checks from high‑level semantic replanning lets the LLM focus on reasoning‑intensive errors only.
- Distributional belief reasoning enables dynamic reordering of subtasks, cutting travel distance by ~5 % versus static ordering.
- Empirical results on a benchmark of 600 tasks show >50 % absolute improvement in success rates, demonstrating the practical impact of symbolic‑LLM hybrid planning.
Long‑horizon robot planning with LLMs suffers from feasibility violations and poor handling of partial observability. GAVEL shows that a compact, explicit world model can systematically catch and fix these issues, turning LLM planners from brittle generators into reliable agents without heavy retra…
8/10