AILGLOApr 25, 2013

Inference and learning in probabilistic logic programs using weighted Boolean formulas

arXiv:1304.6810v128 citations
Originality Incremental advance
AI Analysis

This addresses inference and learning challenges in probabilistic logic programming, an incremental advancement for the AI and logic programming communities.

The paper tackles inference and learning tasks in probabilistic logic programs by converting them to weighted Boolean formulas, enabling the use of weighted model counting and Expectation Maximization, with experimental results showing improved state-of-the-art performance and successful parameter learning.

Probabilistic logic programs are logic programs in which some of the facts are annotated with probabilities. This paper investigates how classical inference and learning tasks known from the graphical model community can be tackled for probabilistic logic programs. Several such tasks such as computing the marginals given evidence and learning from (partial) interpretations have not really been addressed for probabilistic logic programs before. The first contribution of this paper is a suite of efficient algorithms for various inference tasks. It is based on a conversion of the program and the queries and evidence to a weighted Boolean formula. This allows us to reduce the inference tasks to well-studied tasks such as weighted model counting, which can be solved using state-of-the-art methods known from the graphical model and knowledge compilation literature. The second contribution is an algorithm for parameter estimation in the learning from interpretations setting. The algorithm employs Expectation Maximization, and is built on top of the developed inference algorithms. The proposed approach is experimentally evaluated. The results show that the inference algorithms improve upon the state-of-the-art in probabilistic logic programming and that it is indeed possible to learn the parameters of a probabilistic logic program from interpretations.

Foundations

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

Your Notes