paper-with-me

Papers

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

2024-11-01 · Meng Sun, Lin Li, Ming Li, Xiaohui Tao, Dong Zhang, Peipei Wang, Jimmy Xiangji Huang

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 rather than individual items. This survey provides a comprehensive review on bundle recommendation, beginning by a taxonomy for exploring product bundling. We classify it into two categories based on bundling strategy from various application domains, i.e., discriminative and generative bundle recommendation. Then we formulate the corresponding tasks of the two categories and systematically review their methods: 1) representation learning from bundle and item levels and interaction modeling for discriminative bundle recommendation; 2) representation learning from item level and bundle generation for generative bundle recommendation. Subsequently, we survey the resources of bundle recommendation including datasets and evaluation metrics, and conduct reproducibility experiments on mainstream models. Lastly, we discuss the main challenges and highlight the promising future directions in the field of bundle recommendation, aiming to serve as a useful resource for researchers and practitioners. Our code and datasets are publicly available at https://github.com/WUT-IDEA/bundle-recommendation-survey.

📄 PDF Abstract BibTeX arXiv:2411.00341

Code (1)

wut-idea/bundle-recommendation-survey 공식 구현 pytorch

Tasks

Recommendation SystemsRepresentation LearningSurvey

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

BRIDGE: Bundle Recommendation via Instruction-Driven Generation

2024-12-24 · Tuan-Nghia Bui, Huy-Son Nguyen, Cam-Van Nguyen Thi, Hoang-Quynh Le 외

Bundle recommendation aims to suggest a set of interconnected items to users. However, diverse interaction types and sparse interaction matrices often pose challenges for previous approaches in accurately predicting user…

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

Gaussian Graph with Prototypical Contrastive Learning in E-Commerce Bundle Recommendation

2023-07-25 · Zhao-Yang Liu, Liucheng Sun, Chenwei Weng, Qijin Chen 외

Bundle recommendation aims to provide a bundle of items to satisfy the user preference on e-commerce platform. Existing successful solutions are based on the contrastive graph learning paradigm where graph neural network…

Contrastive LearningDiversityGraph Learning

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

A Survey of Route Recommendations: Methods, Applications, and Opportunities

2024-03-01 · Shiming Zhang, Zhipeng Luo, Li Yang, Fei Teng 외

Nowadays, with advanced information technologies deployed citywide, large data volumes and powerful computational resources are intelligentizing modern city development. As an important part of intelligent transportation…

Survey