paper-with-me

Papers

NeSy-RAG: Neuro-Symbolic RAG for Explainable Question Answering

2026-08-06 · Jonas Gann, Michael Gertz arxiv

Retrieval-augmented generation (RAG) improves question answering by grounding large language models (LLMs) in external knowledge such as text corpora. However, its reasoning process remains largely opaque: intermediate reasoning steps are difficult to verify and cannot be reliably attributed to specific evidence. Moreover, missing user-specific context is rarely detected systematically, often leading to incomplete or incorrect output. We propose NeSy-RAG, a modular neuro-symbolic RAG framework that synthesizes attributable Prolog modules from retrieved text chunks. For each chunk, the system generates semantically meaningful predicates that encode Boolean claims, which may depend on user facts. Using joint natural language-code embeddings, predicates are retrieved and composed into Prolog queries. To address incomplete user context, we introduce a symbolic knowledge-gap detection mechanism that identifies missing user facts whose truth values affect the query outcome and automatically triggers follow-up interactions. Executing the resulting Prolog queries yields deterministic answers together with transparent execution traces that link each reasoning step to its originating source. On the ShARC benchmark, without domain-specific training, NeSy-RAG achieves 61.1% accuracy, outperforming a same-model RAG baseline that achieves 42.8% accuracy.

📄 PDF Abstract BibTeX arXiv:2608.06292

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Neuro-Symbolic Artificial Intelligence: A Task-Directed Survey in the Black-Box Models Era

2026-03-03 · Giovanni Pio Delvecchio, Lorenzo Molfetta, Gianluca Moro arxiv

The integration of symbolic computing with neural networks has intrigued researchers since the first theorizations of Artificial intelligence (AI). The ability of Neuro-Symbolic (NeSy) methods to infer or exploit behavio…

Neuro-Symbolic Learning: Principles and Applications in Ophthalmology

2022-07-31 · Muhammad Hassan, Haifei Guan, Aikaterini Melliou, Yuqi Wang 외

Neural networks have been rapidly expanding in recent years, with novel strategies and applications. However, challenges such as interpretability, explainability, robustness, safety, trust, and sensibility remain unsolve…

Common Sense ReasoningImage CaptioningQuestion Answering

Neurosymbolic Reasoning Shortcuts under the Independence Assumption

2025-07-15 · Emile van Krieken, Pasquale Minervini, Edoardo Ponti, Antonio Vergari

The ubiquitous independence assumption among symbolic concepts in neurosymbolic (NeSy) predictors is a convenient simplification: NeSy predictors use it to speed up probabilistic reasoning. Recent works like van Krieken …

ProSLM : A Prolog Synergized Language Model for explainable Domain Specific Knowledge Based Question Answering

2024-09-17 · Priyesh Vakharia, Abigail Kufeldt, Max Meyers, Ian Lane 외

Neurosymbolic approaches can add robustness to opaque neural systems by incorporating explainable symbolic representations. However, previous approaches have not used formal logic to contextualize queries to and validate…

Formal LogicLanguage ModelingLanguage ModellingLogical Reasoning+1

Is Neuro-Symbolic AI Meeting its Promise in Natural Language Processing? A Structured Review

2022-02-24 · Kyle Hamilton, Aparna Nayak, Bojan Božić, Luca Longo

Advocates for Neuro-Symbolic Artificial Intelligence (NeSy) assert that combining deep learning with symbolic reasoning will lead to stronger AI than either paradigm on its own. As successful as deep learning has been, i…

Out-of-Distribution Generalization