LGIRJun 9, 2025

Addressing Correlated Latent Exogenous Variables in Debiased Recommender Systems

arXiv:2506.07517v16 citationsh-index: 4Has CodeKDD
Originality Incremental advance
AI Analysis

This work addresses the challenge of unbiased learning in recommender systems for improving recommendation accuracy and fairness, representing an incremental advance by relaxing the independence assumption on exogenous variables.

The paper tackles the problem of selection bias in recommender systems by addressing correlated latent exogenous variables, which previous methods assumed to be independent, and demonstrates effectiveness through experiments on synthetic and real-world datasets.

Recommendation systems (RS) aim to provide personalized content, but they face a challenge in unbiased learning due to selection bias, where users only interact with items they prefer. This bias leads to a distorted representation of user preferences, which hinders the accuracy and fairness of recommendations. To address the issue, various methods such as error imputation based, inverse propensity scoring, and doubly robust techniques have been developed. Despite the progress, from the structural causal model perspective, previous debiasing methods in RS assume the independence of the exogenous variables. In this paper, we release this assumption and propose a learning algorithm based on likelihood maximization to learn a prediction model. We first discuss the correlation and difference between unmeasured confounding and our scenario, then we propose a unified method that effectively handles latent exogenous variables. Specifically, our method models the data generation process with latent exogenous variables under mild normality assumptions. We then develop a Monte Carlo algorithm to numerically estimate the likelihood function. Extensive experiments on synthetic datasets and three real-world datasets demonstrate the effectiveness of our proposed method. The code is at https://github.com/WallaceSUI/kdd25-background-variable.

Code Implementations1 repo
Foundations

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

Your Notes