Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning Decentralized LLM Collaboration with Multi-Agent Actor Critic

About

Recent work has explored optimizing LLM collaboration through Multi-Agent Reinforcement Learning (MARL). However, most MARL fine-tuning approaches rely on predefined execution protocols, which often require centralized execution. Decentralized LLM collaboration is more appealing in practice, as agents can run inference in parallel with flexible deployments. Also, current approaches use Monte Carlo methods for fine-tuning, which suffer from high variance and thus require more samples to train effectively. Actor-critic methods are prevalent in MARL for dealing with these issues; thus, we developed Multi-Agent Actor-Critic (MAAC) methods to optimize decentralized LLM collaboration. In this paper, we analyze when and why these MAAC methods are beneficial. We propose 2 MAAC approaches, \textbf{CoLLM-CC} with a \textbf{C}entralized \textbf{C}ritic and \textbf{CoLLM-DC} with \textbf{D}ecentralized \textbf{C}ritics. Our experiments across writing, coding, and game-playing domains show that Monte Carlo methods and CoLLM-DC can achieve performance comparable to CoLLM-CC in short-horizon and dense-reward settings. However, they both underperform CoLLM-CC on long-horizon or sparse-reward tasks, where Monte Carlo methods require substantially more samples and CoLLM-DC struggles to converge.

Shuo Liu, Tianle Chen, Ryan Amiri, Christopher Amato• 2026

Related benchmarks

TaskDatasetResultRank
ReasoningARC
Accuracy55
245
MathematicsALGEBRA
Accuracy41
13
Science Question AnsweringPhysics
Accuracy35.3
13
Medical Question AnsweringMedicine
Accuracy33
13
ReasoningNavigate
Accuracy40
13
Article WritingTLDR (test)
Score95.4
9
Code GenerationCoopHE (test)
Pass Rate75.2
9
Coding CollaborationCoopHE
Pass@175.2
9
Article WritingarXiv (test)
Score95
9
Language-based GamesHouseBuild (test)
HP86.4
9
Showing 10 of 15 rows

Other info

Follow for update