LLMERS: LLM-Enhanced Recommender Systems—systems where LLMs assist in training or data preparation but are not executed during real-time service
Collaborative Signals: Patterns derived from user-item interaction histories (e.g., 'users who bought X also bought Y') used by conventional recommenders
Semantic Information: Meaningful context about items or users (e.g., 'this movie is a dystopian sci-fi') which LLMs capture well but ID-based recommenders miss
Knowledge Enhancement: Using LLMs to generate text summaries or knowledge graphs that serve as extra input features for the recommender
Interaction Enhancement: Using LLMs to generate synthetic user-item interactions (data augmentation) to reduce data sparsity
Model Enhancement: Using LLMs to improve the recommender model itself, such as initializing embeddings or acting as a teacher for distillation
Cold-start: The problem where a system cannot recommend items effectively to new users or for new items due to lack of interaction history
CTR: Click-Through Rate—a common metric and prediction target in recommender systems