paper-with-me

홈 › Papers

RepeatNet: A Repeat Aware Neural Recommendation Machine for Session-based Recommendation

2018-12-06 · Pengjie Ren, Zhumin Chen, Jing Li, Zhaochun Ren, Jun Ma, Maarten de Rijke

Recurrent neural networks for session-based recommendation have attracted a lot of attention recently because of their promising performance. repeat consumption is a common phenomenon in many recommendation scenarios (e.g., e-commerce, music, and TV program recommendations), where the same item is re-consumed repeatedly over time. However, no previous studies have emphasized repeat consumption with neural networks. An effective neural approach is needed to decide when to perform repeat recommendation. In this paper, we incorporate a repeat-explore mechanism into neural networks and propose a new model, called RepeatNet, with an encoder-decoder structure. RepeatNet integrates a regular neural recommendation approach in the decoder with a new repeat recommendation mechanism that can choose items from a user's history and recommends them at the right time. We report on extensive experiments on three benchmark datasets. RepeatNet outperforms state-of-the-art baselines on all three datasets in terms of MRR and Recall. Furthermore, as the dataset size and the repeat ratio increase, the improvements of RepeatNet over the baselines also increase, which demonstrates its advantage in handling repeat recommendation scenarios.

📄 PDF Abstract BibTeX arXiv:1812.02646

Code (1)

PengjieRen/RepeatNet 공식 구현 pytorch

Tasks

DecoderSession-Based Recommendations

Similar Papers 제목 키워드 기반

Exploiting Group-level Behavior Pattern forSession-based Recommendation

2020-12-10 · Ziyang Wang, Wei Wei, Xian-Ling Mao, Xiao-Li Li 외

Session-based recommendation (SBR) is a challenging task, which aims to predict users' future interests based on anonymous behavior sequences. Existing methods leverage powerful representation learning approaches to enco…

Representation LearningSession-Based Recommendations

Multi-intent-aware Session-based Recommendation

2024-05-02 · Minjin Choi, Hye-Young Kim, Hyunsouk Cho, Jongwuk Lee

Session-based recommendation (SBR) aims to predict the following item a user will interact with during an ongoing session. Most existing SBR models focus on designing sophisticated neural-based encoders to learn a sessio…

Session-Based Recommendations

Transformers Meet ACT-R: Repeat-Aware and Sequential Listening Session Recommendation

2024-08-29 · Viet-Anh Tran, Guillaume Salha-Galvan, Bruno Sguerra, Romain Hennequin

Music streaming services often leverage sequential recommender systems to predict the best music to showcase to users based on past sequences of listening sessions. Nonetheless, most sequential recommendation methods ign…

Music RecommendationRecommendation SystemsSequential Recommendation

Session-aware Linear Item-Item Models for Session-based Recommendation

2021-03-30 · Minjin Choi, jinhong Kim, Joonseok Lee, Hyunjung Shim 외

Session-based recommendation aims at predicting the next item given a sequence of previous items consumed in the session, e.g., on e-commerce or multimedia streaming services. Specifically, session data exhibits some uni…

Session-Based Recommendations

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