🤖 AI Summary
Addressing the challenge of simultaneously achieving high accuracy, efficiency, and interpretability in graph classification, this paper proposes a logic-driven variant of the Weisfeiler–Leman (WL) test that maps graphs into tabular representations to leverage mature tabular learning methods. Methodologically, it introduces a formal WL-style logic whose expressive power is rigorously characterized; for the first time, it directly extracts human-readable modal logic formulas from raw graph data; and it establishes an end-to-end graph→logic→table transformation framework. Evaluated on 12 standard benchmarks, the approach matches the classification accuracy of state-of-the-art graph neural networks (GNNs) and graph kernels while substantially reducing both computational time and memory consumption. Thus, it achieves a favorable trade-off among predictive performance, computational efficiency, and intrinsic interpretability—offering a principled, logic-grounded alternative to conventional graph representation learning.
📝 Abstract
We present a novel approach for graph classification based on tabularizing graph data via variants of the Weisfeiler-Leman algorithm and then applying methods for tabular data. We investigate a comprehensive class of Weisfeiler-Leman variants obtained by modifying the underlying logical framework and establish a precise theoretical characterization of their expressive power. We then test two selected variants on twelve benchmark datasets that span a range of different domains. The experiments demonstrate that our approach matches the accuracy of state-of-the-art graph neural networks and graph kernels while being more time or memory efficient, depending on the dataset. We also briefly discuss directly extracting interpretable modal logic formulas from graph datasets.