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 build upon a graph-structured neural architecture to i) capture type-specific behavior semantics; 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 multi-modal graph attention layer with temporal encoding strategy, to empower the learned embeddings be reflective of both dedicated multiplex user-item and item-item collaborative 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. Our implementation is available in https://github.com/akaxlh/KHGT.

Cite

Text

Xia et al. "Knowledge-Enhanced Hierarchical Graph Transformer Network for Multi-Behavior Recommendation." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I5.16576

Markdown

[Xia et al. "Knowledge-Enhanced Hierarchical Graph Transformer Network for Multi-Behavior Recommendation." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/xia2021aaai-knowledge/) doi:10.1609/AAAI.V35I5.16576

BibTeX

@inproceedings{xia2021aaai-knowledge,
  title     = {{Knowledge-Enhanced Hierarchical Graph Transformer Network for Multi-Behavior Recommendation}},
  author    = {Xia, Lianghao and Huang, Chao and Xu, Yong and Dai, Peng and Zhang, Xiyue and Yang, Hongsheng and Pei, Jian and Bo, Liefeng},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {4486-4493},
  doi       = {10.1609/AAAI.V35I5.16576},
  url       = {https://mlanthology.org/aaai/2021/xia2021aaai-knowledge/}
}