MLLGMar 24, 2021

The Shapley Value of coalition of variables provides better explanations

arXiv:2103.13342v37 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses misinterpretations in model explanations for practitioners, but it is incremental as it builds on existing SV methods.

The paper tackles the problem of incorrect Shapley Value (SV) interpretations in machine learning models, particularly with categorical or low-importance variables, by introducing a coalitional version of SV and a Python library for reliable computation, showing improved accuracy in experiments.

While Shapley Values (SV) are one of the gold standard for interpreting machine learning models, we show that they are still poorly understood, in particular in the presence of categorical variables or of variables of low importance. For instance, we show that the popular practice that consists in summing the SV of dummy variables is false as it provides wrong estimates of all the SV in the model and implies spurious interpretations. Based on the identification of null and active coalitions, and a coalitional version of the SV, we provide a correct computation and inference of important variables. Moreover, a Python library (All the experiments and simulations can be reproduced with the publicly available library Active Coalition of Variables, https://www.github.com/salimamoukou/acv00) that computes reliably conditional expectations and SV for tree-based models, is implemented and compared with state-of-the-art algorithms on toy models and real data sets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes