Hierarchical LLM-Based Multi-Agent Framework with Prompt Optimization for Multi-Robot Task Planning
Tomoya Kawabe, Rin Takano

TL;DR
This paper introduces a hierarchical multi-agent LLM-based framework with prompt optimization for multi-robot task planning, effectively decomposing instructions and improving success rates on complex benchmarks.
Contribution
It proposes a novel hierarchical multi-agent system with prompt optimization and meta-prompts, enhancing multi-robot task planning accuracy over previous methods.
Findings
Achieves success rates of 0.95 on compound tasks, 0.84 on complex tasks, and 0.60 on vague tasks.
Prompt optimization and hierarchical structure significantly improve planning success.
Outperforms the previous state-of-the-art LaMMA-P by 2-15 percentage points.
Abstract
Multi-robot task planning requires decomposing natural-language instructions into executable actions for heterogeneous robot teams. Conventional Planning Domain Definition Language (PDDL) planners provide rigorous guarantees but struggle to handle ambiguous or long-horizon missions, while large language models (LLMs) can interpret instructions and propose plans but may hallucinate or produce infeasible actions. We present a hierarchical multi-agent LLM-based planner with prompt optimization: an upper layer decomposes tasks and assigns them to lower-layer agents, which generate PDDL problems solved by a classical planner. When plans fail, the system applies TextGrad-inspired textual-gradient updates to optimize each agent's prompt and thereby improve planning accuracy. In addition, meta-prompts are learned and shared across agents within the same layer, enabling efficient prompt…
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
TopicsAI-based Problem Solving and Planning · Multimodal Machine Learning Applications · Robotic Path Planning Algorithms
