AILOMay 16, 2022

Efficient Knowledge Compilation Beyond Weighted Model Counting

arXiv:2205.07496v110 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in probabilistic logic programming for researchers and practitioners, though it is incremental as it builds on existing knowledge compilation methods.

The paper tackles the challenge of solving second-level algebraic model counting (2AMC) problems, which are computationally hard, by improving knowledge compilation techniques to reduce variable order constraints and showing empirical efficiency gains in benchmarks.

Quantitative extensions of logic programming often require the solution of so called second level inference tasks, i.e., problems that involve a third operation, such as maximization or normalization, on top of addition and multiplication, and thus go beyond the well-known weighted or algebraic model counting setting of probabilistic logic programming under the distribution semantics. We introduce Second Level Algebraic Model Counting (2AMC) as a generic framework for these kinds of problems. As 2AMC is to (algebraic) model counting what forall-exists-SAT is to propositional satisfiability, it is notoriously hard to solve. First level techniques based on Knowledge Compilation (KC) have been adapted for specific 2AMC instances by imposing variable order constraints on the resulting circuit. However, those constraints can severely increase the circuit size and thus decrease the efficiency of such approaches. We show that we can exploit the logical structure of a 2AMC problem to omit parts of these constraints, thus limiting the negative effect. Furthermore, we introduce and implement a strategy to generate a sufficient set of constraints statically, with a priori guarantees for the performance of KC. Our empirical evaluation on several benchmarks and tasks confirms that our theoretical results can translate into more efficient solving in practice. Under consideration for acceptance in TPLP.

Code Implementations1 repo
Foundations

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

Your Notes