GAVEL:用图世界模型验证与修复 LLM 长时程任务规划

HuggingFace Daily Papers(社区热门论文)·2026-09-16 08:00·5天前
AI 导读

GAVEL 是一个基于显式图世界模型的框架,用于验证和修复 LLM 生成的长时程机器人规划。在 BEHAVIOR-1K 的 100 个单任务和 500 条多任务指令上,搭配 Qwen3-8B 时单任务成功率从 41.2% 提升至 91.8%,多任务成功率从 19.9% 提升至 92.6%。其分布信念推理相比静态变体减少约 5.4% 的移动距离。

HuggingFace Daily Papers(社区热门论文)
40AI 编辑部评分,满分 100

GAVEL:用图世界模型验证与修复 LLM 长时程任务规划

2026-09-16 08:00· 5天前
AI 导读

GAVEL 是一个基于显式图世界模型的框架,用于验证和修复 LLM 生成的长时程机器人规划。在 BEHAVIOR-1K 的 100 个单任务和 500 条多任务指令上,搭配 Qwen3-8B 时单任务成功率从 41.2% 提升至 91.8%,多任务成功率从 19.9% 提升至 92.6%。其分布信念推理相比静态变体减少约 5.4% 的移动距离。

Large language models (LLMs) provide a flexible interface for long-horizon robot planning, but generated plans often fail to respect embodiment constraints, recover from planning errors, or reason effectively under partial observability. We present GAVEL, a framework for verifying and repairing long-horizon LLM planning built around an explicit graph world model. The graph represents relevant object-relations, action pre-conditions and effects, and probabilistic beliefs over unobserved object locations. This model can predict the consequences of LLM-generated actions before execution, detect violations, and repair those whose corrections follow directly from the world model.

This method also reserves LLM replanning solely for errors requiring semantic reasoning. For multi-task instructions, GAVEL reasons over distributions of possible object locations to reorder remaining subtasks and minimize expected search cost. We evaluate GAVEL on BEHAVIOR-1K across 100 single long-horizon tasks and 500 multi-task instructions. With Qwen3-8B, GAVEL improves single-task success from 41.2% to 91.8% and multi-task success from 19.9% to 92.6%. Distributional belief reasoning also reduces travel distance by approximately 5.4% compared with a static variant.

These improvements show that an explicit graph world model harness can substantially improve the reliability and efficiency of long-horizon embodied planning across compact and frontier hosted LLM capabilities.