Enhancing Decision-Making with Large Language Models through Multi-Agent Fictitious Play
2026-06-17 • Computation and Language
Computation and LanguageMultiagent Systems
AI summaryⓘ
The authors identify a problem called 'stance entanglement,' where multiple decision-makers' choices depend on each other and can't be solved separately. To tackle this, they developed a new system called Multi-Agent Fictitious Play (MAFP) that models each decision-maker as an agent and tries to find a balanced solution through repeated interactions. Their approach helps agents learn from and adjust to each other's decisions over time, improving the overall quality of decisions. They tested this method on tough decision-making tasks and found it works better than existing approaches in terms of strength and reliability.
large language modelsmulti-agent systemsstance entanglementdecision-makinggame theoryfictitious playequilibrium-seekingcompetitive scenariostournament strengthrobustness
Authors
Leyang Shen, Yang Zhang, Xiaoyan Zhao, Chun Kai Ling, Tat-Seng Chua
Abstract
Large language model (LLM)-based multi-agent systems (MAS) have demonstrated great potential in solving tasks with execution complexity, by distributing subtasks across cooperative agents. However, this divide-and-conquer paradigm falls short on decision-making tasks that are also prevalent in the real world. These tasks require simultaneous reasoning from the stances of all involved stakeholders whose decisions are mutually dependent and thus cannot be solved in isolation. We characterize this challenge as stance entanglement, a form of decision complexity distinct from execution complexity. To address it, we propose Multi-Agent Fictitious Play (MAFP), a novel MAS paradigm that represents stakeholder stances as agents and formulates decision-making as an equilibrium-seeking process. Built on the game-theoretic principle of fictitious play, MAFP iteratively updates each agent's decision by best responding to the empirical mixture of other agents' past decisions. This enables agents to expose and address one another's weaknesses, progressively improving decision quality and robustness. We evaluate MAFP on challenging decision-making tasks that test the capability of deciding strategies for competitive scenarios prior to acting. MAFP outperforms both single-round and multi-round baselines on two complementary metrics, tournament strength and robustness, demonstrating its effectiveness in addressing stance entanglement.