paper-with-me

Papers

Sequential recommendation with metric models based on frequent sequences

2020-08-12 · Corentin Lonjarret, Roch Auburtin, Céline Robardet, Marc Plantevit

Modeling user preferences (long-term history) and user dynamics (short-term history) is of greatest importance to build efficient sequential recommender systems. The challenge lies in the successful combination of the whole user's history and his recent actions (sequential dynamics) to provide personalized recommendations. Existing methods capture the sequential dynamics of a user using fixed-order Markov chains (usually first order chains) regardless of the user, which limits both the impact of the past of the user on the recommendation and the ability to adapt its length to the user profile. In this article, we propose to use frequent sequences to identify the most relevant part of the user history for the recommendation. The most salient items are then used in a unified metric model that embeds items based on user preferences and sequential dynamics. Extensive experiments demonstrate that our method outperforms state-of-the-art, especially on sparse datasets. We show that considering sequences of varying lengths improves the recommendations and we also emphasize that these sequences provide explanations on the recommendation.

📄 PDF Abstract BibTeX arXiv:2008.05587

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

UniRec: A Dual Enhancement of Uniformity and Frequency in Sequential Recommendations

2024-06-26 · Yang Liu, Yitong Wang, Chenyue Feng

Representation learning in sequential recommendation is critical for accurately modeling user interaction patterns and improving recommendation precision. However, existing approaches predominantly emphasize item-to-item…

Recommendation SystemsRepresentation LearningSequential Recommendation

Intent Contrastive Learning with Cross Subsequences for Sequential Recommendation

2023-10-22 · Xiuyuan Qin, Huanhuan Yuan, Pengpeng Zhao, Guanfeng Liu 외

The user purchase behaviors are mainly influenced by their intentions (e.g., buying clothes for decoration, buying brushes for painting, etc.). Modeling a user's latent intention can significantly improve the performance…

Contrastive LearningData AugmentationRecommendation SystemsSequential Recommendation

LLM4DSR: Leveraing Large Language Model for Denoising Sequential Recommendation

2024-08-15 · Bohao Wang, Feng Liu, Changwang Zhang, Jiawei Chen 외

Sequential Recommenders generate recommendations based on users' historical interaction sequences. However, in practice, these collected sequences are often contaminated by noisy interactions, which significantly impairs…

DenoisingLanguage ModelingLanguage ModellingLarge Language Model+2

Incentivizing Exploration with Selective Data Disclosure

2018-11-14 · Nicole Immorlica, Jieming Mao, Aleksandrs Slivkins, Zhiwei Steven Wu

We propose and design recommendation systems that incentivize efficient exploration. Agents arrive sequentially, choose actions and receive rewards, drawn from fixed but unknown action-specific distributions. The recomme…

Efficient ExplorationRecommendation Systems

DDGHM: Dual Dynamic Graph with Hybrid Metric Training for Cross-Domain Sequential Recommendation

2022-09-21 · Xiaolin Zheng, Jiajie Su, Weiming Liu, Chaochao Chen

Sequential Recommendation (SR) characterizes evolving patterns of user behaviors by modeling how users transit among items. However, the short interaction sequences limit the performance of existing SR. To solve this pro…

Metric LearningSequential Recommendation