Hypergraph Enhanced Knowledge Tree Prompt Learning for Next-Basket Recommendation
Zi-Feng Mai, Chang-Dong Wang, Zhongjie Zeng, Ya Li, Jiaquan Chen,, Philip S. Yu

TL;DR
This paper introduces HEKP4NBR, a novel approach that leverages hypergraph convolution and knowledge tree prompts to improve next-basket recommendation, especially handling out-of-vocabulary items effectively.
Contribution
The paper proposes transforming knowledge graphs into prompts and employing hypergraph convolution to model complex item relationships in recommendation systems.
Findings
HEKP4NBR outperforms state-of-the-art methods on real datasets.
The hypergraph module effectively captures multi-aspect item similarities.
Prompt-based encoding improves handling of OOV items.
Abstract
Next-basket recommendation (NBR) aims to infer the items in the next basket given the corresponding basket sequence. Existing NBR methods are mainly based on either message passing in a plain graph or transition modelling in a basket sequence. However, these methods only consider point-to-point binary item relations while item dependencies in real world scenarios are often in higher order. Additionally, the importance of the same item to different users varies due to variation of user preferences, and the relations between items usually involve various aspects. As pretrained language models (PLMs) excel in multiple tasks in natural language processing (NLP) and computer vision (CV), many researchers have made great efforts in utilizing PLMs to boost recommendation. However, existing PLM-based recommendation methods degrade when encountering Out-Of-Vocabulary (OOV) items. OOV items are…
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
TopicsRecommender Systems and Techniques · Topic Modeling · Advanced Graph Neural Networks
MethodsConvolution
