CF: Collaborative Filtering—predicting user preferences by collecting preferences from many users (e.g., 'users who bought X also bought Y')
SASRec: Self-Attentive Sequential Recommendation—a transformer-based model that predicts the next item in a sequence of user interactions
EWC: Elastic Weight Consolidation—a regularization technique that preserves important parameters from previous tasks to prevent catastrophic forgetting during online updates
Product Quantization: A compression technique that decomposes high-dimensional vectors into subspaces and quantizes them, reducing memory usage for storing embeddings
Hit@K: A metric measuring the proportion of times the correct item appears in the top K recommendations
EMA: Exponential Moving Average—a method to smooth parameter updates over time
Evidence Tokens: Special soft tokens injected into the LLM prompt representing specific collaborative neighbors (similar users) or item attributes to ground the generation
Soft Prompts: Learnable vectors prepended to the LLM input that steer its behavior without modifying the model weights
TALLRec: A baseline method that aligns recommendation tasks to LLMs using instruction tuning
LightGCN: A graph neural network for recommendation that simplifies the design by removing non-linearities, focusing on neighborhood aggregation