paper-with-me

Papers

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 levels. However, due to the inherent difference between the bundle-level and item-level preferences, the item-level representations may not receive sufficient information from the bundle affiliations to make accurate predictions. In this paper, we propose a novel approach EBRec, short of Enhanced Bundle Recommendation, which incorporates two enhanced modules to explore inherent item-level bundle representations. First, we propose to incorporate the bundle-user-item (B-U-I) high-order correlations to explore more collaborative information, thus to enhance the previous bundle representation that solely relies on the bundle-item affiliation information. Second, we further enhance the B-U-I correlations by augmenting the observed user-item interactions with interactions generated from pre-trained models, thus improving the item-level bundle representations. We conduct extensive experiments on three public datasets, and the results justify the effectiveness of our approach as well as the two core modules. Codes and datasets are available at https://github.com/answermycode/EBRec.

📄 PDF Abstract BibTeX arXiv:2311.16892

Code (1)

answermycode/ebrec 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

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

Leveraging Multimodal Features and Item-level User Feedback for Bundle Construction

2023-10-28 · Yunshan Ma, Xiaohao Liu, Yinwei Wei, Zhulin Tao 외

Automatic bundle construction is a crucial prerequisite step in various bundle-aware online services. Previous approaches are mostly designed to model the bundling strategy of existing bundles. However, it is hard to acq…

Contrastive LearningRepresentation Learning

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

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

Hypergrah-Enhanced Dual Convolutional Network for Bundle Recommendation

2023-12-18 · Yang Li, Kangbo Liu, Yaoxin Wu, Zhaoxuan 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 a…