paper-with-me

Papers

Hypergrah-Enhanced Dual Convolutional Network for Bundle Recommendation

2023-12-18 · Yang Li, Kangbo Liu, Yaoxin Wu, Zhaoxuan Wang, Erik Cambria, Xiaoxu Wang

Bundle recommendations strive to offer users a set of items as a package named bundle, enhancing convenience and contributing to the seller's revenue. While previous approaches have demonstrated notable performance, we argue that they may compromise the ternary relationship among users, items, and bundles. This compromise can result in information loss, ultimately impacting the overall model performance. To address this gap, we develop a unified model for bundle recommendation, termed hypergraph-enhanced dual convolutional neural network (HED). Our approach is characterized by two key aspects. Firstly, we construct a complete hypergraph to capture interaction dynamics among users, items, and bundles. Secondly, we incorporate U-B interaction information to enhance the information representation derived from users and bundle embedding vectors. Extensive experimental results on the Youshu and Netease datasets have demonstrated that HED surpasses state-of-the-art baselines, proving its effectiveness. In addition, various ablation studies and sensitivity analyses revealed the working mechanism and proved our effectiveness. Codes and datasets are available at https://github.com/AAI-Lab/HED

📄 PDF Abstract BibTeX arXiv:2312.11018

Code (1)

aai-lab/hed 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Bundle Recommendation with Graph Convolutional Networks

2020-05-07 · Jianxin Chang, Chen Gao, Xiangnan He, Yong Li 외

Bundle recommendation aims to recommend a bundle of items for a user to consume as a whole. Existing solutions integrate user-item interaction modeling into bundle recommendation by sharing model parameters or learning i…

Decision MakingGraph Neural Network

Enhancing Item-level Bundle Representation for Bundle Recommendation

2023-11-28 · Xiaoyu Du, Kun Qian, Yunshan Ma, Xinguang Xiang

Bundle recommendation approaches offer users a set of related items on a particular topic. The current state-of-the-art (SOTA) method utilizes contrastive learning to learn representations at both the bundle and item lev…

Contrastive Learning

Bundle Recommendation with Item-level Causation-enhanced Multi-view Learning

2024-08-13 · Huy-Son Nguyen, Tuan-Nghia Bui, Long-Hai Nguyen, Hoang Manh-Hung 외

Bundle recommendation aims to enhance business profitability and user convenience by suggesting a set of interconnected items. In real-world scenarios, leveraging the impact of asymmetric item affiliations is crucial for…

Contrastive LearningMULTI-VIEW LEARNING

A Survey on Bundle Recommendation: Methods, Applications, and Challenges

2024-11-01 · Meng Sun, Lin Li, Ming Li, Xiaohui Tao 외

In recent years, bundle recommendation systems have gained significant attention in both academia and industry due to their ability to enhance user experience and increase sales by recommending a set of items as a bundle…

Recommendation SystemsRepresentation LearningSurvey

Bundle MCR: Towards Conversational Bundle Recommendation

2022-07-26 · Zhankui He, Handong Zhao, Tong Yu, Sungchul Kim 외

Bundle recommender systems recommend sets of items (e.g., pants, shirt, and shoes) to users, but they often suffer from two issues: significant interaction sparsity and a large output space. In this work, we extend multi…

Conversational RecommendationRecommendation Systems