Generative Recommendation: A paradigm that reframes recommendation as a generation task (predicting the next token/item or synthesizing content) rather than a discriminative ranking task
LRM: Large Recommendation Model—recommendation architectures designed to scale significantly with data and compute, exhibiting emergent abilities similar to LLMs
Diffusion Models: Generative models that learn to reverse a noise-adding process to generate data; used here for synthesizing user interactions or item images
Agent-based Simulation: Using LLM-powered agents to mimic user behavior (browsing, clicking) to generate synthetic interaction data for training recommenders
SFT: Supervised Fine-Tuning—adapting a pre-trained model to a specific task using labeled data
Cold-start: The difficulty of recommending items to new users or recommending new items that have no interaction history
AIGC: AI-Generated Content—content (text, images, etc.) created by generative models
Discriminative Matching: The traditional recommendation approach of scoring the compatibility between a user vector and an item vector
Chain-of-Thought: Prompting technique enabling LLMs to generate intermediate reasoning steps before the final answer