Augmenting Sequential Recommendation with Pseudo-Prior Items via Reversely Pre-training Transformer
Sequential Recommendation characterizes the evolving patterns by modeling item sequences chronologically. The essential target of it is to capture the item transition correlations. The recent developments of transformer inspire the community to design effective sequence encoders, \textit{e.g.,} SASRec and BERT4Rec. However, we observe that these transformer-based models suffer from the cold-start issue, \textit{i.e.,} performing poorly for short sequences. Therefore, we propose to augment short sequences while still preserving original sequential correlations. We introduce a new framework for \textbf{A}ugmenting \textbf{S}equential \textbf{Re}commendation with \textbf{P}seudo-prior items~(ASReP). We firstly pre-train a transformer with sequences in a reverse direction to predict prior items. Then, we use this transformer to generate fabricated historical items at the beginning of short sequences. Finally, we fine-tune the transformer using these augmented sequences from the time order to predict the next item. Experiments on two real-world datasets verify the effectiveness of ASReP. The code is available on \url{https://github.com/DyGRec/ASReP}.
Code (1)
Tasks
Sequential RecommendationSimilar Papers 제목 키워드 기반
LLMSeR: Enhancing Sequential Recommendation via LLM-based Data Augmentation
Sequential Recommender Systems (SRS) have become a cornerstone of online platforms, leveraging users' historical interaction data to forecast their next potential engagement. Despite their widespread adoption, SRS often …
Data AugmentationHallucinationRecommendation SystemsSequential RecommendationSequential Modeling with Multiple Attributes for Watchlist Recommendation in E-Commerce
In e-commerce, the watchlist enables users to track items over time and has emerged as a primary feature, playing an important role in users' shopping journey. Watchlist items typically have multiple attributes whose val…
AttributeSequential RecommendationTEA: A Sequential Recommendation Framework via Temporally Evolving Aggregations
Sequential recommendation aims to choose the most suitable items for a user at a specific timestamp given historical behaviors. Existing methods usually model the user behavior sequence based on the transition-based meth…
Sequential RecommendationCalibration-Disentangled Learning and Relevance-Prioritized Reranking for Calibrated Sequential Recommendation
Calibrated recommendation, which aims to maintain personalized proportions of categories within recommendations, is crucial in practical scenarios since it enhances user satisfaction by reflecting diverse interests. Howe…
Learning-To-RankRerankingSequential RecommendationItem Association Factorization Mixed Markov Chains for Sequential Recommendation
Sequential recommendation refers to recommending the next item of interest for a specific user based on his/her historical behavior sequence up to a certain time. While previous research has extensively examined Markov c…
Sequential Recommendation