paper-with-me

Papers

DCDIR: A Deep Cross-Domain Recommendation System for Cold Start Users in Insurance Domain

2020-07-27 · Ye Bi, Liqiang Song, Mengqiu Yao, Zhen-Yu Wu, Jianming Wang, Jing Xiao

Internet insurance products are apparently different from traditional e-commerce goods for their complexity, low purchasing frequency, etc.So, cold start problem is even worse. In traditional e-commerce field, several cross-domain recommendation (CDR) methods have been studied to infer preferences of cold start users based on their preferences in other domains. However, these CDR methods could not be applied into insurance domain directly due to product complexity. In this paper, we propose a Deep Cross Domain Insurance Recommendation System (DCDIR) for cold start users. Specifically, we first learn more effective user and item latent features in both domains. In target domain, given the complexity of insurance products, we design meta path based method over insurance product knowledge graph. In source domain, we employ GRU to model user dynamic interests. Then we learn a feature mapping function by multi-layer perceptions. We apply DCDIR on our company datasets, and show DCDIR significantly outperforms the state-of-the-art solutions.

📄 PDF Abstract BibTeX arXiv:2007.13316

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Leveraging Distribution Alignment via Stein Path for Cross-Domain Cold-Start Recommendation

2021-12-01 · NeurIPS 2021 12 · Weiming Liu, Jiajie Su, Chaochao Chen, Xiaolin Zheng

Cross-Domain Recommendation (CDR) has been popularly studied to utilize different domain knowledge to solve the cold-start problem in recommender systems. In this paper, we focus on the Cross-Domain Cold-Start Recommenda…

Recommendation Systems

Cross-domain User Preference Learning for Cold-start Recommendation

2021-12-07 · Huiling Zhou, Jie Liu, Zhikang Li, Jin Yu 외

Cross-domain cold-start recommendation is an increasingly emerging issue for recommender systems. Existing works mainly focus on solving either cross-domain user recommendation or cold-start content recommendation. Howev…

Recommendation Systems

Personalized Transfer of User Preferences for Cross-domain Recommendation

2021-10-21 · Yongchun Zhu, Zhenwei Tang, Yudan Liu, Fuzhen Zhuang 외

Cold-start problem is still a very challenging problem in recommender systems. Fortunately, the interactions of the cold-start users in the auxiliary source domain can help cold-start recommendations in the target domain…

Recommendation Systems

Sharpness-Aware Cross-Domain Recommendation to Cold-Start Users

2024-08-04 · Guohang Zeng, Qian Zhang, Guangquan Zhang, Jie Lu

Cross-Domain Recommendation (CDR) is a promising paradigm inspired by transfer learning to solve the cold-start problem in recommender systems. Existing state-of-the-art CDR methods train an explicit mapping function to …

Recommendation SystemsTransfer Learning

Hgformer: Hyperbolic Graph Transformer for Recommendation

2024-12-30 · Xin Yang, Xingrun Li, Heng Chang, Jinze Yang 외

The cold start problem is a challenging problem faced by most modern recommender systems. By leveraging knowledge from other domains, cross-domain recommendation can be an effective method to alleviate the cold start pro…

Collaborative FilteringRecommendation Systems