LGAINov 21, 2025

PersonaAgent with GraphRAG: Community-Aware Knowledge Graphs for Personalized LLM

arXiv:2511.17467v23 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of personalizing AI agents for users by integrating user-specific and global knowledge, though it is incremental as it builds on existing retrieval-augmented generation methods.

The paper tackles personalized AI agents by proposing a framework that uses a knowledge-graph-enhanced retrieval-augmented generation mechanism to adapt language models to individual user personas, achieving improvements such as a 56.1% F1 increase in movie tagging and a 10.4% reduction in product rating MAE on the LaMP benchmark.

We propose a novel framework for persona-based language model system, motivated by the need for personalized AI agents that adapt to individual user preferences. In our approach, the agent embodies the user's "persona" (e.g. user profile or taste) and is powered by a large language model (LLM). To enable the agent to leverage rich contextual information, we introduce a Knowledge-Graph-enhanced Retrieval-Augmented Generation (Graph RAG) mechanism that constructs an LLM-derived graph index of relevant documents and summarizes communities of related information. Our framework generates personalized prompts by combining: (1) a summary of the user's historical behaviors and preferences extracted from the knowledge graph, and (2) relevant global interaction patterns identified through graph-based community detection. This dynamic prompt engineering approach allows the agent to maintain consistent persona-aligned behaviors while benefiting from collective knowledge. On the LaMP benchmark, our method improves news categorization F1 by 11.1%, movie tagging F1 by 56.1%, and reduces product rating MAE by 10.4% over prior methods. Our code is available at https://anonymous.4open.science/r/PersonaAgentwGraphRAG-DE6F

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes