UQE: A Query Engine for Unstructured Databases
Citations Over Time
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.
Related Papers
- → Query suggestions in the absence of query logs(2011)168 cited
- → When do people use query suggestion? A query suggestion log analysis(2013)41 cited
- → A survey of query log processing techniques and evaluation of web query intent identification(2013)9 cited
- → Log mining to support web query expansions(2009)6 cited
- → Query Recommendation Using Hybrid Query Relevance(2018)1 cited