Reinforced Negative Sampling for Recommendation with Exposure Data
Abstract
In implicit feedback-based recommender systems, user exposure data, which record whether or not a recommended item has been interacted by a user, provide an important clue on selecting negative training samples. In this work, we improve the negative sampler by integrating the exposure data. We propose to generate high-quality negative instances by adversarial training to favour the difficult instances, and by optimizing additional objective to favour the real negatives in exposure data. However, this idea is non-trivial to implement since the distribution of exposure data is latent and the item space is discrete. To this end, we design a novel RNS method (short for Reinforced Negative Sampler) that generates exposure-alike negative instances through feature matching technique instead of directly choosing from exposure data. Optimized under the reinforcement learning framework, RNS is able to integrate user preference signals in exposure data and hard negatives. Extensive experiments on two real-world datasets demonstrate the effectiveness and rationality of our RNS method. Our implementation is available at: https://github. com/dingjingtao/ReinforceNS.
Cite
Text
Ding et al. "Reinforced Negative Sampling for Recommendation with Exposure Data." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/309Markdown
[Ding et al. "Reinforced Negative Sampling for Recommendation with Exposure Data." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/ding2019ijcai-reinforced/) doi:10.24963/IJCAI.2019/309BibTeX
@inproceedings{ding2019ijcai-reinforced,
title = {{Reinforced Negative Sampling for Recommendation with Exposure Data}},
author = {Ding, Jingtao and Quan, Yuhan and He, Xiangnan and Li, Yong and Jin, Depeng},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2019},
pages = {2230-2236},
doi = {10.24963/IJCAI.2019/309},
url = {https://mlanthology.org/ijcai/2019/ding2019ijcai-reinforced/}
}