Beyond Memory Majority: Latent-Source Reasoning for Multi-Agent Memory Arbitration
Summary
This paper proposes the Correlation-Aware Memory Arbitration (CAMA) framework to address Memory Correlation Bias in multi-agent memory systems by jointly decoupling memories and recovering independent evidence, demonstrating superior performance over baseline methods in experiments.
View Cached Full Text
Cached at: 08/21/26, 10:01 AM
# Beyond Memory Majority: Latent-Source Reasoning for Multi-Agent Memory Arbitration
Source: [https://arxiv.org/html/2608.19701](https://arxiv.org/html/2608.19701)
###### Abstract
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 modeMemory Correlation Bias\. To address the issue, we propose theCorrelation\-AwareMemoryArbitration \(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,CAMAfurther 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\.
## Introduction
Large Language Models \(LLMs\) are increasingly deployed as long\-term multi\-agent systems, where multiple agents collaborate over extended horizons and continuously write their observations, summaries, and reasoning results into shared persistent memory\([27](https://arxiv.org/html/2608.19701#bib.bib14);[42](https://arxiv.org/html/2608.19701#bib.bib15)\)\. For query answering, such systems retrieve relevant memories and aggregate them into final decisions by treating retrieved entries as independent evidence and combining them through voting or weighting\([39](https://arxiv.org/html/2608.19701#bib.bib16);[1](https://arxiv.org/html/2608.19701#bib.bib17)\)\. However, this independence assumption often fails in multi\-agent settings: memories written by different agents may originate from the same upstream source or inherit shared biases, causing a single underlying evidential factor to be represented by multiple entries and repeatedly counted\([15](https://arxiv.org/html/2608.19701#bib.bib18)\)\. We term this failure modeMemory Correlation Bias, where correlated memories inflate the perceived support for a hypothesis and lead to afalse majority\. This problem is particularly harmful in long\-term multi\-agent systems: once a false majority determines the arbitration outcome, the erroneous conclusion is written back into shared memory as new evidence, further amplifying correlated signals and causing persistent, self\-reinforcing errors in subsequent decisions\([42](https://arxiv.org/html/2608.19701#bib.bib15)\)\.
In long\-term agent systems, existing methods primarily aggregate retrieved memories through majority voting\([39](https://arxiv.org/html/2608.19701#bib.bib16)\), confidence or relevance weighting\([1](https://arxiv.org/html/2608.19701#bib.bib17)\), and retrieval\-augmented reasoning\([13](https://arxiv.org/html/2608.19701#bib.bib19);[41](https://arxiv.org/html/2608.19701#bib.bib20)\)\. While improving robustness over single\-memory reasoning, these approaches generally assume that retrieved memories provide independent evidence, such that more concordant entries indicate stronger support\. In practice, however, whether two memories are redundant isquery\-specific: memories from the same source may provide complementary evidence for one query while reinforcing the same factor for another, and such dependency cannot be captured solely by static attributes such as agent identity, semantic similarity, or provenance\([20](https://arxiv.org/html/2608.19701#bib.bib21)\)\. Recent studies have explored memory management\([30](https://arxiv.org/html/2608.19701#bib.bib22)\), provenance tracking, and reliability\-aware aggregation\([39](https://arxiv.org/html/2608.19701#bib.bib16)\); however, query\-conditioned redundancy among correlated memories and its impact on evidence aggregation remain largely unexplored\. Further, the retrieved memory set is itself a biased subset of the memory store, as similarity\-based retrieval tends to over\-select correlated memories while under\-selecting independent evidence that could resolve the false majority\([28](https://arxiv.org/html/2608.19701#bib.bib23)\)\. Thus, critical independent evidence may be absent from the initial retrieval set, making it impossible for arbitration methods confined to the retrieved memories to recover the correct decision\. These observations reveal that reliable memory arbitration should account for the effective independence of evidence sources rather than their raw frequency, raising a key question:How can a long\-term multi\-agent system arbitrate conflicting memories by their effectively independent evidence rather than their apparent count?
To overcome these limitations, we proposeCorrelation\-AwareMemoryArbitration \(CAMA\), a framework that models query\-conditioned evidential dependencies and recovers missing independent evidence before making a decision\. To model correlated evidence, we represent retrieved memories as query\-conditioned latent evidence slots and combine neural dependency inference with provenance\-based symbolic priors to estimate the effective number of independent evidence sources, preventing correlated memories from repeatedly counting the same factor toward a false majority\. Then,CAMAaggregates hypothesis support at the level of latent evidence factors rather than individual entries, attributing decisions to reliable and effectively independent sources\. Given that critical independent evidence may be absent from the initial retrieval, we learn a sequential recovery policy that actively expands the retrieval space or traces memory dependencies to acquire additional independent evidence while minimizing recovery cost\. Our key contributions are summarized as follows:
- •We identify the overlooked problem ofMemory Correlation Biasin long\-term multi\-agent systems, where correlated memories are repeatedly counted as independent evidence and form a false majority\.
- •We introduceCAMA, a novel framework that decouples correlated memories into effectively independent evidence sources, arbitrates conflicts at the evidence\-factor level, and actively recovers missing independent evidence under a retrieval budget\.
- •We conduct extensive experiments on multiple benchmarks, demonstrating thatCAMAoutperforms state\-of\-the\-art baselines and effectively suppresses false majorities induced by correlated memories\.
## Related Work
### Memory in Long\-Term Multi\-Agent Systems
Persistent memory has become a central component for adapting LLM\-based multi\-agent systems to long\-horizon collaboration\([11](https://arxiv.org/html/2608.19701#bib.bib24)\)\. Existing work studies how agents write, organize, and retrieve shared memories over extended interactions, showing that persistent memory improves continuity, coordination, and downstream task performance\([11](https://arxiv.org/html/2608.19701#bib.bib24);[43](https://arxiv.org/html/2608.19701#bib.bib25)\)\. Subsequent methods improve memory utility through memory management and updating\([41](https://arxiv.org/html/2608.19701#bib.bib20);[37](https://arxiv.org/html/2608.19701#bib.bib26)\), retrieval\-augmented memory reasoning\([38](https://arxiv.org/html/2608.19701#bib.bib27);[5](https://arxiv.org/html/2608.19701#bib.bib28)\), and provenance tracking or auditing of stored evidence\([29](https://arxiv.org/html/2608.19701#bib.bib29);[35](https://arxiv.org/html/2608.19701#bib.bib30)\)\. To reach a final decision, such systems typically aggregate retrieved memories, combining concordant entries or agent outputs through voting and confidence\- or relevance\-based weighting\([21](https://arxiv.org/html/2608.19701#bib.bib31);[17](https://arxiv.org/html/2608.19701#bib.bib32)\)\. These works demonstrate the importance of accumulating and exploiting historical memory, especially when relevant evidence is distributed across many agents and interactions\.
Despite the advances, most methods treat retrieved memories as independent evidence, equating greater agreement with stronger support\. In multi\-agent settings, redundancy isquery\-specific: memories from the same source may be complementary for one query but reinforce the same factor for another, a dependency that static attributes such as agent identity, semantic similarity, or provenance cannot capture\([20](https://arxiv.org/html/2608.19701#bib.bib21);[15](https://arxiv.org/html/2608.19701#bib.bib18)\)\. Thus, correlated memories may be repeatedly counted, inflating support for a hypothesis\.
### Evidence Aggregation and Recovery
A parallel line of work seeks to improve evidence aggregation beyond naive counting\. To reduce unreliable signals, existing methods use consistency\-based aggregation over multiple candidates\([31](https://arxiv.org/html/2608.19701#bib.bib33)\), source reliability estimation, and confidence\-aware weighting\([12](https://arxiv.org/html/2608.19701#bib.bib34);[26](https://arxiv.org/html/2608.19701#bib.bib35)\)\. Other studies examine correlations and conflicts across evidence sources\([14](https://arxiv.org/html/2608.19701#bib.bib36);[7](https://arxiv.org/html/2608.19701#bib.bib37)\), while neuro\-symbolic methods incorporate structural priors into evidence reasoning\([23](https://arxiv.org/html/2608.19701#bib.bib38);[40](https://arxiv.org/html/2608.19701#bib.bib39)\)\. Redundancy is also mitigated through semantic or provenance\-based filtering\([2](https://arxiv.org/html/2608.19701#bib.bib40);[24](https://arxiv.org/html/2608.19701#bib.bib41)\)\. When the initial evidence is insufficient, iterative and retrieval\-augmented reasoning methods recover additional evidence through further queries\([19](https://arxiv.org/html/2608.19701#bib.bib42);[32](https://arxiv.org/html/2608.19701#bib.bib43)\)\. Together, these methods improve aggregation by modeling reliability, dependency, redundancy, and evidence coverage\.
Despite this progress, existing aggregation methods either assume independent evidence or rely on static dependency structures, failing to capture query\-conditioned memory correlations\. Redundancy reduction mainly relies on similarity or provenance rather than the effective number of independent sources, while recovery methods may introduce correlated memories without resolving dependencies\. Thus, they cannot jointly decouple correlations and recover missing independent evidence, leaving false majorities unresolved\.
Figure 1:An overview of our proposedCAMA\. The diagram illustrates the overall workflow of memory arbitration, where retrieved memories are progressively processed through evidence decoupling, conflict arbitration, and evidence recovery\.
## Methodology
### Problem Formulation
As illustrated in Figure[1](https://arxiv.org/html/2608.19701#Sx2.F1), we consider a multi\-agent system𝒜=\{A1,…,AN\}\\mathcal\{A\}=\\\{A\_\{1\},\\ldots,A\_\{N\}\\\}with a memory storeℳ=⋃j=1Nℳj\\mathcal\{M\}=\\bigcup\_\{j=1\}^\{N\}\\mathcal\{M\}\_\{j\}, whereℳj\\mathcal\{M\}\_\{j\}contains the observations, summaries, intermediate reasoning results, and execution traces generated byAjA\_\{j\}\. Given a queryqq, a retrieval module returns an initial memory slice𝒞q\(0\)=Retrieve\(q,ℳ,K\)\\mathcal\{C\}^\{\(0\)\}\_\{q\}=\\operatorname\{Retrieve\}\(q,\\mathcal\{M\};K\), where\|ℳ\|≫K\|\\mathcal\{M\}\|\\gg K\. During evidence recovery,CAMAiteratively updates the memory slice and denotes the state afterttrecovery steps as𝒞q\(t\)\\mathcal\{C\}^\{\(t\)\}\_\{q\}\. Based on the current slice, we maintain a candidate hypothesis setℋq\(t\)=\{h1\(t\),…,hLt\(t\)\}\\mathcal\{H\}^\{\(t\)\}\_\{q\}=\\\{h^\{\(t\)\}\_\{1\},\\ldots,h^\{\(t\)\}\_\{L\_\{t\}\}\\\}, where newly recovered memories may introduce additional hypotheses\. The candidate extraction process is orthogonal toCAMA, which focuses on evidence modeling and memory arbitration\.
Unlike conventional aggregation methods that treat retrieved memories as independent evidence,CAMAmodels memory dependence throughquery\-conditioned evidential redundancy\. Specifically, two memoriesmim\_\{i\}andmjm\_\{j\}are considered dependent under queryqqif they share the same latent evidential factor or provide overlapping support for the same underlying evidence, denoted asDep\(mi,mj\|q\)\\operatorname\{Dep\}\(m\_\{i\},m\_\{j\}\|q\)\. Such dependence is query\-specific and cannot be fully characterized by static attributes such as agent identity, semantic similarity, or provenance, since different memories may either provide distinct evidence from the same source or propagate the same evidence across different agents\. Therefore,CAMAfocuses on inferring the effective evidential relationships among memories relevant to the current decision rather than maintaining a global dependency structure\.
Given a recovery budgetBB,CAMAdetermines the final hypothesish^\\hat\{h\}through a sequence of evolving memory states\{𝒞q\(t\)\}t=0T\\\{\\mathcal\{C\}^\{\(t\)\}\_\{q\}\\\}\_\{t=0\}^\{T\}, whereT≤BT\\leq B\. The objective is to perform evidence\-aware arbitration by avoiding redundant counting of correlated memories and recovering missing independent evidence when the initial retrieval is insufficient\.
### Query\-Conditioned Evidence Decoupling
Evidence decoupling aims to identify effectively independent evidence sources underlying the current memory slice rather than counting retrieved entries\.CAMAmodels these sources as latent query\-conditioned evidence slots and infers soft memory\-to\-slot assignments via a neuro\-symbolic module that integrates provenance\-based priors with a set encoder\. Provenance serves as supporting evidence rather than a hard dependency label, enabling query\-dependent redundancy modeling\([6](https://arxiv.org/html/2608.19701#bib.bib4);[9](https://arxiv.org/html/2608.19701#bib.bib3)\)\.
#### Neuro\-Symbolic Evidence Assignment
Given the current memory slice𝒞q\(t\)\\mathcal\{C\}^\{\(t\)\}\_\{q\}, the assignment module infers soft assignments between memories and latent evidence slots\. LetJJdenote the maximum number of latent evidence slots, with inactive slots automatically ignored, and letGprov\(t\)G^\{\(t\)\}\_\{\\mathrm\{prov\}\}denote the temporary provenance graph constructed from the current slice when provenance metadata is available\. ForKt=\|𝒞q\(t\)\|K\_\{t\}=\|\\mathcal\{C\}^\{\(t\)\}\_\{q\}\|memories, a set\-based self\-attention encoder jointly models the query, memory interactions, and provenance structure to produce the assignment matrix
Z\(t\)=fΘ\(q,𝒞q\(t\),Gprov\(t\)\)∈ΔKt×J,\\displaystyle Z^\{\(t\)\}=f\_\{\\Theta\}\(q,\\mathcal\{C\}^\{\(t\)\}\_\{q\},G^\{\(t\)\}\_\{\\mathrm\{prov\}\}\)\\in\\Delta^\{K\_\{t\}\\times J\},\(1\)whereΔKt×J\\Delta^\{K\_\{t\}\\times J\}denotes the space of row\-wise probability distributions, and each row𝐳i\(t\)=\(zi1\(t\),…,ziJ\(t\)\)\\mathbf\{z\}^\{\(t\)\}\_\{i\}=\(z^\{\(t\)\}\_\{i1\},\\ldots,z^\{\(t\)\}\_\{iJ\}\)represents the soft assignment distribution of memorymim\_\{i\}over the latent evidence slots\. Unlike one\-to\-one memory clustering, the soft assignment allows each memory to reflect multiple evidential factors and captures partial dependence among memories\. Since redundancy depends on both the query and the memory context, the assignment of each memory is inferred jointly from the entire slice rather than independently from individual memory content, further providing a query\-conditioned overlap measurerij\(t\)=⟨𝐳i\(t\),𝐳j\(t\)⟩r^\{\(t\)\}\_\{ij\}=\\langle\\mathbf\{z\}^\{\(t\)\}\_\{i\},\\mathbf\{z\}^\{\(t\)\}\_\{j\}\\rangle, where a larger value indicates that two memories share similar latent evidence factors under the current query\. Provenance information is incorporated as a symbolic prior to guide evidence assignment rather than enforcing hard dependency constraints\. Specifically, provenance relations inGprov\(t\)G^\{\(t\)\}\_\{\\mathrm\{prov\}\}are injected into the self\-attention mechanism as biases:
aij=𝐪i⊤𝐤jd\+μbij,\\displaystyle a\_\{ij\}=\\frac\{\\mathbf\{q\}\_\{i\}^\{\\top\}\\mathbf\{k\}\_\{j\}\}\{\\sqrt\{d\}\}\+\\mu b\_\{ij\},\(2\)where𝐪i,𝐤j∈ℝd\\mathbf\{q\}\_\{i\},\\mathbf\{k\}\_\{j\}\\in\\mathbb\{R\}^\{d\}denote the query and key representations of memoriesmim\_\{i\}andmjm\_\{j\},bijb\_\{ij\}encodes the observed provenance relation, andμ\\mucontrols the strength of the symbolic prior\. This prior encourages interactions among structurally related memories, while the final assignments remain determined by the query\-conditioned neural representations\. The confidence of the inferred assignments is quantified by the normalized entropy of each slot distribution:
κi\(t\)=1\+1logJ∑j=1Jzij\(t\)logzij\(t\),\\displaystyle\\kappa^\{\(t\)\}\_\{i\}=1\+\\frac\{1\}\{\\log J\}\\sum\_\{j=1\}^\{J\}z^\{\(t\)\}\_\{ij\}\\log z^\{\(t\)\}\_\{ij\},\(3\)measuring confidence of the inferred evidence assignment, with larger values indicating lower assignment uncertainty\.
#### Effective Independent Evidence Estimation
The soft assignments characterize how retrieved memories contribute to latent evidence slots\. However, the number of memory entries does not necessarily reflect the amount of independent evidence, as multiple memories may originate from the same underlying evidential factor\. To estimate the presence of each evidence slot, we use the strongest assignment among the retrieved memoriesej\(t\)=max1≤i≤Ktzij\(t\)e^\{\(t\)\}\_\{j\}=\\max\_\{1\\leq i\\leq K\_\{t\}\}z^\{\(t\)\}\_\{ij\}, whereej\(t\)∈\[0,1\]e^\{\(t\)\}\_\{j\}\\in\[0,1\]measures the extent to which evidence slotjjis represented in𝒞q\(t\)\\mathcal\{C\}^\{\(t\)\}\_\{q\}\. This max\-based definition prevents correlated memories from increasing evidence mass through repeated representations of the same factor\. Based on the slot\-presence values, the effective number of independent evidence sources is quantified using a Hill diversity measure\. Specifically, the slot presence is first normalized aspj\(t\)=ej\(t\)∑l=1Jel\(t\)p^\{\(t\)\}\_\{j\}=\\frac\{e^\{\(t\)\}\_\{j\}\}\{\\sum\_\{l=1\}^\{J\}e^\{\(t\)\}\_\{l\}\}, wherepj\(t\)p^\{\(t\)\}\_\{j\}denotes the relative presence of evidence slotjj\. The effective evidence number is then defined as
Neff\(t\)=exp\(log∑j=1J\(pj\(t\)\)α1−α\)\.\\displaystyle N^\{\(t\)\}\_\{\\mathrm\{eff\}\}=\\exp\\left\(\\frac\{\\log\\sum\_\{j=1\}^\{J\}\(p\_\{j\}^\{\(t\)\}\)^\{\\alpha\}\}\{1\-\\alpha\}\\right\)\.\(4\)whereα\\alphadenotes the diversity order\. A largerNeff\(t\)N^\{\(t\)\}\_\{\\mathrm\{eff\}\}indicates that the retrieved memories cover a more diverse set of latent evidence factors, whereas a smaller value reflects evidence concentration on fewer factors\. By operating on slot\-level presence rather than memory frequency, this measure captures effective independent evidence and is used for subsequent arbitration and evidence recovery\.
### Factor\-Level Conflict Arbitration
The inferred latent evidence structure provides a basis for hypothesis\-level arbitration, where competing hypotheses are evaluated based on evidence factors rather than individual memory entries\. For each memorymim\_\{i\}and candidate hypothesish∈ℋq\(t\)h\\in\\mathcal\{H\}^\{\(t\)\}\_\{q\}, a candidate\-conditioned scorer produces a support scoresi\(t\)\(h\)=sΘ\(𝐮i\(t\),h\)s^\{\(t\)\}\_\{i\}\(h\)=s\_\{\\Theta\}\(\\mathbf\{u\}^\{\(t\)\}\_\{i\},h\), where𝐮i\(t\)\\mathbf\{u\}^\{\(t\)\}\_\{i\}denotes the query\- and set\-conditioned representation of memorymim\_\{i\}\. By taking the candidate hypothesis as an input, the same scorer can evaluate newly introduced hypotheses during subsequent evidence recovery steps without modifying the output space\. The support associated with evidence slotjjis then aggregated over the memories assigned to that slot:
βj\(t\)\(h\)=∑i=1Ktzij\(t\)si\(t\)\(h\)∑i=1Ktzij\(t\)\+ϵ,\\displaystyle\\beta^\{\(t\)\}\_\{j\}\(h\)=\\frac\{\\sum\_\{i=1\}^\{K\_\{t\}\}z^\{\(t\)\}\_\{ij\}s^\{\(t\)\}\_\{i\}\(h\)\}\{\\sum\_\{i=1\}^\{K\_\{t\}\}z^\{\(t\)\}\_\{ij\}\+\\epsilon\},\(5\)where the normalization ensures that an evidence source does not gain additional influence simply because it has generated more memory descendants\.βj\(t\)\(h\)\\beta^\{\(t\)\}\_\{j\}\(h\)measures the support of evidence slotjjfor hypothesishh\. To further account for variations in source reliability, memory\-level prior attributes are aggregated within each evidence slot to estimate a reliability weight\. For each memorymim\_\{i\}, we define𝐚prior\(mi\)=\[oi,ri,χi\]∈ℝda\\mathbf\{a\}\_\{\\mathrm\{prior\}\}\(m\_\{i\}\)=\\left\[o\_\{i\},r\_\{i\},\\mathbf\{\\chi\}\_\{i\}\\right\]\\in\\mathbb\{R\}^\{d\_\{a\}\}, whereoi∈\[0,1\]o\_\{i\}\\in\[0,1\]indicates whethermim\_\{i\}originates from a direct observation,ri∈\[0,1\]r\_\{i\}\\in\[0,1\]denotes the historical reliability of its generating agent, andχi\\mathbf\{\\chi\}\_\{i\}is a one\-hot encoding of the upstream source type\. The slot\-level reliability weights are computed as
ρj\(t\)=σ\(𝐰ρ⊤\(∑izij\(t\)𝐚prior\(mi\)∑izij\(t\)\+ϵ\)\+bρ\),\\displaystyle\\rho^\{\(t\)\}\_\{j\}=\\sigma\\left\(\\mathbf\{w\}\_\{\\rho\}^\{\\top\}\(\\frac\{\\sum\_\{i\}z^\{\(t\)\}\_\{ij\}\\mathbf\{a\}\_\{\\mathrm\{prior\}\}\(m\_\{i\}\)\}\{\\sum\_\{i\}z^\{\(t\)\}\_\{ij\}\+\\epsilon\}\)\+b\_\{\\rho\}\\right\),\(6\)where𝐰ρ\\mathbf\{w\}\_\{\\rho\}andbρb\_\{\\rho\}are learnable parameters, andσ\(⋅\)\\sigma\(\\cdot\)denotes the sigmoid function\. The normalized aggregation prevents the estimated reliability from being biased by memory multiplicity\. When source metadata is unavailable, we use a learnable default reliability weightρj\(t\)=σ\(bmiss\)\\rho^\{\(t\)\}\_\{j\}=\\sigma\(b\_\{\\mathrm\{miss\}\}\)\. The evidence contribution of each latent factor is then aggregated into the arbitration logitℓ\(t\)\(h\)=∑j=1Jρj\(t\)ej\(t\)βj\(t\)\(h\)\\ell^\{\(t\)\}\(h\)=\\sum\_\{j=1\}^\{J\}\\rho^\{\(t\)\}\_\{j\}e^\{\(t\)\}\_\{j\}\\beta^\{\(t\)\}\_\{j\}\(h\), whereρj\(t\)\\rho^\{\(t\)\}\_\{j\}andej\(t\)e^\{\(t\)\}\_\{j\}regulate the contribution of each evidence factor based on its trustworthiness and availability\. The arbitration posterior is obtained by temperature\-scaled normalization:
P\(t\)\(h∣q,𝒞q\(t\)\)=exp\(ℓ\(t\)\(h\)/τp\)∑h′∈ℋq\(t\)exp\(ℓ\(t\)\(h′\)/τp\),\\displaystyle P^\{\(t\)\}\(h\\mid q,\\mathcal\{C\}^\{\(t\)\}\_\{q\}\)=\\frac\{\\exp\(\\ell^\{\(t\)\}\(h\)/\\tau\_\{p\}\)\}\{\\sum\_\{h^\{\\prime\}\\in\\mathcal\{H\}^\{\(t\)\}\_\{q\}\}\\exp\(\\ell^\{\(t\)\}\(h^\{\\prime\}\)/\\tau\_\{p\}\)\},\(7\)whereτp\>0\\tau\_\{p\}\>0is calibrated on validation data\. Reusingej\(t\)e^\{\(t\)\}\_\{j\}in both evidence estimation and arbitration ensures that each evidential factor contributes according to its presence and reliability rather than memory frequency\. The evidence sufficiency is jointly assessed byNeff\(t\)N^\{\(t\)\}\_\{\\mathrm\{eff\}\}and the arbitration posterior, which capture evidence diversity and hypothesis separation, to determine whether further recovery is required\.
### Active Independent\-Evidence Recovery
The arbitration process relies on the evidence available in the current memory slice\. When the retrieved memories provide insufficient independent evidence or contain unresolved dependencies, additional evidence recovery is required\. We formulate recovery as a finite\-horizon sequential decision process over the memory store, where the policy selects among evidence expansion, dependency tracing, and termination actions\. At recovery steptt, the state is defined as
St=\(𝒞q\(t\),Gprov\(t\),Z\(t\),Neff\(t\),𝜿\(t\),P\(t\),t\),\\displaystyle S\_\{t\}=\(\\mathcal\{C\}^\{\(t\)\}\_\{q\},G^\{\(t\)\}\_\{\\mathrm\{prov\}\},Z^\{\(t\)\},N^\{\(t\)\}\_\{\\mathrm\{eff\}\},\\boldsymbol\{\\kappa\}^\{\(t\)\},P^\{\(t\)\},t\),\(8\)which summarizes the current memory slice, inferred evidence structure, evidence sufficiency, assignment confidence, and arbitration uncertainty\. The policy selects an action fromAt∈\{Expand\(q′\),Trace\(mi\),Stop\}A\_\{t\}\\in\\left\\\{\\textsc\{Expand\}\(q^\{\\prime\}\),\\textsc\{Trace\}\(m\_\{i\}\),\\textsc\{Stop\}\\right\\\}:
- •Expand\(q′\)\\textsc\{Expand\}\(q^\{\\prime\}\): This action recovers independent evidence that may be missing from the current retrieval view\. Specifically, the policy generates a bounded set of alternative query reformulations from the current state and selects one to retrieve additional memories, updated as𝒞q\(t\+1\)=𝒞q\(t\)∪Retrieve\(q′,ℳ,Kadd\)\\mathcal\{C\}^\{\(t\+1\)\}\_\{q\}=\\mathcal\{C\}^\{\(t\)\}\_\{q\}\\cup\\operatorname\{Retrieve\}\(q^\{\\prime\},\\mathcal\{M\};K\_\{\\mathrm\{add\}\}\)\.
- •Trace\(mi\)\\textsc\{Trace\}\(m\_\{i\}\): This action follows a recorded derivation edge from memorymim\_\{i\}to its parent memorympm\_\{p\}\. The recovered parent and provenance relation are added to the current slice and local provenance graph, i\.e\.,𝒞q\(t\+1\)=𝒞q\(t\)∪\{mp\}\\mathcal\{C\}^\{\(t\+1\)\}\_\{q\}=\\mathcal\{C\}^\{\(t\)\}\_\{q\}\\cup\\\{m\_\{p\}\\\}andGprov\(t\+1\)=Gprov\(t\)∪\{mi←mp\}G^\{\(t\+1\)\}\_\{\\mathrm\{prov\}\}=G^\{\(t\)\}\_\{\\mathrm\{prov\}\}\\cup\\\{m\_\{i\}\\leftarrow m\_\{p\}\\\}\. If memories share the recovered parent, their corresponding edges are added simultaneously\. The set\-conditioned assignments are then recomputed over the updated slice and graph\.Tracecan reveal that memories previously treated as independent originate from the same upstream evidence, reducingNeff\(t\)N^\{\(t\)\}\_\{\\mathrm\{eff\}\}and improving arbitration\.
- •Stop: This action terminates recovery and returns the current arbitration decisionh^=argmaxh∈ℋq\(t\)P\(t\)\(h∣q,𝒞q\(t\)\)\\hat\{h\}=\\arg\\max\_\{h\\in\\mathcal\{H\}^\{\(t\)\}\_\{q\}\}P^\{\(t\)\}\(h\\mid q,\\mathcal\{C\}^\{\(t\)\}\_\{q\}\)\. The termination decision is guided by both the learned policy and an interpretable sufficiency criterionNeff\(t\)≥τNN^\{\(t\)\}\_\{\\mathrm\{eff\}\}\\geq\\tau\_\{N\}andH\(P\(t\)\)≤τHH\(P^\{\(t\)\}\)\\leq\\tau\_\{H\}\. The first condition requires sufficient independent evidence, while the second requires a concentrated arbitration posterior\. The thresholds are calibrated on validation data, and all policies terminate when the recovery budgetBBis exhausted\.
When provenance information is unavailable, the recovery process uses onlyExpandandStop\. Query reformulation can still retrieve complementary evidence, whileTracerequires explicit provenance signals\.
### Evidence\-Guided Recovery Optimization
Given the state representation, the policyπω\(At∣St\)\\pi\_\{\\omega\}\(A\_\{t\}\\mid S\_\{t\}\)is optimized to balance evidence acquisition and recovery cost under a budget\. The policy determines whether to acquire additional evidence, investigate potential dependencies, or terminate with the current arbitration result\. We optimize the policy with a terminal\-oriented reward: nonterminal recovery actions incur only memory\-access costs, i\.e\.,Rt=−λsR\_\{t\}=\-\\lambda\_\{s\}forAt∈\{Expand,Trace\}A\_\{t\}\\in\\\{\\textsc\{Expand\},\\textsc\{Trace\}\\\}, while stopping receives:
Rt=\{\+1,h^=h∗,−1,h^≠h∗,At=Stop,\\displaystyle R\_\{t\}=\\begin\{cases\}\+1,&\\hat\{h\}=h^\{\*\},\\\\ \-1,&\\hat\{h\}\\neq h^\{\*\},\\end\{cases\}\\quad A\_\{t\}=\\textsc\{Stop\},\(9\)whereh∗h^\{\*\}denotes the ground\-truth conclusion during training\. The terminal\-oriented reward evaluates the final arbitration outcome while accounting for memory access costs during recovery\. Since the effect of a recovery action may emerge after subsequent evidence updates, its utility is learned through long\-term returns\. To make value estimation evidence\-aware, the current state is summarized using correlation\-aware statistics:
𝐝t=\[Neff\(t\),κ¯\(t\),H\(P\(t\)\),p\(1\)\(t\),p\(1\)\(t\)−p\(2\)\(t\),t/B\],\\displaystyle\\mathbf\{d\}\_\{t\}=\\left\[N^\{\(t\)\}\_\{\\mathrm\{eff\}\},\\overline\{\\kappa\}^\{\(t\)\},H\(P^\{\(t\)\}\),p^\{\(t\)\}\_\{\(1\)\},p^\{\(t\)\}\_\{\(1\)\}\-p^\{\(t\)\}\_\{\(2\)\},t/B\\right\],\(10\)wherep\(1\)p\_\{\(1\)\}andp\(2\)p\_\{\(2\)\}denote the two largest hypothesis probabilities, andκ¯\(t\)=1Kt∑i=1Ktκi\(t\)\\overline\{\\kappa\}^\{\(t\)\}=\\frac\{1\}\{K\_\{t\}\}\\sum\_\{i=1\}^\{K\_\{t\}\}\\kappa^\{\(t\)\}\_\{i\}\. The value functionVν\(𝐝t\)V\_\{\\nu\}\(\\mathbf\{d\}\_\{t\}\)estimates the expected arbitration quality from effective evidence quantity, assignment confidence, and posterior uncertainty\. The actor uses the contextual state representation to select recovery actions\. Given returnGt=∑k≥0γkRt\+kG\_\{t\}=\\sum\_\{k\\geq 0\}\\gamma^\{k\}R\_\{t\+k\}and advantage estimateA^t=Gt−Vν\(𝐝t\)\\widehat\{A\}\_\{t\}=G\_\{t\}\-V\_\{\\nu\}\(\\mathbf\{d\}\_\{t\}\), the policy and value function are optimized with an actor–critic objective:
ℒA\\displaystyle\\mathcal\{L\}\_\{\\mathrm\{A\}\}=−𝔼t\[logπω\(At∣St\)sg\(A^t\)\],\\displaystyle=\-\\mathbb\{E\}\_\{t\}\\left\[\\log\\pi\_\{\\omega\}\(A\_\{t\}\\mid S\_\{t\}\)\\operatorname\{sg\}\(\\widehat\{A\}\_\{t\}\)\\right\],\(11\)ℒV\\displaystyle\\mathcal\{L\}\_\{\\mathrm\{V\}\}=𝔼t\[\(Vν\(𝐝t\)−sg\(Gt\)\)2\],\\displaystyle=\\mathbb\{E\}\_\{t\}\\left\[\\left\(V\_\{\\nu\}\(\\mathbf\{d\}\_\{t\}\)\-\\operatorname\{sg\}\(G\_\{t\}\)\\right\)^\{2\}\\right\],\(12\)ℒRL\\displaystyle\\mathcal\{L\}\_\{\\mathrm\{RL\}\}=ℒA\+cvℒV−ce𝔼t\[H\(πω\(⋅∣St\)\)\],\\displaystyle=\\mathcal\{L\}\_\{\\mathrm\{A\}\}\+c\_\{v\}\\mathcal\{L\}\_\{\\mathrm\{V\}\}\-c\_\{e\}\\,\\mathbb\{E\}\_\{t\}\[H\(\\pi\_\{\\omega\}\(\\cdot\\mid S\_\{t\}\)\)\],\(13\)wheresg\(⋅\)\\operatorname\{sg\}\(\\cdot\)denotes stop\-gradient\. The evidence representation underlying state construction and arbitration is jointly optimized with the recovery policy to support reliable decisions\. Specifically, the shared encoder and prediction heads are trained with the arbitration objective and, when provenance information is available, an auxiliary dependence\-aware contrastive objective\. For the final slice of a training episode, the arbitration loss is defined as
ℒtask=−logP\(T\)\(h∗∣q,𝒞q\(T\)\),\\displaystyle\\mathcal\{L\}\_\{\\mathrm\{task\}\}=\-\\log P^\{\(T\)\}\(h^\{\*\}\\mid q,\\mathcal\{C\}^\{\(T\)\}\_\{q\}\),\(14\)whereh∗h^\{\*\}denotes the ground\-truth conclusion\. To leverage provenance information, a weakly supervised contrastive objective is introduced over evidence assignments\. For each anchor memoryii,𝒫\(i\)\\mathcal\{P\}\(i\)and𝒩\(i\)\\mathcal\{N\}\(i\)denote memories with observed provenance relations and distinct source origins, respectively\. Since provenance provides partial dependency cues, it is used as weak supervision rather than a hard assignment constraint\. The dependence loss is defined as:
ℒd=−𝔼i∼ℬ𝔼j∼𝒫\(i\)logexp\(rij\(T\)/τd\)∑k∈𝒫\(i\)∪𝒩\(i\)exp\(rik\(T\)/τd\)\.\\displaystyle\\\!\\\!\\mathcal\{L\}\_\{\\mathrm\{d\}\}\\\!=\\\!\-\\mathbb\{E\}\_\{i\\sim\\mathcal\{B\}\}\\mathbb\{E\}\_\{j\\sim\\mathcal\{P\}\(i\)\}\\log\\frac\{\\exp\(r^\{\(T\)\}\_\{ij\}/\\tau\_\{d\}\)\}\{\\sum\_\{k\\in\\mathcal\{P\}\(i\)\\cup\\mathcal\{N\}\(i\)\}\\exp\(r^\{\(T\)\}\_\{ik\}/\\tau\_\{d\}\)\}\.\\\!\\\!\(15\)whererij\(T\)=⟨𝐳i\(T\),𝐳j\(T\)⟩r^\{\(T\)\}\_\{ij\}=\\langle\\mathbf\{z\}^\{\(T\)\}\_\{i\},\\mathbf\{z\}^\{\(T\)\}\_\{j\}\\ranglemeasures the overlap between the source assignment distributions of memoriesiiandjj, andτd\\tau\_\{d\}is the temperature parameter\. Provenance\-based contrastive supervision regularizes evidence assignments without relying on semantic similarity as a proxy for dependency\. The overall training objective is
ℒ=ℒRL\+λtaskℒtask\+λdℒd\.\\displaystyle\\mathcal\{L\}=\\mathcal\{L\}\_\{\\mathrm\{RL\}\}\+\\lambda\_\{\\mathrm\{task\}\}\\mathcal\{L\}\_\{\\mathrm\{task\}\}\+\\lambda\_\{\\mathrm\{d\}\}\\mathcal\{L\}\_\{\\mathrm\{d\}\}\.\(16\)
BackboneMethodsMemoryAgentBenchLongMemEvalLOCOMOFC\-SHFC\-MHOverallEMF1BERTJudgeEMF1BERTJudgeDeepSeek\-V4\-FlashVanilla RAG68\.434\.251\.334\.145\.784\.251\.629\.740\.383\.547\.2Majority Voting70\.133\.551\.833\.645\.184\.050\.928\.939\.683\.246\.1HippoRAG72\.642\.857\.738\.549\.885\.356\.433\.444\.184\.651\.8Mem073\.944\.559\.240\.251\.685\.758\.135\.846\.785\.254\.3MAD74\.746\.960\.841\.752\.986\.160\.536\.947\.885\.556\.2MADAM\-RAG75\.248\.863\.444\.154\.386\.862\.437\.649\.585\.759\.4CAMA\(Ours\)78\.955\.767\.349\.859\.187\.969\.243\.653\.887\.164\.7Qwen3\.6\-27BVanilla RAG65\.231\.448\.331\.542\.983\.448\.727\.337\.882\.744\.5Majority Voting66\.830\.748\.830\.942\.383\.147\.926\.537\.182\.443\.6HippoRAG69\.539\.654\.635\.646\.884\.553\.230\.941\.483\.849\.1Mem071\.041\.356\.237\.448\.784\.955\.333\.243\.984\.451\.7MAD71\.943\.857\.938\.950\.185\.357\.634\.545\.284\.753\.8MADAM\-RAG73\.646\.760\.241\.652\.685\.961\.236\.847\.585\.357\.1CAMA\(Ours\)76\.553\.264\.947\.456\.987\.267\.041\.551\.686\.562\.4
Table 1:Overall performance comparison on three benchmark datasets\. Best results are marked bybold\.MethodsMemoryAgentBenchLongMemEvalLOCOMOCMR↑\\uparrowRS↓\\downarrowIEG↑\\uparrowERR↑\\uparrowCMR↑\\uparrowRS↓\\downarrowIEG↑\\uparrowERR↑\\uparrowCMR↑\\uparrowRS↓\\downarrowIEG↑\\uparrowERR↑\\uparrowVanilla RAG38\.741\.25\.85\.336\.943\.55\.14\.633\.445\.84\.43\.9Majority Voting33\.544\.84\.74\.931\.846\.94\.24\.228\.749\.33\.53\.5HippoRAG46\.827\.411\.69\.844\.229\.110\.58\.940\.531\.69\.17\.7Mem049\.624\.113\.711\.247\.125\.812\.610\.343\.428\.211\.09\.0MAD54\.319\.215\.912\.651\.820\.714\.511\.447\.622\.912\.810\.1MADAM\-RAG60\.715\.319\.414\.158\.216\.618\.112\.953\.918\.516\.211\.5CAMA\(Ours\)71\.27\.825\.136\.267\.49\.122\.633\.162\.110\.320\.229\.4
Table 2:Evaluation of memory correlation bias mitigation under DeepSeek\-V4\-Flash\.
## Experiments
### Experimental Setup
##### Datasets
We evaluateCAMAon three long\-term memory benchmarks:MemoryAgentBench\([10](https://arxiv.org/html/2608.19701#bib.bib5)\)evaluates LLM agent memory capabilities through incremental multi\-turn interactions, including selective forgetting under conflicting memory updates\.LongMemEval\([36](https://arxiv.org/html/2608.19701#bib.bib7)\)evaluates long\-term memory retrieval and reasoning in conversational agents under extended interaction histories\.LoCoMo\([22](https://arxiv.org/html/2608.19701#bib.bib6)\)focuses on long\-term conversational memory reasoning over multi\-session dialogues with evolving user states and historical interactions\. To evaluate memory correlation bias, we construct correlation\-aware variants from the original instances by augmenting memory pools with correlated entries from shared evidence sources and complementary entries providing distinct query\-relevant evidence\. Correlated entries are generated through controlled derivations \(e\.g\., paraphrasing and summarization\), with provenance links recorded while preserving the original ground\-truth answers\.
##### Baselines
We compareCAMAwith state\-of\-the\-art baselines\.Vanilla RAG\([16](https://arxiv.org/html/2608.19701#bib.bib8)\)directly conditions generation on retrieved memories while treating all retrieved entries as independent evidence\.Majority Voting\([34](https://arxiv.org/html/2608.19701#bib.bib9)\)aggregates memories based on consensus, representing conventional evidence aggregation strategies that assume each memory contributes an independent vote\. We further evaluate long\-term memory systems, includingMem0\([3](https://arxiv.org/html/2608.19701#bib.bib11)\), which extracts, consolidates, and updates salient memories for scalable memory management, andHippoRAG\([8](https://arxiv.org/html/2608.19701#bib.bib10)\), which employs graph\-based memory organization to support long\-range retrieval\. For multi\-agent scenarios, we compare withMAD\([18](https://arxiv.org/html/2608.19701#bib.bib12)\), which improves reasoning through iterative interactions among multiple agents, andMADAM\-RAG\([33](https://arxiv.org/html/2608.19701#bib.bib13)\), which addresses conflicting evidence through multi\-agent retrieval and aggregation\.
MethodsMemoryAgentBenchLongMemEvalFC\-SHFC\-MHOverallCMRRSIEGERREMF1BERTJudgeCMRRSIEGERRw/o Evi\. Decoupling71\.545\.358\.448\.232\.714\.628\.942\.151\.886\.259\.746\.534\.113\.826\.4w/o Prov\. Prior76\.851\.964\.463\.413\.821\.734\.247\.356\.687\.465\.861\.214\.620\.331\.8w/o Expand76\.251\.463\.866\.79\.517\.215\.346\.155\.787\.364\.963\.810\.215\.813\.6w/o Trace75\.449\.662\.564\.815\.219\.427\.146\.856\.287\.465\.762\.516\.318\.125\.2w/o Policy77\.152\.364\.765\.911\.416\.822\.747\.657\.087\.566\.464\.112\.515\.220\.8CAMA78\.955\.767\.371\.27\.825\.136\.249\.859\.187\.969\.267\.49\.122\.633\.1
Table 3:Ablation study on the MemoryAgentBench and LongMemEval benchmarks under DeepSeek\-V4\-Flash\.
##### Evaluation Metrics
We adopt two complementary categories of metrics for evaluation\. ForTask\-Level Performance, we follow the standard evaluation protocols of each benchmark\. Specifically, on MemoryAgentBench, we report the performance onFact Consolidationtasks, includingSingle\-Hop Fact Consolidation\(FC\-SH\),Multi\-Hop Fact Consolidation\(FC\-MH\), and the overall score\. On LongMemEval and LoCoMo, we report Exact Match \(EM\), F1, BERTScore, and judge\-based evaluation scores\. ForMemory Correlation Bias, we evaluate evidence arbitration under correlation\-aware settings using four metrics: \(i\)Correct Minority Recovery\(CMR\), which measures the proportion of cases where the model recovers the correct answer when supporting evidence is outnumbered by correlated memories; \(ii\)Replication Sensitivity\(RS\), which measures the impact of increasing redundant memories from the same evidence source on model decisions; \(iii\)Independent Evidence Gain\(IEG\), which quantifies the benefit of incorporating additional independent evidence; and \(iv\)Evidence Resolution Rate\(ERR\), which measures the proportion of evidence\-insufficient instances that are correctly resolved\.
##### Implementation Details
We conduct our experiments with DeepSeek\-V4\-Flash\([4](https://arxiv.org/html/2608.19701#bib.bib2)\)and Qwen3\.6\-27B\([25](https://arxiv.org/html/2608.19701#bib.bib1)\)as the backbone LLMs\. All baseline methods andCAMAuse the same backbone models, memory pools, and retrieval settings for fair comparison\. The evidence assignment module is trained on the training split and frozen during evaluation, while the recovery policy is optimized during training and fixed during inference\. We set the number of retrieved memories toK=10K=10, the number of latent evidence slots toJ=6J=6, and the recovery budget toB=3B=3, respectively\. For evidence estimation, we set the Hill diversity order toα=2\\alpha=2and the provenance prior strength toμ=0\.5\\mu=0\.5\. For recovery policy optimization, we use a discount factor ofγ=0\.95\\gamma=0\.95, a value coefficient ofcv=0\.5c\_\{v\}=0\.5, and an entropy coefficient ofce=0\.01c\_\{e\}=0\.01by default\.
\(a\)\(b\)\(c\)\(d\)
Figure 2:Hyperparameter sensitivity analysis on MemoryAgentBench with DeepSeek\-V4\-Flash\.
### Experimental Results
##### Overall Performance
Table[1](https://arxiv.org/html/2608.19701#Sx3.T1)shows thatCAMAconsistently achieves superior performance across different benchmarks and backbones, demonstrating its effectiveness in long\-term memory reasoning\. Compared with retrieval\-based methods that directly aggregate retrieved memories and memory management approaches that focus on memory organization,CAMAexplicitly models latent evidence dependencies to avoid redundant memory amplification and identify reliable evidence\. While multi\-agent approaches improve reasoning through interaction and aggregation,CAMAfurther addresses memory correlation and missing evidence recovery, leading to more robust memory utilization\.
Table[2](https://arxiv.org/html/2608.19701#Sx3.T2)further evaluatesCAMAunder correlation\-aware settings\. The consistent improvements across correlation metrics demonstrate thatCAMAeffectively identifies correlated memories and mitigates memory correlation bias\. These gains stem from evidence\-level decoupling and provenance modeling, which reduce redundant evidence interference, together with evidence recovery mechanisms that acquire missing evidence when needed\.
##### Ablation Analysis
Table[3](https://arxiv.org/html/2608.19701#Sx4.T3)evaluates the contribution of each component inCAMA\. Removing any component consistently degrades performance, confirming the necessity of evidence decoupling and adaptive recovery\. Specifically, removing evidence decoupling or provenance modeling weakens correlation bias mitigation by failing to identify source\-level dependencies among memories, while removing recovery components reduces the ability to acquire missing independent evidence\. These results demonstrate that each component provides complementary benefits for reliable arbitration under correlated memory conditions\.
##### Hyperparameter Sensitivity
We analyze the sensitivity ofCAMAto key hyperparameters, including the number of retrieved memoriesKK, latent evidence slotsJJ, provenance prior strengthμ\\mu, and budgetBB\. As shown in Figure[2](https://arxiv.org/html/2608.19701#Sx4.F2),CAMAremains robust across different settings\. IncreasingKKimproves evidence coverage but introduces redundancy when over\-retrieved, validating the need for correlation\-aware estimation\. The choice ofJJbalances evidence factor separation and fragmentation, while a moderateμ\\mubalances provenance guidance and assignment flexibility\. IncreasingBBimproves evidence recovery with diminishing returns\. These results demonstrate thatCAMAis robust to hyperparameter variation rather than depending on a narrowly tuned configuration\.
MethodsAvg\.LatencyLLMCallsTokenCost \(k\)ContextLen \(k\)Δ\\DeltaAcc\./kTokenVanilla RAG1\.81\.03\.23\.1–Majority Voting4\.65\.012\.83\.10\.04HippoRAG3\.22\.05\.94\.41\.08MAD9\.88\.424\.39\.60\.39MADAM\-RAG11\.410\.628\.911\.20\.42CAMA\(Ours\)6\.74\.214\.66\.81\.10
Table 4:Efficiency analysis on the MemoryAgentBench benchmark under DeepSeek\-V4\-Flash\.
##### Efficiency Analysis
We evaluate the efficiency from different perspectives\.Δ\\DeltaAcc\./kToken measures the accuracy improvement overVanilla RAGnormalized by the consumed thousands of tokens\. Table[4](https://arxiv.org/html/2608.19701#Sx4.T4)reports the efficiency comparison ofCAMA\. AlthoughCAMAintroduces additional costs for evidence modeling and adaptive recovery, it achieves a favorable accuracy–efficiency trade\-off\. By selectively activating recovery only when the retrieved evidence is insufficient,CAMAavoids unnecessary computation while maintaining effective evidence acquisition\. The improved accuracy gain per token further indicates that the additional computation is primarily used for identifying independent evidence rather than repeatedly aggregating correlated memories\. These results demonstrate the efficiency ofCAMAin achieving reliable arbitration under correlated memory conditions\.
## Conclusion
In this paper, we identify*Memory Correlation Bias*as a critical challenge in long\-term multi\-agent systems, where correlated memories may create false majorities and lead to persistent reasoning errors\. We proposeCAMA, a correlation\-aware memory arbitration framework that evaluates evidence at the level of latent independent factors and selectively recovers missing evidence when current memories are insufficient\. By combining neuro\-symbolic evidence modeling, factor\-level arbitration, and adaptive recovery,CAMAenables more reliable decisions under correlated memory conditions\. Extensive experiments show thatCAMAconsistently outperforms existing approaches with favorable efficiency\. Our work demonstrates that effective memory reasoning requires not only accumulating more memories, but also understanding their underlying dependencies\.
## References
- Aiet al\.\(2026\)R\. Ai, Y\. Pan, D\. Simchi\-Levi, M\. Tambe, and H\. XuBeyond majority voting: LLM aggregation by leveraging higher\-order information\.InForty\-third International Conference on Machine Learning,External Links:[Link](https://openreview.net/forum?id=ZVyd4r9Xl5)Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p1.1),[Introduction](https://arxiv.org/html/2608.19701#Sx1.p2.1)\.
- Changet al\.\(2025\)C\. Chang, Z\. Jiang, V\. Rakesh, M\. Pan, C\. M\. Yeh, G\. Wang, M\. Hu, Z\. Xu, Y\. Zheng, M\. Das, and N\. ZouMAIN\-RAG: multi\-agent filtering retrieval\-augmented generation\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),Vienna, Austria,pp\. 2607–2622\.External Links:[Link](https://aclanthology.org/2025.acl-long.131/),[Document](https://dx.doi.org/10.18653/v1/2025.acl-long.131),ISBN 979\-8\-89176\-251\-0Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Chhikaraet al\.\(2025\)P\. Chhikara, D\. Khant, S\. Aryan, T\. Singh, and D\. YadavMem0: building production\-ready ai agents with scalable long\-term memory\.arXiv preprint arXiv:2504\.19413\.Cited by:[3rd item](https://arxiv.org/html/2608.19701#A5.I1.i3.p1.1),[Baselines](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px2.p1.1)\.
- DeepSeek \(2026\)DeepSeekDeepSeek v4 preview release\.External Links:[Link](https://api-docs.deepseek.com/news/news260424/)Cited by:[Implementation Details](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px4.p1.1)\.
- Duet al\.\(2025\)X\. Du, L\. Li, D\. Zhang, and L\. SongMemR3\{\}^\{3\}: memory retrieval via reflective reasoning for llm agents\.arXiv preprint arXiv:2512\.20237\.Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Garcezet al\.\(2015\)A\. S\. d\. Garcez, T\. R\. Besold, L\. De Raedt, P\. Földiak, P\. Hitzler, T\. Icard, K\. Kühnberger, L\. C\. Lamb, R\. Miikkulainen, and D\. L\. SilverNeural\-symbolic learning and reasoning: contributions and challenges\.\.InAAAI Spring Symposia,pp\. 18–21\.Cited by:[Query\-Conditioned Evidence Decoupling](https://arxiv.org/html/2608.19701#Sx3.SSx2.p1.1)\.
- Geet al\.\(2025\)Z\. Ge, Y\. Wu, D\. W\. K\. Chin, R\. K\. Lee, and R\. CaoResolving conflicting evidence in automated fact\-checking: a study on retrieval\-augmented llms\.InProceedings of the Thirty\-Fourth International Joint Conference on Artificial Intelligence,pp\. 9656–9664\.Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Gutiérrezet al\.\(2024\)B\. J\. Gutiérrez, Y\. Shu, Y\. Gu, M\. Yasunaga, and Y\. SuHipporag: neurobiologically inspired long\-term memory for large language models\.Advances in neural information processing systems37,pp\. 59532–59569\.Cited by:[4th item](https://arxiv.org/html/2608.19701#A5.I1.i4.p1.1),[Baselines](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px2.p1.1)\.
- Hitzleret al\.\(2022\)P\. Hitzler, M\. Sarker, T\. Besold, A\. Garcez, S\. Bader, H\. Bowman, P\. Domingos, P\. Hitzler, K\. Kühnberger, L\. Lamb,et al\.Neural\-symbolic learning and reasoning: a survey and interpretation\.Frontiers in artificial intelligence and applications342,pp\. 1–51\.Cited by:[Query\-Conditioned Evidence Decoupling](https://arxiv.org/html/2608.19701#Sx3.SSx2.p1.1)\.
- Huet al\.\(2026\)Y\. Hu, Y\. Wang, and J\. McAuleyEvaluating memory in LLM agents via incremental multi\-turn interactions\.InThe Fourteenth International Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=DT7JyQC3MR)Cited by:[Appendix D](https://arxiv.org/html/2608.19701#A4.p2.1),[Datasets](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px1.p1.1)\.
- Huanget al\.\(2026\)W\. Huang, Z\. Wang, H\. Lin, S\. Wang, B\. Xu, Q\. Li, B\. Zhu, L\. Yang, and C\. QinAMA: adaptive memory via multi\-agent collaboration\.InFindings of the Association for Computational Linguistics: ACL 2026,M\. Liakata, V\. P\. Moreira, J\. Zhang, and D\. Jurgens \(Eds\.\),San Diego, California, United States,pp\. 3099–3120\.External Links:[Link](https://aclanthology.org/2026.findings-acl.152/),[Document](https://dx.doi.org/10.18653/v1/2026.findings-acl.152),ISBN 979\-8\-89176\-395\-1Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Hwanget al\.\(2025\)J\. Hwang, J\. Park, H\. Park, D\. Kim, S\. Park, and J\. OkRetrieval\-augmented generation with estimation of source reliability\.InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing,C\. Christodoulopoulos, T\. Chakraborty, C\. Rose, and V\. Peng \(Eds\.\),Suzhou, China,pp\. 34279–34303\.External Links:[Link](https://aclanthology.org/2025.emnlp-main.1738/),[Document](https://dx.doi.org/10.18653/v1/2025.emnlp-main.1738),ISBN 979\-8\-89176\-332\-6Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Kanget al\.\(2025\)J\. Kang, M\. Ji, Z\. Zhao, and T\. BaiMemory os of ai agent\.InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing,pp\. 25972–25981\.Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p2.1)\.
- Kimet al\.\(2025\)E\. M\. Kim, A\. Garg, K\. Peng, and N\. GargCorrelated errors in large language models\.InInternational Conference on Machine Learning,pp\. 30038–30066\.Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Kohli \(2026\)G\. KohliNine judges, two effective votes: correlated errors undermine llm evaluation panels\.arXiv preprint arXiv:2605\.29800\.Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p1.1),[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p2.1)\.
- Lewiset al\.\(2020\)P\. Lewis, E\. Perez, A\. Piktus, F\. Petroni, V\. Karpukhin, N\. Goyal, H\. Küttler, M\. Lewis, W\. Yih, T\. Rocktäschel,et al\.Retrieval\-augmented generation for knowledge\-intensive nlp tasks\.Advances in neural information processing systems33,pp\. 9459–9474\.Cited by:[1st item](https://arxiv.org/html/2608.19701#A5.I1.i1.p1.1),[Baselines](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px2.p1.1)\.
- Lianget al\.\(2025\)L\. Liang, H\. Wang, and K\. WangCognitive\-inspired xlstm for multi\-agent information retrieval\.Scientific Reports15\(1\),pp\. 36121\.Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Lianget al\.\(2024\)T\. Liang, Z\. He, W\. Jiao, X\. Wang, Y\. Wang, R\. Wang, Y\. Yang, S\. Shi, and Z\. TuEncouraging divergent thinking in large language models through multi\-agent debate\.InProceedings of the 2024 conference on empirical methods in natural language processing,pp\. 17889–17904\.Cited by:[5th item](https://arxiv.org/html/2608.19701#A5.I1.i5.p1.1),[Baselines](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px2.p1.1)\.
- Linet al\.\(2025\)C\. Lin, Z\. Jiang, L\. Zheng, Q\. Zhao, Y\. Zhang, Q\. Song, and W\. ZhouRJE: a retrieval\-judgment\-exploration framework for efficient knowledge graph question answering with llms\.InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing,pp\. 17288–17305\.Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Liuet al\.\(2026\)J\. Liu, S\. Du, W\. Du, M\. Guo, and V\. ConitzerThe consensus trap: rescuing multi\-agent llms from adversarial majorities via token\-level collaboration\.arXiv preprint arXiv:2604\.17139\.Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p2.1),[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p2.1)\.
- Luet al\.\(2026\)Y\. Lu, W\. Cheng, Z\. Zhang, and H\. TangMma: multimodal memory agent\.arXiv preprint arXiv:2602\.16493\.Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Maharanaet al\.\(2024\)A\. Maharana, D\. Lee, S\. Tulyakov, M\. Bansal, F\. Barbieri, and Y\. FangEvaluating very long\-term conversational memory of llm agents\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 13851–13870\.Cited by:[Appendix D](https://arxiv.org/html/2608.19701#A4.p4.1),[Datasets](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px1.p1.1)\.
- Peer and Stabinger \(2025\)D\. Peer and S\. StabingerATA: a neuro\-symbolic approach to implement autonomous and trustworthy agents\.arXiv preprint arXiv:2510\.16381\.Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Penget al\.\(2025\)H\. Peng, J\. Jiang, Z\. Dong, W\. X\. Zhao, and L\. FangCAFE: retrieval head\-based coarse\-to\-fine information seeking to enhance multi\-document qa capability\.InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing,pp\. 12966–12978\.Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Qwen Team \(2026\)Qwen TeamQwen3\.6\-27B: flagship\-level coding in a 27b dense model\.External Links:[Link](https://qwen.ai/blog?id=qwen3.6-27b)Cited by:[Implementation Details](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px4.p1.1)\.
- Razghandiet al\.\(2025\)A\. Razghandi, S\. M\. H\. Hosseini, and M\. S\. BaghshahCer: confidence enhanced reasoning in llms\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 7918–7938\.Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Rezazadehet al\.\(2025\)A\. Rezazadeh, Z\. Li, A\. Lou, Y\. Zhao, W\. Wei, and Y\. BaoCollaborative memory: multi\-user memory sharing in llm agents with dynamic access control\.arXiv preprint arXiv:2505\.18279\.Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p1.1)\.
- Salamaet al\.\(2025\)R\. Salama, J\. Cai, M\. Yuan, A\. Currey, M\. Sunkara, Y\. Zhang, and Y\. BenajibaMeminsight: autonomous memory augmentation for llm agents\.InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing,pp\. 33124–33140\.Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p2.1)\.
- Souzaet al\.\(2025\)R\. Souza, A\. Gueroudji, S\. DeWitt, D\. Rosendo, T\. Ghosal, R\. Ross, P\. Balaprakash, and R\. F\. Da SilvaPROV\-agent: unified provenance for tracking ai agent interactions in agentic workflows\.In2025 IEEE International Conference on eScience \(eScience\),pp\. 467–473\.Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Tanet al\.\(2025\)Z\. Tan, J\. Yan, I\. Hsu, R\. Han, Z\. Wang, L\. Le, Y\. Song, Y\. Chen, H\. Palangi, G\. Lee,et al\.In prospect and retrospect: reflective memory management for long\-term personalized dialogue agents\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 8416–8439\.Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p2.1)\.
- Taubenfeldet al\.\(2025\)A\. Taubenfeld, T\. Sheffer, E\. Ofek, A\. Feder, A\. Goldstein, Z\. Gekhman, and G\. YonaConfidence improves self\-consistency in llms\.InFindings of the Association for Computational Linguistics: ACL 2025,pp\. 20090–20111\.Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Tranet al\.\(2025\)H\. Tran, Z\. Yao, Z\. Yang, J\. Wang, Y\. Zhang, S\. Han, F\. Ouyang, and H\. YuRARE: retrieval\-augmented reasoning enhancement for large language models\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),Vienna, Austria,pp\. 18305–18330\.External Links:[Link](https://aclanthology.org/2025.acl-long.896/),[Document](https://dx.doi.org/10.18653/v1/2025.acl-long.896),ISBN 979\-8\-89176\-251\-0Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Wanget al\.\(2025\)H\. Wang, A\. Prasad, E\. Stengel\-Eskin, and M\. BansalRetrieval\-augmented generation with conflicting evidence\.arXiv preprint arXiv:2504\.13079\.Cited by:[6th item](https://arxiv.org/html/2608.19701#A5.I1.i6.p1.1),[Baselines](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px2.p1.1)\.
- Wanget al\.\(2023\)X\. Wang, J\. Wei, D\. Schuurmans, Q\. V\. Le, E\. H\. Chi, S\. Narang, A\. Chowdhery, and D\. ZhouSelf\-consistency improves chain of thought reasoning in language models\.InThe Eleventh International Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=1PL1NIMMrw)Cited by:[2nd item](https://arxiv.org/html/2608.19701#A5.I1.i2.p1.1),[Baselines](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px2.p1.1)\.
- Wanget al\.\(2026\)Y\. Wang, J\. Zhang, T\. Cai, Z\. Liu, Q\. Sun, Z\. Sun, Z\. Wu, M\. Dong, M\. Zheng, X\. Yin,et al\.From agent traces to trust: a survey of evidence tracing and execution provenance in llm agents\.arXiv preprint arXiv:2606\.04990\.Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Wuet al\.\(2025\)D\. Wu, H\. Wang, W\. Yu, Y\. Zhang, K\. Chang, and D\. YuLongMemEval: benchmarking chat assistants on long\-term interactive memory\.InThe Thirteenth International Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=pZiyCaVuti)Cited by:[Appendix D](https://arxiv.org/html/2608.19701#A4.p3.1),[Datasets](https://arxiv.org/html/2608.19701#Sx4.SSx1.SSSx2.Px1.p1.1)\.
- Xuet al\.\(2025\)W\. Xu, Z\. Liang, K\. Mei, H\. Gao, J\. Tan, and Y\. ZhangA\-mem: agentic memory for llm agents\.Advances in Neural Information Processing Systems38,pp\. 17577–17604\.Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Xuet al\.\(2026\)X\. Xu, B\. Xu, T\. Xueyun, Z\. Huang, R\. Chen, L\. Yunfan, and H\. ShenChain\-of\-memory: lightweight memory construction with dynamic evolution for LLM agents\.InProceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),M\. Liakata, V\. P\. Moreira, J\. Zhang, and D\. Jurgens \(Eds\.\),San Diego, California, United States,pp\. 11618–11631\.External Links:[Link](https://aclanthology.org/2026.acl-long.534/),[Document](https://dx.doi.org/10.18653/v1/2026.acl-long.534),ISBN 979\-8\-89176\-390\-6Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Yanget al\.\(2026\)W\. Yang, S\. Li, H\. Ping, P\. Zhang, P\. Bogdan, and J\. ThomasonAuditing multi\-agent llm reasoning trees outperforms majority vote and llm\-as\-judge\.arXiv preprint arXiv:2602\.09341\.Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p1.1),[Introduction](https://arxiv.org/html/2608.19701#Sx1.p2.1)\.
- Yanget al\.\(2025\)X\. Yang, J\. Shao, L\. Guo, B\. Zhang, Z\. Zhou, L\. Jia, W\. Dai, and Y\. LiNeuro\-symbolic artificial intelligence: towards improving the reasoning abilities of large language models\.InProceedings of the Thirty\-Fourth International Joint Conference on Artificial Intelligence,pp\. 10770–10778\.Cited by:[Evidence Aggregation and Recovery](https://arxiv.org/html/2608.19701#Sx2.SSx2.p1.1)\.
- Yuet al\.\(2026\)Y\. Yu, L\. Yao, Y\. Xie, Q\. Tan, J\. Feng, Y\. Li, and L\. WuAgentic memory: learning unified long\-term and short\-term memory management for large language model agents\.InProceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),M\. Liakata, V\. P\. Moreira, J\. Zhang, and D\. Jurgens \(Eds\.\),San Diego, California, United States,pp\. 21457–21483\.External Links:[Link](https://aclanthology.org/2026.acl-long.981/),[Document](https://dx.doi.org/10.18653/v1/2026.acl-long.981),ISBN 979\-8\-89176\-390\-6Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p2.1),[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
- Zhanget al\.\(2025a\)G\. Zhang, M\. Fu, K\. Wang, F\. Wan, M\. Yu, and S\. YanG\-memory: tracing hierarchical memory for multi\-agent systems\.Advances in Neural Information Processing Systems38,pp\. 12988–13018\.Cited by:[Introduction](https://arxiv.org/html/2608.19701#Sx1.p1.1)\.
- Zhanget al\.\(2025b\)Z\. Zhang, Q\. Dai, X\. Bo, C\. Ma, R\. Li, X\. Chen, J\. Zhu, Z\. Dong, and J\. WenA survey on the memory mechanism of large language model\-based agents\.ACM Transactions on Information Systems43\(6\),pp\. 1–47\.Cited by:[Memory in Long\-Term Multi\-Agent Systems](https://arxiv.org/html/2608.19701#Sx2.SSx1.p1.1)\.
## Appendix AAlgorithm
### Inference Procedure and Complexity
Algorithm[1](https://arxiv.org/html/2608.19701#alg1)summarizes the inference procedure\. At each recovery step, CAMA updates the candidate hypotheses, evidence assignments, and arbitration posterior based on the current memory slice and provenance structure\. The procedure terminates when the recovery budget is exhausted, the evidence\-sufficiency criterion is satisfied, or the learned policy selectsStop\. After each nonterminal recovery action, the updated memory slice and provenance structure are used to recompute the latent evidence factors and arbitration results\. The final output contains the selected hypothesis together with its factor\-level attribution\.
For a current slice of sizeKtK\_\{t\}, the set encoder incursO\(Kt2\)O\(K\_\{t\}^\{2\}\)complexity due to self\-attention\. With a recovery budgetBB, the total encoding cost isO\(∑t=0BKt2\)O\(\\sum\_\{t=0\}^\{B\}K\_\{t\}^\{2\}\), which depends on the query\-local memory slice rather than the full memory store\. Additional retrieval cost is introduced only byExpand, whileTracefollows existing provenance links\. When the initial retrieval already provides sufficient evidence and confident arbitration, the process terminates after a single\-pass factor\-level arbitration\.
### Correlation\-Aware Evaluation Metrics
To quantify memory correlation bias, we define four correlation\-aware metrics based on the constructed evaluation instances\. Let𝒟\\mathcal\{D\}denote the set of evaluation cases\. Each case contains a set of retrieved memoriesℳ\\mathcal\{M\}, where memories may originate from either the same underlying evidence source \(correlated memories\) or distinct sources \(independent evidence\)\. We denote the model prediction before and after applyingCAMAasyyandy∗y^\{\*\}, respectively, and use𝕀\(⋅\)\\mathbb\{I\}\(\\cdot\)as the indicator function\.
Algorithm 1Correlation\-Aware Memory Arbitration0:Query
qq, memory store
ℳ\\mathcal\{M\}, retrieval sizes
K,KaddK,K\_\{\\mathrm\{add\}\}, budget
BB, thresholds
τN,τH\\tau\_\{N\},\\tau\_\{H\}
0:Conclusion
h^\\hat\{h\}and factor\-level attribution
1:
𝒞q\(0\)←Retrieve\(q,ℳ,K\)\\mathcal\{C\}^\{\(0\)\}\_\{q\}\\leftarrow\\operatorname\{Retrieve\}\(q,\\mathcal\{M\};K\)
2:
Gprov\(0\)←LocalProv\(𝒞q\(0\)\)G^\{\(0\)\}\_\{\\mathrm\{prov\}\}\\leftarrow\\operatorname\{LocalProv\}\(\\mathcal\{C\}^\{\(0\)\}\_\{q\}\)
3:for
t=0,…,Bt=0,\\ldots,Bdo
4:Infer
ℋq\(t\)\\mathcal\{H\}^\{\(t\)\}\_\{q\},
Z\(t\)Z^\{\(t\)\}and compute
e\(t\)e^\{\(t\)\},
Neff\(t\)N^\{\(t\)\}\_\{\\mathrm\{eff\}\},
𝜿\(t\)\\boldsymbol\{\\kappa\}^\{\(t\)\},
β\(t\)\\beta^\{\(t\)\},
ρ\(t\)\\rho^\{\(t\)\}, and
P\(t\)P^\{\(t\)\}
5:
sufficient\(t\)←\(Neff\(t\)≥τN\)∧\(H\(P\(t\)\)≤τH\)\\mathrm\{sufficient\}^\{\(t\)\}\\leftarrow\(N^\{\(t\)\}\_\{\\mathrm\{eff\}\}\\geq\\tau\_\{N\}\)\\land\(\\mathrm\{H\}\(P^\{\(t\)\}\)\\leq\\tau\_\{H\}\)
6:if
t=Bt=Bthen
7:break
8:endif
9:Generate expansion queries
𝒬\(t\)\\mathcal\{Q\}^\{\(t\)\}from
StS\_\{t\}
10:
𝒜\(t\)←\{Expand\(q′\):q′∈𝒬\(t\)\}∪\{Trace\(mi\):mihas a traceable parent\}\\mathcal\{A\}^\{\(t\)\}\\leftarrow\\\{\\textsc\{Expand\}\(q^\{\\prime\}\):q^\{\\prime\}\\in\\mathcal\{Q\}^\{\(t\)\}\\\}\\cup\\\{\\textsc\{Trace\}\(m\_\{i\}\):m\_\{i\}\\text\{ has a traceable parent\}\\\}
11:if
sufficient\(t\)\\mathrm\{sufficient\}^\{\(t\)\}then
12:
𝒜\(t\)←𝒜\(t\)∪\{Stop\}\\mathcal\{A\}^\{\(t\)\}\\leftarrow\\mathcal\{A\}^\{\(t\)\}\\cup\\\{\\textsc\{Stop\}\\\}
13:endif
14:
At∼πω\(⋅∣St,𝒜\(t\)\)A\_\{t\}\\sim\\pi\_\{\\omega\}\(\\cdot\\mid S\_\{t\},\\mathcal\{A\}^\{\(t\)\}\)
15:if
At=StopA\_\{t\}=\\textsc\{Stop\}then
16:break
17:elseif
At=Expand\(q′\)A\_\{t\}=\\textsc\{Expand\}\(q^\{\\prime\}\)then
18:
Δ𝒞\(t\)←Retrieve\(q′,ℳ,Kadd\)\\Delta\\mathcal\{C\}^\{\(t\)\}\\leftarrow\\operatorname\{Retrieve\}\(q^\{\\prime\},\\mathcal\{M\};K\_\{\\mathrm\{add\}\}\)
19:
𝒞q\(t\+1\)←𝒞q\(t\)∪Δ𝒞\(t\)\\mathcal\{C\}^\{\(t\+1\)\}\_\{q\}\\leftarrow\\mathcal\{C\}^\{\(t\)\}\_\{q\}\\cup\\Delta\\mathcal\{C\}^\{\(t\)\}
20:
Gprov\(t\+1\)←Gprov\(t\)∪LocalProv\(Δ𝒞\(t\),𝒞q\(t\+1\)\)G^\{\(t\+1\)\}\_\{\\mathrm\{prov\}\}\\leftarrow G^\{\(t\)\}\_\{\\mathrm\{prov\}\}\\cup\\operatorname\{LocalProv\}\(\\Delta\\mathcal\{C\}^\{\(t\)\},\\mathcal\{C\}^\{\(t\+1\)\}\_\{q\}\)
21:elseif
At=Trace\(mi\)A\_\{t\}=\\textsc\{Trace\}\(m\_\{i\}\)then
22:Recover the parent
mpm\_\{p\}and its derivation edges
ℰp\(t\)\\mathcal\{E\}^\{\(t\)\}\_\{p\}
23:
𝒞q\(t\+1\)←𝒞q\(t\)∪\{mp\}\\mathcal\{C\}^\{\(t\+1\)\}\_\{q\}\\leftarrow\\mathcal\{C\}^\{\(t\)\}\_\{q\}\\cup\\\{m\_\{p\}\\\}
24:
Gprov\(t\+1\)←Gprov\(t\)∪ℰp\(t\)G^\{\(t\+1\)\}\_\{\\mathrm\{prov\}\}\\leftarrow G^\{\(t\)\}\_\{\\mathrm\{prov\}\}\\cup\\mathcal\{E\}^\{\(t\)\}\_\{p\}
25:endif
26:endfor
27:
h^←argmaxh∈ℋq\(t\)P\(t\)\(h\)\\hat\{h\}\\leftarrow\\arg\\max\_\{h\\in\\mathcal\{H\}^\{\(t\)\}\_\{q\}\}P^\{\(t\)\}\(h\)
28:Construct factor\-level attribution from the final evidence state
29:return
h^\\hat\{h\}and factor\-level attribution
## Appendix BQuery\-conditioned Evidence Decoupling
The objective of evidence decoupling is to identify latent evidential factors underlying retrieved memories, rather than directly treating each memory entry as an independent evidence source\. InCAMA, multiple memories may correspond to the same latent factor when they originate from shared observations, propagated summaries, or correlated reasoning processes\. Given the retrieved memory slice𝒞q\(t\)\\mathcal\{C\}^\{\(t\)\}\_\{q\},CAMAinfers a soft assignment matrixZ\(t\)Z^\{\(t\)\}between memories and latent evidence factors\. Each row ofZ\(t\)Z^\{\(t\)\}represents the contribution distribution of a memory over different factors, while each column corresponds to a query\-dependent evidential factor\. These factors represent evidence units that support or contradict candidate hypotheses\. Therefore, multiple memories assigned to the same factor are treated as redundant evidence, whereas memories associated with different factors provide potentially independent support\. The dependency among memories is modeled in a query\-conditioned manner through the overlap of their latent factor assignments:
rij\(t\)=⟨𝐳i\(t\),𝐳j\(t\)⟩,\\displaystyle r^\{\(t\)\}\_\{ij\}=\\left\\langle\\mathbf\{z\}^\{\(t\)\}\_\{i\},\\mathbf\{z\}^\{\(t\)\}\_\{j\}\\right\\rangle,\(17\)where larger values indicate stronger evidential redundancy under the current query\. Unlike static dependency based on memory metadata or agent identity, this formulation captures query\-dependent evidence relationships\. When provenance information is available,CAMAincorporates it as an auxiliary structural prior to guide evidence assignment without enforcing hard dependency constraints\. The resulting factor\-level representation is then used for effective independent evidence estimation and subsequent arbitration\.
## Appendix CActive Independent\-Evidence Recovery
The initial retrieval view may be insufficient for reliable arbitration because it only provides a partial observation of the underlying evidence structure\. Specifically, the current memory slice may either over\-represent existing evidence factors due to hidden correlations or fail to cover critical independent evidence factors required for decision making\. Therefore,CAMAperforms active evidence recovery to iteratively refine the retrieved evidence structure before final arbitration\. At each recovery step,CAMAupdates the current memory slice and re\-estimates the latent evidence structure, including evidence diversity, assignment confidence, and arbitration uncertainty\. The recovery policy selects an action according to whether the current evidence state requires additional evidence acquisition, dependency investigation, or termination\. The recovery actions correspond to different types of evidence refinement\.Expanddiscovers missing independent evidence factors by exploring alternative retrieval views\.Traceidentifies hidden dependencies among existing memories by following provenance relations\.Stopterminates recovery when the current evidence structure provides sufficient independent support and the arbitration result is reliable\. After each recovery action, the updated memory slice is used to re\-estimate the evidence structure and perform subsequent arbitration\.
## Appendix DDetailed Dataset Descriptions
We evaluateCAMAon three representative long\-term memory benchmarks, covering different aspects of memory\-augmented LLM agents, ranging from dynamic memory management under evolving interactions to long\-horizon retrieval and reasoning over historical conversations\.
MemoryAgentBench\([10](https://arxiv.org/html/2608.19701#bib.bib5)\)is designed to evaluate the memory capabilities of LLM\-based agents through incremental multi\-turn interactions\. Different from conventional retrieval benchmarks that mainly measure whether relevant information can be retrieved from a static memory pool, MemoryAgentBench focuses on the dynamic maintenance of agent memories over time\. It evaluates whether agents can effectively update, retrieve, and manage memories as new interactions accumulate, including scenarios involving conflicting memory updates and selective forgetting\. Such settings naturally introduce situations where historical memories may become outdated, redundant, or inconsistent, making MemoryAgentBench suitable for evaluating whether an agent can identify reliable evidence among potentially correlated memories\.
LongMemEval\([36](https://arxiv.org/html/2608.19701#bib.bib7)\)evaluates long\-term memory retrieval and reasoning capabilities of conversational agents under extended interaction histories\. The benchmark contains long multi\-session conversations where relevant information is distributed across historical interactions and requires agents to retrieve, integrate, and reason over long\-term user memories\. Compared with short\-context dialogue benchmarks, LongMemEval emphasizes the ability to utilize accumulated user information under evolving conversational contexts\. Since repeated interactions may produce multiple memory entries describing similar user states or historical events, LongMemEval provides a challenging setting for studying whether memory methods can distinguish independent evidence from correlated memory traces\.
LoCoMo\([22](https://arxiv.org/html/2608.19701#bib.bib6)\)focuses on long\-term conversational memory reasoning over multi\-session dialogues with evolving user states and historical interactions\. The benchmark requires agents to answer queries by reasoning over information accumulated across multiple conversation sessions, including historical facts, temporal events, and user\-related information\. Due to the longitudinal nature of conversations, the benchmark contains naturally occurring memory dependencies where multiple records may originate from the same underlying event or user state\. Therefore, LoCoMo serves as an effective testbed for evaluating correlation\-aware memory arbitration in long\-term conversational agents\.
To specifically evaluate memory correlation bias, we further construct correlation\-aware variants from the original benchmark instances\. For each instance, we augment the memory pool with additional correlated memories derived from shared evidence sources as well as independent memories from distinct sources\. Correlated memories are generated through controlled derivations, including paraphrasing and summarization, while preserving their original semantics and recording provenance relations between derived entries and their source memories\. The original ground\-truth answers remain unchanged, ensuring that the evaluation focuses on whether an agent can correctly identify independent evidence rather than relying on the quantity of retrieved memories\. These correlation\-aware variants provide a controlled evaluation environment for measuring the ability ofCAMAto mitigate false majorities induced by correlated memories\.
##### Correlation\-aware Benchmark Construction
Existing long\-term memory benchmarks primarily evaluate retrieval and reasoning capabilities, but they do not explicitly measure the impact of correlated memories on evidence aggregation\. To evaluate memory correlation bias, we construct correlation\-aware variants from the original benchmark instances while preserving their original task objectives and ground\-truth answers\.
Given an original memory pool𝒞q\\mathcal\{C\}\_\{q\}, we augment it with two types of additional memories: \(1\)correlated memoriesderived from existing evidence sources, and \(2\)independent memoriesproviding distinct query\-relevant evidential factors\.
For correlated memories, we generate additional memory entries by applying controlled transformations to existing memories, including paraphrasing and summarization\. These transformations preserve the underlying evidence while introducing surface\-level diversity, simulating realistic scenarios where multiple agents or memory\-writing processes record overlapping information from the same source\. The provenance relationship between each generated memory and its original source is explicitly recorded\.
For independent memories, we introduce additional entries that provide complementary, non\-overlapping evidence relevant to the query\. These entries are drawn from distinct sources and treated as independent with respect to the current query because they correspond to different underlying evidential factors\. The constructed memory pool can therefore be represented as:
𝒞~q=𝒞q∪𝒞qcorr∪𝒞qind,\\widetilde\{\\mathcal\{C\}\}\_\{q\}=\\mathcal\{C\}\_\{q\}\\cup\\mathcal\{C\}^\{\\mathrm\{corr\}\}\_\{q\}\\cup\\mathcal\{C\}^\{\\mathrm\{ind\}\}\_\{q\},where𝒞qcorr\\mathcal\{C\}^\{\\mathrm\{corr\}\}\_\{q\}denotes correlated memory entries generated from shared evidence sources, and𝒞qind\\mathcal\{C\}^\{\\mathrm\{ind\}\}\_\{q\}denotes entries providing distinct query\-relevant evidential factors\.
Importantly, the construction process does not modify the original queries or ground\-truth answers\. Instead, it preserves the target answer while perturbing the composition and multiplicity of the available evidence\. This controlled construction enables us to evaluate how memory aggregation methods respond to correlated evidence and changes in evidence\-source diversity\. The recorded provenance information further providesCAMAwith structural priors for modeling potential shared\-source dependencies and performing correlation\-aware arbitration\.
## Appendix EComparison Baselines
We compareCAMAwith representative baselines covering conventional retrieval\-based aggregation, long\-term memory management, and multi\-agent reasoning approaches\.
- •Vanilla RAG\([16](https://arxiv.org/html/2608.19701#bib.bib8)\)represents a standard retrieval\-augmented generation pipeline, where retrieved memories are directly provided as additional context for generation\. It treats all retrieved memory entries as independent information sources without explicitly modeling their dependencies or reliability, serving as a fundamental baseline for evaluating the impact of correlation\-aware evidence arbitration\.
- •Majority Voting\([34](https://arxiv.org/html/2608.19701#bib.bib9)\)represents consensus\-based evidence aggregation strategies\. It aggregates retrieved memories by selecting the hypothesis supported by the majority of memory entries, implicitly assuming that each memory provides an independent vote\. Although effective when evidence sources are independent, such strategies may suffer from false majorities when multiple memories originate from the same underlying evidence source\.
- •Mem0\([3](https://arxiv.org/html/2608.19701#bib.bib11)\)is a long\-term memory management framework that extracts salient information from interactions and maintains a compact memory store through memory addition, updating, and consolidation\. Unlike direct retrieval methods, Mem0 focuses on scalable memory organization and adaptive memory maintenance for long\-running LLM agents\. We include Mem0 to evaluate whether existing memory management strategies can mitigate correlation issues through memory consolidation\.
- •HippoRAG\([8](https://arxiv.org/html/2608.19701#bib.bib10)\)is a graph\-based retrieval framework that organizes memories into interconnected structures inspired by human long\-term memory\. By constructing knowledge graphs over retrieved information, HippoRAG improves long\-range retrieval and multi\-hop reasoning over extensive memory collections\. It serves as a representative baseline that exploits structural relationships among memories but does not explicitly perform evidence\-level correlation arbitration\.
- •MAD\([18](https://arxiv.org/html/2608.19701#bib.bib12)\)is a multi\-agent debate framework that improves reasoning through iterative interactions among multiple agents\. Different agents independently generate and refine solutions through rounds of discussion, allowing the system to leverage diverse reasoning trajectories\. We include MAD to evaluate whether general multi\-agent collaboration can resolve correlated or conflicting memories through agent interactions\.
- •MADAM\-RAG\([33](https://arxiv.org/html/2608.19701#bib.bib13)\)extends retrieval\-augmented generation to multi\-agent settings by introducing multiple agents for evidence retrieval and aggregation under conflicting information\. It explicitly considers disagreement among retrieved evidence and improves decision\-making through multi\-agent retrieval and coordination\. Compared with MAD, MADAM\-RAG focuses more directly on retrieval\-level conflict resolution, making it a strong baseline for evaluating memory arbitration in multi\-agent environments\.
Overall, these baselines cover different assumptions for evidence utilization: direct aggregation without dependency modeling \(Vanilla RAGandMajority Voting\), memory organization and retrieval optimization \(Mem0andHippoRAG\), and multi\-agent collaboration for reasoning and conflict handling \(MADandMADAM\-RAG\)\. In contrast,CAMAexplicitly models memory correlations at the evidence\-factor level and performs active recovery of missing independent evidence before arbitration\.
## Appendix FMetric Descriptions
### Task\-Level Performance
We evaluate the overall task\-solving capability ofCAMAfollowing the standard evaluation protocols of each benchmark\. ForMemoryAgentBench, we focus on theFact Consolidationtasks, includingSingle\-Hop Fact Consolidation\(FC\-SH\),Multi\-Hop Fact Consolidation\(FC\-MH\), and the overall score\. These metrics evaluate whether an agent can correctly consolidate factual information from evolving multi\-turn interactions\. ForLongMemEvalandLoCoMo, we report Exact Match \(EM\), F1 score, BERTScore, and judge\-based evaluation scores following their original evaluation protocols\. These metrics evaluate answer correctness, semantic similarity, and overall response quality in long\-term conversational memory reasoning\.
### Memory Correlation Bias Evaluation
To evaluate whether an agent can effectively arbitrate evidence under correlated memories, we construct correlation\-aware evaluation settings and introduce four complementary metrics\. Let𝒞q\(t\)\\mathcal\{C\}^\{\(t\)\}\_\{q\}denote the memory slice afterttrecovery steps, and letP\(t\)\(h\|q,𝒞q\(t\)\)P^\{\(t\)\}\(h\|q,\\mathcal\{C\}^\{\(t\)\}\_\{q\}\)denote the arbitration posterior over candidate hypotheses\.
Correct Minority Recovery \(CMR\)\.CMR evaluates whether the model can recover the correct answer when the number of correlated memory entries supporting an incorrect hypothesis exceeds the number of independent memories supporting the correct hypothesis\. Specifically, it measures the proportion of such minority\-support cases where the final prediction remains correct:
CMR=1\|𝒟minor\|∑q∈𝒟minor𝕀\[h^q\(T\)=hq∗\]×100%,\\displaystyle\\mathrm\{CMR\}=\\frac\{1\}\{\|\\mathcal\{D\}\_\{\\mathrm\{minor\}\}\|\}\\sum\_\{q\\in\\mathcal\{D\}\_\{\\mathrm\{minor\}\}\}\\mathbb\{I\}\\left\[\\hat\{h\}^\{\(T\)\}\_\{q\}=h^\{\*\}\_\{q\}\\right\]\\times 100\\%,\(18\)
where𝒟minor\\mathcal\{D\}\_\{\\mathrm\{minor\}\}denotes the subset of instances with minority correct evidence andh^q\(T\)\\hat\{h\}^\{\(T\)\}\_\{q\}denotes the final prediction after arbitration\.
Replication Sensitivity \(RS\)\.RS measures the sensitivity of model decisions to the replication of correlated memories from the same evidence source\. Given an original memory slice𝒞q\\mathcal\{C\}\_\{q\}and its correlation\-augmented version𝒞~q\\widetilde\{\\mathcal\{C\}\}\_\{q\}, RS is defined as:
RS=1\|𝒟\|∑q∈𝒟𝕀\[h^\(𝒞q\)≠h^\(𝒞~q\)\]×100%,\\displaystyle\\mathrm\{RS\}=\\frac\{1\}\{\|\\mathcal\{D\}\|\}\\sum\_\{q\\in\\mathcal\{D\}\}\\mathbb\{I\}\\left\[\\hat\{h\}\(\\mathcal\{C\}\_\{q\}\)\\neq\\hat\{h\}\(\\widetilde\{\\mathcal\{C\}\}\_\{q\}\)\\right\]\\times 100\\%,\(19\)where a lower RS indicates that the model is less affected by redundant memory replication\.
Independent Evidence Gain \(IEG\)\.IEG measures the benefit of introducing additional independent evidence from distinct sources\. For each instance, let𝒞q\\mathcal\{C\}\_\{q\}and𝒞qind\\mathcal\{C\}^\{ind\}\_\{q\}denote the original and independent\-evidence\-augmented memory slices, respectively\. IEG is defined as the performance improvement after adding independent evidence:
IEG=100%×1\|𝒟\|∑q∈𝒟\(𝕀\[h^\(𝒞qind\)=hq∗\]−𝕀\[h^\(𝒞q\)=hq∗\]\)\.\\displaystyle\\mathrm\{IEG\}=100\\%\\times\\frac\{1\}\{\|\\mathcal\{D\}\|\}\\sum\_\{q\\in\\mathcal\{D\}\}\\left\(\\mathbb\{I\}\[\\hat\{h\}\(\\mathcal\{C\}^\{ind\}\_\{q\}\)=h^\{\*\}\_\{q\}\]\-\\mathbb\{I\}\[\\hat\{h\}\(\\mathcal\{C\}\_\{q\}\)=h^\{\*\}\_\{q\}\]\\right\)\.\(20\)A larger IEG indicates that the model can effectively utilize complementary evidence from independent sources\.
MethodsMemoryAgentBenchLongMemEvalLOCOMOCMR↑\\uparrowRS↓\\downarrowIEG↑\\uparrowERR↑\\uparrowCMR↑\\uparrowRS↓\\downarrowIEG↑\\uparrowERR↑\\uparrowCMR↑\\uparrowRS↓\\downarrowIEG↑\\uparrowERR↑\\uparrowVanilla RAG36\.243\.15\.14\.734\.545\.44\.64\.131\.147\.54\.03\.5Majority Voting31\.446\.54\.14\.329\.848\.63\.73\.826\.851\.03\.13\.1HippoRAG43\.929\.110\.48\.741\.530\.89\.57\.938\.033\.48\.26\.9Mem046\.725\.712\.310\.144\.427\.411\.49\.340\.829\.89\.98\.2MAD51\.220\.614\.511\.548\.922\.113\.210\.444\.824\.411\.79\.2MADAM\-RAG57\.516\.717\.713\.055\.018\.116\.511\.850\.820\.114\.810\.5CAMA\(Ours\)68\.18\.623\.434\.064\.310\.021\.131\.059\.011\.218\.827\.5
Table 5:Evaluation of memory correlation bias mitigation under Qwen3\.6\-27B\.##### Evidence Resolution Rate \(ERR\)\.
ERR evaluates end\-to\-end decision correctness on instances whose initial retrieved memory slices contain insufficient independent evidence for reliable arbitration\. For each evaluated method, it measures the proportion of such instances that are correctly resolved by the method’s final prediction:
ERR\(%\)=100\|𝒟rec\|∑q∈𝒟rec𝕀\[h^qfinal=hq∗\],\\displaystyle\\mathrm\{ERR\}~\(\\%\)=\\frac\{100\}\{\|\\mathcal\{D\}\_\{\\mathrm\{rec\}\}\|\}\\sum\_\{q\\in\\mathcal\{D\}\_\{\\mathrm\{rec\}\}\}\\mathbb\{I\}\\left\[\\hat\{h\}^\{\\mathrm\{final\}\}\_\{q\}=h\_\{q\}^\{\*\}\\right\],\(21\)where𝒟rec\\mathcal\{D\}\_\{\\mathrm\{rec\}\}denotes a model\-independent subset of instances whose initial memory slices are designated as evidence\-insufficient according to the benchmark\-construction metadata\. Specifically, at least one query\-relevant independent evidence factor is absent from the initial retrieved memory slice\.h^qfinal\\hat\{h\}^\{\\mathrm\{final\}\}\_\{q\}denotes the final prediction produced by the evaluated method under its native inference procedure\. For CAMA, it is obtained after adaptive evidence recovery, whereas methods without an explicit recovery mechanism produce their predictions directly from the initial memory slice\. A higher ERR indicates that the evaluated method more reliably resolves cases with insufficient initial evidence\.
MethodsMemoryAgentBenchLongMemEvalFC\-SHFC\-MHOverallCMRRSIEGERREMF1BERTJudgeCMRRSIEGERRw/o Evi\. Decoupling69\.343\.556\.446\.034\.113\.227\.040\.350\.185\.657\.844\.735\.412\.524\.8w/o Prov\. Prior74\.649\.862\.260\.814\.920\.232\.145\.755\.086\.863\.958\.615\.718\.929\.8w/o Expand74\.149\.361\.763\.810\.615\.914\.244\.654\.186\.763\.060\.911\.314\.712\.5w/o Trace73\.447\.660\.561\.916\.218\.025\.445\.254\.786\.863\.859\.717\.417\.023\.7w/o Policy75\.050\.562\.863\.112\.415\.621\.246\.155\.686\.964\.561\.413\.614\.219\.6CAMA76\.553\.264\.968\.18\.623\.434\.047\.456\.987\.267\.064\.310\.021\.131\.0
Table 6:Ablation study on the MemoryAgentBench and LongMemEval benchmarks under Qwen3\.6\-27B\.
## Appendix GDetails of the Ablation Study
To investigate the contribution of each component inCAMA, we construct five ablation variants by removing individual modules while keeping the remaining components unchanged\. These variants evaluate the importance of correlation\-aware evidence modeling, provenance\-guided dependency inference, active evidence recovery, and adaptive recovery control\.
- •w/o Evidence Decoupling\.This variant removes the latent evidence factor modeling module and directly performs arbitration over retrieved memory entries\. Specifically, the memory\-to\-factor assignment matrixZ\(t\)Z^\{\(t\)\}and the subsequent effective independent evidence estimation are removed\. Instead, the model aggregates evidence at the memory\-entry level and treats each retrieved memory as an independent evidence source\. This variant evaluates the importance of explicitly modeling latent evidence factors and mitigating redundant evidence accumulation caused by correlated memories\.
- •w/o Provenance Prior\.This variant removes the provenance\-based structural prior from the evidence assignment process\. The latent evidence factors are inferred solely from query\-conditioned memory representations without incorporating provenance relations among memories\. All subsequent evidence estimation, recovery, and arbitration components remain unchanged\. This variant evaluates the contribution of provenance information in identifying hidden dependencies among memories and improving correlation\-aware evidence modeling\.
- •w/o Expand\.This variant removes theExpandaction from the active recovery process\. The recovery policy is restricted to selecting betweenTraceandStop, preventing the model from acquiring additional memories from alternative retrieval views\. As a result, the model can still analyze existing memory dependencies but cannot recover missing independent evidence absent from the initial retrieval set\. This variant evaluates the importance of active evidence acquisition for improving evidence coverage\.
- •w/o Trace\.This variant removes theTraceaction from the recovery process\. The model can still retrieve additional evidence throughExpandand terminate recovery throughStop, but it cannot follow provenance relations to investigate potential upstream dependencies among retrieved memories\. This variant evaluates the importance of dependency\-aware tracing for identifying correlated evidence and preventing false majorities caused by shared sources\.
- •w/o Policy\.This variant replaces the learned recovery policy with a heuristic action selection strategy\. Instead of selecting recovery actions based on the learned policyπω\(At\|St\)\\pi\_\{\\omega\}\(A\_\{t\}\|S\_\{t\}\), the model follows a fixed recovery rule while retaining the same evidence decoupling module and recovery action space\. This variant evaluates whether adaptive policy learning is necessary for balancing evidence improvement and recovery cost during sequential evidence refinement\.
## Appendix HAdditional Experimental Results
### Memory Correlation Bias Mitigation
Table[5](https://arxiv.org/html/2608.19701#A6.T5)evaluates the robustness against memory correlation bias under correlation\-aware settings\.CAMAconsistently achieves the best performance across all benchmarks and metrics, demonstrating its effectiveness in preventing correlated memories from dominating arbitration\. Existing aggregation\-based methods, includingVanilla RAGandMajority Voting, suffer from low CMR and high RS, showing that treating memories as independent evidence sources can amplify redundant information and induce false majorities\. Memory organization methods \(HippoRAGandMem0\) and multi\-agent approaches \(MADandMADAM\-RAG\) improve robustness through structured retrieval or collaborative reasoning, but remain limited as they do not explicitly model evidential dependencies\.
In contrast,CAMAsubstantially improves CMR while reducing RS across all datasets, validating the effectiveness of query\-conditioned evidence decoupling and factor\-level arbitration\. The improvements in IEG and ERR demonstrate that active recovery enables the model to discover missing independent evidence and refine the evidence structure before decision\-making\. These results confirm that reliable memory arbitration requires modeling evidence independence rather than simply aggregating more memory entries\.
### Ablation Study
Table[6](https://arxiv.org/html/2608.19701#A6.T6)investigates the contribution of each component inCAMA\. Removing any individual component consistently degrades both task performance and correlation\-aware metrics, demonstrating that the proposed modules are complementary for reliable memory arbitration\.
Removing evidence decoupling causes the largest performance drop, especially on CMR and RS, indicating that directly aggregating memory entries fails to distinguish correlated memories from independent evidence and is prone to false majorities\. The degradation ofw/o Prov\. Priorfurther shows the importance of provenance\-guided dependency modeling, as neural inference alone is insufficient to fully capture hidden correlations among memories\. The recovery\-related ablations also reveal the complementary roles of different actions\. WithoutExpand, the model cannot acquire missing independent evidence, leading to substantial decreases in IEG and ERR\. WithoutTrace, the model becomes less effective at identifying hidden dependencies among retrieved memories, resulting in increased RS\. Finally, replacing the learned recovery policy with a heuristic strategy \(w/o Policy\) consistently reduces performance, confirming the necessity of adaptive action selection for balancing evidence recovery and arbitration reliability\.
MethodsAvg\.LatencyLLMCallsTokenCost \(k\)ContextLen \(k\)Δ\\DeltaAcc\./kTokenVanilla RAG1\.51\.03\.23\.1–Majority Voting3\.95\.012\.83\.10\.04HippoRAG2\.82\.05\.94\.41\.07MAD8\.38\.424\.39\.60\.40MADAM\-RAG9\.710\.628\.911\.20\.41CAMA\(Ours\)5\.84\.214\.66\.81\.14
Table 7:Efficiency analysis on the MemoryAgentBench benchmark under Qwen3\.6\-27B\.
### Efficiency Analysis
Table[7](https://arxiv.org/html/2608.19701#A8.T7)evaluates the computational efficiency of different methods on MemoryAgentBench\.CAMAintroduces additional costs for evidence decoupling and adaptive recovery, but achieves a favorable accuracy–efficiency trade\-off\. Compared with multi\-agent approaches such asMADandMADAM\-RAG,CAMArequires fewer LLM calls and lower token consumption, while achieving higher accuracy improvement per token\. This demonstrates thatCAMAimproves memory arbitration through structured evidence modeling rather than repeated agent interactions or excessive context expansion\.
Compared with lightweight retrieval\-based methods,CAMAincurs moderate additional latency due to evidence analysis and recovery\. However, the substantially higherΔ\\DeltaAcc\./kToken indicates that the introduced computation is effectively converted into reliable arbitration gains\. The controlled context length and token consumption further show thatCAMAselectively acquires useful independent evidence instead of indiscriminately expanding the memory context\.
## Appendix IPrompt Used
Candidate Hypothesis ExtractionYou are a memory reasoning assistant that identifies plausible hypotheses from retrieved memories\.Given a user query and a set of retrieved memories, extract a set of candidate hypotheses that represent possible conclusions supported or contradicted by the available evidence\.Task Input: \{user query and current memory slice𝒞q\(t\)\\mathcal\{C\}^\{\(t\)\}\_\{q\}\}Retrieved Memories: \{memory entries retrieved from the long\-term memory store\}Extraction Requirements:•Generate multiple plausible hypotheses when evidence is ambiguous\.•Each hypothesis should represent a distinct possible conclusion\.•Include hypotheses supported by different subsets of memories\.•Do not rank hypotheses or select the final answer\.•Do not introduce information that is not supported by the provided memories\.Output Format:Return a list of candidate hypotheses:ℋq\(t\)=\{h1\(t\),…,hLt\(t\)\}\.\\mathcal\{H\}^\{\(t\)\}\_\{q\}=\\\{h^\{\(t\)\}\_\{1\},\\ldots,h^\{\(t\)\}\_\{L\_\{t\}\}\\\}\.
Memory Evidence ScoringYou are an evidence evaluator that estimates how strongly a memory supports a candidate hypothesis\.Given a query, a memory entry, and a candidate hypothesis, evaluate whether the memory provides supporting or contradicting evidence for the hypothesis\.Task Input: \{user query, memory entry, candidate hypothesis\}Evaluation Criteria:•Determine whether the memory is relevant to the hypothesis\.•Evaluate whether the memory supports or contradicts the hypothesis\.•Consider the directness and evidential strength of the memory content\.•Ignore source reliability and evidence quantity, which are modeled separately\.Output Format:Return an evidence support score:si\(h\)∈\[−1,1\],s\_\{i\}\(h\)\\in\[\-1,1\],where:•11: strongly supports the hypothesis;•00: provides no useful evidence;•−1\-1: contradicts the hypothesis\.
Evidence Expansion Query GenerationYou are a retrieval planner that generates alternative queries to discover missing evidence\.Given the current query and retrieved memories, generate alternative retrieval queries that may retrieve complementary independent evidence\.Task Input: \{current query, current memory slice𝒞q\(t\)\\mathcal\{C\}^\{\(t\)\}\_\{q\}, current arbitration state\}Current Evidence Status: \{identified evidence factors, uncertainty, and current hypotheses\}Generation Requirements:•Generate queries targeting missing or underrepresented evidence\.•Avoid retrieving paraphrases of already available memories\.•Explore alternative perspectives related to the current decision\.•Produce a bounded number of candidate queries\.Output Format:Return alternative retrieval queries:\{q1′,q2′,…,qR′\}\.\\\{q^\{\\prime\}\_\{1\},q^\{\\prime\}\_\{2\},\\ldots,q^\{\\prime\}\_\{R\}\\\}\.Similar Articles
ActiveMem: Distributed Active Memory for Long-Horizon LLM Reasoning
ActiveMem introduces a distributed active memory system that decouples agent memory from the core LLM reasoning process, achieving state-of-the-art accuracy on long-horizon tasks with significantly reduced overhead.
Memory is Reconstructed, Not Retrieved: Graph Memory for LLM Agents
MRAgent introduces a novel graph-based memory framework that dynamically reconstructs memory during reasoning, achieving up to 23% improvement on long-horizon benchmarks while reducing computational costs.
ReM-MoA: Reasoning Memory Sustains Mixture-of-Agents Scaling
ReM-MoA introduces a memory-augmented Mixture-of-Agents framework that sustains scaling through ranked reasoning memory and curated diversified memory routing, outperforming prior MoA variants across five reasoning benchmarks.
Exploring Cross-Scenario Generality of Agentic Memory Systems: Diagnostics and a Strong Baseline
This paper evaluates eight memory systems for LLM agents across five diverse scenarios, finding that giving agents active control over storage and retrieval (rather than passive pipelines) yields the best cross-scenario generalization, leading to the proposed AutoMEM framework.
SAM: State-Adaptive Memory for Long-Horizon Reasoning Agent
This paper proposes SAM, a state-adaptive memory framework that dynamically manages interaction histories for long-horizon agentic reasoning, enabling intent-driven recall without retraining the backbone model. It outperforms strong baselines across multiple benchmarks like BrowseComp and HLE.