I2I: Item-to-Item recommendation—algorithms that recommend items similar to those a user has interacted with (e.g., 'People who bought X also bought Y')
Swing: An industrial I2I algorithm that calculates item similarity based on the structure of user-item bipartite graphs, specifically focusing on co-occurrence substructures (like 'swing' patterns)
long-tail items: Products with very few historical interactions (purchases/clicks), making them difficult for algorithms to recommend accurately
GMV: Gross Merchandise Value—total value of merchandise sold over a given period
SFT: Supervised Fine-Tuning—retraining a pre-trained Large Language Model on a specific labeled dataset to adapt it to a new task
Recall@K: A metric measuring the proportion of relevant items found in the top K recommendations
NDCG@K: Normalized Discounted Cumulative Gain—a metric measuring ranking quality, giving higher scores to relevant items appearing higher in the list
RN: Recall Number—the total number of unique items successfully retrieved/recommended by the system
BPR: Bayesian Personalized Ranking—a matrix factorization objective that optimizes the relative order of items (preferred > non-preferred) rather than predicting raw ratings