Neurosymbolic Retrievers for Retrieval-augmented Generation
Yash Saxena, Manas Gaur
TL;DR
This work tackles the opacity of retrieval-augmented generation in high-stakes settings by introducing Neurosymbolic RAG, which tightly couples symbolic knowledge graphs with neural retrieval. It presents three architectures—Knowledge Modulation-aligned Retrieval (MAR), KG-Path RAG, and Process Knowledge-infused RAG (Proknow-RAG)—to produce interpretable, workflow-consistent retrieval and reasoning. Through mental-health detection tasks, the authors demonstrate that incorporating symbolic features, graph-based provenance, and procedural instruments improves transparency and, in many cases, retrieval performance. The study highlights the potential of grounded, auditable retrieval systems to support safer, more trustworthy decision-making in clinical and similar domains.
Abstract
Retrieval Augmented Generation (RAG) has made significant strides in overcoming key limitations of large language models, such as hallucination, lack of contextual grounding, and issues with transparency. However, traditional RAG systems consist of three interconnected neural components - the retriever, re-ranker, and generator - whose internal reasoning processes remain opaque. This lack of transparency complicates interpretability, hinders debugging efforts, and erodes trust, especially in high-stakes domains where clear decision-making is essential. To address these challenges, we introduce the concept of Neurosymbolic RAG, which integrates symbolic reasoning using a knowledge graph with neural retrieval techniques. This new framework aims to answer two primary questions: (a) Can retrievers provide a clear and interpretable basis for document selection? (b) Can symbolic knowledge enhance the clarity of the retrieval process? We propose three methods to improve this integration. First is MAR (Knowledge Modulation Aligned Retrieval) that employs modulation networks to refine query embeddings using interpretable symbolic features, thereby making document matching more explicit. Second, KG-Path RAG enhances queries by traversing knowledge graphs to improve overall retrieval quality and interpretability. Lastly, Process Knowledge-infused RAG utilizes domain-specific tools to reorder retrieved content based on validated workflows. Preliminary results from mental health risk assessment tasks indicate that this neurosymbolic approach enhances both transparency and overall performance
