paper-with-me

Papers

Bundle Recommendation with Graph Convolutional Networks

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

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 in a multi-task manner, which cannot explicitly model the affiliation between items and bundles, and fail to explore the decision-making when a user chooses bundles. In this work, we propose a graph neural network model named BGCN (short for \textit{\textBF{B}undle \textBF{G}raph \textBF{C}onvolutional \textBF{N}etwork}) for bundle recommendation. BGCN unifies user-item interaction, user-bundle interaction and bundle-item affiliation into a heterogeneous graph. With item nodes as the bridge, graph convolutional propagation between user and bundle nodes makes the learned representations capture the item level semantics. Through training based on hard-negative sampler, the user's fine-grained preferences for similar bundles are further distinguished. Empirical results on two real-world datasets demonstrate the strong performance gains of BGCN, which outperforms the state-of-the-art baselines by 10.77\% to 23.18\%.

📄 PDF Abstract BibTeX arXiv:2005.03475

Code (1)

cjx0525/BGCN pytorch

Tasks

Decision MakingGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

SUGER: A Subgraph-based Graph Convolutional Network Method for Bundle Recommendation

2022-05-05 · Zhenning Zhang, Boxin Du, Hanghang Tong

Bundle recommendation is an emerging research direction in the recommender system with the focus on recommending customized bundles of items for users. Although Graph Neural Networks (GNNs) have been applied in this prob…

Graph Neural NetworkRecommendation Systems

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…

Consistency and Discrepancy-Based Contrastive Tripartite Graph Learning for Recommendations

2024-07-06 · Linxin Guo, Yaochen Zhu, Min Gao, Yinghui Tao 외

Tripartite graph-based recommender systems markedly diverge from traditional models by recommending unique combinations such as user groups and item bundles. Despite their effectiveness, these systems exacerbate the long…

Contrastive LearningGraph LearningRecommendation Systems

Data-Augmented Counterfactual Learning for Bundle Recommendation

2022-10-19 · Shixuan Zhu, Qi Shen, Yiming Zhang, Zhenwei Dong 외

Bundle Recommendation (BR) aims at recommending bundled items on online content or e-commerce platform, such as song lists on a music platform or book lists on a reading website. Several graph based models have achieved …

counterfactualData AugmentationGraph LearningModel Optimization

Cold-start Bundle Recommendation via Popularity-based Coalescence and Curriculum Heating

2023-10-05 · Hyunsik Jeon, Jong-eun Lee, Jeongin Yun, U Kang

How can we recommend cold-start bundles to users? The cold-start problem in bundle recommendation is crucial because new bundles are continuously created on the Web for various marketing purposes. Despite its importance,…

Contrastive LearningMarketing