How Expressive are Graph Neural Networks in Recommendation?
Xuheng Cai, Lianghao Xia, Xubin Ren, Chao Huang

TL;DR
This paper provides a theoretical analysis of GNN expressiveness in recommendation, introducing a new topological closeness metric that better aligns with recommendation objectives, and validates it through experiments with a learning-less GNN algorithm.
Contribution
The paper introduces a novel topological closeness metric for GNN expressiveness in recommendation and proposes a learning-less GNN algorithm optimized for this metric.
Findings
The new metric effectively evaluates GNNs' ability to capture node proximity.
The proposed GNN algorithm achieves optimal performance on the new metric.
Experimental results demonstrate the metric's relevance to recommendation quality.
Abstract
Graph Neural Networks (GNNs) have demonstrated superior performance on various graph learning tasks, including recommendation, where they leverage user-item collaborative filtering signals in graphs. However, theoretical formulations of their capability are scarce, despite their empirical effectiveness in state-of-the-art recommender models. Recently, research has explored the expressiveness of GNNs in general, demonstrating that message passing GNNs are at most as powerful as the Weisfeiler-Lehman test, and that GNNs combined with random node initialization are universal. Nevertheless, the concept of "expressiveness" for GNNs remains vaguely defined. Most existing works adopt the graph isomorphism test as the metric of expressiveness, but this graph-level task may not effectively assess a model's ability in recommendation, where the objective is to distinguish nodes of different…
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
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Machine Learning in Materials Science
