paper-with-me

Papers

Ripple Knowledge Graph Convolutional Networks For Recommendation Systems

2023-05-02 · Chen Li, Yang Cao, Ye Zhu, Debo Cheng, Chengyuan Li, Yasuhiko Morimoto

Using knowledge graphs to assist deep learning models in making recommendation decisions has recently been proven to effectively improve the model's interpretability and accuracy. This paper introduces an end-to-end deep learning model, named RKGCN, which dynamically analyses each user's preferences and makes a recommendation of suitable items. It combines knowledge graphs on both the item side and user side to enrich their representations to maximize the utilization of the abundant information in knowledge graphs. RKGCN is able to offer more personalized and relevant recommendations in three different scenarios. The experimental results show the superior effectiveness of our model over 5 baseline models on three real-world datasets including movies, books, and music.

📄 PDF Abstract BibTeX arXiv:2305.01147

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningKnowledge GraphsRecommendation Systems

Similar Papers 제목 키워드 기반

RippleNet: Propagating User Preferences on the Knowledge Graph for Recommender Systems

2018-03-09 · Hongwei Wang, Fuzheng Zhang, Jialin Wang, Miao Zhao 외

To address the sparsity and cold start problem of collaborative filtering, researchers usually make use of side information, such as social networks or item attributes, to improve recommendation performance. This paper c…

Click-Through Rate PredictionCollaborative FilteringNews RecommendationRecommendation Systems

SocRipple: A Two-Stage Framework for Cold-Start Video Recommendations

2025-08-10 · Amit Jaspal, Kapil Dalwani, Ajantha Ramineni arxiv

Most industry scale recommender systems face critical cold start challenges new items lack interaction history, making it difficult to distribute them in a personalized manner. Standard collaborative filtering models und…

Collaborative Filtering

Knowledge Graph Driven Recommendation System Algorithm

2023-12-01 · Chaoyang Zhang, Yanan Li, Shen Chen, Siwei Fan 외

In this paper, we propose a novel graph neural network-based recommendation model called KGLN, which leverages Knowledge Graph (KG) information to enhance the accuracy and effectiveness of personalized recommendations. W…

Graph Neural Network

Jointly Non-Sampling Learning for Knowledge Graph Enhanced Recommendation

2020-07-01 · Chong Chen, Min Zhang, Weizhi Ma, Yiqun Liu 외

Knowledge graph (KG) contains well-structured external information and has shown to be effective for high-quality recommendation. However, existing KG enhanced recommendation methods have largely focused on exploring adv…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsMemorization+1

GraphSW: a training protocol based on stage-wise training for GNN-based Recommender Model

2019-08-13 · Chang-You Tai, Meng-Ru Wu, Yun-Wei Chu, Shao-Yu Chu

Recently, researchers utilize Knowledge Graph (KG) as side information in recommendation system to address cold start and sparsity issue and improve the recommendation performance. Existing KG-aware recommendation model …