MemInsight: Autonomous Memory Augmentation for LLM Agents
Rana Salama, Jason Cai, Michelle Yuan, Anna Currey, Monica Sunkara, Yi Zhang, Yassine Benajiba
TL;DR
MemInsight addresses the challenge of scalable, context-rich long-term memory for LLM agents by autonomously augmenting memory with semantically meaningful attributes. The framework comprises attribute mining, annotation, and memory retrieval to produce structured memory representations and enable attribute-guided or embedding-based retrieval. Empirical results on LLM-REDIAL and LoCoMo show improved retrieval quality, higher QA accuracy, and more persuasive recommendations, with priority augmentation often delivering the strongest gains. Importantly, MemInsight complements retrieval-augmented methods like RAG by providing targeted memory signals that improve contextual reasoning without excessive memory usage. The work demonstrates a scalable path toward more coherent, adaptable, and context-aware LLM agents in multi-task settings.
Abstract
Large language model (LLM) agents have evolved to intelligently process information, make decisions, and interact with users or tools. A key capability is the integration of long-term memory capabilities, enabling these agents to draw upon historical interactions and knowledge. However, the growing memory size and need for semantic structuring pose significant challenges. In this work, we propose an autonomous memory augmentation approach, MemInsight, to enhance semantic data representation and retrieval mechanisms. By leveraging autonomous augmentation to historical interactions, LLM agents are shown to deliver more accurate and contextualized responses. We empirically validate the efficacy of our proposed approach in three task scenarios; conversational recommendation, question answering and event summarization. On the LLM-REDIAL dataset, MemInsight boosts persuasiveness of recommendations by up to 14%. Moreover, it outperforms a RAG baseline by 34% in recall for LoCoMo retrieval. Our empirical results show the potential of MemInsight to enhance the contextual performance of LLM agents across multiple tasks.
