arXiv論文メモ
新着一覧
cs.RO / cs.AI · 査読状況未確認

グラフで行動計画を検査しロボットの失敗を減らす

GAVEL: Graph World Models for Verified and Efficient Long-Horizon LLM Task Planning

Ruiyang Wang, Hao-Lun Hsu, Swarajh Mehta, Jiwoo Kim, Zhihao Dou, and Miroslav Pajic

この論文をやさしく読む

ひとことで言うと

言語モデルが作ったロボットの手順を、物体の関係や行動条件を表すグラフで実行前にチェックする方法です。

何に役立つ?

複雑な作業で、不可能な行動を事前に直したり、物を探す順番を効率化したりする計画支援に役立ちます。

この研究の面白いところ

機械的に直せる誤りは世界モデル側で修復し、意味の判断が必要なときだけ言語モデルに再計画を頼みます。

どこまで分かった?

成功率はBEHAVIOR-1Kでの評価結果で、実機で同じ割合を達成したという記述はありません。数値例はQwen3-8Bを使用した設定です。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

大規模言語モデル(LLM)は、ロボットの長期計画に柔軟なインターフェースを提供する。しかし、生成した計画は、機体の能力や身体的な制約を守れなかったり、計画の誤りから回復できなかったり、部分観測の下で効果的に推論できなかったりすることが多い。本研究は、明示的なグラフ世界モデルを中心に構築した、長期LLM計画を検証・修復する枠組みGAVELを提案する。 グラフは、関係する物体間の関係、行動の前提条件と効果、観測されていない物体の位置についての確率的な信念を表す。このモデルは、LLMが生成した行動の結果を実行前に予測し、違反を検出し、世界モデルから直接修正内容が導ける違反を修復できる。また、意味的な推論が必要な誤りに限って、LLMによる再計画を行う。複数課題を含む指示では、物体のあり得る位置の分布を推論し、残りの副課題の順序を入れ替えて、期待探索コストを最小化する。 BEHAVIOR-1K上で、100件の単一長期課題と500件の複数課題指示を用いてGAVELを評価する。Qwen3-8Bでは、単一課題の成功率を41.2%から91.8%へ、複数課題の成功率を19.9%から92.6%へ改善する。確率分布に基づく信念推論は、静的な変種と比較して移動距離も約5.4%減らす。これらの改善は、明示的なグラフ世界モデルを用いた補助機構が、小型モデルからホスト型の最先端LLMまで、長期の身体性を伴う計画の信頼性と効率を大幅に改善できることを示す。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-16(UTC)
最新改訂
2026-09-16 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

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.

arXiv ID: 2609.19315 / 要約の誤りについて