Improving Sequential Recommendations via Bidirectional Temporal Data Augmentation with Pre-training
Juyong Jiang, Peiyan Zhang, Yingtao Luo, Chaozhuo Li, Jae Boum Kim, Kai Zhang, Senzhang Wang, Sunghun Kim, Philip S. Yu
TL;DR
BARec tackles the challenge of learning from short sequences in sequential recommendations by introducing bidirectional temporal data augmentation with pre-training and a knowledge-enhanced fine-tuning stage. The method generates high-quality pseudo-prior items via reverse generation aligned to forward preferences, and decouples augmentation benefits from representations using a bidirectional KL-divergence objective. Empirical results across five benchmarks and large-scale Tenrec show clear gains over strong baselines, with theoretical backing confirming preference preservation and interpretable improvements. The work advances practical SR by improving performance on both very short and very long sequences and offers a clear path toward integrating more powerful generative architectures in the future.
Abstract
Sequential recommendation systems are integral to discerning temporal user preferences. Yet, the task of learning from abbreviated user interaction sequences poses a notable challenge. Data augmentation has been identified as a potent strategy to enhance the informational richness of these sequences. Traditional augmentation techniques, such as item randomization, may disrupt the inherent temporal dynamics. Although recent advancements in reverse chronological pseudo-item generation have shown promise, they can introduce temporal discrepancies when assessed in a natural chronological context. In response, we introduce a sophisticated approach, Bidirectional temporal data Augmentation with pre-training (BARec). Our approach leverages bidirectional temporal augmentation and knowledge-enhanced fine-tuning to synthesize authentic pseudo-prior items that retain user preferences and capture deeper item semantic correlations, thus boosting the model's expressive power. Our comprehensive experimental analysis on five benchmark datasets confirms the superiority of BARec across both short and elongated sequence contexts. Moreover, theoretical examination and case study offer further insight into the model's logical processes and interpretability. The source code for our study is publicly available at https://github.com/juyongjiang/BARec.
