[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Generative Multi-Target Cross-Domain Recommendation

Created by
  • Haebom

Author

Jinqiu Jin, Yang Zhang, Junwei Pan, Fuli Feng, Hua Lu, Lei Xiao, Haijie Gu, Xiangnan He

Outline

In this paper, we present a novel approach to the multi-target cross-domain recommendation (MTCDR) problem, Generative Multi-target Cross-domain Recommendation (GMC). Unlike existing MTCDR methods that rely on shared entities across domains, GMC uses an item tokenizer to generate domain-shared semantic IDs, which are then used to integrate multi-domain knowledge into a domain-integrated generative model. We formalize item recommendation as a tokenization task, train a domain-integrated sequence-to-sequence model, and improve its performance with domain-aware contrastive loss and domain-specific fine-tuning. Experimental results on five public datasets demonstrate that GMC outperforms existing methods.

Takeaways, Limitations

Takeaways:
Suggesting the possibility of performing effective MTCDR even in situations where there are no shared entities between domains
Improving the efficiency of multi-domain knowledge integration through a generative model-based approach
Performance improvement through domain-aware contrast loss and domain-specific fine-tuning
Experimentally verified superior performance compared to existing methods
Limitations:
Dependency on the performance of the item tokenizer
Potential increase in complexity and learning cost of domain-integrated generative models
Need to verify generalization performance on various datasets
Potential for biased results in specific domains
👍