paper-with-me

Papers

Beyond Learning from Next Item: Sequential Recommendation via Personalized Interest Sustainability

2022-09-14 · Dongmin Hyun, Chanyoung Park, Junsu Cho, Hwanjo Yu

Sequential recommender systems have shown effective suggestions by capturing users' interest drift. There have been two groups of existing sequential models: user- and item-centric models. The user-centric models capture personalized interest drift based on each user's sequential consumption history, but do not explicitly consider whether users' interest in items sustains beyond the training time, i.e., interest sustainability. On the other hand, the item-centric models consider whether users' general interest sustains after the training time, but it is not personalized. In this work, we propose a recommender system taking advantages of the models in both categories. Our proposed model captures personalized interest sustainability, indicating whether each user's interest in items will sustain beyond the training time or not. We first formulate a task that requires to predict which items each user will consume in the recent period of the training time based on users' consumption history. We then propose simple yet effective schemes to augment users' sparse consumption history. Extensive experiments show that the proposed model outperforms 10 baseline models on 11 real-world datasets. The codes are available at https://github.com/dmhyun/PERIS.

📄 PDF Abstract BibTeX arXiv:2209.06644

Code (1)

dmhyun/PERIS 공식 구현 pytorch

Tasks

Recommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Mutual Harmony: Sequential Recommendation with Dual Contrastive Network

2022-09-18 · GuanYu Lin, Chen Gao, Yinfeng Li, Yu Zheng 외

With the outbreak of today's streaming data, the sequential recommendation is a promising solution to achieve time-aware personalized modeling. It aims to infer the next interacted item of a given user based on the histo…

Contrastive LearningRepresentation LearningSequential Recommendation

Modeling Personalized Item Frequency Information for Next-basket Recommendation

2020-05-31 · Haoji Hu, Xiangnan He, Jinyang Gao, Zhi-Li Zhang

Next-basket recommendation (NBR) is prevalent in e-commerce and retail industry. In this scenario, a user purchases a set of items (a basket) at a time. NBR performs sequential modeling and recommendation based on a sequ…

Next-basket recommendationSession-Based Recommendations

Fusing Similarity Models with Markov Chains for Sparse Sequential Recommendation

2016-09-28 · Ruining He, Julian McAuley

Predicting personalized sequential behavior is a key task for recommender systems. In order to predict user actions such as the next product to purchase, movie to watch, or place to visit, it is essential to take into ac…

Recommendation SystemsSequential Recommendation

Personalized Top-N Sequential Recommendation via Convolutional Sequence Embedding

2018-09-19 · Jiaxi Tang, Ke Wang

Top-$N$ sequential recommendation models each user as a sequence of items interacted in the past and aims to predict top-$N$ ranked items that a user will likely interact in a `near future'. The order of interaction impl…

Recommendation SystemsSequential Recommendation

Translation-based Recommendation

2017-07-08 · Ruining He, Wang-Cheng Kang, Julian McAuley

Modeling the complex interactions between users and items as well as amongst items themselves is at the core of designing successful recommender systems. One classical setting is predicting users' personalized sequential…

Recommendation SystemsTranslation