Pith. sign in

REVIEW 2 major objections 4 cited by

Global Aggregations of Local Explanations for Black Box models

T0 review · 2 major / 0 minor · reviewed 2026-05-25 · grok-4.3

Pith's one-line read Aggregations of local explanations yield reliable global insights into black-box models when chosen appropriately.

desk verdict GALE adds a handful of aggregation methods on top of LIME and claims they give more reliable global feature insights, but the abstract supplies almost no equations or experimental detail to check whether that holds. read the letter →

arxiv 1907.03039 v1 pith:VWEBJHNT submitted 2019-07-05 cs.IR cs.AIcs.LG

classification cs.IRcs.AIcs.LG
keywords black-boxmodelslocalexplanationsglobalLIMEmodelinterpretabilityfeatureimportanceaggregationsexplainableAI
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces Global Aggregations of Local Explanations (GALE) to turn local explanations into statements about a model's overall behavior. It demonstrates that different ways of combining local outputs produce different global pictures, and that LIME's standard global importance score fails to match the model's actual predictions across instances. The proposed aggregations more accurately track how individual features shift predictions and surface features that separate one outcome from another.

What carries the argument

Global Aggregations of Local Explanations (GALE), the process of combining multiple local explanations to derive global statements on feature influence.

What would settle it

A test that measures whether the ranked feature importances from a given aggregation match the actual change in model output when those features are systematically altered across a large held-out set of instances.

Watch

Extended reading notes

Core claim

Global Aggregations of Local Explanations (GALE) show that the choice of aggregation determines whether local explanations can be combined into trustworthy statements about how features affect the black-box model's predictions at scale; LIME's built-in global importance does not reliably represent this global behavior, while the new aggregations do and additionally identify distinguishing features.

Load-bearing premise

Local explanations such as those produced by LIME are faithful enough to the underlying black-box model that their aggregates accurately reflect global feature effects.

Editorial extensions

If this is right

  • Different aggregation choices produce measurably different global importance rankings.
  • LIME's global importance score does not reliably track the black-box model's overall decision process.
  • Aggregated explanations can surface features that distinguish between prediction classes.
  • Global model understanding becomes possible without building a single global surrogate model.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same aggregation logic could be applied to local explanations from methods other than LIME.
  • In regulated domains, these aggregations might support auditing by producing stable global feature lists that can be checked against domain knowledge.
  • Performance of the aggregations may vary with model type or data distribution, suggesting targeted validation on new domains.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 0 minor

Summary. The paper introduces Global Aggregations of Local Explanations (GALE) to derive global insights into black-box model behavior by aggregating local explanations (e.g., from LIME). It claims that the choice of aggregation matters, that LIME's global importance measure does not reliably represent the model's global behavior, and that the proposed aggregations better capture how features affect predictions and identify distinguishing features.

Significance. If the empirical claims hold, the work would be moderately significant for the XAI community: it directly tests whether local explanations can be aggregated into trustworthy global statements and supplies a concrete counter-example to LIME's global importance. The observation that aggregation choice is consequential is useful, but the absence of any equations, fidelity metrics, datasets, or statistical tests in the supplied text prevents evaluation of whether the superiority result is robust.

major comments (2)
  1. [Abstract] Abstract: the central claim that 'our proposed aggregations are better able to represent how features affect the model's predictions' is presented without any description of the aggregation operators, the fidelity metric used to compare them to LIME global importance, the datasets, or the statistical tests. This absence makes the superiority result impossible to verify and is load-bearing for the paper's main contribution.
  2. [Abstract] Abstract: the weakest assumption noted by the reader—that local explanations (LIME) are sufficiently faithful for aggregation to yield accurate global statements—is not addressed or tested in the provided text, leaving open whether any aggregation method can overcome unfaithful local explanations.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the feedback. We respond point-by-point to the major comments and indicate planned revisions to the manuscript.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central claim that 'our proposed aggregations are better able to represent how features affect the model's predictions' is presented without any description of the aggregation operators, the fidelity metric used to compare them to LIME global importance, the datasets, or the statistical tests. This absence makes the superiority result impossible to verify and is load-bearing for the paper's main contribution.

    Authors: The abstract is space-constrained, but the full manuscript defines the aggregation operators (including mean and median variants), specifies the fidelity metric used to compare against LIME global importance, lists the datasets, and reports the statistical tests. To make the central claim verifiable from the abstract itself, we will revise the abstract to include a concise description of the evaluation setup. revision: yes

  2. Referee: [Abstract] Abstract: the weakest assumption noted by the reader—that local explanations (LIME) are sufficiently faithful for aggregation to yield accurate global statements—is not addressed or tested in the provided text, leaving open whether any aggregation method can overcome unfaithful local explanations.

    Authors: The manuscript already states that whether local explanations reliably represent the black-box model remains an open question. Our contribution focuses on the effect of aggregation choice given local explanations from LIME. We agree that an explicit discussion of the faithfulness assumption would strengthen the paper and will add a dedicated paragraph in the discussion section addressing this limitation and its implications for the results. revision: yes

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity identified

full rationale

The abstract and available text present empirical claims about GALE aggregations outperforming LIME global importance without any equations, parameter-fitting steps, or derivation chain. No self-citations, ansatzes, or uniqueness theorems are invoked in the provided content. The comparison to LIME relies on external prior work (Ribeiro et al.) rather than self-referential reduction. Per hard rules, absence of quotable reductions to inputs by construction yields score 0; the paper's central claim remains independent of its own fitted values in the visible sections.

Assumptions & free parameters 0 free parameters · 1 assumptions · 0 invented entities

The approach rests on the domain assumption that local explanations remain faithful enough for aggregation; no free parameters or invented entities are mentioned in the abstract.

assumptions (1)
  • domain assumption Local explanations from methods such as LIME are faithful enough to the black-box model that their aggregation yields reliable global feature effects.
    This premise is required for any claim that the aggregated quantities represent the model's actual global behavior.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Global Aggregations of Local Explanations for Black Box models." pith.science (2026). https://pith.science/paper/VWEBJHNT

@misc{pith2026190703039,
  author       = {Pith},
  title        = {Pith review of: Global Aggregations of Local Explanations for Black Box models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VWEBJHNT}},
  note         = {Machine review of arXiv:1907.03039}
}
read the original abstract

The decision-making process of many state-of-the-art machine learning models is inherently inscrutable to the extent that it is impossible for a human to interpret the model directly: they are black box models. This has led to a call for research on explaining black box models, for which there are two main approaches. Global explanations that aim to explain a model's decision making process in general, and local explanations that aim to explain a single prediction. Since it remains challenging to establish fidelity to black box models in globally interpretable approximations, much attention is put on local explanations. However, whether local explanations are able to reliably represent the black box model and provide useful insights remains an open question. We present Global Aggregations of Local Explanations (GALE) with the objective to provide insights in a model's global decision making process. Overall, our results reveal that the choice of aggregation matters. We find that the global importance introduced by Local Interpretable Model-agnostic Explanations (LIME) does not reliably represent the model's global behavior. Our proposed aggregations are better able to represent how features affect the model's predictions, and to provide global insights by identifying distinguishing features.

Figures

Figures reproduced from arXiv: 1907.03039 by the authors.

Figure 1
Figure 1. Quantitative evaluation of GALE on the sentiment [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. Quantitative evaluation of GALE on the multiclass [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Top 10 features per class according to global LIME [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (1 more)
Figure 5
Figure 5. Figure 5: Top 10 features per class according to homogeneity [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Multi-criteria Rank-based Aggregation for Explainable AI

    cs.LG 2025-05 reject novelty 6.0 of 10

    A multi-criteria rank-based aggregation method that combines LIME, SHAP, and ANCHOR explanations, weighted by new rank-based complexity, faithfulness, and stability metrics, is proposed and tested on five datasets.

  2. ExplainReduce: Generating global explanations from many local explanations

    cs.LG 2025-02 conditional novelty 6.0 of 10

    ExplainReduce selects a small subset of local explanations that act as a global surrogate, matching the fidelity of the full explanation set on many problems.

  3. L2GTX: From Local to Global Time Series Explanations

    cs.LG 2026-03 reject novelty 5.0 of 10

    L2GTX aggregates local event-based explanations into class-wise summaries for time-series classifiers, but its evaluation metric does not actually test the quality of those summaries.

  4. Aggregating Local Saliency Maps for Semi-Global Explainable Image Classification

    cs.CV 2025-06 conditional novelty 4.0 of 10

    SATs aggregate local saliency maps over semantic segments to produce semi-global rankings of feature influence, exposing shortcut reliance even when out-of-distribution accuracy barely changes.

Reference graph

Works this paper leans on

21 extracted references · 21 canonical work pages · cited by 4 Pith papers

  1. [1]

    Sebastian Bach, Alexander Binder, Grégoire Montavon, Frederick Klauschen, Klaus-Robert Müller, and Wojciech Samek. 2015. On pixel-wise explanations for non-linear classifier decisions by layer-wise relevance propagation. PloS one 10, 7 (2015), e0130140

  2. [2]

    Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. 2014. Generative adversarial nets. In Advances in neural information processing systems . 2672–2680. SIGIR ’19, July 21–25, 2019, Paris, France Ilse van der Linden, Hinda Haned, and Evangelos Kanoulas sci_space rec_sport_basebal...

  3. [3]

    Klaus Greff, Rupesh K Srivastava, Jan Koutník, Bas R Steunebrink, and Jürgen Schmidhuber. 2017. LSTM: A search space odyssey. IEEE transactions on neural networks and learning systems 28, 10 (2017), 2222–2232

  4. [4]

    Riccardo Guidotti, Anna Monreale, Salvatore Ruggieri, Franco Turini, Fosca Giannotti, and Dino Pedreschi. 2018. A survey of methods for explaining black box models. ACM Computing Surveys (CSUR) 51, 5 (2018), 93

  5. [5]

    Dimitrios Kotzias, Misha Denil, Nando De Freitas, and Padhraic Smyth. 2015. From group to individual labels using deep features. In Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining . ACM, 597–606

  6. [6]

    Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. 2012. Imagenet classifica- tion with deep convolutional neural networks. In Advances in neural information processing systems. 1097–1105

  7. [7]

    Scott Lundberg and Su-In Lee. 2016. An unexpected unity among methods for interpreting model predictions. arXiv preprint arXiv:1611.07478 (2016)

  8. [8]

    Scott Lundberg and Su-In Lee. 2017. A unified approach to interpreting model predictions. In Advances in Neural Information Processing Systems . 4768–4777

Show all 21 references
  1. [9]

    Laurens van der Maaten and Geoffrey Hinton. 2008. Visualizing data using t-SNE. Journal of machine learning research 9, Nov (2008), 2579–2605

  2. [10]

    Brent Mittelstadt, Chris Russell, and Sandra Wachter. 2018. Explaining explana- tions in ai. arXiv preprint arXiv:1811.01439 (2018)

  3. [11]

    W James Murdoch, Chandan Singh, Karl Kumbier, Reza Abbasi-Asl, and Bin Yu

  4. [12]

    arXiv preprint arXiv:1901.04592 (2019)

    Interpretable machine learning: definitions, methods, and applications. arXiv preprint arXiv:1901.04592 (2019)

  5. [13]

    Bo Pang and Lillian Lee. 2008. Opinion mining and sentiment analysis. Founda- tions and Trends® in Information Retrieval 2, 1–2 (2008), 1–135

  6. [14]

    Jeffrey Pennington, Richard Socher, and Christopher D Manning. 2018. Glove: Global vectors for word representation. 2014. Proceedings of the Empiricial Methods in Natural Language Processing (EMNLP 2014) (2018)

  7. [15]

    Marco Tulio Ribeiro, Sameer Singh, and Carlos Guestrin. 2016. Model-agnostic interpretability of machine learning. arXiv preprint arXiv:1606.05386 (2016)

  8. [16]

    Marco Tulio Ribeiro, Sameer Singh, and Carlos Guestrin. 2016. Why should i trust you?: Explaining the predictions of any classifier. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining . ACM, 1135–1144

  9. [17]

    Wojciech Samek, Alexander Binder, Grégoire Montavon, Sebastian Lapuschkin, and Klaus-Robert Müller. 2017. Evaluating the visualization of what a deep neural network has learned. IEEE transactions on neural networks and learning systems 28, 11 (2017), 2660–2673

  10. [18]

    Andrew D Selbst and Julia Powles. 2017. Meaningful information and the right to explanation. International Data Privacy Law 7, 4 (2017), 233–242

  11. [19]

    Avanti Shrikumar, Peyton Greenside, and Anshul Kundaje. 2017. Learning im- portant features through propagating activation differences. In Proceedings of the 34th International Conference on Machine Learning-Volume 70 . JMLR. org, 3145–3153

  12. [20]

    Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov. 2014. Dropout: a simple way to prevent neural networks from overfitting. The Journal of Machine Learning Research 15, 1 (2014), 1929–1958

  13. [21]

    Maartje ter Hoeve, Anne Schuth, Daan Odijk, and Maarten de Rijke. 2018. Faithfully explaining rankings in a news recommender system. arXiv preprint arXiv:1805.05447 (2018)

Pith tools

Reviewed May 25, 2026 · model on record in the stance chip above.