paper-with-me

Papers

Declarative Statistical Modeling with Datalog

2014-12-06 · Vince Barany, Balder ten Cate, Benny Kimelfeld, Dan Olteanu, Zografoula Vagena

Formalisms for specifying statistical models, such as probabilistic-programming languages, typically consist of two components: a specification of a stochastic process (the prior), and a specification of observations that restrict the probability space to a conditional subspace (the posterior). Use cases of such formalisms include the development of algorithms in machine learning and artificial intelligence. We propose and investigate a declarative framework for specifying statistical models on top of a database, through an appropriate extension of Datalog. By virtue of extending Datalog, our framework offers a natural integration with the database, and has a robust declarative semantics. Our Datalog extension provides convenient mechanisms to include numerical probability functions; in particular, conclusions of rules may contain values drawn from such functions. The semantics of a program is a probability distribution over the possible outcomes of the input database with respect to the program; these outcomes are minimal solutions with respect to a related program with existentially quantified variables in conclusions. Observations are naturally incorporated by means of integrity constraints over the extensional and intensional relations. We focus on programs that use discrete numerical distributions, but even then the space of possible outcomes may be uncountable (as a solution can be infinite). We define a probability measure over possible outcomes by applying the known concept of cylinder sets to a probabilistic chase procedure. We show that the resulting semantics is robust under different chases. We also identify conditions guaranteeing that all possible outcomes are finite (and then the probability space is discrete). We argue that the framework we propose retains the purely declarative nature of Datalog, and allows for natural specifications of statistical models.

📄 PDF Abstract BibTeX arXiv:1412.2221

Code (0)

등록된 구현이 없습니다.

Tasks

Probabilistic Programming

Similar Papers 제목 키워드 기반

Foundations of Declarative Data Analysis Using Limit Datalog Programs

2017-05-19 · Mark Kaminski, Bernardo Cuenca Grau, Egor V. Kostylev, Boris Motik 외

Motivated by applications in declarative data analysis, we study $\mathit{Datalog}_{\mathbb{Z}}$---an extension of positive Datalog with arithmetic functions over integers. This language is known to be undecidable, so we…

Nemo: First Glimpse of a New Rule Engine

2023-08-30 · Alex Ivliev, Stefan Ellmauthaler, Lukas Gerlach, Maximilian Marx 외

This system demonstration presents Nemo, a new logic programming engine with a focus on reliability and performance. Nemo is built for data-centric analytic computations, modelled in a fully declarative Datalog dialect. …

Knowledge Graphs

Enforcing Relational Matching Dependencies with Datalog for Entity Resolution

2016-11-21 · Zeinab Bahmani, Leopoldo Bertossi

Entity resolution (ER) is about identifying and merging records in a database that represent the same real-world entity. Matching dependencies (MDs) have been introduced and investigated as declarative rules that specify…

Entity Resolution

kLog: A Language for Logical and Relational Learning with Kernels

2012-05-17 · Paolo Frasconi, Fabrizio Costa, Luc De Raedt, Kurt De Grave

We introduce kLog, a novel approach to statistical relational learning. Unlike standard approaches, kLog does not represent a probability distribution directly. It is rather a language to perform kernel-based learning on…

General ClassificationInductive logic programmingRelational Reasoning

ERBlox: Combining Matching Dependencies with Machine Learning for Entity Resolution

2015-08-25 · Zeinab Bahmani, Leopoldo Bertossi, Nikolaos Vasiloglou

Entity resolution (ER), an important and common data cleaning problem, is about detecting data duplicate representations for the same external entities, and merging them into single representations. Relatively recently, …

AttributeBIG-bench Machine LearningBlockingEntity Resolution