菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-09
📄 Abstract - Scale-Plan: Scalable Language-Enabled Task Planning for Heterogeneous Multi-Robot Teams

Long-horizon task planning for heterogeneous multi-robot systems is essential for deploying collaborative teams in real-world environments; yet, it remains challenging due to the large volume of perceptual information, much of which is irrelevant to task objectives and burdens planning. Traditional symbolic planners rely on manually constructed problem specifications, limiting scalability and adaptability, while recent large language model (LLM)-based approaches often suffer from hallucinations and weak grounding-i.e., poor alignment between generated plans and actual environmental objects and constraints-in object-rich settings. We present Scale-Plan, a scalable LLM-assisted framework that generates compact, task-relevant problem representations from natural language instructions. Given a PDDL domain specification, Scale-Plan constructs an action graph capturing domain structure and uses shallow LLM reasoning to guide a structured graph search that identifies a minimal subset of relevant actions and objects. By filtering irrelevant information prior to planning, Scale-Plan enables efficient decomposition, allocation, and long-horizon plan generation. We evaluate our approach on complex multi-agent tasks and introduce MAT2-THOR, a cleaned benchmark built on AI2-THOR for reliable evaluation of multi-robot planning systems. Scale-Plan outperforms pure LLM and hybrid LLM-PDDL baselines across all metrics, improving scalability and reliability.

顶级标签: llm agents systems
详细标签: multi-robot planning task decomposition pddl graph search benchmark 或 搜索:

Scale-Plan:面向异构多机器人团队的可扩展语言任务规划 / Scale-Plan: Scalable Language-Enabled Task Planning for Heterogeneous Multi-Robot Teams


1️⃣ 一句话总结

这篇论文提出了一个名为Scale-Plan的新框架,它利用大语言模型从自然语言指令中智能筛选出与任务最相关的关键信息,从而大幅提升了异构多机器人团队进行复杂、长期任务规划的效率和可靠性。

源自 arXiv: 2603.08814