NeuroSymActive: Differentiable Neural-Symbolic Reasoning with Active Exploration for Knowledge Graph Question Answering

📅 2026-02-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work proposes a modular differentiable neuro-symbolic reasoning framework to address the challenge of efficiently and accurately integrating neural models with knowledge graphs in knowledge-intensive multi-hop question answering. The approach innovatively combines soft unification-based symbolic reasoning, a neural path evaluator, and a value-guided Monte Carlo tree exploration mechanism to jointly optimize reasoning accuracy and computational efficiency. Evaluated on standard KGQA benchmarks, the model achieves high answer accuracy while substantially reducing the number of expensive graph queries and model invocations, demonstrating its effectiveness and practicality.

Technology Category

Application Category

📝 Abstract
Large pretrained language models and neural reasoning systems have advanced many natural language tasks, yet they remain challenged by knowledge-intensive queries that require precise, structured multi-hop inference. Knowledge graphs provide a compact symbolic substrate for factual grounding, but integrating graph structure with neural models is nontrivial: naively embedding graph facts into prompts leads to inefficiency and fragility, while purely symbolic or search-heavy approaches can be costly in retrievals and lack gradient-based refinement. We introduce NeuroSymActive, a modular framework that combines a differentiable neural-symbolic reasoning layer with an active, value-guided exploration controller for Knowledge Graph Question Answering. The method couples soft-unification style symbolic modules with a neural path evaluator and a Monte-Carlo style exploration policy that prioritizes high-value path expansions. Empirical results on standard KGQA benchmarks show that NeuroSymActive attains strong answer accuracy while reducing the number of expensive graph lookups and model calls compared to common retrieval-augmented baselines.
Problem

Research questions and friction points this paper is trying to address.

Knowledge Graph Question Answering
Neural-Symbolic Reasoning
Multi-hop Inference
Knowledge-intensive Queries
Structured Reasoning
Innovation

Methods, ideas, or system contributions that make the work stand out.

neural-symbolic reasoning
active exploration
knowledge graph question answering
differentiable reasoning
value-guided search
🔎 Similar Papers
No similar papers found.