Skip to main content

KHGT

Knowledge-Enhanced Hierarchical Graph Transformer Network for Multi-Behavior Recommendation

Abstract

Accurate user and item embedding learning is crucial for modern recommender systems. However, most existing recommendation techniques have thus far focused on modeling users' preferences over singular type of user-item interactions. Many practical recommendation scenarios involve multi-typed user interactive behaviors (e.g., page view, add-to-favorite and purchase), which presents unique challenges that cannot be handled by current recommendation solutions. In particular: i) complex inter-dependencies across different types of user behaviors; ii) the incorporation of knowledge-aware item relations into the multi-behavior recommendation framework; iii) dynamic characteristics of multi-typed user-item interactions. To tackle these challenges, this work proposes a Knowledge-Enhanced Hierarchical Graph Transformer Network (KHGT), to investigate multi-typed interactive patterns between users and items in recommender systems. Specifically, KHGT is built upon a graph-structured neural architecture to i) capture type-specific behavior characteristics; ii) explicitly discriminate which types of user-item interactions are more important in assisting the forecasting task on the target behavior. Additionally, we further integrate the graph attention layer with the temporal encoding strategy, to empower the learned embeddings be reflective of both dedicated multiplex user-item and item-item relations, as well as the underlying interaction dynamics. Extensive experiments conducted on three real-world datasets show that KHGT consistently outperforms many state-of-the-art recommendation methods across various evaluation settings.

Task Formulation

We formulate the knowledge-aware multi-behavior recommendation:

  • Input: the user-item multi-behavior interaction graph GuG_u and the knowledge-aware item-item relation graph GvG_v.
  • Output: a predictive model which effectively infers the probability yi,jy_{i,j} of unseen interaction between user uiu_i and item vjv_j under the target behavior type of kk.

References

  1. https://github.com/akaxlh/khgt