← 首页|学术|Bayesian Partner Modelling enables Adaptive Replanning for LLM Coordination
Multiagent Systems (cs.MA) · 2608.18490 · 2026/08/19

Bayesian Partner Modelling enables Adaptive Replanning for LLM Coordination

Goel, Harsh, Ellendula, Aditya Sai, Tadiparthi, Vaishnav, Pari, Ehsan Moradi, Mahjoub, Hossein Nourkhiz, Chinchali, Sandeep P.
TL;DR:BayesBeliefAgent:贝叶斯跟踪伙伴技能,只在伙伴行为直接矛盾时打断当前技能重规划——信念-行动差距大幅收窄且重规划次数少一个数量级。

🎯 问题

LLM 多 agent 系统难与策略中途变化的临时队友协作:agent 执行多步技能时,公开证据已显示伙伴换技能仍长期执行过时计划;现有方法要么把跟踪当被动上下文(反应慢),要么无差别重规划。

🔬 方法

BayesBeliefAgent:分层 LLM 规划器 + 贝叶斯跟踪模块,只在伙伴动作与推断技能直接矛盾时才打断当前技能重规划(contradiction-conditioned control)。
章节结构(全文标题提取):
1 Introduction
2 Related Work
3 Problem Formulation
4 Method
5 Experiments
6 Future Work and Conclusion
Appendix
7 Full Algorithm Specification
8 Partner Population and Baseline Implementations
9 Reproducibility Details
10 System Prompts and Planner Inputs
11 Extended Results

📊 结果

Overcooked 上大幅收窄信念-行动差距,重规划次数比启发式方法少一个数量级。

💡 与研究方向关联

「何时打断当前动作转向」正是 duplex 交互中用户侧打断决策的建模问题——用贝叶斯信念决定 barge-in 时机,与 DuplexWorld 的打断决策模型同构。

📝 原文摘要

▶ 原文摘要 Abstract
Multi-agent Large Language Model (LLM) systems often struggle to collaborate with new teammates whose strategies shift mid-task. Because agents execute multi-step or temporally extended skills, they frequently continue executing outdated plans long after public evidence shows that a partner has changed its skill. Existing methods either treat partner tracking as passive context-leaving the agent aware of the shift but slow to act-or replan indiscriminately. We introduce BayesBeliefAgent, which pairs a hierarchical LLM planner with a Bayesian tracking module. Rather than replanning constantly, our agent interrupts its current skill only when a partner's actions directly contradict the inferred skill. Beyond standard reward, we evaluate performance using replanning efficiency and the belief-action gap: the fraction of total decisions where an agent with a correct partner estimate executes a non-complementary skill. Across benchmark Overcooked environments, contradiction-conditioned control drastically narrows this belief-action gap while requiring an order of magnitude fewer replans than heuristic methods
Deep Read · 2026-08-21高松灯 / Agent 日报
Partner ModellingReplanningBayesianCoordination