Search Behavior Prediction: A Hypergraph Perspective
Yan Han, Edward W Huang, Wenqing Zheng, Nikhil Rao, Zhangyang Wang,, Karthik Subbian

TL;DR
This paper introduces a hypergraph neural network model that leverages customer session data to improve search query-item link prediction, especially for long-tail items, outperforming existing GNN baselines in e-commerce datasets.
Contribution
It proposes a novel hypergraph perspective and a dual-channel attention-based neural network to incorporate auxiliary session information for enhanced link prediction.
Findings
Up to 24.6% improvement in MRR
Up to 48.3% improvement in recall
Effective in handling long-tail and disassortative data
Abstract
Although the bipartite shopping graphs are straightforward to model search behavior, they suffer from two challenges: 1) The majority of items are sporadically searched and hence have noisy/sparse query associations, leading to a \textit{long-tail} distribution. 2) Infrequent queries are more likely to link to popular items, leading to another hurdle known as \textit{disassortative mixing}. To address these two challenges, we go beyond the bipartite graph to take a hypergraph perspective, introducing a new paradigm that leverages \underline{auxiliary} information from anonymized customer engagement sessions to assist the \underline{main task} of query-item link prediction. This auxiliary information is available at web scale in the form of search logs. We treat all items appearing in the same customer session as a single hyperedge. The hypothesis is that items in a customer session are…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Recommender Systems and Techniques · Advanced Graph Neural Networks
