Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Neural Scalable Symbolic Search Framework for Complex Logical Queries with Multiple Free Variables

About

Complex Query Answering (CQA) is a fundamental knowledge representation and reasoning task over incomplete knowledge graphs (KGs). Answering existential first-order queries with $k$ free variables (i.e., $\text{EFO}_k$ queries) is a crucial yet challenging problem, as it requires ranking answer tuples in $\mathcal{E}^k$, where $\mathcal{E}$ denotes the entity set of a KG. This quickly becomes intractable as $k$ grows. Consequently, existing benchmarks and methods rely on marginal rankings over individual variables; however, marginal rankings are a poor proxy for the true joint ranking of tuples. Building on neural symbolic search for $\text{EFO}_1$ queries, we propose Neural Scalable Symbolic Search (NS3), a budgeted framework that approximates joint ranking without enumerating $\mathcal{E}^k$. NS3 (i) answers marginalized sub-queries to obtain necessary candidate sets, (ii) merges multiple free variables into hypernodes whose domains are pruned and controlled by a dynamic budget $B$, and (iii) progressively reduces an $\text{EFO}_k$ query to an $\text{EFO}_{k-1}$ query over a budgeted reduced domain. Across three standard KG datasets, NS3 substantially improves joint ranking performance while retaining strong marginal accuracy. We further release a joint-ranking benchmark that extends existing $\text{EFO}_1$ datasets to $k=3$, enabling systematic evaluation of multi-variable queries. Our code is provided in https://github.com/HKUST-KnowComp/NS3_KDD2026.

Weizhi Fei, Hang Yin, Zihao Wang, Shukai Zhao, Wei Zhang, Yangqiu Song• 2026

Related benchmarks

TaskDatasetResultRank
Complex Query Answering (k=2 free variables)FB15k-237
HIT@10 (e=0, S)48
21
Answering queries with two free variablesFB15k
HIT@10 (e=0, SDAG)82
18
Logical Query AnsweringFB15k-237 scalable EFOk (test)
HIT@10 (2fpn)11.4
8
Logical Query AnsweringFB15K scalable EFOk (test)
HIT@10 (2fpn)40.3
8
Logical Query AnsweringNELL scalable EFOk (test)
HIT@10 (2fpn)15.8
8
Showing 5 of 5 rows

Other info

Follow for update