Crafting Personalized Agents through Retrieval-Augmented Generation on Editable Memory Graphs
Zheng Wang, Zhongyang Li, Zeren Jiang, Dandan Tu, Wei Shi
TL;DR
This paper tackles the problem of crafting personalized LLM-driven agents that leverage a user's smartphone memories. It proposes EMG-RAG, a Retrieval-Augmented Generation framework built on an Editable Memory Graph (EMG) and optimized by Reinforcement Learning to address data collection, editability, and selectability. It demonstrates benefits on real data across QA, autofill forms, and user services, achieving about 10% improvement and deployment in a real smartphone AI assistant. The work offers a practical path for privacy-conscious on-device personalization of AI assistants with adaptive memory retrieval and editability.
Abstract
In the age of mobile internet, user data, often referred to as memories, is continuously generated on personal devices. Effectively managing and utilizing this data to deliver services to users is a compelling research topic. In this paper, we introduce a novel task of crafting personalized agents powered by large language models (LLMs), which utilize a user's smartphone memories to enhance downstream applications with advanced LLM capabilities. To achieve this goal, we introduce EMG-RAG, a solution that combines Retrieval-Augmented Generation (RAG) techniques with an Editable Memory Graph (EMG). This approach is further optimized using Reinforcement Learning to address three distinct challenges: data collection, editability, and selectability. Extensive experiments on a real-world dataset validate the effectiveness of EMG-RAG, achieving an improvement of approximately 10% over the best existing approach. Additionally, the personalized agents have been transferred into a real smartphone AI assistant, which leads to enhanced usability.
