Pith. sign in

REVIEW 2 cited by

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2407.09522 v2 pith:IYPA6CBA submitted 2024-06-23 cs.DB cs.AIcs.LGstat.ML

UQE: A Query Engine for Unstructured Databases

classification cs.DB cs.AIcs.LGstat.ML
keywords dataqueryunstructuredengineanalyticslanguageacrossaggregation
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Analytics on structured data is a mature field with many successful methods. However, most real world data exists in unstructured form, such as images and conversations. We investigate the potential of Large Language Models (LLMs) to enable unstructured data analytics. In particular, we propose a new Universal Query Engine (UQE) that directly interrogates and draws insights from unstructured data collections. This engine accepts queries in a Universal Query Language (UQL), a dialect of SQL that provides full natural language flexibility in specifying conditions and operators. The new engine leverages the ability of LLMs to conduct analysis of unstructured data, while also allowing us to exploit advances in sampling and optimization techniques to achieve efficient and accurate query execution. In addition, we borrow techniques from classical compiler theory to better orchestrate the workflow between sampling methods and foundation model calls. We demonstrate the efficiency of UQE on data analytics across different modalities, including images, dialogs and reviews, across a range of useful query types, including conditional aggregation, semantic retrieval and abstraction aggregation.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Bridge the Last-Mile Gap to Semantic Analytics: Compiling Natural-Language Queries into Semantic Operator Pipelines

    cs.DB 2026-06 unverdicted novelty 6.0

    NL2Pipe compiles natural-language queries into executable semantic operator pipelines via a three-phase process of entity linking, backend-agnostic planning, and code generation.

  2. A Query Engine for the Agents

    cs.AI 2026-05 unverdicted novelty 5.0

    Hyperparam supplies under-70KB JS libraries (Hyparquet, Squirreling, Icebird) for async-native SQL over Parquet/Iceberg with per-cell LLM UDFs, claiming 300x speedup versus DuckDB-WASM on filter queries and two-thirds...