Search papers, labs, and topics across Lattice.
This paper introduces BOAR, an environment-conditioned framework for multi-behavior recommendation that effectively addresses the challenges of missing and unreliable auxiliary behavioral signals. By employing two complementary modules that adapt to the observability of auxiliary signals, BOAR enhances the prediction of target behaviors like purchases, particularly for items lacking auxiliary observations. Experimental results show that BOAR outperforms state-of-the-art methods, achieving up to 7.82% improvement in hit rate at rank 10 and up to 44.2% for items without auxiliary data, demonstrating its capability to uncover hidden user preferences.
BOAR reveals that addressing missing and unreliable auxiliary signals can lead to significant improvements in recommendation accuracy, especially for unseen items.
Multi-behavior recommendation (MBR) leverages auxiliary behavioral signals, such as clicks and add-to-cart, to enhance target behavior prediction like purchases. While recent graph neural network-based approaches have achieved strong performance by systematically propagating auxiliary behavior signals, they still suffer from two fundamental challenges inherent to auxiliary behaviors: (1) missing auxiliary signals, which hinder generalization to items without auxiliary observations, and (2) unreliable auxiliary signals, which amplify noise misaligned with the target behavior. To address these challenges in a unified manner, we propose BOAR, an environment-conditioned MBR framework that addresses missing and unreliable auxiliary signals through two complementary modules conditioned on auxiliary observability. Extensive experiments demonstrate that BOAR consistently outperforms state-of-the-art baselines, achieving up to 7.82% gains in HR@10 overall and up to 44.2% gains for target items without auxiliary observations, highlighting its ability to capture hidden preferences beyond observed auxiliary relations. Our code is available at: https://github.com/LSH0411/BOAR.