paper-with-me

홈 › Papers

A Survey on Multi-Behavior Sequential Recommendation

2023-08-30 · Xiaoqing Chen, Zhitao Li, Weike Pan, Zhong Ming

Recommender systems is set up to address the issue of information overload in traditional information retrieval systems, which is focused on recommending information that is of most interest to users from massive information. Generally, there is a sequential nature and heterogeneity to the behavior of a person interacting with a system, leading to the proposal of multi-behavior sequential recommendation (MBSR). MBSR is a relatively new and worthy direction for in-depth research, which can achieve state-of-the-art recommendation through suitable modeling, and some related works have been proposed. This survey aims to shed light on the MBSR problem. Firstly, we introduce MBSR in detail, including its problem definition, application scenarios and challenges faced. Secondly, we detail the classification of MBSR, including neighborhood-based methods, matrix factorization-based methods and deep learning-based methods, where we further classify the deep learning-based methods into different learning architectures based on RNN, GNN, Transformer, and generic architectures as well as architectures that integrate hybrid techniques. In each method, we present related works based on the data perspective and the modeling perspective, as well as analyze the strengths, weaknesses and features of these works. Finally, we discuss some promising future research directions to address the challenges and improve the current status of MBSR.

📄 PDF Abstract BibTeX arXiv:2308.15701

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRecommendation SystemsRetrievalSequential RecommendationSurvey

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Deep Learning for Sequential Recommendation: Algorithms, Influential Factors, and Evaluations

2019-04-30 · Hui Fang, Danning Zhang, Yiheng Shu, Guibing Guo

In the field of sequential recommendation, deep learning (DL)-based methods have received a lot of attention in the past few years and surpassed traditional models such as Markov chain-based and factorization-based ones.…

Deep LearningRecommendation SystemsSequential RecommendationSurvey

A Survey on Sequential Recommendation

2024-12-17 · Liwei Pan, Weike Pan, Meiyan Wei, Hongzhi Yin 외

Different from most conventional recommendation problems, sequential recommendation focuses on learning users' preferences by exploiting the internal order and dependency among the interacted items, which has received si…

Sequential RecommendationSurvey

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

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-Modal Multi-Behavior Sequential Recommendation with Conditional Diffusion-Based Feature Denoising

2025-08-07 · Xiaoxi Cui, Weihai Lu, Yu Tong, Yiheng Li 외 arxiv

The sequential recommendation system utilizes historical user interactions to predict preferences. Effectively integrating diverse user behavior patterns with rich multimodal information of items to enhance the accuracy …

Sequential Recommendation