YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

The Graph-Inference Engine (GIE)

A Neuro-Symbolic Architecture for Faithful Multi-Hop Reasoning via Differentiable Graph Traversal and Discrete DAG Extraction

Overview

This repository contains the complete whitepaper for the Graph-Inference Engine (GIE), a neuro-symbolic model that navigates and agentically evolves a continuous world-graph to resolve queries by outputting discrete Directed Acyclic Graph (DAG) reasoning traces.

πŸ“„ Read the full whitepaper β†’

Key Contributions

Phase Innovation Mathematical Foundation
Phase 1 Differentiable Graph Traversal Neural Bellman-Ford over learned semirings (NBFNet) + NOTEARS DAG extraction
Phase 2 Hybrid RL Training GFlowNet Trajectory Balance with path-refined reward (reachability + parsimony + integrity)
Phase 3 Agentic Graph Evolution Edge Proposal Network + Sheaf Laplacian pre-filter + Datalog/PSL symbolic gatekeeper
Phase 4 Reasoning Faithfulness Metrics Counterfactual Intervention Testing (CIT) + DAG-Consistency Index (DCI)
Phase 5 Computational Advantage O(kΒ·MΒ·dΒ²) linear vs O(kΒ²Β·tΒ²Β·dΒ²_model) quadratic; ~4,000Γ— speedup at 20-hop

Architecture Diagram

Query Q β†’ [Entity Grounding] β†’ [NBFNet Traversal (T iterations)]
                                        ↓
                              [Edge Relevance Scores Ο€_q(e)]
                                        ↓
                              [NOTEARS DAG Extraction] β†’ D_Q
                                        ↓
                    [Dead-End?] β†’ YES β†’ [Edge Proposal Network]
                        ↓                      ↓
                        NO              [Gatekeeper: Sheaf + Datalog + PSL]
                        ↓                      ↓
                  [Answer Decode]      [Expand G, Re-traverse]
                        ↓                      ↓
                    (v_answer, D_Q)  ←←←←←←←←←←

Key References

  • NBFNet: Zhu et al. (2021) - Neural Bellman-Ford Networks. arXiv:2106.06935
  • GFlowNet TB: Malkin et al. (2022) - Trajectory Balance. arXiv:2201.13259
  • NOTEARS: Zheng et al. (2018) - DAGs with NO TEARS. arXiv:1803.01422
  • Knowledge Sheaves: Hansen & Ghrist (2021). arXiv:2110.03789
  • Faith and Fate: Dziri et al. (2024) - Limits of Transformers. arXiv:2305.18654
  • RFEval: Kim et al. (2026) - Reasoning Faithfulness. arXiv:2602.17053

Citation

@techreport{gie2026,
  title={The Graph-Inference Engine: A Neuro-Symbolic Architecture for Faithful Multi-Hop Reasoning},
  year={2026},
  note={Technical whitepaper}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Papers for Adam-Ben-Khalifa/GIE-Whitepaper