PLAILGCOJul 14, 2019

Bayesian Synthesis of Probabilistic Programs for Automatic Data Modeling

arXiv:1907.06249v174 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of automating data modeling for analysts, though it appears incremental as it builds on existing probabilistic programming frameworks.

The paper tackles the problem of automatically constructing probabilistic programs for data analysis by using Bayesian inference to synthesize programs from observed data, and shows that the techniques can accurately infer qualitative structure in real-world data sets and outperform standard methods in forecasting and predicting new data.

We present new techniques for automatically constructing probabilistic programs for data analysis, interpretation, and prediction. These techniques work with probabilistic domain-specific data modeling languages that capture key properties of a broad class of data generating processes, using Bayesian inference to synthesize probabilistic programs in these modeling languages given observed data. We provide a precise formulation of Bayesian synthesis for automatic data modeling that identifies sufficient conditions for the resulting synthesis procedure to be sound. We also derive a general class of synthesis algorithms for domain-specific languages specified by probabilistic context-free grammars and establish the soundness of our approach for these languages. We apply the techniques to automatically synthesize probabilistic programs for time series data and multivariate tabular data. We show how to analyze the structure of the synthesized programs to compute, for key qualitative properties of interest, the probability that the underlying data generating process exhibits each of these properties. Second, we translate probabilistic programs in the domain-specific language into probabilistic programs in Venture, a general-purpose probabilistic programming system. The translated Venture programs are then executed to obtain predictions of new time series data and new multivariate data records. Experimental results show that our techniques can accurately infer qualitative structure in multiple real-world data sets and outperform standard data analysis methods in forecasting and predicting new data.

Foundations

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

Your Notes