Academic

Neural-Symbolic Logic Query Answering in Non-Euclidean Space

arXiv:2603.15633v1 Announce Type: new Abstract: Answering complex first-order logic (FOL) queries on knowledge graphs is essential for reasoning. Symbolic methods offer interpretability but struggle with incomplete graphs, while neural approaches generalize better but lack transparency. Neural-symbolic models aim to integrate both strengths but often fail to capture the hierarchical structure of logical queries, limiting their effectiveness. We propose HYQNET, a neural-symbolic model for logic query reasoning that fully leverages hyperbolic space. HYQNET decomposes FOL queries into relation projections and logical operations over fuzzy sets, enhancing interpretability. To address missing links, it employs a hyperbolic GNN-based approach for knowledge graph completion in hyperbolic space, effectively embedding the recursive query tree while preserving structural dependencies. By utilizing hyperbolic representations, HYQNET captures the hierarchical nature of logical projection reasonin

L
Lihui Liu
· · 1 min read · 10 views

arXiv:2603.15633v1 Announce Type: new Abstract: Answering complex first-order logic (FOL) queries on knowledge graphs is essential for reasoning. Symbolic methods offer interpretability but struggle with incomplete graphs, while neural approaches generalize better but lack transparency. Neural-symbolic models aim to integrate both strengths but often fail to capture the hierarchical structure of logical queries, limiting their effectiveness. We propose HYQNET, a neural-symbolic model for logic query reasoning that fully leverages hyperbolic space. HYQNET decomposes FOL queries into relation projections and logical operations over fuzzy sets, enhancing interpretability. To address missing links, it employs a hyperbolic GNN-based approach for knowledge graph completion in hyperbolic space, effectively embedding the recursive query tree while preserving structural dependencies. By utilizing hyperbolic representations, HYQNET captures the hierarchical nature of logical projection reasoning more effectively than Euclidean-based approaches. Experiments on three benchmark datasets demonstrate that HYQNET achieves strong performance, highlighting the advantages of reasoning in hyperbolic space.

Executive Summary

The article introduces HYQNET, a novel neural-symbolic model that addresses the limitations of existing approaches in answering complex FOL queries on knowledge graphs by leveraging hyperbolic space. By decomposing queries into relation projections and fuzzy set operations, HYQNET enhances interpretability while addressing the hierarchical complexity of logical reasoning. Moreover, the use of a hyperbolic GNN for knowledge graph completion effectively mitigates issues of missing links by embedding recursive query trees in hyperbolic space. The authors demonstrate that this hyperbolic-based reasoning outperforms Euclidean alternatives in experimental benchmarks. This work represents a significant advancement in bridging symbolic interpretability with neural generalization through spatial geometry.

Key Points

  • HYQNET integrates neural and symbolic reasoning via hyperbolic space
  • Query decomposition into fuzzy sets improves interpretability
  • Hyperbolic GNN enables effective knowledge graph completion in non-Euclidean space

Merits

Interpretability Enhancement

Decomposition into fuzzy sets provides clearer logical reasoning paths

Performance Improvement

Hyperbolic representations better capture hierarchical query structures

Demerits

Technical Complexity

Implementation in hyperbolic space may introduce computational overhead and require specialized expertise

Expert Commentary

HYQNET marks a pivotal shift in the neural-symbolic landscape by strategically aligning spatial geometry with logical reasoning. The paper’s conceptual innovation—using hyperbolic space to model hierarchical FOL projections—offers a more intuitive alignment between mathematical structure and computational representation than prior Euclidean models. While the hyperbolic GNN component introduces novel computational challenges, the empirical validation on benchmark datasets lends credibility to the claims. Importantly, this work opens the door to a new paradigm in symbolic reasoning: one where spatial topology informs interpretability without compromising accuracy. Future research may explore extending HYQNET to dynamic knowledge graphs or integrating multi-scale hyperbolic representations, thereby deepening its applicability across diverse AI domains.

Recommendations

  • Adopt HYQNET for applications requiring interpretable logical query answering in complex knowledge graphs
  • Investigate scalability and integration with existing symbolic-neural frameworks for broader adoption

Sources