菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - Hierarchical LLM-Based Multi-Agent Framework with Prompt Optimization for Multi-Robot Task Planning

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 optimization in multi-agent settings. On the MAT-THOR benchmark, our planner achieves success rates of 0.95 on compound tasks, 0.84 on complex tasks, and 0.60 on vague tasks, improving over the previous state-of-the-art LaMMA-P by 2, 7, and 15 percentage points respectively. An ablation study shows that the hierarchical structure, prompt optimization, and meta-prompt sharing contribute roughly +59, +37, and +4 percentage points to the overall success rate.

顶级标签: llm agents robotics
详细标签: multi-agent planning prompt optimization hierarchical framework task decomposition pddl 或 搜索:

基于分层大语言模型的多智能体框架与提示优化用于多机器人任务规划 / Hierarchical LLM-Based Multi-Agent Framework with Prompt Optimization for Multi-Robot Task Planning


1️⃣ 一句话总结

这篇论文提出了一种结合大语言模型和传统规划器优势的分层多智能体框架,通过自动优化提示词来解决多机器人团队理解复杂、模糊指令并生成可行任务规划的问题,在多个任务类型上显著提升了成功率。

源自 arXiv: 2602.21670