paper-with-me

Papers

Graph Convolutional Embeddings for Recommender Systems

2021-03-05 · Paula Gómez Duran, Alexandros Karatzoglou, Jordi Vitrià, Xin Xin, Ioannis Arapakis

Modern recommender systems (RS) work by processing a number of signals that can be inferred from large sets of user-item interaction data. The main signal to analyze stems from the raw matrix that represents interactions. However, we can increase the performance of RS by considering other kinds of signals like the context of interactions, which could be, for example, the time or date of the interaction, the user location, or sequential data corresponding to the historical interactions of the user with the system. These complex, context-based interaction signals are characterized by a rich relational structure that can be represented by a multi-partite graph. Graph Convolutional Networks (GCNs) have been used successfully in collaborative filtering with simple user-item interaction data. In this work, we generalize the use of GCNs for N-partite graphs by considering N multiple context dimensions and propose a simple way for their seamless integration in modern deep learning RS architectures. More specifically, we define a graph convolutional embedding layer for N-partite graphs that processes user-item-context interactions, and constructs node embeddings by leveraging their relational structure. Experiments on several datasets from recommender systems to drug re-purposing show the benefits of the introduced GCN embedding layer by measuring the performance of different context-enriched tasks.

📄 PDF Abstract BibTeX arXiv:2103.03587

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Graph Convolutional Neural Networks for Web-Scale Recommender Systems

2018-06-06 · Rex Ying, Ruining He, Kai-Feng Chen, Pong Eksombatchai 외

Recent advancements in deep neural networks for graph-structured data have led to state-of-the-art performance on recommender system benchmarks. However, making these methods practical and scalable to web-scale recommend…

Recommendation Systems

STAR-GCN: Stacked and Reconstructed Graph Convolutional Networks for Recommender Systems

2019-05-27 · Jiani Zhang, Xingjian Shi, Shenglin Zhao, Irwin King

We propose a new STAcked and Reconstructed Graph Convolutional Networks (STAR-GCN) architecture to learn node representations for boosting the performance in recommender systems, especially in the cold start scenario. ST…

Link PredictionMatrix CompletionPredictionRecommendation Systems

RDGCL: Reaction-Diffusion Graph Contrastive Learning for Recommendation

2023-12-27 · Jeongwhan Choi, Hyowon Wi, Chaejeong Lee, Sung-Bae Cho 외

Contrastive learning (CL) has emerged as a promising technique for improving recommender systems, addressing the challenge of data sparsity by using self-supervised signals from raw data. Integration of CL with graph con…

Contrastive LearningData IntegrationDiversityRecommendation Systems

FedGRec: Federated Graph Recommender System with Lazy Update of Latent Embeddings

2022-10-25 · Junyi Li, Heng Huang

Recommender systems are widely used in industry to improve user experience. Despite great success, they have recently been criticized for collecting private user data. Federated Learning (FL) is a new paradigm for learni…

Federated LearningRecommendation Systems

Unsupervised Graph Embeddings for Session-based Recommendation with Item Features

2025-02-19 · Andreas Peintner, Marta Moscati, Emilia Parada-Cabaleiro, Markus Schedl 외

In session-based recommender systems, predictions are based on the user's preceding behavior in the session. State-of-the-art sequential recommendation algorithms either use graph neural networks to model sessions in a g…

Recommendation SystemsSequential RecommendationSession-Based Recommendations