vix.ing · top · new · best · stats · spec

GenSQL: A Probabilistic Programming System for Querying Generative Models of Database Tables

2024/06/20 by Mathieu Huot, Matin Ghavami, Alexander K. Lew +8 · 1 voice
Computer Science · #Advanced Database Systems and Queries #Data Management and Algorithms #Machine Learning and Data Classification #cs.PL

paper · pdf · doi:10.1145/3656409

openalex publication_date 2024/06/20 · arxiv published 2024/06/21 · arxiv updated 2024/06/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

This article presents GenSQL, a probabilistic programming system for querying probabilistic generative models of database tables. By augmenting SQL with only a few key primitives for querying probabilistic models, GenSQL enables complex Bayesian inference workflows to be concisely implemented. GenSQL’s query planner rests on a unified programmatic interface for interacting with probabilistic models of tabular data, which makes it possible to use models written in a variety of probabilistic programming languages that are tailored to specific workflows. Probabilistic models may be automatically learned via probabilistic program synthesis, hand-designed, or a combination of both. GenSQL is formalized using a novel type system and denotational semantics, which together enable us to establish proofs that precisely characterize its soundness guarantees. We evaluate our system on two case real-world studies—an anomaly detection in clinical trials and conditional synthetic data generation for a virtual wet lab—and show that GenSQL more accurately captures the complexity of the data as compared to common baselines. We also show that the declarative syntax in GenSQL is more concise and less error-prone as compared to several alternatives. Finally, GenSQL delivers a 1.7-6.8x speedup compared to its closest competitor on a representative benchmark set and runs in comparable time to hand-written code, in part due to its reusable optimizations and code specialization.

Citations

Discussions