BRIDGE
Bundle Recommendation via Instruction-Driven Generation
Tuan Nghia Bui (Vietnam National University Hanoi)
Huy Son Nguyen (TU Delft - Multimedia Computing)
Cam-Van Thi Thi Nguyen (Vietnam National University Hanoi)
Hoang Quynh Le (Vietnam National University Hanoi)
Duc-Trong Le (Vietnam National University Hanoi)
More Info
expand_more
Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.
Abstract
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-bundle adoptions. Inspired by the distant supervision strategy and generative paradigm, we propose BRIDGE, a novel framework for bundle recommendation. It consists of two main components, namely the item-sensitive instruction generation and the pseudo bundle generation modules. Inspired by the distant supervision approach, the former is to generate more auxiliary information, e.g., sampled item-sensitive instruction, for training without using external data. This information is subsequently aggregated with collaborative signals from user historical interactions to create pseudo 'ideal' bundles. This capability allows BRIDGE to explore all aspects of bundles, rather than being limited to existing real-world bundles. It effectively bridging the gap between user imagination and predefined bundles, hence improving the bundle recommendation performance. Experimental results and analyses validate the superiority of BRIDGE over state-of-the-art methods across four benchmark datasets. Our implementation is available at https://github.com/Rec4Fun/BRIDGE.