Generative Recommendation: A paradigm where the system directly generates the identifier (or name) of the target item, rather than scoring a list of candidates
Discriminative Recommendation: Traditional approach that calculates a ranking score for each candidate item and sorts them to select recommendations
LoRA: Low-Rank Adaptation—a technique to fine-tune large models by training only a small number of extra parameters, reducing memory usage
HR: Hit Ratio—metric measuring the percentage of times the ground-truth item appears in the top-k recommendations
NDCG: Normalized Discounted Cumulative Gain—metric measuring ranking quality, giving higher scores to correct items appearing higher in the list
Cold Start: The difficulty of recommending items or to users with no prior interaction history
P5: Pre-train, Personalized Prompt, and Predict Paradigm—a baseline LLM-based recommendation framework using T5