CF: Collaborative Filtering—methods that predict user preference based on past interactions of similar users/items
SASRec: Self-Attentive Sequential Recommendation—a strong baseline model that uses attention mechanisms to model sequential user behavior
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that weights correct recommendations higher if they appear at the top of the list
Beam Search: A search algorithm that explores a graph by expanding the most promising nodes in a limited set
T5: Text-to-Text Transfer Transformer—an encoder-decoder LLM architecture
Qwen: A series of large language models developed by Alibaba Cloud
Cold-start: The problem of recommending items that have few or no historical interactions
SVD: Singular Value Decomposition—a matrix factorization method used here to analyze embedding collapse
Grounding: The process of mapping generated continuous embeddings back to discrete item IDs in the catalog