Search papers, labs, and topics across Lattice.
LifeBench is introduced as a benchmark to evaluate AI agents' ability to integrate declarative and non-declarative memory across long-horizon, multi-source contexts, moving beyond existing benchmarks focused solely on declarative memory. The benchmark uses real-world priors like social surveys and map APIs to ensure data quality and employs a partonomic hierarchy for efficient parallel generation and global coherence. Experiments reveal that state-of-the-art memory systems achieve only 55.2% accuracy on LifeBench, indicating the difficulty of long-horizon retrieval and multi-source integration.
Current AI memory systems are surprisingly bad at integrating diverse, real-world information across long time spans, as evidenced by a new benchmark where they only achieve 55% accuracy.
Long-term memory is fundamental for personalized agents capable of accumulating knowledge, reasoning over user experiences, and adapting across time. However, existing memory benchmarks primarily target declarative memory, specifically semantic and episodic types, where all information is explicitly presented in dialogues. In contrast, real-world actions are also governed by non-declarative memory, including habitual and procedural types, and need to be inferred from diverse digital traces. To bridge this gap, we introduce Lifebench, which features densely connected, long-horizon event simulation. It pushes AI agents beyond simple recall, requiring the integration of declarative and non-declarative memory reasoning across diverse and temporally extended contexts. Building such a benchmark presents two key challenges: ensuring data quality and scalability. We maintain data quality by employing real-world priors, including anonymized social surveys, map APIs, and holiday-integrated calendars, thus enforcing fidelity, diversity and behavioral rationality within the dataset. Towards scalability, we draw inspiration from cognitive science and structure events according to their partonomic hierarchy; enabling efficient parallel generation while maintaining global coherence. Performance results show that top-tier, state-of-the-art memory systems reach just 55.2\% accuracy, highlighting the inherent difficulty of long-horizon retrieval and multi-source integration within our proposed benchmark. The dataset and data synthesis code are available at https://github.com/1754955896/LifeBench.