Remember and Reweight: Enhancing Multi-Agent Debate with Experience Memory and Confidence Estimation

📅 2026-09-03
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决多智能体辩论中因共享误解导致错误放大的问题,提出R²-MAD框架,通过记忆过往经验和动态调整信念先验及估计智能体可靠性来改进。
📝 Abstract
Multi-agent debate (MAD) improves the reasoning capabilities of large language models by having multiple agents iteratively refine their responses through discussion. However, MAD suffers from a critical vulnerability known as shared misconception: when a majority of agents initially converge on an incorrect answer, the debate process tends to amplify rather than correct the error. Existing methods primarily address peer skew but leave the agents' inherently biased concept priors unaddressed. To mitigate this systematic weakness, we propose R$^2$-MAD (Remember and Reweight for Multi-Agent Debate), a framework that equips agents with an experience memory accumulated from past debates. R$^2$-MAD intervenes on both failure modes through two complementary mechanisms: A debate-state-aware retrieval policy dynamically calibrates the concept prior by retrieving relevant historical evidence based on the current consensus level. Then these retrieved experiences provide a basis for estimating per-agent reliability, yielding confidence weights to modulate peer influence. Experiments on various benchmarks show that R$^2$-MAD achieves consistent improvements over existing single-agent and MAD baselines.
Problem

Research questions and friction points this paper is trying to address.

Multi-Agent Debate
Shared Misconception
Concept Priors
Innovation

Methods, ideas, or system contributions that make the work stand out.

Experience Memory
Confidence Estimation
Debate-State-Aware Retrieval Policy