Non-autoregressive Personalized Bundle Generation
Wenchuan Yang, Cheng Yang, Jichao Li, Yuejin Tan, Xin Lu, Chuan Shi

TL;DR
This paper introduces BundleNAT, a non-autoregressive framework for personalized bundle generation that efficiently produces unordered item sets, outperforming existing sequential models in recommendation tasks.
Contribution
The paper presents a novel non-autoregressive, permutation-equivariant model for bundle generation, addressing order-invariance and reducing prediction latency.
Findings
Outperforms state-of-the-art methods by up to 35.92% in Precision
Achieves significant improvements in Precision+, and Recall
Demonstrates effectiveness on real-world datasets from Youshu and Netease
Abstract
The personalized bundle generation problem, which aims to create a preferred bundle for user from numerous candidate items, receives increasing attention in recommendation. However, existing works ignore the order-invariant nature of the bundle and adopt sequential modeling methods as the solution, which might introduce inductive bias and cause a large latency in prediction. To address this problem, we propose to perform the bundle generation via non-autoregressive mechanism and design a novel encoder-decoder framework named BundleNAT, which can effectively output the targeted bundle in one-shot without relying on any inherent order. In detail, instead of learning sequential dependency, we propose to adopt pre-training techniques and graph neural network to fully embed user-based preference and item-based compatibility information, and use a self-attention based encoder to further…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Compression Techniques · Bayesian Methods and Mixture Models
MethodsGraph Neural Network
