Mining Precision Interfaces From Query Logs
Qianrui Zhang, Haoci Zhang, Thibault Sellam, Eugene Wu

TL;DR
This paper introduces Precision Interfaces, a syntactic method to automatically generate tailored data analysis interfaces from query logs, reducing manual effort and enabling quick, custom widget creation for end-user analysis tools.
Contribution
It presents a novel syntactic approach to automatically generate precise data analysis interfaces from query logs, improving efficiency and customization.
Findings
Effective interface generation from logs of up to 10,000 queries
Interfaces support simple unanticipated analysis tasks
Generation time under 10 seconds
Abstract
Interactive tools make data analysis more efficient and more accessible to end-users by hiding the underlying query complexity and exposing interactive widgets for the parts of the query that matter to the analysis. However, creating custom tailored (i.e., precise) interfaces is very costly, and automated approaches are desirable. We propose a syntactic approach that uses queries from an analysis to generate a tailored interface. We model interface widgets as functions I(q) -> q' that modify the current analysis query , and interfaces as the set of queries that its widgets can express. Our system, Precision Interfaces, analyzes structural changes between input queries from an analysis, and generates an output interface with widgets to express those changes. Our experiments on the Sloan Digital Sky Survey query log suggest that Precision Interfaces can generate useful interfaces for…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Data Mining Algorithms and Applications · Advanced Database Systems and Queries
