paper-with-me

홈 › Papers

Augmenting Sequential Recommendation with Pseudo-Prior Items via Reversely Pre-training Transformer

2021-05-02 · Zhiwei Liu, Ziwei Fan, Yu Wang, Philip S. Yu

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}.

📄 PDF Abstract BibTeX arXiv:2105.00522

Code (1)

DyGRec/ASReP 공식 구현 tf

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

LLMSeR: Enhancing Sequential Recommendation via LLM-based Data Augmentation

2025-03-16 · Yuqi Sun, Qidong Liu, Haiping Zhu, Feng Tian

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 Recommendation

Sequential Modeling with Multiple Attributes for Watchlist Recommendation in E-Commerce

2021-10-18 · Uriel Singer, Haggai Roitman, Yotam Eshel, Alexander Nus 외

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 Recommendation

TEA: A Sequential Recommendation Framework via Temporally Evolving Aggregations

2021-11-14 · Zijian Li, Ruichu Cai, Fengzhu Wu, Sili Zhang 외

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 Recommendation

Calibration-Disentangled Learning and Relevance-Prioritized Reranking for Calibrated Sequential Recommendation

2024-08-04 · Hyunsik Jeon, Se-eun Yoon, Julian McAuley

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 Recommendation

Item Association Factorization Mixed Markov Chains for Sequential Recommendation

2024-11-18 · Dongyu Du, Yue Chan

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