菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-25
📄 Abstract - Neural Scalable Symbolic Search Framework for Complex Logical Queries with Multiple Free Variables

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 this https URL.

顶级标签: knowledge representation machine learning benchmark
详细标签: knowledge graphs complex query answering neural symbolic search joint ranking multi-variable queries 或 搜索:

面向多自由变量复杂逻辑查询的神经可扩展符号搜索框架 / Neural Scalable Symbolic Search Framework for Complex Logical Queries with Multiple Free Variables


1️⃣ 一句话总结

本文提出了一种名为NS3的框架,通过动态预算控制和超节点合并策略,高效地近似计算知识图谱中多变量逻辑查询的联合排序结果,在保证准确性的同时大幅降低了计算复杂度。

源自 arXiv: 2605.25985