Direct Personalized Text Generation: Using an LLM to produce text that directly aligns with a user's style or preference (e.g., a chatbot response).
Indirect Downstream Task Personalization: Using an LLM to generate intermediate tokens or embeddings that improve a separate task model (e.g., a recommender system).
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents.
Persona-level personalization: Tailoring model outputs to a specific group or stereotype (e.g., 'teacher', 'doctor') rather than a specific individual.
Cold-start problem: The difficulty of personalizing for a new user who has no prior interaction history or data.
RLHF: Reinforcement Learning from Human Feedback—a method to align models using reward signals derived from human preferences.
Adaptation Function: A formalized component (denoted as A) that integrates user-specific data into the generation process, such as a retrieval module or a prompt modifier.