paper-with-me

Papers

Effective and Efficient Training for Sequential Recommendation using Recency Sampling

2022-07-06 · Aleksandr Petrov, Craig Macdonald

Many modern sequential recommender systems use deep neural networks, which can effectively estimate the relevance of items but require a lot of time to train. Slow training increases expenses, hinders product development timescales and prevents the model from being regularly updated to adapt to changing user preferences. Training such sequential models involves appropriately sampling past user interactions to create a realistic training objective. The existing training objectives have limitations. For instance, next item prediction never uses the beginning of the sequence as a learning target, thereby potentially discarding valuable data. On the other hand, the item masking used by BERT4Rec is only weakly related to the goal of the sequential recommendation; therefore, it requires much more time to obtain an effective model. Hence, we propose a novel Recency-based Sampling of Sequences training objective that addresses both limitations. We apply our method to various recent and state-of-the-art model architectures - such as GRU4Rec, Caser, and SASRec. We show that the models enhanced with our method can achieve performances exceeding or very close to stateof-the-art BERT4Rec, but with much less training time.

📄 PDF Abstract BibTeX arXiv:2207.02643

Code (1)

asash/bert4rec_repro tf

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Measuring Recency Bias In Sequential Recommendation Systems

2024-09-15 · Jeonglyul Oh, Sungzoon Cho

Recency bias in a sequential recommendation system refers to the overly high emphasis placed on recent items within a user session. This bias can diminish the serendipity of recommendations and hinder the system's abilit…

Recommendation SystemsSequential Recommendation

Recency Dropout for Recurrent Recommender Systems

2022-01-26 · Bo Chang, Can Xu, Matthieu Lê, Jingchen Feng 외

Recurrent recommender systems have been successful in capturing the temporal dynamics in users' activity trajectories. However, recurrent neural networks (RNNs) are known to have difficulty learning long-term dependencie…

Data AugmentationRecommendation Systems

Understanding Biases in ChatGPT-based Recommender Systems: Provider Fairness, Temporal Stability, and Recency

2024-01-19 · Yashar Deldjoo

This paper explores the biases in ChatGPT-based recommender systems, focusing on provider fairness (item-side fairness). Through extensive experiments and over a thousand API calls, we investigate the impact of prompt de…

Collaborative FilteringFairnessIn-Context LearningRecommendation Systems+1

Neighborhood-Enhanced and Time-Aware Model for Session-based Recommendation

2019-09-25 · Yang Lv, Liangsheng Zhuang, Pengyu Luo

Session based recommendation has become one of the research hotpots in the field of recommendation systems due to its highly practical value.Previous deep learning methods mostly focus on the sequential characteristics w…

Recommendation SystemsSession-Based Recommendations

Intent-Enhanced Data Augmentation for Sequential Recommendation

2024-10-11 · Shuai Chen, Zhoujun Li

The research on intent-enhanced sequential recommendation algorithms focuses on how to better mine dynamic user intent based on user behavior data for sequential recommendation tasks. Various data augmentation methods ar…

Contrastive LearningData AugmentationSequential Recommendation