AIDec 19, 2013

Skolemization for Weighted First-Order Model Counting

arXiv:1312.5378v2106 citations
AI Analysis

This work addresses a bottleneck in probabilistic logics by enabling polynomial-time lifted model counting for representations with existential quantification, which is incremental but crucial for applications like probabilistic logic programs.

The paper tackles the problem of efficient weighted first-order model counting for theories with existential quantifiers, which previously reduced lifted counters to exponential-time propositional ones, by presenting a Skolemization algorithm that eliminates existential quantifiers without altering the weighted model count, thereby extending efficient counting to directed models like probabilistic logic programs.

First-order model counting emerged recently as a novel reasoning task, at the core of efficient algorithms for probabilistic logics. We present a Skolemization algorithm for model counting problems that eliminates existential quantifiers from a first-order logic theory without changing its weighted model count. For certain subsets of first-order logic, lifted model counters were shown to run in time polynomial in the number of objects in the domain of discourse, where propositional model counters require exponential time. However, these guarantees apply only to Skolem normal form theories (i.e., no existential quantifiers) as the presence of existential quantifiers reduces lifted model counters to propositional ones. Since textbook Skolemization is not sound for model counting, these restrictions precluded efficient model counting for directed models, such as probabilistic logic programs, which rely on existential quantification. Our Skolemization procedure extends the applicability of first-order model counters to these representations. Moreover, it simplifies the design of lifted model counting algorithms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes