← Back to Paper List

AI PERSONA: Towards Life-long Personalization of LLMs

Tiannan Wang, Meiling Tao, Ruoyu Fang, Huilin Wang, Shuai Wang, Y. Jiang, Wangchunshu Zhou
OPPO AI Center, Guangdong University of Technology, University of Illinois at Urbana-Champaign, Beihang University, Tsinghua University
arXiv.org (2024)
Memory P13N Agent Benchmark

📝 Paper Summary

User-profile based personalization Agentic AI
AI Persona enables life-long personalization by modeling user profiles as dynamic structured dictionaries that are continuously updated by an LLM-based optimizer during interactions, without requiring model training.
Core Problem
Existing personalization methods treat user history as static RAG data, failing to adapt to evolving user traits, while benchmarks like LaMP lack realistic, life-long interaction scenarios.
Why it matters:
  • Real-world user attributes (location, preferences, budget) change over time; static models inevitably provide outdated or irrelevant assistance
  • Current personalization requires costly fine-tuning or fails to capture the implicit, dynamic profile information encoded in long interaction histories
  • Lack of realistic benchmarks hinders progress, as existing datasets (LaMP) focus on narrow tasks like citation prediction rather than interactive assistance
Concrete Example: For a query like 'reserve a restaurant,' a static agent might suggest a steakhouse based on year-old history, failing to realize the user recently became vegetarian or moved to a new city, resulting in a dissatisfied user.
Key Novelty
AI Persona Framework with Dynamic Dictionaries
  • Redefines user profiles as learnable dictionaries (keys: demographics, personality, patterns, preferences) rather than raw history logs
  • Uses a 'Persona Optimizer' (LLM-based) to continuously update specific profile fields after interaction sessions, keeping the 'AI Persona' up-to-date without gradient updates
  • Introduces PersonaBench, a synthetic benchmark generation pipeline that creates realistic, evolving user personas and function-calling scenarios
Architecture
Architecture Figure Figure 2
The inference workflow of the AI Persona framework, illustrating how the chatbot interacts with the user and tools while dynamically updating the user profile.
Breakthrough Assessment
7/10
Addresses a critical gap (life-long adaptation) with a scalable, training-free framework and a much-needed realistic benchmark. Score limited only because quantitative results are not present in the provided text snippet.
×