Assessing Alignment and Stability of Feature Importance Explanations via Weight of Evidence
This paper introduces a novel framework that embeds Feature Importance Methods within a Weight of Evidence-based hypothesis-testing paradigm to provide a principled, evidence-driven evaluation of explanation alignment with prior knowledge and their stability across different reference hypotheses.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
In the world of artificial intelligence, a persistent tension exists between how fast machines learn and how well humans understand them. We have built systems capable of diagnosing diseases, predicting stock markets, and recognizing faces, yet the internal logic of these systems often remains a black box. To bridge this gap, scientists have developed tools called feature importance methods. These are like spotlights that shine on the specific pieces of information a computer used to make a decision, telling us which factors mattered most. However, knowing which factors were highlighted is not the same as knowing if the spotlight is pointing in the right direction. A method might consistently highlight the same features, but if those features are irrelevant to the actual problem, the explanation is misleading. The challenge, therefore, is not just to generate an explanation, but to verify its reliability and stability.
A team of researchers has approached this verification problem by treating the explanation itself as a testable idea. Instead of simply accepting a list of important features as a fact, they framed the explanation as a hypothesis—a claim about what drove the decision—and then used a statistical tool known as the weight of evidence to see how strongly the data supports that claim. This tool, borrowed from information theory, measures how much a piece of evidence shifts our belief in one direction versus another. In this context, the "evidence" is the behavior of the explanation tool itself when asked to analyze the same situation multiple times. By running the tool repeatedly, the researchers could observe whether it consistently pointed to the same features or if its answers drifted randomly. If the tool is stable and correct, the evidence should strongly support the hypothesis that the highlighted features are indeed the ones that matter.
The researchers applied this framework to two popular explanation tools, known as LIME and SHAP, testing them against different standards of truth. In one scenario, they compared the tools' answers against established human knowledge about the Titanic disaster, where historical records confirm that gender and passenger class were the deciding factors for survival. When the tools were asked to explain survival predictions, the researchers found that LIME produced perfect alignment in 27 out of 50 cases, while SHAP, despite being deterministic, showed a split: it aligned perfectly in 23 cases but completely failed to align in 27 others, pointing to features beyond the known critical factors. This revealed that even when a tool seems to work, it might fail in specific regions of the data, highlighting a disconnect between local explanations and global truths.
In another experiment, the team created a synthetic environment where they knew exactly which features were relevant and which were just noise. They trained a model on this data and then asked the explanation tools to identify the important factors. They discovered a counterintuitive pattern: when the data was slightly noisy, the tools sometimes appeared to align better with the true underlying facts than with the model's own internal logic. This suggested that the model itself had learned to rely on the noise, and the explanation tool was faithfully reporting that flawed behavior. The weight of evidence framework allowed them to pinpoint exactly where the pipeline broke down, distinguishing between errors in the data, errors in the model, and errors in the explanation tool.
Finally, the team tested the tools without any external reference, simply asking if the tools were consistent with themselves. They ran the tools many times on the same data and measured how often the list of important features remained the same. They found that when the tools produced very similar lists across different runs, the statistical weight of evidence became extremely high, effectively confirming the tool's stability. Conversely, when the lists changed wildly from one run to the next, the weight of evidence dropped, signaling that the explanation was unreliable. This confirmed a theoretical prediction that the stability of an explanation is directly linked to the strength of the evidence supporting it.
The study concludes that this statistical approach offers a new, rigorous way to evaluate how much trust we can place in artificial intelligence explanations. It does not just tell us what the computer thinks is important; it tells us how confident we should be in that answer. By quantifying the alignment between an explanation and known truths, or by measuring the internal consistency of the explanation itself, this method provides a clearer lens through which to view the reasoning of complex machines. The researchers suggest that this framework can be adapted to various situations, whether checking against expert knowledge, verifying against ground truth, or simply ensuring that a tool does not give a different answer every time it is asked the same question.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.