Search papers, labs, and topics across Lattice.
This paper introduces the Correlation-Aware Memory Arbitration (CAMA) framework to address the issue of Memory Correlation Bias in long-term multi-agent systems, where retrieved memories may share upstream sources and create misleading majorities. By modeling memories as query-conditioned evidence groups and employing neural dependency inference alongside symbolic priors, CAMA effectively estimates the number of independent evidence sources and mitigates the impact of correlated memories. Experimental results show that CAMA significantly outperforms existing methods, reducing false majorities and enhancing decision-making reliability in multi-agent contexts.
Memory Correlation Bias can mislead multi-agent systems into false majorities, but CAMA effectively counters this by recovering independent evidence from correlated memories.
Long-term multi-agent systems continuously accumulate the memories produced by different agents. Existing memory methods typically treat retrieved memories as independent evidence and combine them through voting or weighting. However, this independence assumption often fails in multi-agent settings: memories written by different agents may inherit the same upstream source or shared bias, causing correlated evidence to be repeatedly counted and creating a false majority. We term this failure mode \textit{Memory Correlation Bias}. To address the issue, we propose the \textbf{C}orrelation-\textbf{A}ware \textbf{M}emory \textbf{A}rbitration (CAMA) framework that jointly decouples retrieved memories and recovers missing independent evidence. We model the retrieved memories as query-conditioned evidence groups and combine neural dependency inference with provenance-based symbolic priors to estimate the effective number of independent evidence sources, thereby preventing correlated memories from forming a false majority. Since critical independent evidence may be absent from the initial retrieval set, \textsc{CAMA} further learns a sequential recovery policy that actively retrieves alternative evidence or traces upstream sources before making the final decision, aiming to recover sufficient independent evidence for reliable arbitration while minimizing retrieval cost. Experiments on multiple benchmarks demonstrate the superiority of our method over the state-of-the-art baseline methods, suppressing false majorities induced by correlated memories.