paper-with-me

Papers

Designing a Sequential Recommendation System for Heterogeneous Interactions Using Transformers

2022-04-30 · Mehdi Soleiman Nejad, Meysam Varasteh, Hadi Moradi, Mohammad Amin Sadeghi

While many production-ready and robust algorithms are available for the task of recommendation systems, many of these systems do not take the order of user's consumption into account. The order of consumption can be very useful and matters in many scenarios. One such scenario is an educational content recommendation, where users generally follow a progressive path towards more advanced courses. Researchers have used RNNs to build sequential recommendation systems and other models that deal with sequences. Sequential Recommendation systems try to predict the next event for the user by reading their history. With the massive success of Transformers in Natural Language Processing and their usage of Attention Mechanism to better deal with sequences, there have been attempts to use this family of models as a base for a new generation of sequential recommendation systems. In this work, by converting each user's interactions with items into a series of events and basing our architecture on Transformers, we try to enable the use of such a model that takes different types of events into account. Furthermore, by recognizing that some events have to occur before some other types of events take place, we try to modify the architecture to reflect this dependency relationship and enhance the model's performance.

📄 PDF Abstract BibTeX arXiv:2205.00265

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Context-Aware Sequential Model for Multi-Behaviour Recommendation

2023-12-15 · Shereen Elsayed, Ahmed Rashed, Lars Schmidt-Thieme

Sequential recommendation models are crucial for next-item recommendations in online platforms, capturing complex patterns in user interactions. However, many focus on a single behavior, overlooking valuable implicit int…

modelMultibehavior RecommendationSequential Recommendation

Multi-Grained Preference Enhanced Transformer for Multi-Behavior Sequential Recommendation

2024-11-19 · Chuan He, Yongchao Liu, Qiang Li, Weiqiang Wang 외

Sequential recommendation (SR) aims to predict the next purchasing item according to users' dynamic preference learned from their historical user-item interactions. To improve the performance of recommendation, learning …

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

Multi-Behavioral Sequential Recommendation

2024-10-08 · RecSys 2024 10 · Shereen Elsayed, Ahmed Rashed, Lars Schmidt-Thieme

Sequential recommendation models are crucial for next-item prediction tasks in various online platforms, yet many focus on a single behavior, neglecting valuable implicit interactions. While multi-behavioral models addre…

Multibehavior RecommendationRecommendation SystemsSequential Recommendation

Improve Temporal Awareness of LLMs for Sequential Recommendation

2024-05-05 · Zhendong Chu, Zichao Wang, Ruiyi Zhang, Yangfeng Ji 외

Large language models (LLMs) have demonstrated impressive zero-shot abilities in solving a wide range of general-purpose tasks. However, it is empirically found that LLMs fall short in recognizing and utilizing temporal …

Sequential Recommendation