Collaborative Filtering: A recommendation technique that predicts user preference by identifying patterns in user-item interactions (e.g., 'people who liked X also liked Y')
Cold Start: The difficulty recommender systems face when dealing with new users or items that have no prior interaction history
Instruction Tuning: Fine-tuning a pre-trained language model on datasets formatted as instructions to improve its ability to follow human commands
Chain-of-Thought: A prompting strategy that encourages the model to generate intermediate reasoning steps before producing a final answer
Phantom Problem: The issue where LLMs generate syntactically correct but factually hallucinated or irrelevant information, introducing noise into the system
Knowledge Graph Completion: The task of predicting missing entities or relations (triples) within a knowledge graph
Exposure Bias: The tendency of models trained on existing data to favor majority groups or popular items, potentially leading to unfair predictions
Zero-shot Recommendation: Making recommendations for items or users seen during inference without having seen them explicitly during training
Cross-domain Recommendation: Using knowledge or preferences learned in one domain (e.g., music) to make recommendations in another (e.g., movies)