PersonaAgent with GraphRAG is a personalization framework that combines an individual user's history with patterns retrieved from other users. It represents interactions, concepts, and categories in a heterogeneous graph. For each query, TF-IDF similarity retrieves both user-specific and global interactions; category preferences and related concepts are then linearized into a prompt for the language model. The evaluation covers three LaMP tasks: personalized news categorization, movie tagging, and product-rating prediction. Relative to the earlier PersonaAgent baseline, the method reaches 0.804 accuracy and 0.591 F1 on LaMP-2N, 0.653 and 0.662 on LaMP-2M, and lowers MAE to 0.216 and RMSE to 0.484 on LaMP-3. The headline improvements, 11.1% higher news F1, 56.1% higher movie F1, and 10.4% lower product MAE, are relative changes over PersonaAgent. A qualitative example shows global neighbor articles correcting a Llama 3 8B classification that had been pulled toward an overrepresented topic in one user's history. The study therefore supports the narrower claim that community context can improve these personalization metrics on the tested datasets and setup. It does not report uncertainty estimates, significance tests, or an ablation separating the effects of graph structure, personal retrieval, global retrieval, and prompt formatting. Nor does it evaluate the claimed explainability with users, longitudinal adaptation, privacy, cross-user leakage, or homogenization risks. In this paper, “persona” denotes a profile inferred from interaction history rather than a validated psychological trait.
Research question
Does personalization improve in LaMP tasks when constructing an agent's prompts with a graph that combines individual history, category preferences, concepts, and interaction patterns retrieved from the community?