Planning with Multi-Constraints via Collaborative Language Agents
Cong Zhang, Derrick Goh Xin Deik, Dexun Li, Hao Zhang, Yong Liu

TL;DR
This paper presents PMC, a zero-shot planning method for multi-agent LLM systems that effectively manages complex, constrained tasks by hierarchical decomposition, significantly outperforming existing approaches on benchmark tasks.
Contribution
Introduces PMC, a novel hierarchical planning approach for multi-agent LLM systems that handles complex constraints without task-specific training.
Findings
PMC achieves 42.68% success on TravelPlanner, surpassing GPT-4's 2.92%.
PMC outperforms GPT-4 with ReAct by 13.64% on API-Bank.
PMC is effective with smaller LLMs like LLaMA-3.1-8B.
Abstract
The rapid advancement of neural language models has sparked a new surge of intelligent agent research. Unlike traditional agents, large language model-based agents (LLM agents) have emerged as a promising paradigm for achieving artificial general intelligence (AGI) due to their superior reasoning and generalization capabilities. Effective planning is crucial for the success of LLM agents in real-world tasks, making it a highly pursued topic in the community. Current planning methods typically translate tasks into executable action sequences. However, determining a feasible or optimal sequence for complex tasks with multiple constraints at fine granularity, which often requires compositing long chains of heterogeneous actions, remains challenging. This paper introduces Planning with Multi-Constraints (PMC), a zero-shot methodology for collaborative LLM-based multi-agent systems that…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Multi-Agent Systems and Negotiation · Speech and dialogue systems
MethodsLinear Layer · Dropout · Attention Is All You Need · Dense Connections · Byte Pair Encoding · Multi-Head Attention · Adam · Layer Normalization · Position-Wise Feed-Forward Layer · Label Smoothing
