IRLGMLMar 9, 2018

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

arXiv:1803.03467v41227 citations
AI Analysis

This addresses the cold start and data sparsity issues in recommender systems for users and platforms, offering a novel method that is incremental in improving existing knowledge-graph-aware approaches.

The paper tackles the sparsity and cold start problem in recommender systems by incorporating knowledge graphs as side information, proposing RippleNet to propagate user preferences over knowledge entities and achieving substantial gains in movie, book, and news recommendation scenarios over state-of-the-art baselines.

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 considers the knowledge graph as the source of side information. To address the limitations of existing embedding-based and path-based methods for knowledge-graph-aware recommendation, we propose Ripple Network, an end-to-end framework that naturally incorporates the knowledge graph into recommender systems. Similar to actual ripples propagating on the surface of water, Ripple Network stimulates the propagation of user preferences over the set of knowledge entities by automatically and iteratively extending a user's potential interests along links in the knowledge graph. The multiple "ripples" activated by a user's historically clicked items are thus superposed to form the preference distribution of the user with respect to a candidate item, which could be used for predicting the final clicking probability. Through extensive experiments on real-world datasets, we demonstrate that Ripple Network achieves substantial gains in a variety of scenarios, including movie, book and news recommendation, over several state-of-the-art baselines.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes