IRLGSep 6, 2023

Impression-Informed Multi-Behavior Recommender System: A Hierarchical Graph Attention Approach

arXiv:2309.03169v26 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the need for more nuanced modeling of user-item interactions like impressions and purchases in recommender systems, offering a scalable solution with incremental improvements over existing approaches.

The paper tackles the problem of oversimplifying multi-behavior interactions in recommender systems by introducing HMGN, a hierarchical graph attention network that leverages attention mechanisms and multi-task optimization, resulting in up to a 64% performance boost in NDCG@100 metrics over conventional methods.

While recommender systems have significantly benefited from implicit feedback, they have often missed the nuances of multi-behavior interactions between users and items. Historically, these systems either amalgamated all behaviors, such as \textit{impression} (formerly \textit{view}), \textit{add-to-cart}, and \textit{buy}, under a singular 'interaction' label, or prioritized only the target behavior, often the \textit{buy} action, discarding valuable auxiliary signals. Although recent advancements tried addressing this simplification, they primarily gravitated towards optimizing the target behavior alone, battling with data scarcity. Additionally, they tended to bypass the nuanced hierarchy intrinsic to behaviors. To bridge these gaps, we introduce the \textbf{H}ierarchical \textbf{M}ulti-behavior \textbf{G}raph Attention \textbf{N}etwork (HMGN). This pioneering framework leverages attention mechanisms to discern information from both inter and intra-behaviors while employing a multi-task Hierarchical Bayesian Personalized Ranking (HBPR) for optimization. Recognizing the need for scalability, our approach integrates a specialized multi-behavior sub-graph sampling technique. Moreover, the adaptability of HMGN allows for the seamless inclusion of knowledge metadata and time-series data. Empirical results attest to our model's prowess, registering a notable performance boost of up to 64\% in NDCG@100 metrics over conventional graph neural network methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes