Search papers, labs, and topics across Lattice.
This paper introduces Probabilistic Residual Learning (PRL), a causal Bayesian model designed to enhance the performance of existing deep learning-based recommender systems by modeling the residuals between actual and predicted outcomes. By probabilistically grouping users for localized modeling and addressing domain-level confounders, PRL allows for targeted refinement of recommendations, leading to improved accuracy. Experimental results show that PRL can be seamlessly integrated with various deep learning architectures, yielding significant performance gains while uncovering insightful user clusters.
PRL not only boosts recommendation accuracy but also reveals meaningful user clusters, transforming how we approach model interpretability in recommender systems.
Modern recommender systems are typically based on deep learning (DL) models, where a dense encoder learns representations of users and items. As a result, these systems often suffer from the black-box nature and computational complexity of the underlying models, making it difficult to systematically enhance their recommendation capabilities. To address this problem, we propose Probabilistic Residual Learning (PRL), a causal Bayesian recommendation model that models the residual between ground-truth and base predictions, enabling targeted refinement of existing systems. Specifically, PRL (1) probabilistically groups users for localized residual modeling, (2) models domain-level confounders that influence user and item representations, and (3) aggregates cluster-specific residual predictions over the confounders using do-calculus. Experiments demonstrate that our plug-and-play PRL is compatible with various base deep learning recommender systems, improving their performance while automatically discovering meaningful user clusters.