Data Science Principles for Interpretable and Explainable AI
Kris Sankaran
TL;DR
The paper addresses the challenge of making AI systems interpretable and trustworthy across domains by clarifying a precise vocabulary (glass-box vs explainability; global vs local explanations) and outlining principled evaluation. It provides a tutorial-style synthesis that spans intrinsically interpretable models (sparse logistic regression and decision trees) and post-hoc XAI methods (embedding visualization, integrated gradients, and concept bottleneck models), illustrated with a microbiome-inspired longitudinal simulation. Through a detailed application to the simulation, including both traditional interpretable baselines and modern deep learning approaches (transformers and GPT-2), the work demonstrates how representation choice, task formulation, and domain concepts influence interpretability-accuracy trade-offs and explanatory content. The discussion emphasizes open challenges, worthy directions for interactive, audience-aware design, and scalable evaluation frameworks, offering code and benchmarks to drive reproducible work in interpretable and explainable AI.
Abstract
Society's capacity for algorithmic problem-solving has never been greater. Artificial Intelligence is now applied across more domains than ever, a consequence of powerful abstractions, abundant data, and accessible software. As capabilities have expanded, so have risks, with models often deployed without fully understanding their potential impacts. Interpretable and interactive machine learning aims to make complex models more transparent and controllable, enhancing user agency. This review synthesizes key principles from the growing literature in this field. We first introduce precise vocabulary for discussing interpretability, like the distinction between glass box and explainable models. We then explore connections to classical statistical and design principles, like parsimony and the gulfs of interaction. Basic explainability techniques -- including learned embeddings, integrated gradients, and concept bottlenecks -- are illustrated with a simple case study. We also review criteria for objectively evaluating interpretability approaches. Throughout, we underscore the importance of considering audience goals when designing interactive data-driven systems. Finally, we outline open challenges and discuss the potential role of data science in addressing them. Code to reproduce all examples can be found at https://go.wisc.edu/3k1ewe.
