CF: Collaborative Filtering—making predictions about a user's interests by collecting preferences from many users
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that accounts for the position of relevant items
HR: Hit Ratio—the fraction of users for whom the correct item is included in the recommendation list
SASRec: Self-Attentive Sequential Recommendation—a sequential model using attention mechanisms to predict next items
Zero-shot: Evaluating a model on a task without any specific gradient-based training on that task's data
Co-click probability: The likelihood that two items are clicked by the same user, serving as a strong signal of item similarity in behavioral data
Reasoning Path: A sequence of entities and relations in a Knowledge Graph connecting two items (e.g., Movie A -> has genre -> Action -> genre of -> Movie B)
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained model weights and injects trainable rank decomposition matrices