Exploring the Paradigm Shift from Grounding to Skolemization for Complex Query Answering on Knowledge Graphs
Yuyin Lu, Hegang Chen, Shanrui Xie, Yanghui Rao, Haoran Xie, Fu Lee Wang, Qing Li
TL;DR
This work addresses Complex Query Answering (CQA) over incomplete Knowledge Graphs by formalizing a Grounding–Skolemization dichotomy and advocating a Skolemization-based paradigm. It introduces LVSA, a neuro-symbolic framework built on Vector Symbolic Architecture that combines a differentiable Skolemization module and a neural negator within a logic-driven optimization protocol, and proves universal expressivity for all $EFO_1$ queries with favorable $O(k d^2 + |oldsymbol{V}| d)$ complexity. Empirically, LVSA outperforms state-of-the-art Skolemization-based methods and demonstrates substantial efficiency gains over Grounding-based baselines, with strong generalization to challenging, partially observable and fully unobservable benchmarks. The results highlight the practical potential of Skolemization-based CQA for scalable, transparent reasoning in real-world KGs and point to future directions for enhancing Skolem function modeling and logical constraint enforcement.
Abstract
Complex Query Answering (CQA) over incomplete Knowledge Graphs (KGs), typically formalized as reasoning with Existential First-Order predicate logic with one free variable (EFO\textsubscript{1}), faces a fundamental tradeoff between logic fidelity and computational efficiency. This work establishes a Grounding-Skolemization dichotomy to systematically analyze this challenge and motivate a paradigm shift in CQA. While Grounding-based methods inherently suffer from combinatorial explosion, most Skolemization-based methods neglect to explicitly model Skolem functions and compromise logical consistency. To address these limitations, we propose the Logic-constrained Vector Symbolic Architecture (LVSA), a neuro-symbolic framework that unifies a differentiable Skolemization module and a neural negator, as well as a logical constraint-driven optimization protocol to harmonize geometric and logical requirements. Theoretically, LVSA guarantees universality for all EFO\textsubscript{1} queries with low computational complexity. Empirically, it outperforms state-of-the-art Skolemization-based methods and reduces inference costs by orders of magnitude compared to Grounding-based baselines.
