Dually Enhanced Propensity Score Estimation in Sequential Recommendation
Chen Xu, Jun Xu, Xu Chen, Zhenghua Dong, Ji-Rong Wen

TL;DR
This paper introduces DEPS, a novel method for unbiased sequential recommendation that jointly estimates user and item propensity scores using a causal graph and transformers, improving prediction accuracy.
Contribution
The paper proposes a dual-view propensity score estimation approach that enhances bias correction in sequential recommendation systems by leveraging user and item perspectives.
Findings
DEPS outperforms state-of-the-art baselines on multiple datasets.
Theoretical analysis confirms unbiasedness and reduced variance of DEPS.
Experimental results demonstrate significant improvements in recommendation accuracy.
Abstract
Sequential recommender systems train their models based on a large amount of implicit user feedback data and may be subject to biases when users are systematically under/over-exposed to certain items. Unbiased learning based on inverse propensity scores (IPS), which estimate the probability of observing a user-item pair given the historical information, has been proposed to address the issue. In these methods, propensity score estimation is usually limited to the view of item, that is, treating the feedback data as sequences of items that interacted with the users. However, the feedback data can also be treated from the view of user, as the sequences of users that interact with the items. Moreover, the two views can jointly enhance the propensity score estimation. Inspired by the observation, we propose to estimate the propensity scores from the views of user and item, called Dually…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Advanced Bandit Algorithms Research
