The Solvability of Interpretability Evaluation Metrics
Yilun Zhou, Julie Shah

TL;DR
This paper investigates the solvability of interpretability evaluation metrics, demonstrating that explanations optimized for these metrics can be efficiently found using beam search, revealing a duality in interpretability concepts.
Contribution
It introduces a beam search-based explainer for interpretability metrics, showing its effectiveness and discussing implications for interpretability evaluation.
Findings
Beam search effectively optimizes explanations for interpretability metrics.
The proposed explainer outperforms traditional explainers like LIME.
A duality between definition and evaluation in interpretability is identified.
Abstract
Feature attribution methods are popular for explaining neural network predictions, and they are often evaluated on metrics such as comprehensiveness and sufficiency. In this paper, we highlight an intriguing property of these metrics: their solvability. Concretely, we can define the problem of optimizing an explanation for a metric, which can be solved by beam search. This observation leads to the obvious yet unaddressed question: why do we use explainers (e.g., LIME) not based on solving the target metric, if the metric value represents explanation quality? We present a series of investigations showing strong performance of this beam search explainer and discuss its broader implication: a definition-evaluation duality of interpretability concepts. We implement the explainer and release the Python solvex package for models of text, image and tabular domains.
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
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning in Healthcare · Adversarial Robustness in Machine Learning
MethodsShapley Additive Explanations · Local Interpretable Model-Agnostic Explanations
