When Product Search Meets Collaborative Filtering: A Hierarchical Heterogeneous Graph Neural Network Approach
Xiangkun Yin, Yangyang Guo, Liqiang Nie, Zhiyong Cheng

TL;DR
This paper introduces HHGNN, a hierarchical graph neural network that combines semantic matching and collaborative filtering to improve personalized product search, demonstrating significant performance gains on Amazon datasets.
Contribution
The paper proposes a novel hierarchical heterogeneous graph neural network that effectively integrates semantic features and collaborative filtering signals for product search.
Findings
HHGNN outperforms state-of-the-art baselines on Amazon datasets.
Collaborative filtering and semantic matching are complementary.
Higher-order collaborative features enhance representation learning.
Abstract
Personalization lies at the core of boosting the product search system performance. Prior studies mainly resorted to the semantic matching between textual queries and user/product related documents, leaving the user collaborative behaviors untapped. In fact, the collaborative filtering signals between users intuitively offer a complementary information for the semantic matching. To close the gap between collaborative filtering and product search, we propose a Hierarchical Heterogeneous Graph Neural Network (HHGNN) approach in this paper. Specifically, we organize HHGNN with a hierarchical graph structure according to the three edge types. The sequence edge accounts for the syntax formulation from word nodes to sentence nodes; the composition edge aggregates the semantic features to the user and product nodes; and the interaction edge on the top performs graph convolutional operation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Recommender Systems and Techniques
MethodsGraph Neural Network
