Counterfactual Inference for Eliminating Sentiment Bias in Recommender Systems
Le Pan, Yuanjiang Cao, Chengkai Huang, Wenjie Zhang, Lina Yao
TL;DR
This work tackles sentiment bias in review-based recommender systems by leveraging counterfactual inference. It introduces a causal graph with sentiment as a mediator and uses natural direct effect to separate direct user/item influences from sentiment-driven indirect effects, applying debiased inference at prediction time. The model integrates sentiment-aware branches and auxiliary losses within a neural collaborative filtering backbone, achieving strong MSE performance while substantially reducing user- and item-level sentiment bias across multiple datasets. The findings demonstrate the practicality and effectiveness of counterfactual approaches for fairer, more robust recommendations in the presence of emotionally charged reviews.
Abstract
Recommender Systems (RSs) aim to provide personalized recommendations for users. A newly discovered bias, known as sentiment bias, uncovers a common phenomenon within Review-based RSs (RRSs): the recommendation accuracy of users or items with negative reviews deteriorates compared with users or items with positive reviews. Critical users and niche items are disadvantaged by such unfair recommendations. We study this problem from the perspective of counterfactual inference with two stages. At the model training stage, we build a causal graph and model how sentiment influences the final rating score. During the inference stage, we decouple the direct and indirect effects to mitigate the impact of sentiment bias and remove the indirect effect using counterfactual inference. We have conducted extensive experiments, and the results validate that our model can achieve comparable performance on rating prediction for better recommendations and effective mitigation of sentiment bias. To the best of our knowledge, this is the first work to employ counterfactual inference on sentiment bias mitigation in RSs.
