Future Sight and Tough Fights: Revolutionizing Sequential Recommendation with FENRec
Yu-Hsuan Huang, Ling Lo, Hongxia Xie, Hong-Han Shuai, Wen-Huang Cheng
TL;DR
FENRec tackles data sparsity in sequential recommendation by jointly leveraging future interactions through Time-Dependent Soft Labeling and sustaining hard negatives via Enduring Hard Negatives. The method integrates these components into a multi-task learning framework with a revised cross-entropy loss and a contrastive loss that upweights challenging negatives, yielding state-of-the-art results across four benchmark datasets. Empirical analyses show robustness across sequence lengths, improved discriminative representation via item uniformity, and favorable compatibility with existing SR frameworks. The work advances practical SR by more effectively exploiting sparse data and refining the learning signal from both future behavior and hard negatives, with potential extensions to incorporate richer temporal information.
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.
