MeClear: Cooperative Game-Theoretic Attribution and Risk-Aware Memory Clearance for Long-Horizon LLM Agents
MeClear suppresses memories that hurt the current task, using cooperative attribution to expose conflicts that single-memory removal can miss, while leaving the persistent memory bank unchanged.
MeClear scores memories by downstream utility using Leave One Out screening plus sampled Shapley attribution, then tests progressively filtered contexts. Across **10 long-dialogue memory pools**, it reached **85.9% target recall** and **82.3% task recovery**.
Builders of long-running agents should treat retrieval relevance as insufficient: retrieved memories can be stale, misleading, or mutually conflicting. Query-scoped suppression offers a pattern for recovering a task without deleting durable memory.
MeClear scores memories by downstream utility using Leave One Out screening plus sampled Shapley attribution, then tests progressively filtered contexts. Across **10 long-dialogue memory pools**, it reached **85.9% target recall** and **82.3% task recovery**. Builders of long-running agents should treat retrieval relevance as insufficient: retrieved memories can be stale, misleading, or mutually conflicting. Query-scoped suppression offers a pattern for recovering a task without deleting durable memory. The reported recovery rate is a **25.5 percentage-point improvement over LOO baselines**, but the supplied material covers only the authors’ experiments. Runtime cost, sensitivity to the utility test, and performance on production memory stores remain open.
MeClear shifts memory reliability from deciding what to retrieve or retain to testing whether retrieved combinations actually help the current task. Its query-scoped suppression provides a reversible response to stale, misleading, or conflicting context, strengthening prior warnings that relevant or reusable memories can still degrade performance. The reported gains support utility-aware filtering in controlled long dialogues, while production cost and portability remain unresolved.