Faithful Explanations for Graph Classification Using Logic

Abstract

Most post-hoc explainability methods for graph classification analyze the model’s internal representations rather than explicitly capturing its reasoning process. These approaches typically rely on perturbations, gradients, or optimization techniques to infer important features but do not approximate the decision-making function itself. In this paper, we propose a novel approach that directly models the GNN’s decision function using a Transparent Explainable Logic Layer (TELL). This logic-based approximation enables both instance-level and global-level explanations, offering insights into how node embeddings contribute to predictions. Unlike conventional methods, our approach derives explanations that are structurally aligned with the model’s decision process rather than being externally imposed. Through experiments on synthetic and real-world graph classification tasks, we show that our method produces faithful, sparse, and stable explanations, outperforming existing techniques.

Cite

Text

Ragno et al. "Faithful Explanations for Graph Classification Using Logic." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-06078-5_7

Markdown

[Ragno et al. "Faithful Explanations for Graph Classification Using Logic." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/ragno2025ecmlpkdd-faithful/) doi:10.1007/978-3-032-06078-5_7

BibTeX

@inproceedings{ragno2025ecmlpkdd-faithful,
  title     = {{Faithful Explanations for Graph Classification Using Logic}},
  author    = {Ragno, Alessio and Plantevit, Marc and Robardet, Céline},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {113-129},
  doi       = {10.1007/978-3-032-06078-5_7},
  url       = {https://mlanthology.org/ecmlpkdd/2025/ragno2025ecmlpkdd-faithful/}
}