Search papers, labs, and topics across Lattice.
This paper introduces MemFuse, a structured memory system designed for multi-source memory fusion, addressing the challenge of integrating fragmented information from various sources into coherent episodic memories. The authors present MemFuseBench, a benchmark that evaluates agents on their ability to perform temporal reasoning and cross-source evidence fusion while maintaining source provenance. Experimental results demonstrate that MemFuse outperforms existing memory systems across multiple LLM settings, particularly excelling in tasks requiring the integration of evidence from diverse sources.
MemFuse achieves superior performance in multi-source memory tasks, revealing that effective memory fusion can significantly enhance an agent's reasoning capabilities.
Long-term memory is essential for agents that operate across extended interactions, yet existing memory systems and benchmarks predominantly focus on single-source textual histories. In realistic settings, however, relevant information is often fragmented across applications and devices, as well as across users and time, requiring agents to integrate dispersed observations into coherent episodic memories while preserving their source provenance. To address these gaps, we introduce **MemFuseBench**, a benchmark for *multi-source memory fusion*. MemFuseBench is built with a Scene-to-Sensor pipeline that synthesizes controllable scenarios into source-tagged observations, evidence-grounded questions, and adversarial distractors. It enables systematic evaluation of temporal reasoning, cross-source evidence fusion, and robustness to noise. We further propose **MemFuse**, a structured memory system that preserves source-level evidence in event-layer atomic memory and organizes related atomic events into cluster-layer fused memory within a causal fusion graph. During retrieval, MemFuse retrieves and organizes related evidence fragments while maintaining traceability to original source events. Experiments on MemFuseBench show that MemFuse achieves the best overall performance among the evaluated memory systems under all three LLM settings and consistently improves performance on questions requiring cross-source evidence fusion.