Cross-Domain Recommendation Meets Large Language Models

Ajay Krishna Vajjala,Dipak Meher,Ziwei Zhu,David S. Rosenblum
2024-11-30
Abstract:Cross-domain recommendation (CDR) has emerged as a promising solution to the cold-start problem, faced by single-domain recommender systems. However, existing CDR models rely on complex neural architectures, large datasets, and significant computational resources, making them less effective in data-scarce scenarios or when simplicity is crucial. In this work, we leverage the reasoning capabilities of large language models (LLMs) and explore their performance in the CDR domain across multiple domain pairs. We introduce two novel prompt designs tailored for CDR and demonstrate that LLMs, when prompted effectively, outperform state-of-the-art CDR baselines across various metrics and domain combinations in the rating prediction and ranking tasks. This work bridges the gap between LLMs and recommendation systems, showcasing their potential as effective cross-domain recommenders.
Information Retrieval
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to solve several key problems in cross - domain recommendation (CDR), especially the cold - start problem faced by single - domain recommendation systems. Specifically, the paper focuses on the following aspects: 1. **Cold - start problem**: - When facing new users, single - domain recommendation systems are difficult to provide accurate personalized recommendations due to the lack of sufficient interaction history data. CDR alleviates the cold - start problem by using data from the source domain to enhance the recommendation effect of the target domain. 2. **Limitations of existing CDR models**: - Existing CDR models rely on complex neural network architectures, large - scale data sets and a large amount of computing resources, which makes them ineffective in cases of scarce data or when simple models are required. These models are often only able to memorize explicit patterns and lack in - depth reasoning ability. - Existing models have limited use of content features and cannot be compared with the context - understanding ability of pre - trained models. - These models have no reasoning ability and rely entirely on training data, resulting in poor performance in cases of sparse data or limited computing resources. 3. **Explore the potential of large language models (LLMs) in CDR**: - The paper proposes to use the reasoning ability of large language models (LLMs) and their advantages in processing text and context information to explore their performance in CDR tasks. LLMs have strong generalization ability and can transfer user preferences between different domains, thus improving the performance of recommendation systems. - The author designs two novel prompt strategies specifically for CDR tasks to evaluate the performance of LLMs in score prediction and ranking tasks. ### Main research questions The paper answers the following research questions through experiments: - **RQ1**: How do LLMs perform in the ranking tasks of cross - domain recommendation compared with the existing state - of - the - art methods? - **RQ2**: How do LLMs perform in the score prediction tasks of cross - domain recommendation compared with the existing state - of - the - art methods? - **RQ3**: What is the impact of the amount of context information in the prompt on the results? Through the research of these questions, the paper shows the potential of LLMs in cross - domain recommendation tasks and provides valuable insights for future research.