INVESTIGADORES
SIMARI Gerardo Ignacio
artículos
Título:
(AUTORES EN ORDEN ALFABETICO) Computing Most Probable Worlds of Action Probabilistic Logic Programs: Scalable Estimation for 10^30,000 Worlds
Autor/es:
SAMIR KHULLER; MARIA VANINA MARTINEZ; DANA NAU; AMY SLIVA; GERARDO I. SIMARI; V.S. SUBRAHMANIAN
Revista:
ANNALS OF MATHEMATICS AND ARTIFICIAL INTELLIGENCE
Editorial:
SPRINGER
Referencias:
Lugar: Berlin; Año: 2007 vol. 51 p. 295 - 331
ISSN:
1012-2443
Resumen:
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 ap-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 ap-programs. In contrast, past work on PLPs has primarily focused on the problem of entailment. This paper quickly presents the syntax and semantics of ap-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 HOP and 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, HOP and 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 SemiHOP are very accurate and also very fast: more than 10^30,000 worlds can be handled in a few minutes. Subsequently, we develop parallel versions of these algorithms and show that they provide further speedups.