Computing most probable worlds of action probabilistic logic programs: scalable estimation for 1030,000 worlds

  • Authors:
  • Samir Khuller;M. Vanina Martinez;Dana Nau;Amy Sliva;Gerardo I. Simari;V. S. Subrahmanian

  • Affiliations:
  • Department of Computer Science and University of Maryland Institute for Advanced Computer Studies (UMIACS), University of Maryland College Park, College Park, USA 20742;Department of Computer Science and University of Maryland Institute for Advanced Computer Studies (UMIACS), University of Maryland College Park, College Park, USA 20742;Department of Computer Science and University of Maryland Institute for Advanced Computer Studies (UMIACS), University of Maryland College Park, College Park, USA 20742;Department of Computer Science and University of Maryland Institute for Advanced Computer Studies (UMIACS), University of Maryland College Park, College Park, USA 20742;Department of Computer Science and University of Maryland Institute for Advanced Computer Studies (UMIACS), University of Maryland College Park, College Park, USA 20742;Department of Computer Science and University of Maryland Institute for Advanced Computer Studies (UMIACS), University of Maryland College Park, College Park, USA 20742

  • Venue:
  • Annals of Mathematics and Artificial Intelligence
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The semantics of probabilistic logic programs (PLPs) is usually given through a possible worlds semantics. We propose a variant of PLPs called action probabilistic logic programs or -programs that use a two-sorted alphabet to describe the conditions under which certain real-world entities take certain actions. In such applications, worlds correspond to sets of actions these entities might take. Thus, there is a need to find the most probable world (MPW) for -programs. In contrast, past work on PLPs has primarily focused on the problem of entailment. This paper quickly presents the syntax and semantics of -programs and then shows a naive algorithm to solve the MPW problem using the linear program formulation commonly used for PLPs. As such linear programs have an exponential number of variables, we present two important new algorithms, called $ \textsf{HOP} $ and $ \textsf{SemiHOP} $ to solve the MPW problem exactly. Both these algorithms can significantly reduce the number of variables in the linear programs. Subsequently, we present a "binary" algorithm that applies a binary search style heuristic in conjunction with the Naive, $ \textsf{HOP} $ and $ \textsf{SemiHOP} $ algorithms to quickly find worlds that may not be "most probable." We experimentally evaluate these algorithms both for accuracy (how much worse is the solution found by these heuristics in comparison to the exact solution) and for scalability (how long does it take to compute). We show that the results of $ \textsf{SemiHOP} $ are very accurate and also very fast: more than 1030,000 worlds can be handled in a few minutes. Subsequently, we develop parallel versions of these algorithms and show that they provide further speedups.