Interactive Data Exploration with Smart Drill-Down
Manas Joglekar, Hector Garcia-Molina, Aditya Parameswaran

TL;DR
This paper introduces smart drill-down, an interactive operator for exploring relational tables by discovering and summarizing interesting groups of data through rules, with algorithms for efficient approximation and sampling.
Contribution
The paper proposes the smart drill-down operator, formulates the underlying optimization as NP-hard, and provides approximation algorithms and sampling methods for effective data exploration.
Findings
Algorithms effectively approximate optimal rule lists.
Sampling scheme enables efficient interaction with large tables.
Experiments demonstrate usefulness and performance of the approach.
Abstract
We present {\em smart drill-down}, an operator for interactively exploring a relational table to discover and summarize "interesting" groups of tuples. Each group of tuples is described by a {\em rule}. For instance, the rule tells us that there are a thousand tuples with value in the first column and in the second column (and any value in the third column). Smart drill-down presents an analyst with a list of rules that together describe interesting aspects of the table. The analyst can tailor the definition of interesting, and can interactively apply smart drill-down on an existing rule to explore that part of the table. We demonstrate that the underlying optimization problems are {\sc NP-Hard}, and describe an algorithm for finding the approximately optimal list of rules to display when the user uses a smart drill-down, and a dynamic sampling scheme 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 Mining Algorithms and Applications · Data Management and Algorithms · Advanced Database Systems and Queries
