English

Future Sight and Tough Fights: Revolutionizing Sequential Recommendation with FENRec

Information Retrieval 2025-04-10 v4

Abstract

Sequential recommendation (SR) systems predict user preferences by analyzing time-ordered interaction sequences. A common challenge for SR is data sparsity, as users typically interact with only a limited number of items. While contrastive learning has been employed in previous approaches to address the challenges, these methods often adopt binary labels, missing finer patterns and overlooking detailed information in subsequent behaviors of users. Additionally, they rely on random sampling to select negatives in contrastive learning, which may not yield sufficiently hard negatives during later training stages. In this paper, we propose Future data utilization with Enduring Negatives for contrastive learning in sequential Recommendation (FENRec). Our approach aims to leverage future data with time-dependent soft labels and generate enduring hard negatives from existing data, thereby enhancing the effectiveness in tackling data sparsity. Experiment results demonstrate our state-of-the-art performance across four benchmark datasets, with an average improvement of 6.16\% across all metrics.

Keywords

Cite

@article{arxiv.2412.11589,
  title  = {Future Sight and Tough Fights: Revolutionizing Sequential Recommendation with FENRec},
  author = {Yu-Hsuan Huang and Ling Lo and Hongxia Xie and Hong-Han Shuai and Wen-Huang Cheng},
  journal= {arXiv preprint arXiv:2412.11589},
  year   = {2025}
}

Comments

Our code is available at https://github.com/uikdwnd/FENRec

R2 v1 2026-06-28T20:36:39.548Z