Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Disentangled Graph Collaborative Filtering

About

Learning informative representations of users and items from the interaction data is of crucial importance to collaborative filtering (CF). Present embedding functions exploit user-item relationships to enrich the representations, evolving from a single user-item instance to the holistic interaction graph. Nevertheless, they largely model the relationships in a uniform manner, while neglecting the diversity of user intents on adopting the items, which could be to pass time, for interest, or shopping for others like families. Such uniform approach to model user interests easily results in suboptimal representations, failing to model diverse relationships and disentangle user intents in representations. In this work, we pay special attention to user-item relationships at the finer granularity of user intents. We hence devise a new model, Disentangled Graph Collaborative Filtering (DGCF), to disentangle these factors and yield disentangled representations. Specifically, by modeling a distribution over intents for each user-item interaction, we iteratively refine the intent-aware interaction graphs and representations. Meanwhile, we encourage independence of different intents. This leads to disentangled representations, effectively distilling information pertinent to each intent. We conduct extensive experiments on three benchmark datasets, and DGCF achieves significant improvements over several state-of-the-art models like NGCF, DisenGCN, and MacridVAE. Further analyses offer insights into the advantages of DGCF on the disentanglement of user intents and interpretability of representations. Our codes are available in https://github.com/xiangwang1223/disentangled_graph_collaborative_filtering.

Xiang Wang, Hongye Jin, An Zhang, Xiangnan He, Tong Xu, Tat-Seng Chua• 2020

Related benchmarks

TaskDatasetResultRank
RecommendationGowalla (test)
Recall@200.1842
177
RecommendationGowalla
Recall@200.1842
153
RecommendationAmazon-Book (test)
Recall@200.0422
119
RecommendationYelp 2018 (test)
Recall@206.54
101
RecommendationAmazon-Book
Recall@208.67
91
RecommendationYelp 2018
Recall@206.54
53
Collaborative FilteringYelp 2018
NDCG@205.34
42
Collaborative FilteringGowalla
NDCG@200.1561
40
Collaborative FilteringAmazon Books
NDCG@203.24
39
Collaborative FilteringAmazon-Book
MRR@100.0603
35
Showing 10 of 18 rows

Other info

Code

Follow for update