paper-with-me

Papers

Neural Causal Graph Collaborative Filtering

2023-07-10 · Xiangmeng Wang, Qian Li, Dianer Yu, Wei Huang, Guandong Xu

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) Neural Causal Model parameterization and 3) Variational inference for Neural Causal Model. Our Neural Causal Model, called Neural Causal Graph Collaborative Filtering (NCGCF), enables causal modeling for GCN-based GCF to facilitate accurate recommendations. Extensive experiments show that NCGCF provides precise recommendations that align with user preferences. We release our code and processed datasets at https://github.com/Chrystalii/CNGCF.

📄 PDF Abstract BibTeX arXiv:2307.04384

Code (1)

chrystalii/cngcf 공식 구현 pytorch

Tasks

Collaborative FilteringGraph LearningGraph Representation LearningRecommendation SystemsRepresentation LearningVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Causal Collaborative Filtering

2021-02-03 · Shuyuan Xu, Yingqiang Ge, Yunqi Li, Zuohui Fu 외

Many of the traditional recommendation algorithms are designed based on the fundamental idea of mining or learning correlative patterns from data to estimate the user-item correlative preference. However, pure correlativ…

Collaborative FilteringcounterfactualRecommendation Systems

Dynamic Causal Collaborative Filtering

2022-08-23 · Shuyuan Xu, Juntao Tan, Zuohui Fu, Jianchao Ji 외

Causal graph, as an effective and powerful tool for causal modeling, is usually assumed as a Directed Acyclic Graph (DAG). However, recommender systems usually involve feedback loops, defined as the cyclic process of rec…

Collaborative FilteringcounterfactualCounterfactual ReasoningRecommendation Systems

Deconfounded Causal Collaborative Filtering

2021-10-14 · Shuyuan Xu, Juntao Tan, Shelby Heinecke, Jia Li 외

Recommender systems may be confounded by various types of confounding factors (also called confounders) that may lead to inaccurate recommendations and sacrificed recommendation performance. Current approaches to solving…

Collaborative FilteringRecommendation Systems

CausCF: Causal Collaborative Filtering for RecommendationEffect Estimation

2021-05-28 · Xu Xie, Zhaoyang Liu, Shiwen Wu, Fei Sun 외

To improve user experience and profits of corporations, modern industrial recommender systems usually aim to select the items that are most likely to be interacted with (e.g., clicks and purchases). However, they overloo…

Collaborative FilteringRecommendation Systems

Feedback Reciprocal Graph Collaborative Filtering

2024-08-05 · Weijun Chen, Yuanchen Bei, Qijie Shen, Hao Chen 외

Collaborative filtering on user-item interaction graphs has achieved success in the industrial recommendation. However, recommending users' truly fascinated items poses a seesaw dilemma for collaborative filtering models…

Collaborative FilteringContrastive LearningRecommendation Systems