LoRA: Low-Rank Adaptation—a technique to fine-tune models by adding small, trainable rank-decomposition matrices to existing weights
CF: Collaborative Filtering—recommendation methods relying on patterns of user-item interactions (e.g., 'users who bought X also bought Y')
SASRec: Self-Attentive Sequential Recommendation—a sequence-based recommendation model using self-attention
LightGCN: Light Graph Convolutional Network—a simplified graph neural network for recommendation that removes non-linearities
LLMRec: Large Language Model for Recommendation—the subfield of adapting LLMs to solve recommendation tasks
Instruction Tuning: Fine-tuning LLMs on datasets formatted as instructions to improve performance on specific tasks
Input Space Alignment: Mapping external data (like user IDs) into the same vector space as text tokens so the LLM can process them as input
Parameter Space Alignment: Mapping external data directly into the model's weights (e.g., attention matrices) rather than its input tokens