paper-with-me

Papers

SLASH: Embracing Probabilistic Circuits into Neural Answer Set Programming

2021-10-07 · Arseny Skryagin, Wolfgang Stammer, Daniel Ochs, Devendra Singh Dhami, Kristian Kersting

The goal of combining the robustness of neural networks and the expressivity of symbolic methods has rekindled the interest in neuro-symbolic AI. Recent advancements in neuro-symbolic AI often consider specifically-tailored architectures consisting of disjoint neural and symbolic components, and thus do not exhibit desired gains that can be achieved by integrating them into a unifying framework. We introduce SLASH -- a novel deep probabilistic programming language (DPPL). At its core, SLASH consists of Neural-Probabilistic Predicates (NPPs) and logical programs which are united via answer set programming. The probability estimates resulting from NPPs act as the binding element between the logical program and raw input data, thereby allowing SLASH to answer task-dependent logical queries. This allows SLASH to elegantly integrate the symbolic and neural components in a unified framework. We evaluate SLASH on the benchmark data of MNIST addition as well as novel tasks for DPPLs such as missing data prediction and set prediction with state-of-the-art performance, thereby showing the effectiveness and generality of our method.

📄 PDF Abstract BibTeX arXiv:2110.03395

Code (0)

등록된 구현이 없습니다.

Tasks

Probabilistic Programming

Similar Papers 제목 키워드 기반

Scalable Neural-Probabilistic Answer Set Programming

2023-06-14 · Arseny Skryagin, Daniel Ochs, Devendra Singh Dhami, Kristian Kersting

The goal of combining the robustness of neural networks and the expressiveness of symbolic methods has rekindled the interest in Neuro-Symbolic AI. Deep Probabilistic Programming Languages (DPPLs) have been developed for…

Probabilistic ProgrammingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

On the Relationship Between Monotone and Squared Probabilistic Circuits

2024-08-01 · Benjie Wang, Guy Van Den Broeck

Probabilistic circuits are a unifying representation of functions as computation graphs of weighted sums and products. Their primary application is in probabilistic modeling, where circuits with non-negative weights (mon…

Building a reference lexicon for countability in English

2014-05-01 · LREC 2014 5 · Tibor Kiss, Francis Jeffry Pelletier, Tobias Stadtfeld

The present paper describes the construction of a resource to determine the lexical preference class of a large number of English noun-senses ({\$}{\textbackslash}approx{\$} 14,000) with respect to the distinction betwee…

On the Expressive Power of Tree-Structured Probabilistic Circuits

2024-10-07 · Lang Yin, Han Zhao

Probabilistic circuits (PCs) have emerged as a powerful framework to compactly represent probability distributions for efficient and exact probabilistic inference. It has been shown that PCs with a general directed acycl…

NeurASP: Embracing Neural Networks into Answer Set Programming

2023-07-15 · Zhun Yang, Adam Ishay, Joohyung Lee

We present NeurASP, a simple extension of answer set programs by embracing neural networks. By treating the neural network output as the probability distribution over atomic facts in answer set programs, NeurASP provides…