IRLGJan 30, 2020

Graph Convolution Machine for Context-aware Recommender System

arXiv:2001.11402v383 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the limitation of graph-based methods in collaborative filtering by incorporating context, offering a domain-specific improvement for recommendation systems.

The authors tackled the problem of extending graph convolutions to context-aware recommender systems, which handle side information beyond user-item interactions, and demonstrated its effectiveness on real-world datasets from Yelp and Amazon.

The latest advance in recommendation shows that better user and item representations can be learned via performing graph convolutions on the user-item interaction graph. However, such finding is mostly restricted to the collaborative filtering (CF) scenario, where the interaction contexts are not available. In this work, we extend the advantages of graph convolutions to context-aware recommender system (CARS, which represents a generic type of models that can handle various side information). We propose \textit{Graph Convolution Machine} (GCM), an end-to-end framework that consists of three components: an encoder, graph convolution (GC) layers, and a decoder. The encoder projects users, items, and contexts into embedding vectors, which are passed to the GC layers that refine user and item embeddings with context-aware graph convolutions on user-item graph. The decoder digests the refined embeddings to output the prediction score by considering the interactions among user, item, and context embeddings. We conduct experiments on three real-world datasets from Yelp and Amazon, validating the effectiveness of GCM and the benefits of performing graph convolutions for CARS. Our implementations are available at \url{https://github.com/wujcan/GCM}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes