NELLIE: A Neuro-Symbolic Inference Engine for Grounded, Compositional, and Explainable Reasoning

Abstract

Graph Neural Networks (GNNs) have become powerful models for both node- and graph-level tasks. While node-level learning focuses on individual nodes and their local structures, graph-level learning encounters challenges in capturing the global properties of graphs. In this paper, we conduct a theoretical and experimental analysis of existing graph-level learning frameworks and find that these frameworks typically adopt a single-view perspective based solely on node degree, which limits their ability to capture comprehensive graph characteristics. To address these issues, we propose a multi-view approach that leverages different types of centrality measures to capture diverse aspects of graph structure. We design an attention-based mechanism to adaptively integrate these multiple views, and use it as a readout function to perform weighted summation of node embeddings, termed as Adaptive Centrality Readout (ACRead). ACRead demonstrates enhanced flexibility and effectiveness when integrated with various GNN architectures, outperforming state-of-the-art readout methods, including KerRead and Set Transformer. Additionally, this multi-view centrality approach can serve as a standalone graph-level learning framework without relying on GNNs, referred to as Adaptive Centrality-based Graph Learning (ACGL), which achieves competitive performance by effectively combining different centrality perspectives.

Cite

Text

Weir et al. "NELLIE: A Neuro-Symbolic Inference Engine for Grounded, Compositional, and Explainable Reasoning." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/399

Markdown

[Weir et al. "NELLIE: A Neuro-Symbolic Inference Engine for Grounded, Compositional, and Explainable Reasoning." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/weir2024ijcai-nellie/) doi:10.24963/ijcai.2024/399

BibTeX

@inproceedings{weir2024ijcai-nellie,
  title     = {{NELLIE: A Neuro-Symbolic Inference Engine for Grounded, Compositional, and Explainable Reasoning}},
  author    = {Weir, Nathaniel and Clark, Peter and Van Durme, Benjamin},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {3602-3612},
  doi       = {10.24963/ijcai.2024/399},
  url       = {https://mlanthology.org/ijcai/2024/weir2024ijcai-nellie/}
}