Solving Satisfiability Modulo Counting for Symbolic and Statistical AI Integration With Provable Guarantees
Jinzhao Li, Nan Jiang, Yexiang Xue
TL;DR
This work addresses the intractable problem of solving Satisfiability Modulo Counting (SMC), which lies at the crossroads of symbolic and probabilistic AI and is $NP^{PP}$-complete. It introduces XOR-SMC, a polynomial-time approach with access to NP-oracles that achieves constant-approximation guarantees by converting model counting into SAT via randomized XOR constraints, and provides a formal guarantee (Theorem th:xor-smc). The method is demonstrated on two AI-for-social-good problems: emergency shelter placement and robust supply chain design, where XOR-SMC outperforms baselines in both solution quality and running time. The results suggest that transforming counting-based reasoning into SAT with randomized constraints extends the reach of SAT solvers to highly intractable SMC problems, enabling provable, scalable policy-aware decision making in safety-critical domains.
Abstract
Satisfiability Modulo Counting (SMC) encompasses problems that require both symbolic decision-making and statistical reasoning. Its general formulation captures many real-world problems at the intersection of symbolic and statistical Artificial Intelligence. SMC searches for policy interventions to control probabilistic outcomes. Solving SMC is challenging because of its highly intractable nature($\text{NP}^{\text{PP}}$-complete), incorporating statistical inference and symbolic reasoning. Previous research on SMC solving lacks provable guarantees and/or suffers from sub-optimal empirical performance, especially when combinatorial constraints are present. We propose XOR-SMC, a polynomial algorithm with access to NP-oracles, to solve highly intractable SMC problems with constant approximation guarantees. XOR-SMC transforms the highly intractable SMC into satisfiability problems, by replacing the model counting in SMC with SAT formulae subject to randomized XOR constraints. Experiments on solving important SMC problems in AI for social good demonstrate that XOR-SMC finds solutions close to the true optimum, outperforming several baselines which struggle to find good approximations for the intractable model counting in SMC.
