CRS: Conversational Recommender Systems—systems that elicit user preferences through multi-turn dialogue to make recommendations
False Negative Samples (FNS): Items that a user would actually like but are treated as negative examples during training because they were not explicitly interacted with
Collaborative Information: Patterns of user behavior and item popularity derived from interaction history (e.g., 'users who bought X also bought Y'), distinct from semantic content
Semantic Relevance: The conceptual similarity between a user's request (text) and an item's description (text), independent of popularity
Label Smoothing: A regularization technique where hard targets (0 or 1) are replaced with softer probabilities to prevent overfitting and aid generalization
Chain-of-Thought: A prompting strategy where the LLM is asked to generate intermediate reasoning steps before producing a final answer
Recall@K: A metric measuring the proportion of relevant items found in the top-K recommendations