π€ AI Summary
This work addresses the challenges of data sparsity and the neglect of prediction confidence in future interactions within sequential recommendation. To this end, we propose UFRec, a novel framework that introduces an uncertainty-guided mechanism during training to adaptively modulate the strength of multi-step future supervision signals. Additionally, UFRec incorporates a zero-inference-overhead future trajectory contrastive learning module to holistically model future interaction sequences. By integrating uncertainty estimation, adaptive future supervision, and contrastive learning, UFRec effectively and robustly leverages future information to enhance model learning. Extensive experiments on four benchmark datasets demonstrate that UFRec significantly outperforms state-of-the-art methods, confirming its efficacy in improving recommendation accuracy.
π Abstract
Sequential recommendation effectively models dynamic user interests but continues to face challenges related to data sparsity. While self-supervised learning has alleviated this issue to some extent, most existing methods focus exclusively on immediate next-item prediction during training, thereby neglecting the rich information embedded in longer-term future interactions. Although a few studies have explored the utilization of future data, existing attempts typically apply future supervision signals with uniform intensity across all samples, which may lead to suboptimal solutions. In this paper, we propose an adaptive future learning framework, UFRec, which encourages the model to look further ahead when it is confident in the current state, while focusing on the immediate task when it is uncertain. Specifically, UFRec incorporates an Uncertainty-Guided Future Supervision module that dynamically modulates the weight of multi-step future supervision based on the model's confidence in the primary next-item prediction task. Furthermore, we complement step-wise future supervision with a Future-Aware Contrastive Learning module that treats the future trajectory as a holistic entity. Notably, both auxiliary modules are utilized exclusively during training and incur no inference overhead. Extensive experiments on four benchmark datasets demonstrate that our method significantly outperforms state-of-the-art approaches by effectively leveraging future data.