paper-with-me

Papers

Causal Disentanglement with Network Information for Debiased Recommendations

2022-04-14 · Paras Sheth, Ruocheng Guo, Lu Cheng, Huan Liu, K. Selçuk Candan

Recommender systems aim to recommend new items to users by learning user and item representations. In practice, these representations are highly entangled as they consist of information about multiple factors, including user's interests, item attributes along with confounding factors such as user conformity, and item popularity. Considering these entangled representations for inferring user preference may lead to biased recommendations (e.g., when the recommender model recommends popular items even if they do not align with the user's interests). Recent research proposes to debias by modeling a recommender system from a causal perspective. The exposure and the ratings are analogous to the treatment and the outcome in the causal inference framework, respectively. The critical challenge in this setting is accounting for the hidden confounders. These confounders are unobserved, making it hard to measure them. On the other hand, since these confounders affect both the exposure and the ratings, it is essential to account for them in generating debiased recommendations. To better approximate hidden confounders, we propose to leverage network information (i.e., user-social and user-item networks), which are shown to influence how users discover and interact with an item. Aside from the user conformity, aspects of confounding such as item popularity present in the network information is also captured in our method with the aid of \textit{causal disentanglement} which unravels the learned representations into independent factors that are responsible for (a) modeling the exposure of an item to the user, (b) predicting the ratings, and (c) controlling the hidden confounders. Experiments on real-world datasets validate the effectiveness of the proposed model for debiasing recommender systems.

📄 PDF Abstract BibTeX arXiv:2204.07221

Code (0)

등록된 구현이 없습니다.

Tasks

Causal InferenceDisentanglementRecommendation Systems

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

SCADI: Self-supervised Causal Disentanglement in Latent Variable Models

2023-11-11 · Heejeong Nam

Causal disentanglement has great potential for capturing complex situations. However, there is a lack of practical and efficient approaches. It is already known that most unsupervised disentangling methods are unable to …

DisentanglementPseudo Label

Debiased Contrastive Representation Learning for Mitigating Dual Biases in Recommender Systems

2024-08-19 · Zhirong Huang, Shichao Zhang, Debo Cheng, Jiuyong Li 외

In recommender systems, popularity and conformity biases undermine recommender effectiveness by disproportionately favouring popular items, leading to their over-representation in recommendation lists and causing an unba…

Contrastive LearningDiversityRecommendation SystemsRepresentation Learning

Leveraging Watch-time Feedback for Short-Video Recommendations: A Causal Labeling Framework

2023-06-30 · Yang Zhang, Yimeng Bai, Jianxin Chang, Xiaoxue Zang 외

With the proliferation of short video applications, the significance of short video recommendations has vastly increased. Unlike other recommendation scenarios, short video recommendation systems heavily rely on feedback…

Recommendation Systems

Inductive Subgraphs as Shortcuts: Causal Disentanglement for Heterophilic Graph Learning

2026-04-21 · Xiangmeng Wang, Qian Li, Haiyang Xia, Hao Miao 외 arxiv

Heterophily is a prevalent property of real-world graphs and is well known to impair the performance of homophilic Graph Neural Networks (GNNs). Prior work has attempted to adapt GNNs to heterophilic graphs through non-l…

Node ClassificationCausal InferenceGraph Learning

Measuring the Effect of Causal Disentanglement on the Adversarial Robustness of Neural Network Models

2023-08-21 · Preben M. Ness, Dusica Marijan, Sunanda Bose

Causal Neural Network models have shown high levels of robustness to adversarial attacks as well as an increased capacity for generalisation tasks such as few-shot learning and rare-context classification compared to tra…

Adversarial RobustnessBenchmarkingDisentanglementFew-Shot Learning+2