Augmenting Sequential Recommendation with Balanced Relevance and Diversity
Yizhou Dang, Jiahui Zhang, Yuting Liu, Enneng Yang, Yuliang Liang,, Guibing Guo, Jianzhe Zhao, Xingwei Wang

TL;DR
This paper introduces BASRec, a novel data augmentation method for sequential recommendation that balances relevance and diversity, significantly improving recommendation performance by generating more effective augmented data.
Contribution
BASRec is a new data augmentation framework that combines single-sequence and cross-sequence augmentation with adaptive reweighting to enhance relevance-diversity balance in sequential recommendation.
Findings
Up to 72.0% improvement on GRU4Rec
Up to 33.8% improvement on SASRec
Better balance of relevance and diversity than existing methods
Abstract
By generating new yet effective data, data augmentation has become a promising method to mitigate the data sparsity problem in sequential recommendation. Existing works focus on augmenting the original data but rarely explore the issue of imbalanced relevance and diversity for augmented data, leading to semantic drift problems or limited performance improvements. In this paper, we propose a novel Balanced data Augmentation Plugin for Sequential Recommendation (BASRec) to generate data that balance relevance and diversity. BASRec consists of two modules: Single-sequence Augmentation and Cross-sequence Augmentation. The former leverages the randomness of the heuristic operators to generate diverse sequences for a single user, after which the diverse and the original sequences are fused at the representation level to obtain relevance. Further, we devise a reweighting strategy to enable the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Bandit Algorithms Research · Consumer Market Behavior and Pricing
MethodsFocus
