Multi-Behavioral Sequential Recommendation
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 address this using graph-based approaches, they often fail to capture sequential patterns simultaneously. Our proposed Multi-Behavioral Sequential Recommendation framework (MBSRec) captures the multi-behavior dependencies between the heterogeneous historical interactions via multi-head self-attention. Furthermore, we utilize a weighted binary cross-entropy loss for precise behavior control. Experimental results on four datasets demonstrate MBSRec’s significant outperformance of state-of-the-art approaches. The implementation code is available here https://github.com/Shereen-Elsayed/MBSRec.
Code (1)
Tasks
Multibehavior RecommendationRecommendation SystemsSequential RecommendationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Mixed Information Flow for Cross-domain Sequential Recommendations
Cross-domain sequential recommendation is the task of predict the next item that the user is most likely to interact with based on past sequential behavior from multiple domains. One of the key challenges in cross-domain…
Sequential RecommendationTransfer LearningLLM-based Bi-level Multi-interest Learning Framework for Sequential Recommendation
Sequential recommendation (SR) leverages users' dynamic preferences, with recent advances incorporating multi-interest learning to model diverse user interests. However, most multi-interest SR models rely on noisy, spars…
Multi-Task LearningRecommendation SystemsRepresentation LearningSequential RecommendationContext-Aware Sequential Model for Multi-Behaviour Recommendation
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 RecommendationMulti-Modal Multi-Behavior Sequential Recommendation with Conditional Diffusion-Based Feature Denoising
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 RecommendationPersonalized Behavior-Aware Transformer for Multi-Behavior Sequential Recommendation
Sequential Recommendation (SR) captures users' dynamic preferences by modeling how users transit among items. However, SR models that utilize only single type of behavior interaction data encounter performance degradatio…
Sequential Recommendation