CDSR: Cross-Domain Sequential Recommendation—transferring user preferences from a source domain (e.g., movies) to a target domain (e.g., games) to improve recommendations
Cold-start: The difficulty of recommending items to users with very few recorded interactions
Collaborative information: Data derived from user-item interactions (who bought what), representing behavioral patterns
Semantic information: Content-based data such as item descriptions, titles, and attributes
COT: Chain-of-Thought—a prompting technique where the LLM produces intermediate reasoning steps before the final answer
KNN: K-Nearest Neighbors—an algorithm used here to retrieve existing users with similar history to the target user
Hallucination: When an LLM generates plausible-sounding but incorrect or non-existent information (e.g., recommending a product that doesn't exist)