Pith. sign in

REVIEW 4 major objections 7 minor 43 references

Mixture-of-Experts Graph Transformers for Interpretable Particle Collision Detection

T0 review · 4 major / 7 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read The paper claims that a graph transformer whose feed-forward layers are swapped for a mixture-of-experts router can classify rare simulated supersymmetric events slightly better than a plain graph transformer, and that the resulting…

desk verdict Reasonable GT+MoE application to SUSY classification, but the accuracy gain over the plain graph transformer is within run-to-run fluctuation and the interpretability claims are not backed by faithfulness checks. read the letter →

arxiv 2501.03432 v3 pith:OF7NKJZ4 submitted 2025-01-06 cs.LG hep-ph

classification cs.LGhep-ph
keywords MixtureofExpertsGraphTransformerinterpretabilityattentionmapsexpertspecializationparticlecollisionclassificationSupersymmetrysearchhigh-energyphysics
topics Dark Matter
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 is trying to establish that a graph transformer can be made both accurate and transparent by replacing its ordinary feed-forward layers with a mixture-of-experts (MoE) block. On 800,000 simulated collision events for an ATLAS-style search for supersymmetric particles, the proposed model reaches 0.852 accuracy and 0.929 AUC, a small but consistent gain over the plain graph transformer's 0.849 accuracy and 0.928 AUC. The more consequential claim is interpretability: attention heads concentrate on b-jets and missing transverse energy, and expert subnetworks specialize by particle type, which the authors read as agreement with known physics. If that reading is right, the architecture offers a single model that both flags rare signals and exposes the physical variables behind each classification.

What carries the argument

The central object is the Mixture-of-Experts Graph Transformer (MGT), a graph transformer in which each feed-forward network is replaced by a mixture-of-experts layer with six experts and noisy top-2 gating. Multi-head scaled dot-product attention supplies per-node attention weights, and the routing network assigns each node to a sparse subset of experts; a load-balancing loss keeps the experts uniformly used while the attention maps and routing decisions serve as the interpretability channel. Laplacian positional encoding and two encoder layers complete the architecture, and the claims rest on the visual pattern of attention and expert activation across signal and background events.

What would settle it

A causal test would settle it: after training, randomize or zero out the attention weights assigned to the b-jet and missing-energy nodes, or force all nodes through one expert, and measure the drop in accuracy. If predictions barely change, the attention maps and routing specializations are not the features driving the decision, and the interpretability claim collapses.

Watch

Extended reading notes

Core claim

The central discovery, as the authors state it, is that the Mixture-of-Experts Graph Transformer (MGT) outperforms comparable baselines on the signal-versus-background task while giving interpretable access to its internal decision-making. Attention maps show the model first aggregating broad dependencies and then refining them, with focus on the b-jets, lepton, and missing-energy nodes; expert routing shows layer-1 experts sharply separating correlated particle groups (b1/b2, lepton/energy, jets) and layer-2 experts combining those features with more overlap. The authors interpret this as the model discovering the Higgs-decay origin of b-jets and the dark-matter/neutrino origin of missing energy, and they present the architecture itself, rather than a post-hoc explanation method, as the source of this transparency.

Load-bearing premise

The load-bearing premise is that attention weights and expert routing values faithfully reflect the features that drive the model's classification, so reading them as physical explanations is valid; the paper does not test this equivalence directly.

Editorial extensions

If this is right

  • If the claim holds, a single model can serve both as classifier and as explanation source, reducing the need for post-hoc explainers that the paper argues are fragile.
  • Attention maps and expert specializations can be inspected per event to check whether a particular classification relies on physically expected features such as b-jets, missing energy, and lepton kinematics.
  • The MoE sparsity gives the architecture a path to larger capacity: only k of n experts are computed per node, so interpretability and scaling are coupled rather than competing.
  • The reported gains over the plain graph transformer are small, so the practical value of the architecture lies in interpretability rather than in a large jump in accuracy.
  • The same built-in interpretability could support searches where analysts need to justify why a rare event was flagged, not just that it was flagged.

Reading between the lines

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

  • Editorial inference: if the attention and routing values are causal, they could be used as a discovery aid, scanning many events for unusual routing patterns to surface kinematic corners where the model sees something the analyst does not.
  • Editorial inference: the same architecture should transfer to other sparse-signal searches such as long-lived particles or exotic Higgs decays, where the test would be whether expert specializations reorganize around the new physics' distinctive final states.
  • Editorial inference: the interpretability claim is testable in a way the paper does not attempt: intervene on attention weights or routing probabilities after training and measure how predictions change, which would separate genuinely explanatory internals from correlated artifacts.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 7 minor

Summary. The paper proposes the Mixture-of-Experts Graph Transformer (MGT), which replaces the feed-forward blocks of a two-layer Graph Transformer with a sparsely-gated mixture of experts, and applies it to binary classification of simulated supersymmetric signal events versus Standard Model background from an ATLAS search. The authors report accuracy, precision, recall, F1, and AUC for MGT against GCN, MLP, and GT baselines (Table 2), and use attention maps and expert routing statistics to argue that the model's decisions align with known physics (Sections 4.1 and 4.2). The central claims are that MGT achieves superior predictive accuracy and provides intrinsic, physics-aligned interpretability.

Significance. If the interpretability claims were validated, the paper would offer a useful demonstration of a transparent deep-learning model for a realistic HEP classification task, and the public dataset link is a helpful resource. The architecture is described clearly, and the ablation study in the supplementary material gives useful practical guidance. However, the current evidence for the performance advantage and for the faithfulness of the attention/expert explanations is insufficient; the contribution is presently more of an application report than a demonstrated methodological advance.

major comments (4)
  1. [Section 3, Table 2] Table 2 reports MGT accuracy 0.852 ± 0.0005 versus GT accuracy 0.849 ± 0.0059, with overlapping standard deviations; the AUC values also overlap (0.929 ± 0.0039 vs 0.928 ± 0.0057). The text concludes that 'The MoE architecture outperforms the other models,' but no significance test (e.g., paired bootstrap or McNemar's test) is provided. The claim of superiority is not supported by the reported numbers and should be revised to 'competitive' or supported with a proper statistical comparison.
  2. [Section 4.1, Eq. (1)] Attention weights are presented as 'a guiding mechanism, directing how information is aggregated and propagated,' but Eq. (1) shows they are softmax coefficients on value vectors whose outputs are subsequently projected; high attention need not imply causal influence on the logit. The paper cites Refs [13,14] on the fragility of post-hoc explanations yet performs no equivalent sanity check (e.g., randomization of attention weights, comparison against a model without attention) on its own attention maps. The physical-alignment conclusions in Section 4.1 are therefore unsupported.
  3. [Section 4.2, Tables 3-4, Fig. 8] Expert specialization is quantified by counting which expert processes each node type, but the router is optimized for classification and load balancing, not for explanation. The load-balancing loss in S1 forces roughly uniform expert usage, so the observed 'specialization' could be a consequence of the loss and the fixed node ordering in the input rather than of meaningful physical roles. No quantitative test (e.g., comparing to random experts, or measuring routing stability across seeds) is provided, so the physical interpretations in Tables 3 and 4 are post-hoc narratives.
  4. [Section S2] The ablation study states that the number of experts, expert size, and routing choice 'have no measurable impact on the performance of the model.' This directly weakens the claim that the MoE component provides the performance advantage in Table 2; if these MoE hyperparameters do not change accuracy, the accuracy difference between MGT and GT cannot readily be attributed to the MoE mechanism. The authors should either demonstrate a statistically significant performance benefit or reframe the contribution as interpretability-only.
minor comments (7)
  1. [Section S3] The training details do not specify the train/validation/test split; please add the number of events used for each set.
  2. [Fig. 3 caption] The caption refers to '(c) for the EMissT' but the figure shows only (a) and (b); the caption should be corrected.
  3. [Section 5] The term 'Structural Attention Explanations (SAE)' is likely a misnomer; if sparse autoencoders are intended, please use the correct term or clarify the abbreviation.
  4. [Section 1.3] There is a typo 'Mod-els' in the text; please fix it.
  5. [Eq. (2)] The formula for MultiHead outputs uses Concat(head1,...,headH) but the head definitions are not explicitly written with superscript h; make the notation consistent.
  6. [Data Availability Statement] The dataset link is a CERNBox URL; consider providing a persistent identifier such as a DOI or Zenodo record to ensure long-term availability.
  7. [Table 5] For the MGT row, '2 Transformer Layers with Mixture of Experts Layer' is awkward; consider '2 layers, each with attention followed by MoE'.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity; the classification results are standard held-out evaluations and the interpretability analysis is an empirical sanity check, not a derivation from its own inputs.

full rationale

The paper contains no derivation that reduces a prediction to its inputs. The central quantitative result (Table 2) is obtained by training the proposed MGT on 800,000 simulated events and evaluating on a test split; no parameter is fitted to a subset and then reported as a prediction of a closely related quantity. The MGT architecture combines a standard Graph Transformer (Dwivedi & Bresson, Ref. [15]) with Shazeer-style noisy top-k MoE routing (Ref. [16]); these are external precedents and are not used to smuggle in the paper's conclusions. The interpretability section is an empirical description of averaged attention weights and router counts after training. The claim that these maps 'align with established physical principles' is a sanity check against physics expectations that also motivated the dataset node definitions; while this is a self-referential validation in a loose sense and lacks a faithfulness test, it is not a circular derivation because the attention values are not constructed from those physics labels, and the paper does not claim to derive the physics from the maps. The only self-citation (Ref. [12]) appears in related-work context and is not load-bearing. Hence no specific circular step can be exhibited under the required standard.

Assumptions & free parameters 8 free parameters · 4 assumptions · 0 invented entities

The central result is empirical, so the ledger lists the hyperparameters chosen by ablation and the domain assumptions about simulation fidelity, background completeness, balanced training, and the faithfulness of attention as explanation. The interpretability claim rests most heavily on the last assumption, which is asserted rather than validated.

free parameters (8)
  • hidden_size = 80
    Selected through ablation on a data subset in S2; larger values caused performance loss and run-to-run inconsistency.
  • num_attention_heads = 2
    Ablation found no impact on performance or specialization; chosen as part of the final configuration.
  • num_experts = 6
    Chosen because top-2 routing with 6 experts produced the sharpest specialization pattern in ablation.
  • top_k_routing = 2
    Chosen with 6 experts for sharp specialization; the authors report no measurable performance effect from k.
  • dropout_probability = 0
    Ablation shows lower dropout slightly improves accuracy; specialization is unaffected at full dataset scale.
  • num_layers = 2
    Ablation shows layers beyond the first give no noticeable accuracy gain; deeper layers show sharper specialization.
  • load_balancing_weight = 1
    Ablation: a value of zero destroys expert utilization, and values above one provide no improvement.
  • learning_rate_configuration = not specified
    Ablation says higher learning rate sharpens specialization but too high destabilizes training; the exact value is omitted from the text.
assumptions (4)
  • domain assumption Monte Carlo simulated events from the ATLAS publication faithfully represent detector response and physics for the considered processes.
    Section 2.1 describes the dataset as derived from ATLAS simulation; the paper relies on this to interpret model outputs as physics-aligned.
  • domain assumption Attention weights and expert routing values are faithful explanations of the model's decision process.
    Sections 4.1 and 4.2 interpret attention and routing as meaningful indicators of how the model classifies; this is not tested against any ground-truth explanation.
  • domain assumption Omitting SM backgrounds other than ttbar and single-top is acceptable for the classification benchmark.
    Section 2.1 states other backgrounds are excluded as more distinguishable and contributing under 20 percent of the total; this affects the difficulty of the task.
  • domain assumption Training on a balanced 50/50 signal and background dataset is a valid proxy for the rare-signal detection scenario.
    Section 2.1 states real signal is below 0.1 percent of background, yet S3 uses 400,000 signal and 400,000 background events; the reported accuracy and AUC depend on this balance.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Mixture-of-Experts Graph Transformers for Interpretable Particle Collision Detection." pith.science (2026). https://pith.science/paper/OF7NKJZ4

@misc{pith2026250103432,
  author       = {Pith},
  title        = {Pith review of: Mixture-of-Experts Graph Transformers for Interpretable Particle Collision Detection},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OF7NKJZ4}},
  note         = {Machine review of arXiv:2501.03432}
}
read the original abstract

The Large Hadron Collider at CERN produces immense volumes of complex data from high-energy particle collisions, demanding sophisticated analytical techniques for effective interpretation. Neural Networks, including Graph Neural Networks, have shown promise in tasks such as event classification and object identification by representing collisions as graphs. However, while Graph Neural Networks excel in predictive accuracy, their "black box" nature often limits their interpretability, making it difficult to trust their decision-making processes. In this paper, we propose a novel approach that combines a Graph Transformer model with Mixture-of-Expert layers to achieve high predictive performance while embedding interpretability into the architecture. By leveraging attention maps and expert specialization, the model offers insights into its internal decision-making, linking predictions to physics-informed features. We evaluate the model on simulated events from the ATLAS experiment, focusing on distinguishing rare Supersymmetric signal events from Standard Model background. Our results highlight that the model achieves competitive classification accuracy while providing interpretable outputs that align with known physics, demonstrating its potential as a robust and transparent tool for high-energy physics data analysis. This approach underscores the importance of explainability in machine learning methods applied to high energy physics, offering a path toward greater trust in AI-driven discoveries.

Figures

Figures reproduced from arXiv: 2501.03432 by the authors.

Figure 1
Figure 1. Overview of the proposed Transformer-based model architecture: the image illustrates an example of the [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. (a) Diagram of the SUSY signal process, showing chargino and neutralino decaying into W and Higgs [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Distributions of (a) pT of lepton and (c) for the EM iss T , comparing signal and the two main background processes. 5 [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Detailed illustration of the proposed architecture incorporating multi-head attention with an MoE block. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Attention maps for test set. 4.2 Analysis of Experts Specialization Unlike traditional neural network approaches that rely on a single monolithic network, MoE introduces a dynamic mechanism which can be helpful in processing and interpreting complex data. The key motiv…
Figure 6
Figure 6. Figure 6: Attention maps for correctly classified signals. [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: Attention maps for correctly classified background [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: Visualization of node specialization in the MoE architecture for layers 1 and 2. The bar charts show the [PITH_FULL_IMAGE:figures/full_fig_p010_8.png]
Figure 9
Figure 9. Figure 9: Expert specialization pattern with 4 total experts, top-2 routing, 2 layers [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]
Figure 10
Figure 10. Figure 10: Expert specialization pattern with 6 total experts , top-2 routing, 2 layers [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]
Figure 11
Figure 11. Figure 11: (a) Output score distribution for the GCN. Distributions of complex variables built from correlation of [PITH_FULL_IMAGE:figures/full_fig_p016_11.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

43 extracted references · 14 canonical work pages

  1. [1]

    The atlas experiment at the cern large hadron collider

    ATLAS Collaboration. The atlas experiment at the cern large hadron collider. Journal of Instrumentation, 3(8),

  2. [2]

    I. Bird. Computing for the large hadron collider. Annual Review of Nuclear and Particle Science , 61:99–118,

  3. [3]

    Software performance of the atlas track reconstruction for lhc run 3

    ATLAS Collaboration. Software performance of the atlas track reconstruction for lhc run 3. Computing and Software for Big Science, 8, 2024. https://doi.org/10.1007/s41781-023-00111-y

  4. [4]

    Guest, K

    D. Guest, K. Cranmer, and D. Whiteson. Deep learning and its application to lhc physics. An- nual Review of Nuclear and Particle Science , 68:161–181, 2018. https://doi.org/10.1146/ annurev-nucl-101917-021019

  5. [5]

    The LHCb Detector at the LHC

    ATLAS Collaboration. The LHCb Detector at the LHC. Journal of Instrumentation , 3(8), 2008. https: //doi.org/10.1088/1748-0221/3/08/S08005

  6. [6]

    Staszewski and J

    R. Staszewski and J. Chwastowski. Transport simulation and diffractive event reconstruction at the lhc. Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment, 609(2):136–141, 2009. https://doi.org/10.1016/j.nima.2009.08.023

  7. [7]

    Crochet and P

    P. Crochet and P. Braun-Munzinger. Investigation of background subtraction techniques for high mass dilep- ton physics. Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment , 484:564–572, 2002. https://doi.org/10.1016/S0168-9002(01) 02005-8

  8. [8]

    Thais, P

    S. Thais, P. Calafiura, G. Chachamis, G. DeZoort, J. Duarte, S. Ganguly, M. Kagan, D. Murnane, M. Neubauer, and K. Terao. Graph neural networks in particle physics: Implementations, innovations, and challenges, 2022. https://doi.org/10.48550/arXiv.2203.12852

Show all 43 references
  1. [9]

    P. E. Pope, S. Kolouri, M. Rostami, C. E. Martin, and H. Hoffmann. Explainability methods for graph convolu- tional neural networks. In IEEE Conference on Computer Vision and Pattern Recognition, pages 10772–10781,

  2. [10]

    D. Luo, W. Cheng, D. Xu, W. Yu, B. Zong, H. Chen, and X. Zhang. Parameterized explainer for graph neural network. In Proceedings of the 34th International Conference on Neural Information Processing Systems, 2020. https://doi.org/10.48550/arXiv.2011.04573

  3. [11]

    Z. Ying, D. Bourgeois, J. You, M. Zitnik, and J. Leskovec. Gnnexplainer: Generating explanations for graph neural networks. InProceedings of the 33rd International Conference on Neural Information Processing Systems, pages 9240–9251, 2019. https://doi.org/10.48550/arXiv.1903.0...

  4. [12]

    Verdone, A

    A. Verdone, A. Devoto, C. Sebastiani, J. Carmignani, M. D’Onofrio, S. Giagu, S. Scardapane, and M. Panella. Enhancing High-Energy Particle Physics Collision Analysis through Graph Data Attribution Techniques, 2024. https://doi.org/10.48550/arXiv.2407.14859

  5. [13]

    Ghorbani, A

    A. Ghorbani, A. Abid, and J. Y . Zou. Interpretation of neural networks is fragile. InProceedings of the 33rd AAAI Conference on Artificial Intelligence , pages 3681–3688, 2019. https://doi.org/10.1609/aaai.v33i01. 33013681

  6. [14]

    Adebayo, J

    J. Adebayo, J. Gilmer, M. Muelly, I. J. Goodfellow andM. Hardt, and B. Kim. Sanity checks for saliency maps. In Proceedings of the 32nd International Conference on Neural Information Processing Systems, pages 9525–9536,

  7. [15]

    A generalization of transformer networks to graphs

    Vijay Prakash Dwivedi and Xavier Bresson. A generalization of transformer networks to graphs. In AAAI’21 Workshop on Deep Learning on Graphs: Methods and Applications , 2021. https://doi.org/10.48550/ arXiv.2012.09699

  8. [16]

    Shazeer, A

    N. Shazeer, A. Mirhoseini, K. Maziarz, A. Davis, Q. V . Le, G. E. Hinton, and J. Dean. Outrageously large neural networks: The sparsely-gated mixture-of-experts layer. In Proceedings of the 5th International Conference on Learning Representations, 2017. https://doi.org/10.4855...

  9. [17]

    Search for direct production of electroweakinos in final states with one lepton, jets and missing transverse momentum in pp collisions at √s = 13 tev with the atlas detector

    ATLAS Collaboration. Search for direct production of electroweakinos in final states with one lepton, jets and missing transverse momentum in pp collisions at √s = 13 tev with the atlas detector. Journal of High Energy Physics, 2023, 2023. https://doi.org/10.1007/JHEP12(2023)167

  10. [18]

    Shlomi, P

    J. Shlomi, P. Battaglia, and J.-R. Vlimant. Graph neural networks in particle physics.Machine Learning: Science and Technology, 2, 2020. https://doi.org/10.1088/2632-2153/abbf9a

  11. [19]

    Duarte and J.-R

    J. Duarte and J.-R. Vlimant. Graph Neural Networks for Particle Tracking and Reconstruction, chapter 12, pages 387–436. World Scientific, 2020. https://doi.org/10.1142/9789811234033_0012

  12. [20]

    X. Ju, S. Farrell, P. Calafiura, D. Murnane, M. Prabhat, L. Gray, T. Klijnsma, G. Cerati K. Pedro, J. Kowalkowski, G. Perdue, P. Spentzouris, N. Tran, J.-R. Vlimant, A. Zlokapa, J. Pata, M. Spiropulu, S. An, A. Aurisano, and T. Usher. Graph neural networks for particle reconst...

  13. [21]

    DeZoort, P

    G. DeZoort, P. W. Battaglia, C. Biscarat, and J.-R. Vlimant. Graph neural networks at the large hadron collider. Nature Reviews Physics, 5(5):281–303, 2023. https://doi.org/10.1038/s42254-023-00569-0

  14. [22]

    Vaswani, N

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, L. Kaiser, and I. Polosukhin. Attention is all you need. In Proceedings of the 31st International Conference on Neural Information Processing Systems, pages 5998–6008, 2017. https://doi.org/10.48550/arXiv....

  15. [23]

    Dosovits, L

    A. Dosovits, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly, J. Uszkoreit, and N. Houlsby. An image is worth 16x16 words: Transformers for image recognition at scale. In Proceedings of the 9th International Conf...

  16. [24]

    F. Xia, K. Sun, S. Yu, A. Aziz, L. Wan, S. Pan, and H. Liu. Graph learning: A survey. IEEE Transactions on Artificial Intelligence, 2(2):109–127, 2021. https://doi.org/10.1109/TAI.2021.3076021

  17. [25]

    Cordonnier, A

    J.-B. Cordonnier, A. Loukas, and M. Jaggi. On the relationship between self-attention and convolutional layers. In 8th International Conference on Learning Representations , 2020. https://doi.org/10.48550/arXiv. 1911.03584

  18. [26]

    Eigen, M

    D. Eigen, M. A. Ranzato, and I. Sutskever. Learning factored representations in a deep mixture of experts. In Proceedings of the 2nd International Conference on Learning Representations, 2014. https://doi.org/10. 48550/arXiv.1312.4314

  19. [27]

    Lepikhin, H

    D. Lepikhin, H. Lee, Y . Xu, D. Chen, O. Firat, Y . Huang, M. Krikun, N. Shazeer, and Z. Chen. Gshard: Scaling giant models with conditional computation and automatic sharding. In Proceedings of the 9th International Conference on Learning Representations, 2021. https://doi.or...

  20. [28]

    Mustafa, C

    B. Mustafa, C. Riquelme, J. Puigcerver, R. Jenatton, and N. Houlsby. Multimodal contrastive learning with limoe: the language-image mixture of experts. In Proceedings of the 36th International Conference on Neural Information Processing Systems, 2022. https://doi.org/10.48550/...

  21. [29]

    Chen and C

    T. Chen and C. Guestrin. Xgboost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages 785–794, 2016. https://doi. org/10.1145/2939672.2939785. 17 A PREPRINT - JANUARY 9, 2025

  22. [30]

    S. M. Lundberg and S.-I. Lee. A unified approach to interpreting model predictions. In Proceedings of the 31st International Conference on Neural Information Processing Systems , pages 4765–4774, 2017. https: //doi.org/10.48550/arXiv.1705.07874

  23. [31]

    Pezoa, L

    R. Pezoa, L. Salinas, and C. Torres. Explainability of high energy physics events classification using shap. Jour- nal of Physics: Conference Series, 2438, 2023. https://doi.org/10.1088/1742-6596/2438/1/012082

  24. [32]

    Lapuschkin, A

    S. Lapuschkin, A. Binder, G. Montavon, F. Klauschen, K.-R. Müller, and W. Samek. On pixel-wise explanations for non-linear classifier decisions by layer-wise relevance propagation. PLoS ONE, 10, 2015. https://doi. org/10.1371/journal.pone.0130140

  25. [33]

    Explainable ai for ml jet taggers using expert variables and layerwise relevance propagation

    Garvita Agarwal, Lauren Hay, Ia Iashvili, Benjamin Mannix, Christine McLean, Margaret Morris, Salvatore Rappoccio, and Ulrich Schubert. Explainable ai for ml jet taggers using expert variables and layerwise relevance propagation. Journal of High Energy Physics, 2021, 2021. htt...

  26. [34]

    Explaining machine-learned particle-flow reconstruction

    Farouk Mokhtar, Raghav Kansal, Daniel Diaz, Javier Duarte, Joosep Pata, Maurizio Pierini, and Jean-Roch Vlimant. Explaining machine-learned particle-flow reconstruction. In 35th Conference on Neural Information Processing Systems, 2021. https://doi.org/10.48550/arXiv.2111.12840

  27. [35]

    Pruthi, F

    G. Pruthi, F. Liu, S. Kale, and M. Sundararajan. Estimating training data influence by tracing gradient descent. In Proceedings of the 34th International Conference on Neural Information Processing Systems , pages 19920– 19930, 2020. https://doi.org/10.48550/arXiv.2002.08484

  28. [36]

    Y . Zhou, S. Booth, M. T. Ribeiro, and J. Shah. Do feature attribution methods correctly attribute features? In Proceedings in the 36th AAAI Conference on Artificial Intelligence , pages 9623–9633. AAAI Press, 2022. https://doi.org/10.48550/arXiv.2104.14403

  29. [37]

    D. Lim, J. D. Robinson, L. Zhao, T. E. Smidt, S. Sra, H. Maron, and S. Jegelka. Sign and basis invariant networks for spectral graph representation learning. In The 11th International Conference on Learning Representations ,

  30. [38]

    On the equivalence between positional node embeddings and structural graph representations

    Balasubramaniam Srinivasan and Bruno Ribeiro. On the equivalence between positional node embeddings and structural graph representations. In 8th International Conference on Learning Representations , 2019. https: //doi.org/10.48550/arXiv.1910.00452. Acknowledgements The work i...

  31. [2008]

    https://doi.org/10.1088/1748-0221/3/08/S08003

  32. [2011]

    https://doi.org/10.1146/annurev-nucl-102010-130059

  33. [2018]

    https://doi.org/10.48550/arXiv.1810.03292

  34. [2019]

    https://doi.org/10.1109/CVPR.2019.01103

  35. [2023]

    https://doi.org/10.48550/arXiv.2202.13013

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.