CDR: Cross-Domain Recommendation—leveraging data from a source domain to improve recommendations in a target domain
Cold-start: The problem where a system cannot recommend items to new users due to lack of prior interaction history
Prompt Engineering: Designing natural language inputs to guide an LLM to perform a specific task
RMSE: Root Mean Squared Error—a standard metric for rating prediction accuracy
NDCG: Normalized Discounted Cumulative Gain—a ranking metric that accounts for the position of relevant items
MRR: Mean Reciprocal Rank—a metric that focuses on the rank of the first relevant item
Matrix Factorization: A technique that decomposes the user-item interaction matrix into lower-dimensional latent factors
Target Domain Behavior Injection: A prompt strategy that includes user history from the target domain (simulating warm-start)
No Target Domain Behavior Injection: A prompt strategy that includes user history ONLY from the source domain (simulating cold-start)