Neural Causal Graph Collaborative Filtering
Xiangmeng Wang, Qian Li, Dianer Yu, Wei Huang, Guandong Xu

TL;DR
This paper introduces NCGCF, a novel approach combining causal modeling with graph convolutional networks to improve recommendation accuracy by capturing complex causal relationships in user-item interactions.
Contribution
The paper proposes a new neural causal graph model for collaborative filtering that effectively models complex causal dependencies, enhancing recommendation quality over existing GCN-based methods.
Findings
NCGCF outperforms baseline models in recommendation accuracy
The causal modeling approach captures complex node dependencies
Extensive experiments validate the effectiveness of the proposed method
Abstract
Graph collaborative filtering (GCF) has gained considerable attention in recommendation systems by leveraging graph learning techniques to enhance collaborative filtering (CF). One classical approach in GCF is to learn user and item embeddings with Graph Convolutional Network (GCN) and utilize these embeddings for CF models. However, existing GCN-based methods are insufficient in generating satisfactory embeddings for CF models. This is because they fail to model complex node dependencies and variable relation dependencies from a given graph, making the learned embeddings fragile to uncover the root causes of user interests. In this work, we propose to integrate causal modeling with the learning process of GCN-based GCF models, leveraging causality-aware graph embeddings to capture complex causal relations in recommendations. We complete the task by 1) Causal Graph conceptualization, 2)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsVariational Inference · ALIGN
