REVIEW 5 major objections 5 minor 23 references
The paper's central claim is that explainability can be distilled into a single multidimensional score, and that an offline knowledge base can predict that score for new datasets and models.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 02:26 UTC pith:OIY6EA43
load-bearing objection A clear-eyed outline for an explainability score, but the one quantitative result it reports is an artifact of SHAP's local accuracy, and the promised unified score is never actually computed. the 5 major comments →
Towards a Unified Multidimensional Explainability Metric: Evaluating Trustworthiness in AI Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On its own terms, the paper claims that an explainability score can be computed as a weighted sum of measurable components—fidelity, stability, simplicity, coverage, user satisfaction, user trust, and user task performance—yielding one number that characterizes the overall performance of an XAI method. The second claim is that this score is context-dependent, so the paper aggregates benchmarking results and metadata into an offline knowledge base whose purpose is to predict explainability scores for new datasets and models. The experiments compare LIME and SHAP, finding SHAP fidelity near 1e-17 (nearly perfect reproduction of the model) and LIME stability at 0.56–1.0, which the paper reads a
What carries the argument
The load-bearing object is the explainability score formula, a weighted sum of fidelity, stability, simplicity, coverage, and user-perceived components, where the weights are to be set later by surveys. Fidelity is the normalized squared difference between the model's prediction and the explanation model's prediction; stability is the normalized change in explanation output under input perturbation; simplicity counts features or decision-tree nodes. The second load-bearing component is the offline knowledge base, which stores these scores alongside model and dataset metadata and is meant to estimate scores for unseen inputs. The paper also leaves the score in multidimensional form when aggre
Load-bearing premise
The quantitative conclusion that SHAP beats LIME on fidelity rests on treating the near-zero fidelity scores from the formula as meaningful evidence, even though SHAP reproduces the model's prediction by construction, making those scores a mathematical identity rather than a measured result.
What would settle it
A single decisive check: implement an intentionally vacuous explainer that outputs the original model's prediction for every sample; the fidelity formula will give it the same near-zero score as SHAP. If the framework's fidelity component cannot distinguish a vacuous explainer from SHAP, then the fidelity measure—and the headline comparison built on it—does not measure explanation quality.
If this is right
- If the score is valid, organizations can choose an XAI method by a single number, making comparison between LIME and SHAP (or future methods) routine.
- Explainability evaluation becomes less dependent on human raters for the quantitative components, though user-perceived weights remain.
- The knowledge base would let teams estimate explainability for a new dataset without recomputing expensive experiments, lowering the cost of XAI validation.
- Trade-offs become explicit and searchable: this paper's data shows SHAP ahead on fidelity, LIME ahead on stability, so practitioners could filter by context.
- Regulated use cases gain a numeric artifact—an explainability grade—that can be reported alongside model accuracy.
Where Pith is reading between the lines
- Inference: the near-zero SHAP fidelity scores follow from SHAP's defining property of reproducing the model prediction locally, so the fidelity formula makes SHAP look perfect by construction; the same score would reward any explainer that simply copies the model's output.
- Inference: a testable extension is to evaluate whether metadata-only prediction transfers—e.g., train the knowledge base on the three used datasets, then predict scores for a held-out tabular dataset and compare against true benchmarks; the paper's evidence for transfer is limited to three small datasets.
- Inference: adding a 'random but prediction-reproducing' baseline to the benchmark would clarify whether fidelity measures explanation quality or just mathematical mimicry.
- Inference: the multidimensional (non-aggregated) form is arguably the more defensible contribution, since aggregating with unset weights cannot yet be validated; future user surveys are what the credibility of the single score hinges on.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a unified multidimensional explainability score for XAI methods, combining fidelity, stability, simplicity, coverage, and human-centered metrics via a weighted sum. It reports benchmarking experiments with LIME and SHAP on Iris, Wine, and Breast Cancer datasets, presents component scores in Tables I and II, and outlines an offline knowledge base for estimating explainability of unseen models and datasets. The stated claims are that SHAP has near-perfect fidelity, LIME has higher stability, and the framework supports context-dependent XAI selection.
Significance. A validated unified explainability metric would be a valuable contribution to XAI evaluation, and the paper addresses an important problem. However, the presented support is not sufficient: the main numerical comparison is predetermined by SHAP's local-accuracy property, the stability metric is mis-defined, the unified score is never computed, and the knowledge base is only described. The manuscript has a clear structure and identifies relevant literature, but it does not establish the proposed framework.
major comments (5)
- [Eq. (1), Tables I–II, Section V] The SHAP fidelity values (7.29e-18, 1.27e-17, 1.23e-17) are not measured results: for SHAP, with g(x_i) taken as the additive SHAP model, the local-accuracy property gives g(x_i)=f(x_i) by construction. Substituting into Eq. (1) forces the numerator to zero up to floating-point error. Therefore the Section V conclusion that 'SHAP generally outperforms LIME in terms of fidelity' is a mathematical identity of SHAP's definition, not an empirical finding, and cannot support a comparative explainability metric.
- [Eq. (2), Section V] Eq. (2) defines stability as the normalized L2 distance between g(x_i) and g(x_i'). This is always nonnegative, yet the Section V range bullet states 'Stability: Range: [-1, 1]'. Moreover the equation measures the change in the explanation model's predicted value, not the change in the explanation itself. For a stability metric one would compare the explanation outputs (e.g., attribution vectors) under perturbation. As defined, the reported stability values are difficult to interpret and do not support the trade-off claims about LIME versus SHAP.
- [Section III-B (Explainability score)] The paper's headline deliverable is 'a single score to characterize the overall performance of the XAI method' (Section I-B). However, the weighted-sum score is never computed: the text states the weights 'will not be defined' and 'will be defined via surveys and questionnaires' in future work. Tables I and II report only components. Thus the central claim of a unified multidimensional explainability score is not demonstrated.
- [Abstract and Section IV] The offline knowledge base and the estimation of explainability scores for unseen datasets and models are described as goals, but no such knowledge base is constructed and no estimation experiment is performed. The paper contains no metadata analysis, rule learning, or validation against held-out datasets or models. The contribution in its current scope is a proposal, not a working framework.
- [Eq. (3), Tables I–II] Simplicity is defined by Eq. (3) as an average ratio of number of nodes to maximum nodes, yet Tables I and II report simplicity values 4, 13, 30 (and 28.31 for SHAP on dataset 3), which look like feature counts. The units are inconsistent with the definition, and the non-integer SHAP value is unexplained. Without a consistent component calculation, the comparison of simplicity between methods is not meaningful.
minor comments (5)
- [Section II-B] Typo: 'off-the-self' should be 'off-the-shelf'; Section V: 'lets start' should be 'let's start'; Acknowledgments: 'Europeans Union's' should be 'European Union's'.
- [Tables I and II] The tables use 'Dataset 1/2/3' but do not map to Iris, Wine, and Breast Cancer datasets in the captions or surrounding text.
- [Section IV] The experimental setup is underspecified: no training/test split, model hyperparameters, random seeds, or perturbation procedure for Eq. (2) is described, which prevents reproduction.
- [Section III-A1] Eq. (1) uses f(x_i) and g(x_i) without specifying whether these are logits, probability vectors, or predicted class labels. The definition affects the meaning of fidelity.
- [References] Several references are incomplete: [11] lacks venue/year details, [21] lists only '2023' with no venue, and the author name 'Jonh Soldatos' appears misspelled in the author list.
Circularity Check
SHAP's near-zero fidelity is a tautology: Eq. (1) combined with SHAP's defining local-accuracy property forces g(x_i)=f(x_i), so the headline comparison is predetermined by construction.
specific steps
-
self definitional
[Eq. (1) in Section III-A1; SHAP definition in Section II-A1; interpretation in Section V (Tables I-II).]
"Fidelity measures the extent to which the explanation model accurately reflects the behavior of the underlying model... where ... f(x_i) is the prediction of the original model for sample i, and g(x_i) is the prediction of the explanation model for the same sample. ... SHAP values are based on game theory and provide a unified measure of feature importance for individual predictions, fairly distributing the prediction output among input features. ... the fidelity scores for SHAP are extremely close to zero (on the order of 1e-17), indicating that SHAP provides a nearly perfect fit with the glo"
Eq. (1) defines fidelity as the normalized distance between the model prediction f(x_i) and the explanation-model prediction g(x_i). For SHAP, the explanation model is the additive SHAP model, whose defining local-accuracy property (the 'fairly distributing the prediction output among input features' property, from the cited Lundberg & Lee work) enforces g(x_i) = f(x_i) up to floating-point error. Plugging this identity into Eq. (1) forces every summand to zero, so Table II's ~1e-17 fidelity scores are not measured outcomes but mathematical identities. Hence 'SHAP generally outperforms LIME in terms of fidelity' is a consequence of SHAP's definition, not an empirical benchmark result. This makes the fidelity component of the proposed metric unable to compare SHAP with any explanation that
full rationale
The paper's only quantitative comparison is the SHAP-vs-LIME fidelity result, and that result is circular: fidelity is defined in Eq. (1) as the distance between f(x_i) and the explanation model g(x_i), while SHAP's defining property guarantees g(x_i)=f(x_i) on every instance. The near-zero entries in Table II therefore follow by construction, not from benchmarking. The simplicity and stability measurements are not circular, and no self-citation is load-bearing for them; but they do not rescue the headline fidelity claim or the proposed unified metric, which is never actually assembled (weights are deferred to future surveys, and the knowledge base is not built). The central 'SHAP outperforms LIME in fidelity' conclusion is thus forced by definition, warranting a score of 8 rather than a lower partial-circularity score.
Axiom & Free-Parameter Ledger
free parameters (3)
- Weights w1..w7 in the explainability score =
undefined
- Perturbation scale for stability x'_i =
unspecified
- Maximum number of nodes in simplicity denominator =
unspecified
axioms (4)
- ad hoc to paper Eq. (1), the normalized L2 difference between model and explanation predictions, measures fidelity.
- ad hoc to paper Eq. (2), the normalized L2 difference between explanations on original and perturbed samples, measures stability.
- ad hoc to paper SHAP's additive explanation model g(x_i) may be used as the explanation model in Eq. (1).
- domain assumption Three small tabular UCI datasets are representative of diverse data types including image data.
invented entities (3)
-
Unified multidimensional explainability score
no independent evidence
-
Offline knowledge base for explainability estimation
no independent evidence
-
Social performance score from human experts
no independent evidence
Cite this review
Pith. "Pith review of Towards a Unified Multidimensional Explainability Metric: Evaluating Trustworthiness in AI Models." pith.science (2026). https://pith.science/paper/OIY6EA43
@misc{pith2026260714315,
author = {Pith},
title = {Pith review of: Towards a Unified Multidimensional Explainability Metric: Evaluating Trustworthiness in AI Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/OIY6EA43}},
note = {Machine review of arXiv:2607.14315}
}
read the original abstract
In this paper, we present a comprehensive framework for assessing the explainability of various XAI methods, such as LIME and SHAP, across multiple datasets and machine learning models, with the ultimate goal of creating a unified multidimensional explainability score. Our methodology focuses on three key aspects of explainability: fidelity, simplicity, and stability. We leverage benchmarking experiments to systematically evaluate these aspects and use the insights gained to construct an offline knowledge base. This knowledge base captures the explainability scores for each registered model and serves as a valuable resource for context-dependent evaluation of explainability. By analyzing the complementary characteristics and metadata of AI models, datasets, and XAI methods, the knowledge base will enable the estimation of explainability scores for previously unseen datasets and models. Properties like fidelity, simplicity, and stability may vary significantly based on the dataset, underlying model, and domain expertise of the end user. We demonstrate our framework by applying it to three open-source datasets, discussing the implications of the obtained results in relation to the characteristics of the datasets. Our work contributes to the growing field of XAI by providing a robust and versatile tool for evaluating and comparing the explainability of various XAI methods, ultimately supporting the development of more transparent and trustworthy AI systems.
Figures
Reference graph
Works this paper leans on
-
[1]
Predictive maintenance leverag- ing machine learning for time-series forecasting in the maritime industry,
G. Makridis, D. Kyriazis, and S. Plitsos, “Predictive maintenance leverag- ing machine learning for time-series forecasting in the maritime industry,” in2020 IEEE 23rd International Conference on Intelligent Transportation Systems (ITSC). IEEE, 2020, pp. 1–8
2020
-
[2]
Soldatos and D
J. Soldatos and D. Kyriazis,Trusted Artificial Intelligence in Manufac- turing: A Review of the Emerging Wave of Ethical and Human Centric AI Technologies for Smart Production. Now Publishers, 2021
2021
-
[3]
Explaining explanations: An overview of interpretability of machine learning,
L. H. Gilpin, D. Bau, B. Z. Yuan, A. Bajwa, M. Specter, and L. Kagal, “Explaining explanations: An overview of interpretability of machine learning,” in2018 IEEE 5th International Conference on data science and advanced analytics (DSAA). IEEE, 2018, pp. 80–89
2018
-
[4]
A survey of methods for explaining black box models,
R. Guidotti, A. Monreale, S. Ruggieri, F. Turini, F. Giannotti, and D. Pedreschi, “A survey of methods for explaining black box models,” ACM computing surveys (CSUR), vol. 51, no. 5, pp. 1–42, 2018
2018
-
[5]
Explainable artificial intelligence (xai): Concepts, taxonomies, opportu- nities and challenges toward responsible ai,
A. B. Arrieta, N. D ´ıaz-Rodr´ıguez, J. Del Ser, A. Bennetot, S. Tabik, A. Barbado, S. Garc ´ıa, S. Gil-L ´opez, D. Molina, R. Benjaminset al., “Explainable artificial intelligence (xai): Concepts, taxonomies, opportu- nities and challenges toward responsible ai,”Information fusion, vol. 58, pp. 82–115, 2020
2020
-
[6]
Towards a rigorous science of interpretable machine learning,
F. Doshi-Velez and B. Kim, “Towards a rigorous science of interpretable machine learning,”arXiv preprint arXiv:1702.08608, 2017
Pith/arXiv arXiv 2017
-
[7]
An evaluation of the human-interpretability of expla- nation,
I. Lage, E. Chen, J. He, M. Narayanan, B. Kim, S. Gershman, and F. Doshi-Velez, “An evaluation of the human-interpretability of expla- nation,”arXiv preprint arXiv:1902.00006, 2019
Pith/arXiv arXiv 1902
-
[8]
” why should i trust you?
M. T. Ribeiro, S. Singh, and C. Guestrin, “” why should i trust you?” explaining the predictions of any classifier,” inProceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining, 2016, pp. 1135–1144
2016
-
[9]
A unified approach to interpreting model predictions,
S. Lundberg and S.-I. Lee, “A unified approach to interpreting model predictions,”arXiv preprint arXiv:1705.07874, 2017
Pith/arXiv arXiv 2017
-
[10]
M. Narayanan, E. Chen, J. He, B. Kim, S. Gershman, and F. Doshi- Velez, “How do humans understand explanations from machine learning systems? an evaluation of the human-interpretability of explanation,” arXiv preprint arXiv:1802.00682, 2018
Pith/arXiv arXiv 2018
-
[11]
Quantifying interpretability of arbitrary machine learning models through functional decomposition,
C. Molnar, G. Casalicchio, and B. Bischl, “Quantifying interpretability of arbitrary machine learning models through functional decomposition,” 1904
1904
-
[12]
A deep learning approach using natural language processing and time-series forecasting towards enhanced food safety,
G. Makridis, P. Mavrepis, and D. Kyriazis, “A deep learning approach using natural language processing and time-series forecasting towards enhanced food safety,”Machine Learning, vol. 112, no. 4, pp. 1287– 1313, 2023
2023
-
[13]
Deep learning enhancing banking services: a hybrid transaction classification and cash flow prediction approach,
D. Kotios, G. Makridis, G. Fatouros, and D. Kyriazis, “Deep learning enhancing banking services: a hybrid transaction classification and cash flow prediction approach,”Journal of big Data, vol. 9, no. 1, p. 100, 2022
2022
-
[14]
Deepvar: a framework for portfolio risk assessment leverag- ing probabilistic deep neural networks,
G. Fatouros, G. Makridis, D. Kotios, J. Soldatos, M. Filippakis, and D. Kyriazis, “Deepvar: a framework for portfolio risk assessment leverag- ing probabilistic deep neural networks,”Digital Finance, pp. 1–28, 2022
2022
-
[15]
Anchors: High-precision model-agnostic explanations,
M. T. Ribeiro, S. Singh, and C. Guestrin, “Anchors: High-precision model-agnostic explanations,” inProceedings of the AAAI conference on artificial intelligence, vol. 32, no. 1, 2018
2018
-
[16]
Induction of decision trees,
J. R. Quinlan, “Induction of decision trees,”Machine learning, vol. 1, pp. 81–106, 1986
1986
-
[17]
Very deep convolutional networks for large-scale image recognition,
K. Simonyan and A. Zisserman, “Very deep convolutional networks for large-scale image recognition,”arXiv preprint arXiv:1409.1556, 2014
Pith/arXiv arXiv 2014
-
[18]
Random forests,
L. Breiman, “Random forests,”Machine learning, vol. 45, pp. 5–32, 2001
2001
-
[19]
A human-centered evaluation of a deep learning system deployed in clinics for the detection of diabetic retinopathy,
E. Beede, E. Baylor, F. Hersch, A. Iurchenko, L. Wilcox, P. Ruamvi- boonsuk, and L. M. Vardoulakis, “A human-centered evaluation of a deep learning system deployed in clinics for the detection of diabetic retinopathy,” inProceedings of the 2020 CHI conference on human factors in computing systems, 2020, pp. 1–12
2020
-
[20]
Evaluating explanations: How much do explanations from the teacher aid students?
D. Pruthi, R. Bansal, B. Dhingra, L. B. Soares, M. Collins, Z. C. Lipton, G. Neubig, and W. W. Cohen, “Evaluating explanations: How much do explanations from the teacher aid students?”Transactions of the Association for Computational Linguistics, vol. 10, pp. 359–375, 2022
2022
-
[21]
Measures for explainable ai: Explanation goodness, user satisfaction, mental models, curiosity, trust, and human-ai performance,
J. Litman, “Measures for explainable ai: Explanation goodness, user satisfaction, mental models, curiosity, trust, and human-ai performance,” 2023
2023
-
[22]
Manipulating and measuring model interpretability,
F. Poursabzi-Sangdeh, D. G. Goldstein, J. M. Hofman, J. W. Wort- man Vaughan, and H. Wallach, “Manipulating and measuring model interpretability,” inProceedings of the 2021 CHI conference on human factors in computing systems, 2021, pp. 1–52
2021
-
[23]
Interactive machine learning: experimental evidence for the human in the algorithmic loop: A case study on ant colony optimization,
A. Holzinger, M. Plass, M. Kickmeier-Rust, K. Holzinger, G. C. Cris ¸an, C.-M. Pintea, and V . Palade, “Interactive machine learning: experimental evidence for the human in the algorithmic loop: A case study on ant colony optimization,”Applied Intelligence, vol. 49, pp. 2401–2414, 2019
2019
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.