AIMay 29, 2023

On the Correspondence Between Monotonic Max-Sum GNNs and Datalog

arXiv:2305.18015v318 citations
Originality Incremental advance
AI Analysis

This provides theoretical insight into the expressivity of GNNs for structured data, which is incremental as it builds on existing work in logic and machine learning.

The paper tackles the problem of understanding the expressivity of graph neural networks (GNNs) by showing that monotonic max-sum GNNs correspond to Datalog programs, with the result that unbounded summation in these GNNs does not increase their expressive power.

Although there has been significant interest in applying machine learning techniques to structured data, the expressivity (i.e., a description of what can be learned) of such techniques is still poorly understood. In this paper, we study data transformations based on graph neural networks (GNNs). First, we note that the choice of how a dataset is encoded into a numeric form processable by a GNN can obscure the characterisation of a model's expressivity, and we argue that a canonical encoding provides an appropriate basis. Second, we study the expressivity of monotonic max-sum GNNs, which cover a subclass of GNNs with max and sum aggregation functions. We show that, for each such GNN, one can compute a Datalog program such that applying the GNN to any dataset produces the same facts as a single round of application of the program's rules to the dataset. Monotonic max-sum GNNs can sum an unbounded number of feature vectors which can result in arbitrarily large feature values, whereas rule application requires only a bounded number of constants. Hence, our result shows that the unbounded summation of monotonic max-sum GNNs does not increase their expressive power. Third, we sharpen our result to the subclass of monotonic max GNNs, which use only the max aggregation function, and identify a corresponding class of Datalog programs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes