paper-with-me

홈 › Papers

Multi-Behavior Generative Recommendation

2024-05-27 · Zihan Liu, Yupeng Hou, Julian McAuley

Multi-behavior sequential recommendation (MBSR) aims to incorporate behavior types of interactions for better recommendations. Existing approaches focus on the next-item prediction objective, neglecting the value of integrating the target behavior type into the learning objective. In this paper, we propose MBGen, a novel Multi-Behavior sequential Generative recommendation framework. We formulate the MBSR task into a consecutive two-step process: (1) given item sequences, MBGen first predicts the next behavior type to frame the user intention, (2) given item sequences and a target behavior type, MBGen then predicts the next items. To model such a two-step process, we tokenize both behaviors and items into tokens and construct one single token sequence with both behaviors and items placed interleaved. Furthermore, MBGen learns to autoregressively generate the next behavior and item tokens in a unified generative recommendation paradigm, naturally enabling a multi-task capability. Additionally, we exploit the heterogeneous nature of token sequences in the generative recommendation and propose a position-routed sparse architecture to efficiently and effectively scale up models. Extensive experiments on public datasets demonstrate that MBGen significantly outperforms existing MBSR models across multiple tasks.

📄 PDF Abstract BibTeX arXiv:2405.16871

Code (1)

anananan116/MBGen 공식 구현 pytorch

Tasks

Sequential Recommendation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Modeling Behavioral Intensity and Transitions for Generative Recommendation

2026-04-27 · Wenxuan Yang, Xiaoyang Xu, Hanyu Zhang, Zhexuan Xu 외 arxiv

Multi-behavior recommendation aims to predict user conversions by modeling various interaction types that carry distinct intent signals. Recently, generative sequence modeling methods have emerged as an important paradig…

Structuring and Tokenizing Distributed User Interest Context for Generative Recommendation

2026-06-18 · Ruizhong Qiu, Yinglong Xia, Dongqi Fu, Hanqing Zeng 외 arxiv

Generative recommendation is an emerging paradigm that has shown promise in industrial recommendation systems, aiming to predict users' next interactions from their historical behaviors. At the core of generative recomme…

Sequential RecommendationRecommendation Systems

GRACE: Generative Recommendation via Journey-Aware Sparse Attention on Chain-of-Thought Tokenization

2025-07-19 · Luyi Ma, Wanjia Zhang, Kai Zhao, Abhishek Kulkarni 외 arxiv

Generative models have recently demonstrated strong potential in multi-behavior recommendation systems, leveraging the expressive power of transformers and tokenization to generate personalized item sequences. However, t…

Sequential RecommendationRecommendation SystemsKnowledge Graphs

Generative Adversarial User Model for Reinforcement Learning Based Recommendation System

2018-12-27 · Xinshi Chen, Shuang Li, Hui Li, Shaohua Jiang 외

There are great interests as well as many challenges in applying reinforcement learning (RL) to recommendation systems. In this setting, an online user is the environment; neither the reward function nor the environment …

Generative Adversarial NetworkModel-based Reinforcement LearningRecommendation Systemsreinforcement-learning+2

Generative Large Recommendation Models: Emerging Trends in LLMs for Recommendation

2025-02-19 · Hao Wang, Wei Guo, Luankang Zhang, Jin Yao Chin 외

In the era of information overload, recommendation systems play a pivotal role in filtering data and delivering personalized content. Recent advancements in feature interaction and user behavior modeling have significant…

Recommendation Systems