Neurosymbolic Retrievers for Retrieval-augmented Generation
Yash Saxena, Manas Gaur

TL;DR
This paper introduces Neurosymbolic RAG, a framework combining symbolic reasoning with neural retrieval to improve transparency, interpretability, and performance in retrieval-augmented generation tasks.
Contribution
It proposes three novel methods to integrate symbolic knowledge into neural retrieval, enhancing interpretability and effectiveness of RAG systems.
Findings
Improved transparency in document retrieval process
Enhanced retrieval quality using knowledge graph traversal
Better performance in mental health risk assessment tasks
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInformation Retrieval and Search Behavior · Topic Modeling · Advanced Graph Neural Networks
