A survey and benchmark that classifies Shapley value applications in data analytics, decomposes solution techniques, and validates them through the open-source SVBench framework.
Tab-Shapley: Identifying Top-k Tabular Data Quality Insights
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We present an unsupervised method for aggregating anomalies in tabular datasets by identifying the top-k tabular data quality insights. Each insight consists of a set of anomalous attributes and the corresponding subsets of records that serve as evidence to the user. The process of identifying these insight blocks is challenging due to (i) the absence of labeled anomalies, (ii) the exponential size of the subset search space, and (iii) the complex dependencies among attributes, which obscure the true sources of anomalies. Simple frequency-based methods fail to capture these dependencies, leading to inaccurate results. To address this, we introduce Tab-Shapley, a cooperative game theory based framework that uses Shapley values to quantify the contribution of each attribute to the data's anomalous nature. While calculating Shapley values typically requires exponential time, we show that our game admits a closed-form solution, making the computation efficient. We validate the effectiveness of our approach through empirical analysis on real-world tabular datasets with ground-truth anomaly labels.
citation-role summary
citation-polarity summary
fields
cs.DB 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
A Comprehensive Study of Shapley Value in Data Analytics
A survey and benchmark that classifies Shapley value applications in data analytics, decomposes solution techniques, and validates them through the open-source SVBench framework.