SimpleMem: Efficient Lifelong Memory for LLM Agents
This work addresses the challenge of inefficient historical experience utilization in large language model (LLM) agents during prolonged, complex interactions, where redundant memory or excessive reasoning overhead often impede performance. To tackle this, the authors propose a semantically lossless, high-efficiency memory framework that enhances memory density while preserving information fidelity through a three-stage mechanism: structured compression, recursive integration, and query-aware adaptive retrieval. Key innovations include entropy-aware filtering, multi-perspective indexed memory units, asynchronous recursive abstraction, and a dynamic retrieval strategy driven by query complexity. Experimental results demonstrate that the proposed approach achieves an average F1 score improvement of 26.4% on benchmark tasks and reduces token consumption during inference by up to 30×, substantially outperforming existing methods.