paper-with-me

홈 › Papers

Generating Negative Samples for Sequential Recommendation

2022-08-07 · Yongjun Chen, Jia Li, Zhiwei Liu, Nitish Shirish Keskar, Huan Wang, Julian McAuley, Caiming Xiong

To make Sequential Recommendation (SR) successful, recent works focus on designing effective sequential encoders, fusing side information, and mining extra positive self-supervision signals. The strategy of sampling negative items at each time step is less explored. Due to the dynamics of users' interests and model updates during training, considering randomly sampled items from a user's non-interacted item set as negatives can be uninformative. As a result, the model will inaccurately learn user preferences toward items. Identifying informative negatives is challenging because informative negative items are tied with both dynamically changed interests and model parameters (and sampling process should also be efficient). To this end, we propose to Generate Negative Samples (items) for SR (GenNi). A negative item is sampled at each time step based on the current SR model's learned user preferences toward items. An efficient implementation is proposed to further accelerate the generation process, making it scalable to large-scale recommendation tasks. Extensive experiments on four public datasets verify the importance of providing high-quality negative samples for SR and demonstrate the effectiveness and efficiency of GenNi.

📄 PDF Abstract BibTeX arXiv:2208.03645

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

UFNRec: Utilizing False Negative Samples for Sequential Recommendation

2022-08-08 · Xiaoyang Liu, Chong Liu, Pinzheng Wang, Rongqin Zheng 외

Sequential recommendation models are primarily optimized to distinguish positive samples from negative ones during training in which negative sampling serves as an essential component in learning the evolving user prefer…

Sequential Recommendation

Intent-Enhanced Data Augmentation for Sequential Recommendation

2024-10-11 · Shuai Chen, Zhoujun Li

The research on intent-enhanced sequential recommendation algorithms focuses on how to better mine dynamic user intent based on user behavior data for sequential recommendation tasks. Various data augmentation methods ar…

Contrastive LearningData AugmentationSequential Recommendation

Memory efficient location recommendation through proximity-aware representation

2023-10-10 · Xuan Luo, Mingqing Huang, Rui Lv, Hui Zhao

Sequential location recommendation plays a huge role in modern life, which can enhance user experience, bring more profit to businesses and assist in government administration. Although methods for location recommendatio…

Recommendation SystemsSequential Recommendation

Plug-in Diffusion Model for Sequential Recommendation

2024-01-05 · Haokai Ma, Ruobing Xie, Lei Meng, Xin Chen 외

Pioneering efforts have verified the effectiveness of the diffusion models in exploring the informative uncertainty for recommendation. Considering the difference between recommendation and image synthesis tasks, existin…

Image GenerationmodelModel OptimizationSequential Recommendation

Generate What You Prefer: Reshaping Sequential Recommendation via Guided Diffusion

2023-10-31 · NeurIPS 2023 11 · Zhengyi Yang, Jiancan Wu, Zhicai Wang, Xiang Wang 외

Sequential recommendation aims to recommend the next item that matches a user's interest, based on the sequence of items he/she interacted with before. Scrutinizing previous studies, we can summarize a common learning-to…

DenoisingSequential Recommendation