P5: Pretrain, Personalized Prompt & Predict Paradigm—the unified framework proposed in this paper
Personalized Prompt: A natural language template containing slots for user/item specific information (IDs, attributes) used to format recommendation data for the LLM
Whole-word embeddings: An embedding technique indicating whether consecutive sub-word tokens belong to the same original word (e.g., 'item_7391'), helping the model recognize atomic entities
HR@k: Hit Ratio at k—measures the proportion of test cases where the target item is present in the top-k recommendations
NDCG@k: Normalized Discounted Cumulative Gain at k—a ranking metric that accounts for the position of the correct item in the recommendation list
Zero-shot generalization: The ability of the model to perform a task (e.g., using a new prompt template or recommending a new item) without explicit training on that specific variation
Beam Search: A search algorithm used during text generation to explore multiple likely output sequences simultaneously, used here to generate item lists