CRM: Conventional Recommendation Model—traditional deep learning models for recommendation (e.g., DeepFM, DIN) that rely heavily on ID-based embeddings
CTR: Click-Through Rate—the probability that a user will click on a recommended item
Sample Efficiency: The ability of a model to achieve high performance with a small amount of training data
Instruction Tuning: Fine-tuning LLMs on specific tasks formatted as natural language instructions
MoE: Mixture of Experts—a neural network architecture that uses a gating mechanism to select different sub-networks (experts) for different inputs
Laser: The proposed framework: LArge Language Models Make Sample-Efficient Recommender Systems
DIN: Deep Interest Network—a sequential recommendation model that uses attention mechanisms to capture user interests from behavior history
SIM: Search-based Interest Model—a sequential recommendation model that retrieves relevant user behaviors to model long-term interests