GLIMG: Global and Local Item Graphs for Top-N Recommender Systems
Graph-based recommendation models work well for top-N recommender systems due to their capability to capture the potential relationships between entities. However, most of the existing methods only construct a single global item graph shared by all the users and regrettably ignore the diverse tastes between different user groups. Inspired by the success of local models for recommendation, this paper provides the first attempt to investigate multiple local item graphs along with a global item graph for graph-based recommendation models. We argue that recommendation on global and local graphs outperforms that on a single global graph or multiple local graphs. Specifically, we propose a novel graph-based recommendation model named GLIMG (Global and Local IteM Graphs), which simultaneously captures both the global and local user tastes. By integrating the global and local graphs into an adapted semi-supervised learning model, users' preferences on items are propagated globally and locally. Extensive experimental results on real-world datasets show that our proposed method consistently outperforms the state-of-the art counterparts on the top-N recommendation task.
Code (0)
등록된 구현이 없습니다.
Tasks
Recommendation SystemsSimilar Papers 제목 키워드 기반
Comprehending Knowledge Graphs with Large Language Models for Recommender Systems
In recent years, the introduction of knowledge graphs (KGs) has significantly advanced recommender systems by facilitating the discovery of potential associations between items. However, existing methods still face sever…
Knowledge-Aware RecommendationKnowledge GraphsPrompt EngineeringReading Comprehension+4GraphSAIL: Graph Structure Aware Incremental Learning for Recommender Systems
Given the convenience of collecting information through online services, recommender systems now consume large scale data and play a more important role in improving user experience. With the recent emergence of Graph Ne…
Incremental LearningRecommendation SystemsMultiview graph dual-attention deep learning and contrastive learning for multi-criteria recommender systems
Recommender systems leveraging deep learning models have been crucial for assisting users in selecting items aligned with their preferences and interests. However, a significant challenge persists in single-criteria reco…
Contrastive LearningGraph AttentionRecommendation SystemsGLocal-K: Global and Local Kernels for Recommender Systems
Recommender systems typically operate on high-dimensional sparse user-item matrices. Matrix completion is a very challenging task to predict one's interest based on millions of other users having each seen a small subset…
Collaborative FilteringMatrix CompletionRecommendation SystemsPipAttack: Poisoning Federated Recommender Systems forManipulating Item Promotion
Due to the growing privacy concerns, decentralization emerges rapidly in personalized services, especially recommendation. Also, recent studies have shown that centralized models are vulnerable to poisoning attacks, comp…
Federated LearningModel PoisoningRecommendation Systems