Neurosymbolic AI for Reasoning over Knowledge Graphs: A Survey
Lauren Nicole DeLong, Ramon Fernández Mir, Jacques D. Fleuriot
TL;DR
This survey addresses the problem of reasoning over knowledge graphs with neurosymbolic AI, merging symbolic logic with neural embeddings to improve interpretability and data efficiency. It introduces a three-category taxonomy—logically-informed embedding approaches, embedding approaches with logical constraints, and rule learning for KG completion—and systematically situates a broad set of methods within this framework. The paper provides a comprehensive comparison, discusses trade-offs in interpretability, scalability, and long-range reasoning, and highlights practical directions such as multimodal data integration and few-shot learning. By mapping approaches to five key characteristics and summarizing available code, the work aims to guide future research toward scalable, interpretable, and knowledge-aware KG reasoning with real-world impact.
Abstract
Neurosymbolic AI is an increasingly active area of research that combines symbolic reasoning methods with deep learning to leverage their complementary benefits. As knowledge graphs are becoming a popular way to represent heterogeneous and multi-relational data, methods for reasoning on graph structures have attempted to follow this neurosymbolic paradigm. Traditionally, such approaches have utilized either rule-based inference or generated representative numerical embeddings from which patterns could be extracted. However, several recent studies have attempted to bridge this dichotomy to generate models that facilitate interpretability, maintain competitive performance, and integrate expert knowledge. Therefore, we survey methods that perform neurosymbolic reasoning tasks on knowledge graphs and propose a novel taxonomy by which we can classify them. Specifically, we propose three major categories: (1) logically-informed embedding approaches, (2) embedding approaches with logical constraints, and (3) rule learning approaches. Alongside the taxonomy, we provide a tabular overview of the approaches and links to their source code, if available, for more direct comparison. Finally, we discuss the unique characteristics and limitations of these methods, then propose several prospective directions toward which this field of research could evolve.
