LGApr 1, 2025

CFIRE: A General Method for Combining Local Explanations

arXiv:2504.00930v11 citationsh-index: 4xAI
Originality Incremental advance
AI Analysis

This addresses the need for faithful and complete global explanations in XAI, particularly for tabular data, though it is incremental as it builds on existing local explainers and mining techniques.

The paper tackles the problem of generating global decision rules from local explanations for tabular data, proposing a method that combines XAI with closed frequent itemset mining to achieve high precision, F1-score, and runtime efficiency across 700 black-box models on 14 datasets.

We propose a novel eXplainable AI algorithm to compute faithful, easy-to-understand, and complete global decision rules from local explanations for tabular data by combining XAI methods with closed frequent itemset mining. Our method can be used with any local explainer that indicates which dimensions are important for a given sample for a given black-box decision. This property allows our algorithm to choose among different local explainers, addressing the disagreement problem, \ie the observation that no single explanation method consistently outperforms others across models and datasets. Unlike usual experimental methodology, our evaluation also accounts for the Rashomon effect in model explainability. To this end, we demonstrate the robustness of our approach in finding suitable rules for nearly all of the 700 black-box models we considered across 14 benchmark datasets. The results also show that our method exhibits improved runtime, high precision and F1-score while generating compact and complete rules.

Foundations

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

Your Notes