paper-with-me

Papers

Revealing Combinatorial Reasoning of GNNs via Graph Concept Bottleneck Layer

2026-03-02 · Yue Niu, Zhaokai Sun, Jiayi Yang, Xiaofeng Cao, Rui Fan, Xin Sun, Hanli Wang, Wei Ye arxiv

Despite their success in various domains, the growing dependence on GNNs raises a critical concern about the nature of the combinatorial reasoning underlying their predictions, which is often hidden within their black-box architectures. Addressing this challenge requires understanding how GNNs translate topological patterns into logical rules. However, current works only uncover the hard logical rules over graph concepts, which cannot quantify the contribution of each concept to prediction. Moreover, they are post-hoc interpretable methods that generate explanations after model training and may not accurately reflect the true combinatorial reasoning of GNNs, since they approximate it with a surrogate. In this work, we develop a graph concept bottleneck layer that can be integrated into any GNN architectures to guide them to predict the selected discriminative global graph concepts. The predicted concept scores are further projected to class labels by a sparse linear layer. It enforces the combinatorial reasoning of GNNs' predictions to fit the soft logical rule over graph concepts and thus can quantify the contribution of each concept. To further improve the quality of the concept bottleneck, we treat concepts as "graph words" and graphs as "graph sentences", and leverage language models to learn graph concept embeddings. Extensive experiments on multiple datasets show that our method GCBMs achieve state-of-the-art performance both in classification and interpretability.

📄 PDF Abstract BibTeX arXiv:2603.02025

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Combinatorial optimization and reasoning with graph neural networks

2021-02-18 · Quentin Cappart, Didier Chételat, Elias Khalil, Andrea Lodi 외

Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have focused on solving problem instances in isolation, ignoring that they often stem from re…

BIG-bench Machine LearningCombinatorial OptimizationInductive Bias

Algorithmic Concept-based Explainable Reasoning

2021-07-15 · Dobrik Georgiev, Pietro Barbiero, Dmitry Kazhdan, Petar Veličković 외

Recent research on graph neural network (GNN) models successfully applied GNNs to classical graph algorithms and combinatorial optimisation problems. This has numerous benefits, such as allowing applications of algorithm…

Graph Neural Network

Binarizing Physics-Inspired GNNs for Combinatorial Optimization

2025-07-18 · Martin Krutský, Gustav Šír, Vyacheslav Kungurtsev, Georgios Korpas arxiv

Physics-inspired graph neural networks (PI-GNNs) have been utilized as an efficient unsupervised framework for relaxing combinatorial optimization problems encoded through a specific graph structure and loss, reflecting …

Combinatorial Optimization with Automated Graph Neural Networks

2024-06-05 · Yang Liu, Peng Zhang, Yang Gao, Chuan Zhou 외

In recent years, graph neural networks (GNNs) have become increasingly popular for solving NP-hard combinatorial optimization (CO) problems, such as maximum cut and maximum independent set. The core idea behind these met…

Combinatorial OptimizationGraph EmbeddingGraph LearningNeural Architecture Search

Graph Neural Networks Meet Neural-Symbolic Computing: A Survey and Perspective

2020-02-29 · Luis C. Lamb, Artur Garcez, Marco Gori, Marcelo Prates 외

Neural-symbolic computing has now become the subject of interest of both academic and industry research laboratories. Graph Neural Networks (GNN) have been widely used in relational and symbolic domains, with widespread …

Combinatorial OptimizationRelational Reasoning