Efficient and Scalable Neural Symbolic Search for Knowledge Graph Complex Query Answering

๐Ÿ“… 2025-05-13
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
Complex Query Answering (CQA) over knowledge graphs faces dual scalability challenges: quadratic growth in data complexity with entity scale, and NP-hard query complexity induced by cyclic patterns. This work proposes a neuro-symbolic collaborative framework to address these limitations. Its core contributions are: (1) a neural-logic indexing mechanism coupled with constraint propagation, which drastically prunes the variable search space; and (2) a local-search-based approximate symbolic reasoning algorithmโ€”the first to enable efficient, scalable processing of cyclic queries. Evaluated on multiple CQA benchmarks, the method reduces computational load by 90% while preserving near-lossless accuracy. It thus significantly enhances real-time logical reasoning capability for complex queries over large-scale knowledge graphs.

Technology Category

Application Category

๐Ÿ“ Abstract
Complex Query Answering (CQA) aims to retrieve answer sets for complex logical formulas from incomplete knowledge graphs, which is a crucial yet challenging task in knowledge graph reasoning. While neuro-symbolic search utilized neural link predictions achieve superior accuracy, they encounter significant complexity bottlenecks: (i) Data complexity typically scales quadratically with the number of entities in the knowledge graph, and (ii) Query complexity becomes NP-hard for cyclic queries. Consequently, these approaches struggle to effectively scale to larger knowledge graphs and more complex queries. To address these challenges, we propose an efficient and scalable symbolic search framework. First, we propose two constraint strategies to compute neural logical indices to reduce the domain of variables, thereby decreasing the data complexity of symbolic search. Additionally, we introduce an approximate algorithm based on local search to tackle the NP query complexity of cyclic queries. Experiments on various CQA benchmarks demonstrate that our framework reduces the computational load of symbolic methods by 90% while maintaining nearly the same performance, thus alleviating both efficiency and scalability issues.
Problem

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

Reducing data complexity in knowledge graph query answering
Addressing NP-hard query complexity for cyclic queries
Improving scalability of neuro-symbolic search frameworks
Innovation

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

Uses neural logical indices to reduce variable domains
Implements local search for NP-hard cyclic queries
Reduces computational load by 90% with similar performance
๐Ÿ”Ž Similar Papers
No similar papers found.
Weizhi Fei
Weizhi Fei
Department of Mathematical Sciences, Tsinghua University
Knowledge GraphNatural language process
Z
Zihao Wang
Department of CSE, HKUST, Hong Kong, China
H
Hang Yin
Department of Mathematical Sciences, Tsinghua University, Beijing, China
S
Shukai Zhao
Department of Computer Sciences, University of Rochester, Rochester, New York
W
Wei Zhang
Department of Mathematical Sciences, Tsinghua University, Beijing, China
Yangqiu Song
Yangqiu Song
HKUST
Artificial IntelligenceData MiningNatural Language ProcessingKnowledge GraphsCommonsense Reasoning