English

Multi-Behavior Generative Recommendation

Information Retrieval 2024-07-31 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2405.16871,
  title  = {Multi-Behavior Generative Recommendation},
  author = {Zihan Liu and Yupeng Hou and Julian McAuley},
  journal= {arXiv preprint arXiv:2405.16871},
  year   = {2024}
}

Comments

Camera ready; accepted by CIKM 2024

R2 v1 2026-06-28T16:41:25.678Z