Example-Driven Query Intent Discovery: Abductive Reasoning using Semantic Similarity
Anna Fariha, Alexandra Meliou

TL;DR
SQuID is a system that infers user query intent from examples by leveraging semantic similarity and abductive reasoning, enabling flexible and accurate query formulation in complex database settings.
Contribution
The paper introduces SQuID, an end-to-end system that formulates complex SQL queries from examples using probabilistic abduction and semantic properties, outperforming existing methods.
Findings
SQuID achieves real-time performance with abduction-ready databases.
It outperforms machine learning and state-of-the-art query reverse engineering methods.
Extensive evaluation demonstrates effectiveness on real-world datasets.
Abstract
Traditional relational data interfaces require precise structured queries over potentially complex schemas. These rigid data retrieval mechanisms pose hurdles for non-expert users, who typically lack language expertise and are unfamiliar with the details of the schema. Query by Example (QBE) methods offer an alternative mechanism: users provide examples of their intended query output and the QBE system needs to infer the intended query. However, these approaches focus on the structural similarity of the examples and ignore the richer context present in the data. As a result, they typically produce queries that are too general, and fail to capture the user's intent effectively. In this paper, we present SQuID, a system that performs semantic similarity-aware query intent discovery. Our work makes the following contributions: (1) We design an end-to-end system that automatically…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Data Management and Algorithms · Data Quality and Management
