M2: Mixed Models with Preferences, Popularities and Transitions for Next-Basket Recommendation
Bo Peng, Zhiyun Ren, Srinivasan Parthasarathy, Xia Ning

TL;DR
This paper introduces M2, a simple yet effective mixed model for next-basket recommendation that combines preferences, popularities, and transitions, outperforming state-of-the-art methods across multiple datasets.
Contribution
The paper proposes a novel mixed model with an encoder-decoder approach for transition modeling, avoiding complex neural networks and improving recommendation accuracy.
Findings
M2 outperforms existing methods by up to 22.1% on benchmark datasets.
The encoder-decoder transition model (ed-Trans) surpasses recurrent neural networks in effectiveness.
The model effectively integrates preferences, popularities, and transitions for better recommendations.
Abstract
Next-basket recommendation considers the problem of recommending a set of items into the next basket that users will purchase as a whole. In this paper, we develop a novel mixed model with preferences, popularities and transitions (M2) for the next-basket recommendation. This method models three important factors in next-basket generation process: 1) users' general preferences, 2) items' global popularities and 3) transition patterns among items. Unlike existing recurrent neural network-based approaches, M2 does not use the complicated networks to model the transitions among items, or generate embeddings for users. Instead, it has a simple encoder-decoder based approach (ed-Trans) to better model the transition patterns among items. We compared M2 with different combinations of the factors with 5 state-of-the-art next-basket recommendation methods on 4 public benchmark datasets in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Advanced Bandit Algorithms Research
