MGPolicy: Meta Graph Enhanced Off-policy Learning for Recommendations

Xiangmeng Wang,Qian Li,Dianer Yu,Zhichao Wang,Hongxu Chen,Guandong Xu
DOI: https://doi.org/10.1145/3477495.3532021
2022-01-01
Abstract:Off-policy learning has drawn huge attention in recommender systems (RS), which provides an opportunity for reinforcement learning to abandon the expensive online training. However, off-policy learning from logged data suffers biases caused by the policy shift between the target policy and the logging policy. Consequently, most off-policy learning resorts to inverse propensity scoring (IPS) which however tends to be over-fitted over exposed (or recommended) items and thus fails to explore unexposed items. In this paper, we propose meta graph enhanced off-policy learning (MGPolicy), which is the first recommendation model for correcting the off-policy bias via contextual information. In particular, we explicitly leverage rich semantics in meta graphs for user state representation, and then train the candidate generation model to promote an efficient search in the action space. Moreover, our MG-policy is designed with counterfactual risk minimization, which can correct policy learning bias and ultimately yield an effective target policy to maximize the long-run rewards for the recommendation. We extensively evaluate our method through a series of simulations and large-scale real-world datasets, achieving favorable results compared with state-of-the-art methods. Our code is currently available online(1).
What problem does this paper attempt to address?