paper-with-me

Papers

Lazy Explanation-Based Approximation for Probabilistic Logic Programming

2015-07-10 · Joris Renkens, Angelika Kimmig, Luc De Raedt

We introduce a lazy approach to the explanation-based approximation of probabilistic logic programs. It uses only the most significant part of the program when searching for explanations. The result is a fast and anytime approximate inference algorithm which returns hard lower and upper bounds on the exact probability. We experimentally show that this method outperforms state-of-the-art approximate inference.

📄 PDF Abstract BibTeX arXiv:1507.02873

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LazyPPL: laziness and types in non-parametric probabilistic programs

2021-10-08 · NeurIPS Workshop AIPLANS 2021 12 · Hugo Paquet, Sam Staton

We introduce LazyPPL, a prototype probabilistic programming library for Haskell. The library emphasises the clarifying power of types, and the connection between non-parametric, stochastic processes and lazy (call by nee…

ClusteringGaussian ProcessesPoint ProcessesProbabilistic Programming

Lazy Factored Inference for Functional Probabilistic Programming

2015-09-11 · Avi Pfeffer, Brian Ruttenberg, Amy Sliva, Michael Howard 외

Probabilistic programming provides the means to represent and reason about complex probabilistic models using programming language constructs. Even simple probabilistic programs can produce models with infinitely many va…

Probabilistic Programming

Explanations as Programs in Probabilistic Logic Programming

2022-10-06 · Germán Vidal

The generation of comprehensible explanations is an essential feature of modern artificial intelligence systems. In this work, we consider probabilistic logic programming, an extension of logic programming which can be u…

Explaining Explanations in Probabilistic Logic Programming

2024-01-30 · Germán Vidal

The emergence of tools based on artificial intelligence has also led to the need of producing explanations which are understandable by a human being. In most approaches, the system is considered a black box, making it di…

Inference in Probabilistic Logic Programs using Lifted Explanations

2016-08-20 · Arun Nampally, C. R. Ramakrishnan

In this paper, we consider the problem of lifted inference in the context of Prism-like probabilistic logic programming languages. Traditional inference in such languages involves the construction of an explanation graph…