paper-with-me

홈 › Papers

CausalPlan: Empowering Efficient LLM Multi-Agent Collaboration Through Causality-Driven Planning

2025-08-19 · Minh Hoang Nguyen, Van Dai Do, Dung Nguyen, Thin Nguyen, Hung Le arxiv

Large language model (LLM) agents-especially smaller, open-source models-often produce causally invalid or incoherent actions in collaborative tasks due to their reliance on surface-level correlations rather than grounded causal reasoning. This limitation undermines their performance in terms of coordination and planning in dynamic environments. We address this challenge with CausalPlan, a two-phase framework that integrates explicit structural causal reasoning into the LLM planning process. At the core of CausalPlan is the Structural Causal Action (SCA) model, which learns a causal graph from agent trajectories to capture how prior actions and current environment states influence future decisions. This structure is then used to guide action selection by assigning causal scores to LLM-generated proposals, reweighting them accordingly, or falling back to causally grounded alternatives when needed. By embedding this causal knowledge directly into the decision loop, CausalPlan constrains planning to intervention-consistent behaviours without requiring fine-tuning of the LLM itself. We evaluate CausalPlan on the Overcooked-AI benchmark across five multi-agent coordination tasks and four LLMs of varying sizes: Gemma-7B, Llama-8B, Qwen-14B, and Llama-70B. Experimental results show that CausalPlan consistently reduces invalid actions and improves collaboration in both AI-AI and human-AI settings, outperforming strong reinforcement learning baselines. Our findings highlight the value of causality-driven planning for deploying efficient, interpretable, and generalisable multi-agent LLM systems.

📄 PDF Abstract BibTeX arXiv:2508.13721

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

MorphAgent: Empowering Agents through Self-Evolving Profiles and Decentralized Collaboration

2024-10-19 · Siyuan Lu, Jiaqi Shao, Bing Luo, Tao Lin

Large Language Model (LLM) based multi-agent systems (MAS) have shown promise in tackling complex tasks, but often rely on predefined roles and centralized coordination, limiting their adaptability to evolving challenges…

Language ModelingLanguage ModellingLarge Language Model

PEACE: Empowering Geologic Map Holistic Understanding with MLLMs

2025-01-10 · CVPR 2025 1 · Yangyu Huang, Tianyi Gao, Haoran Xu, QiHao Zhao 외

Geologic map, as a fundamental diagram in geology science, provides critical insights into the structure and composition of Earth's subsurface and surface. These maps are indispensable in various fields, including disast…

Question Answering

Towards Adaptive, Scalable, and Robust Coordination of LLM Agents: A Dynamic Ad-Hoc Networking Perspective

2026-02-08 · Rui Li, Zeyu Zhang, Xiaohe Bo, Quanyu Dai 외 arxiv

Multi-agent architectures built on large language models (LLMs) have demonstrated the potential to realize swarm intelligence through well-crafted collaboration. However, the substantial burden of manual orchestration in…

MindForge: Empowering Embodied Agents with Theory of Mind for Lifelong Collaborative Learning

2024-11-20 · Mircea Lică, Ojas Shirekar, Baptiste Colle, Chirag Raman

Contemporary embodied agents, such as Voyager in Minecraft, have demonstrated promising capabilities in open-ended individual learning. However, when powered with open large language models (LLMs), these agents often str…

MinecraftTransfer Learning

Semantic Chain-of-Trust: Autonomous Trust Orchestration for Collaborator Selection via Hypergraph-Aided Agentic AI

2025-07-31 · Botao Zhu, Xianbin Wang, Dusit Niyato arxiv

The effective completion of tasks in collaborative systems hinges on task-specific trust evaluations of potential devices for distributed collaboration. Due to independent operation of devices involved, dynamic evolution…