Solving Decision Theory Problems with Probabilistic Answer Set Programming
Damiano Azzolini, Elena Bellodi, Rafael Kiesel, Fabrizio Riguzzi
TL;DR
The paper addresses decision-theoretic problems under uncertainty by encoding them in Probabilistic Answer Set Programming with credal semantics, introducing decision atoms and utilities (DTPASP). It presents a three-layer Algebraic Model Counting (3AMC) approach, implemented via knowledge compilation, to efficiently compute the best lower- and upper-bound strategies, and compares it against enumeration. Across six synthetic datasets, the 3AMC-based method outperforms naive enumeration, demonstrating scalability to nontrivial problem sizes while noting memory considerations. The work advances a unified ASP-based formalism for decision making under uncertainty and provides a scalable inference framework suitable for complex domains with aggregates and constraints.
Abstract
Solving a decision theory problem usually involves finding the actions, among a set of possible ones, which optimize the expected reward, possibly accounting for the uncertainty of the environment. In this paper, we introduce the possibility to encode decision theory problems with Probabilistic Answer Set Programming under the credal semantics via decision atoms and utility attributes. To solve the task we propose an algorithm based on three layers of Algebraic Model Counting, that we test on several synthetic datasets against an algorithm that adopts answer set enumeration. Empirical results show that our algorithm can manage non trivial instances of programs in a reasonable amount of time. Under consideration in Theory and Practice of Logic Programming (TPLP).
