Pith. sign in

REVIEW 3 major objections 5 minor 110 references

Cross-Attention is Half Explanation in Speech-to-Text Models

T0 review · 3 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read Cross-attention scores in encoder-decoder speech-to-text models capture only about half of the input relevance identified by perturbation-based saliency maps, so the paper argues they cannot stand alone as explanations.

desk verdict First systematic test of cross-attention as explanation in speech-to-text; the qualitative conclusion is solid, but the headline percentages overstate the precision and the reference saliency method is not independent. read the letter →

arxiv 2509.18010 v2 pith:C66DJQH3 submitted 2025-09-22 cs.CL cs.AIcs.SD

classification cs.CLcs.AIcs.SD
keywords cross-attentionspeech-to-textexplainableAIsaliencymapsfeatureattributioncontextmixingautomaticspeechrecognitiontranslation
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 tests a routine assumption in speech-to-text models: that the cross-attention weights connecting the decoder to the encoder show which parts of the audio actually drove each generated word. It compares those weights against saliency maps produced by a perturbation-based feature-attribution method, across monolingual and multilingual models, ASR and speech-translation tasks, and three model sizes. It finds that cross-attention correlates moderately to strongly with input saliency, especially when scores are averaged over heads and layers, but still accounts for only about half of the input relevance. Even when compared to saliency computed directly on encoder outputs, the numbers reach only 52–75% of what the saliency reference shows. The conclusion is practical: cross-attention is a cheap, partial signal that can complement attribution methods, but it should not be treated as a stand-alone explanation, especially in applications like timestamp estimation and alignment.

What carries the argument

The load-bearing comparison objects are the cross-attention matrix, extracted from each decoder layer and head during generation, and two saliency references: input saliency maps, obtained by perturbing spectrogram regions and measuring KL divergence in the output distribution, and encoder-output saliency maps, computed by perturbing encoder hidden states. The cross-attention matrix is averaged over selected heads and layers; saliency maps are aggregated across frequency and time to the same temporal resolution. The correlations between flattened attention and saliency vectors are measured with Pearson correlation, and the difference between input-level and encoder-output-level correlations

What would settle it

Run the same correlation and deletion pipeline with an independent reference—manually aligned word or phoneme boundaries, or a second feature-attribution method—and check whether cross-attention matches that reference far better than it matches the paper's saliency baseline. In particular, an attention-based deletion score near the full-resolution saliency score (91.3 on the paper's base model, versus 41.2 for attention) would falsify the 'half explanation' conclusion.

Watch

Extended reading notes

Core claim

Central claim: in encoder-decoder speech-to-text models, cross-attention is only a partial explanation. On the monolingual ASR model the best head/layer aggregation correlates at about 0.59 with input saliency; on multitask multilingual models layer-averaged correlations run 0.49–0.63, which the paper reads as 49–63% of input relevance. Against encoder-output saliency—where context mixing is no longer a confound—correlations rise by 0.03–0.18 but plateau at 52–75%. A deletion check on the base model sharpens the point: cross-attention scores 41.2, frequency-aggregated saliency 52.9, full-resolution saliency 91.3. The paper takes this as evidence that cross-attention is an auxiliary cue, not

Load-bearing premise

The central numbers depend on treating the perturbation-based saliency maps as a silver reference for what the model truly uses; if that reference is biased, the measured gap could be an artifact of the reference rather than a property of cross-attention, as the paper itself acknowledges in its limitations section.

Editorial extensions

If this is right

  • Downstream tools that use cross-attention for timestamp prediction, audio-text alignment, or guided simultaneous translation should stop relying on a single head or layer; averaging over heads and, where possible, layers is closer to the saliency reference.
  • Because cross-attention aligns better with encoder-output saliency than with input saliency, attention-based explanations are better read as descriptions of how the decoder uses encoded representations, not of which raw audio regions matter.
  • Cross-attention cannot replace feature-attribution methods for faithful explanations; its upper range of 52–75% against encoder-output saliency leaves too much unexplained for it to stand alone.
  • The last decoder layers are consistently the most aligned with saliency across tasks, languages, and model sizes, so layer choice is consequential if attention is used at all.

Reading between the lines

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

  • A plausible editorial extension: if the ~50% gap holds, attention-map visualizations shipped in real products (e.g., timestamped transcriptions) should carry a confidence caveat and be cross-checked against forced alignment rather than presented as ground truth.
  • A natural extension the paper mentions but does not test is to train with an auxiliary loss that pulls cross-attention toward saliency maps or monotonic alignment; the results here predict that such regularization would improve both faithfulness and downstream word-level accuracy.
  • The paper deliberately excludes speech-LLM architectures; since those models add a second encoder-decoder boundary, the context-mixing effect measured here could be larger there, making cross-attention an even weaker explanation for that family.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper investigates whether cross-attention scores in encoder-decoder speech-to-text (S2T) models can serve as explanations. It compares cross-attention to SPES-based input saliency maps and to an ad-hoc encoder-output saliency variant across monolingual ASR, multilingual/multitask ASR+ST models, at three scales and two languages. The main findings are that averaged cross-attention correlates moderately with input saliency (up to about 0.63) and more strongly with encoder-output saliency (up to about 0.75), but that cross-attention still 'captures only about 50% of input relevance' and only 52-75% of encoder-output saliency. The paper concludes that cross-attention is an informative but incomplete explanation proxy and should not be used as a stand-alone XAI tool.

Significance. If the headline quantitative claim is reliable, this is a useful and timely contribution: it directly tests a widely made assumption in speech-to-text research and has implications for timestamp estimation, alignment, and simultaneous translation. The experimental design has clear strengths: models are trained from scratch to avoid contamination; the analysis spans multiple tasks, languages, and scales; aggregation choices are ablated; and the deletion metric provides a behavioral check on explanation quality. The paper is also transparent about its limitations. The main concern is that the central percentages rest on a single attribution reference and on an invalid reading of Pearson correlation as a proportion of relevance.

major comments (3)
  1. [Section 5.1.2, Section 5.2, Tables 2-3] The paper converts Pearson r values directly into percentages of 'total input relevance' and 'saliency' (e.g., '49-63%' and '52-75%' in Sections 5.1.2 and 5.2). A Pearson correlation is not a share of relevance; the proportion of shared variance is r^2. Under the reported numbers, r=0.63 corresponds to roughly 40% shared variance and r=0.75 to roughly 56%. Even r^2 would require the additional assumption that shared variance equals captured relevance. The quantitative headline in the abstract and conclusions is therefore not supported by the statistic used. Please reframe these percentages or replace them with a directly interpretable metric such as the deletion AUC already used in Appendix A. The qualitative conclusion may survive the correction, but the exact numbers must be revised.
  2. [Section 3.2, Appendix F] The load-bearing claim that cross-attention 'captures only about 50% of the input relevance' is measured entirely against SPES, and the encoder-output claim is measured against SMH, an ad-hoc variant of SPES. SPES comes from the same research group (Fucci et al., 2025, with overlapping authorship), and SMH is validated only by the dev-set deletion experiment in Appendix D. If SPES or SMH is biased or incomplete, the measured gap between cross-attention and saliency is not a faithful measure of cross-attention's explanatory power. The limitation appendix acknowledges this in principle, but the abstract and conclusions present the gap as a property of cross-attention rather than as a comparison relative to one attribution method. Please add at least one independent attribution baseline (e.g., a gradient-based or perturbation method not developed by the same group) or a sensitivity analysis
  3. [Section 5.2, first paragraph] The 'context mixing' influence is quantified as '6.6-16.7%' from absolute differences in Pearson r between SMX and SMH. An absolute difference in correlation coefficients is not a percentage of explained behavior, and no derivation is provided to link a change in r to a fraction of context mixing. This should either be derived formally or, more conservatively, reported simply as a range of correlation improvements.
minor comments (5)
  1. [Title/Abstract] The title is typeset as 'CROSS-ATTENTION ISHALF EXPLANATION' in the preprint; there should be a space between 'IS' and 'HALF'.
  2. [Table 5] The row for 'Whisper 10.69.0- 0.797 - -' appears malformed; the table columns do not align cleanly for the comparison models.
  3. [Figure 4] Panel (i) is labeled 'CA(enASR)' but appears in the row for it-ASR; this is likely a typo and should be corrected.
  4. [Appendix E] There is a duplicated phrase: 'this pattern this pattern is absent' should read 'this pattern is absent'.
  5. [Tables 2 and 3] The captions read 'Person ρ' instead of 'Pearson ρ'.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation; empirical comparison with a self-cited baseline is a limitation, not a circularity.

full rationale

The paper's central claims are empirical measurements: Pearson correlations between cross-attention matrices (CA) and saliency maps (SMX, SMH). The saliency reference is SPES (Fucci et al., 2025), a method developed by overlapping authors, which the paper explicitly calls a 'silver reference' in Appendix F. This raises a legitimate concern about the independence of the gold standard, but it does not constitute circularity in the technical sense. CA is computed as a softmax of query-key dot products (Section 3.1), while SMX and SMH are produced by perturbation-based KL divergence (Section 3.2). There is no equation that defines one in terms of the other, and no fitted parameter is renamed as a prediction. The choice of aggregation function (Appendix A) and the occlusion probability pH (Appendix D) are tuned on a dev set, and the reported correlations are computed on a held-out test set, so the headline percentages are not forced by construction. The paper also provides deletion-metric validation of the reference explanations (Appendix C, Table 5). The self-citation to SPES is load-bearing only as the choice of reference method; the central derivation—the observed gap between CA and saliency—is empirical and could have produced different values. The acknowledged limitation in Appendix F is a validity threat, not a circularity. Therefore, no significant circularity is present.

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

The central measurement is an empirical comparison, not a derivation. It depends on the truthfulness of the reference saliency maps, the aggregation and normalization choices, and the statistical metric used to quantify agreement. No new physical entities or fitted theoretical constants are introduced.

free parameters (4)
  • p_H (encoder-output occlusion probability) = 0.7
    Tuned on the dev set to maximize deletion score and CA-SMH correlation (Appendix D); directly shapes the SMH reference maps.
  • p_X (input occlusion probability) = 0.5
    Inherited from SPES configuration; probability of masking spectrogram clusters when computing SMX.
  • SMX aggregation function = 2D max pooling
    Selected on dev set via deletion metric among three pooling options (Appendix A); changes the SMX values and thus all input correlations.
  • N_X / N_H perturbation repeats = 20,000
    Fixed following SPES; larger values reduce noise but do not change the method.
assumptions (4)
  • domain assumption SPES saliency maps are a valid 'silver' reference for input and encoder-output relevance.
    The paper states no gold reference exists and adopts SPES as the state of the art (Section 3.2, Appendix F). If SPES is biased, the measured gap is not true explanatory power.
  • domain assumption Pearson correlation between flattened CA and SM vectors measures alignment of relevance patterns.
    Section 3.3 justifies Pearson over rank-based metrics, but the results section reads r as a proportion of explained relevance, conflating r with r-squared.
  • domain assumption Zero-perturbation of encoder hidden states or spectrogram patches faithfully estimates each feature's contribution.
    Perturbation-based attribution assumes that removing a feature and measuring output change approximates the feature's causal contribution.
  • domain assumption Cross-attention scores operate over encoder states, so comparing them with SMH (computed on the same states) is the correct isolation of context mixing.
    Section 5.2 interprets the increase from SMX to SMH correlation as quantifying context mixing; this assumes no other confound differs between the two saliency computations.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Cross-Attention is Half Explanation in Speech-to-Text Models." pith.science (2026). https://pith.science/paper/C66DJQH3

@misc{pith2026250918010,
  author       = {Pith},
  title        = {Pith review of: Cross-Attention is Half Explanation in Speech-to-Text Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/C66DJQH3}},
  note         = {Machine review of arXiv:2509.18010}
}
read the original abstract

Cross-attention is a core mechanism in encoder-decoder architectures, widespread in many fields, including speech-to-text (S2T) processing. Its scores have been repurposed for various downstream applications--such as timestamp estimation and audio-text alignment--under the assumption that they reflect the dependencies between input speech representation and the generated text. While the explanatory nature of attention mechanisms has been widely debated in the broader NLP literature, this assumption remains largely unexplored within the speech domain. To address this gap, we assess the explanatory power of cross-attention in S2T models by comparing its scores to input saliency maps derived from feature attribution. Our analysis spans monolingual and multilingual, single-task and multi-task models at multiple scales, and shows that attention scores moderately to strongly align with saliency-based explanations, particularly when aggregated across heads and layers. However, it also shows that cross-attention captures only about 50% of the input relevance and, in the best case, only partially reflects how the decoder attends to the encoder's representations--accounting for just 52-75% of the saliency. These findings uncover fundamental limitations in interpreting cross-attention as an explanatory proxy, suggesting that it offers an informative yet incomplete view of the factors driving predictions in S2T models.

Figures

Figures reproduced from arXiv: 2509.18010 by the authors.

Figure 1
Figure 1. Visual representation of which part of the model is covered by [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Input (a) and encoder output (b) saliency maps and cross-attention matrix (c) extracted from [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. An example of SMX maps for the predicted sentence “What is important are the options, not quantity”. The frequency axis is represented in Hertz on a logarithmic scale. These results indicate that global averaging over time and frequency may obscure localized salient regions, and this is particularly impactful in the frequency dimension, where preserving saliency seems to play a crucial role. This is due to the fact … view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Example of input (first column) and encoder output (second column) saliency maps and [PITH_FULL_IMAGE:figures/full_fig_p025_4.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

110 extracted references · 22 canonical work pages

  1. [1]

    online" 'onlinestring :=

    ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block STRING...

  2. [2]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...

  3. [3]

    Uncovering syllable constituents in the self-attention-based speech representations of whisper

    Erfan A Shams, Iona Gessinger, and Julie Carson-Berndsen. Uncovering syllable constituents in the self-attention-based speech representations of whisper. In Proceedings of the 7th BlackboxNLP Workshop: Analyzing and Interpreting Neural Networks for NLP, pp.\ 238--247, Miami, Florida, US, November 2024. doi:10.18653/v1/2024.blackboxnlp-1.16. URL https://ac...

  4. [4]

    Quantifying attention flow in transformers

    Samira Abnar and Willem Zuidema. Quantifying attention flow in transformers. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pp.\ 4190--4197, Online, July 2020. doi:10.18653/v1/2020.acl-main.385. URL https://aclanthology.org/2020.acl-main.385/

  5. [5]

    Slic superpixels compared to state-of-the-art superpixel methods

    Radhakrishna Achanta, Appu Shaji, Kevin Smith, Aurelien Lucchi, Pascal Fua, and Sabine Süsstrunk. Slic superpixels compared to state-of-the-art superpixel methods. IEEE Transactions on Pattern Analysis and Machine Intelligence, 34 0 (11): 0 2274--2282, 2012. doi:10.1109/TPAMI.2012.120

  6. [6]

    Common voice: A massively-multilingual speech corpus

    Rosana Ardila, Megan Branson, Kelly Davis, Michael Kohler, Josh Meyer, Michael Henretty, Reuben Morais, Lindsay Saunders, Francis Tyers, and Gregor Weber. Common voice: A massively-multilingual speech corpus. In Proceedings of the 12th Language Resources and Evaluation Conference, pp.\ 4218--4222, Marseille, France, May 2020. ISBN 979-10-95546-34-4. URL h...

  7. [7]

    Kartik Audhkhasi, Yinghui Huang, Bhuvana Ramabhadran, and Pedro J. Moreno. Analysis of self-attention head diversity for conformer-based automatic speech recognition. In Interspeech 2022, pp.\ 1026--1030, 2022. doi:10.21437/Interspeech.2022-10560

  8. [8]

    Neural machine translation by jointly learning to align and translate

    Dzmitry Bahdanau, Kyung Hyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to align and translate. In 3rd International Conference on Learning Representations, ICLR 2015, 2015

Show all 110 references
  1. [9]

    Seamlessm4t: Massively multilingual & multimodal machine translation

    Lo \" c Barrault, Yu-An Chung, Mariano Cora Meglioli, David Dale, Ning Dong, Paul-Ambroise Duquenne, Hady Elsahar, Hongyu Gong, Kevin Heffernan, John Hoffman, et al. Seamlessm4t: Massively multilingual & multimodal machine translation. arXiv preprint arXiv:2308.11596, 2023

  2. [10]

    Explainable artificial intelligence (xai): Concepts, taxonomies, opportunities and challenges toward responsible ai

    Alejandro Barredo Arrieta , Natalia Díaz-Rodríguez, Javier Del Ser , Adrien Bennetot, Siham Tabik, Alberto Barbado, Salvador Garcia, Sergio Gil-Lopez, Daniel Molina, Richard Benjamins, Raja Chatila, and Francisco Herrera. Explainable artificial intelligence (xai): Concepts, ta...

  3. [11]

    Jasmijn Bastings and Katja Filippova. The elephant in the interpretability room: Why use attention as explanation when we have saliency methods? In Proceedings of the Third BlackboxNLP Workshop on Analyzing and Interpreting Neural Networks for NLP, pp.\ 149--155, Online, Novem...

  4. [12]

    Audiomnist: Exploring explainable artificial intelligence for audio analysis on a simple benchmark

    Sören Becker, Johanna Vielhaben, Marcel Ackermann, Klaus-Robert Müller, Sebastian Lapuschkin, and Wojciech Samek. Audiomnist: Exploring explainable artificial intelligence for audio analysis on a simple benchmark. Journal of the Franklin Institute, 361 0 (1): 0 418--428, 2024....

  5. [13]

    Generic attention-model explainability for interpreting bi-modal and encoder-decoder transformers

    Hila Chefer, Shir Gur, and Lior Wolf. Generic attention-model explainability for interpreting bi-modal and encoder-decoder transformers. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pp.\ 397--406, October 2021

  6. [14]

    Accurate word alignment induction from neural machine translation

    Yun Chen, Yang Liu, Guanhua Chen, Xin Jiang, and Qun Liu. Accurate word alignment induction from neural machine translation. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pp.\ 566--576, Online, November 2020. doi:10.18653/v1...

  7. [15]

    Kevin Clark, Urvashi Khandelwal, Omer Levy, and Christopher D. Manning. What does BERT look at? an analysis of BERT `s attention. In Proceedings of the 2019 ACL Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP, pp.\ 276--286, Florence, Italy, August 201...

  8. [17]

    Explaining by removing: A unified framework for model explanation

    Ian Covert, Scott Lundberg, and Su-In Lee. Explaining by removing: A unified framework for model explanation. Journal of Machine Learning Research, 22 0 (209): 0 1--90, 2021 a . URL http://jmlr.org/papers/v22/20-1316.html

  9. [18]

    Covert, Scott Lundberg, and Su-In Lee

    Ian C. Covert, Scott Lundberg, and Su-In Lee. Explaining by removing: a unified framework for model explanation . The Journal of Machine Learning Research, 22 0 (1): 0 9477--9566, jan 2021 b . ISSN 1532-4435

  10. [19]

    Di Gangi, Roldano Cattoni, Luisa Bentivogli, Matteo Negri, and Marco Turchi

    Mattia A. Di Gangi, Roldano Cattoni, Luisa Bentivogli, Matteo Negri, and Marco Turchi. M u ST - C : a M ultilingual S peech T ranslation C orpus. In Jill Burstein, Christy Doran, and Thamar Solorio (eds.), Proceedings of the 2019 Conference of the North A merican Chapter of th...

  11. [20]

    Rather a nurse than a physician - contrastive explanations under investigation

    Oliver Eberle, Ilias Chalkidis, Laura Cabello, and Stephanie Brandl. Rather a nurse than a physician - contrastive explanations under investigation. In Houda Bouamor, Juan Pino, and Kalika Bali (eds.), Proceedings of the 2023 Conference on Empirical Methods in Natural Language...

  12. [21]

    G \'a llego, Belen Alastruey, Carlos Escolano, and Marta R

    Javier Ferrando, Gerard I. G \'a llego, Belen Alastruey, Carlos Escolano, and Marta R. Costa-juss \`a . Towards opening the black box of neural machine translation: Source and target interpretations of the transformer. In Proceedings of the 2022 Conference on Empirical Methods...

  13. [22]

    G \'a llego, and Marta R

    Javier Ferrando, Gerard I. G \'a llego, and Marta R. Costa-juss \`a . Measuring the mixing of contextual information in the transformer. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing, pp.\ 8698--8714, Abu Dhabi, United Arab Emirates,...

  14. [23]

    A primer on the inner workings of transformer-based language models

    Javier Ferrando, Gabriele Sarti, Arianna Bisazza, and Marta R Costa-juss \`a . A primer on the inner workings of transformer-based language models. arXiv preprint arXiv:2405.00208, 2024

  15. [24]

    Spes: Spectrogram perturbation for explainable speech-to-text generation, 2025

    Dennis Fucci, Marco Gaido, Beatrice Savoldi, Matteo Negri, Mauro Cettolo, and Luisa Bentivogli. Spes: Spectrogram perturbation for explainable speech-to-text generation, 2025. URL https://arxiv.org/abs/2411.01710

  16. [25]

    MOSEL : 950,000 hours of speech data for open-source speech foundation model training on EU languages

    Marco Gaido, Sara Papi, Luisa Bentivogli, Alessio Brutti, Mauro Cettolo, Roberto Gretter, Marco Matassoni, Mohamed Nabih, and Matteo Negri. MOSEL : 950,000 hours of speech data for open-source speech foundation model training on EU languages. In Yaser Al-Onaizan, Mohit Bansal,...

  17. [26]

    Marco Gaido, Sara Papi, Matteo Negri, and Luisa Bentivogli. Speech translation with speech foundation models and large language models: What is there and what is missing? In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long...

  18. [27]

    Attention in natural language processing

    Andrea Galassi, Marco Lippi, and Paolo Torroni. Attention in natural language processing. IEEE Transactions on Neural Networks and Learning Systems, 32 0 (10): 0 4291--4308, 2021. doi:10.1109/TNNLS.2020.3019893

  19. [28]

    Jointly learning to align and translate with transformer models

    Sarthak Garg, Stephan Peitz, Udhyakumar Nallasamy, and Matthias Paulik. Jointly learning to align and translate with transformer models. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natu...

  20. [29]

    Connectionist temporal classification: labelling unsegmented sequence data with recurrent neural networks

    Alex Graves, Santiago Fern\' a ndez, Faustino Gomez, and J\" u rgen Schmidhuber. Connectionist temporal classification: labelling unsegmented sequence data with recurrent neural networks. In Proceedings of the 23rd International Conference on Machine Learning, ICML '06, pp.\ 3...

  21. [30]

    Neural turing machines

    Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint arXiv:1410.5401, 2014

  22. [31]

    Conformer: Convolution-augmented Transformer for Speech Recognition

    Anmol Gulati, James Qin, Chung-Cheng Chiu, Niki Parmar, Yu Zhang, et al. Conformer: Convolution-augmented Transformer for Speech Recognition . In Proc. Interspeech, 2020. doi:10.21437/Interspeech.2020-3015

  23. [32]

    Recent developments on espnet toolkit boosted by conformer

    Pengcheng Guo, Florian Boyer, Xuankai Chang, Tomoki Hayashi, Yosuke Higuchi, Hirofumi Inaguma, Naoyuki Kamo, Chenda Li, Daniel Garcia-Romero, Jiatong Shi, Jing Shi, Shinji Watanabe, Kun Wei, Wangyou Zhang, and Yuekai Zhang. Recent developments on espnet toolkit boosted by conf...

  24. [33]

    Ted-lium 3: Twice as much data and corpus repartition for experiments on speaker adaptation

    Fran c ois Hernandez, Vincent Nguyen, Sahar Ghannay, Natalia Tomashenko, and Yannick Est \`e ve. Ted-lium 3: Twice as much data and corpus repartition for experiments on speaker adaptation. In Alexey Karpov, Oliver Jokisch, and Rodmonga Potapova (eds.), Speech and Computer, pp...

  25. [34]

    An introductory survey on attention mechanisms in nlp problems

    Dichao Hu. An introductory survey on attention mechanisms in nlp problems. In Intelligent Systems and Applications: Proceedings of the 2019 Intelligent Systems Conference (IntelliSys) Volume 2, pp.\ 432--448. Springer, 2020

  26. [35]

    Europarl-st: A multilingual corpus for speech translation of parliamentary debates

    Javier Iranzo-Sánchez, Joan Albert Silvestre-Cerdà, Javier Jorge, Nahuel Roselló, Adrià Giménez, Albert Sanchis, Jorge Civera, and Alfons Juan. Europarl-st: A multilingual corpus for speech translation of parliamentary debates. In ICASSP 2020 - 2020 IEEE International Conferen...

  27. [36]

    Perturbation-based methods for explaining deep neural networks: A survey

    Maksims Ivanovs, Roberts Kadikis, and Kaspars Ozols. Perturbation-based methods for explaining deep neural networks: A survey. Pattern Recognition Letters, 150: 0 228--234, 2021. ISSN 0167-8655. doi:https://doi.org/10.1016/j.patrec.2021.06.030. URL https://www.sciencedirect.co...

  28. [37]

    Sarthak Jain and Byron C. Wallace. A ttention is not E xplanation. In Proceedings of the 2019 Conference of the North A merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers) , pp.\ 3543--3556, Minneapoli...

  29. [38]

    The state and fate of linguistic diversity and inclusion in the NLP world

    Pratik Joshi, Sebastin Santy, Amar Budhiraja, Kalika Bali, and Monojit Choudhury. The state and fate of linguistic diversity and inclusion in the NLP world. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pp.\ 6282--6293, Online, Jul...

  30. [39]

    Identifying important time-frequency locations in continuous speech utterances

    Hassan Salami Kavaki and Michael I Mandel. Identifying important time-frequency locations in continuous speech utterances. In Proceedings of Interspeech, 2020

  31. [40]

    Cross-attention end-to-end asr for two-party conversations

    Suyoun Kim, Siddharth Dalmia, and Florian Metze. Cross-attention end-to-end asr for two-party conversations. In Interspeech 2019, pp.\ 4380--4384, 2019. doi:10.21437/Interspeech.2019-3173

  32. [41]

    Attention is not only a weight: Analyzing transformers with vector norms

    Goro Kobayashi, Tatsuki Kuribayashi, Sho Yokoi, and Kentaro Inui. Attention is not only a weight: Analyzing transformers with vector norms. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pp.\ 7057--7075, Online, November 2020...

  33. [42]

    I ncorporating R esidual and N ormalization L ayers into A nalysis of M asked L anguage M odels

    Goro Kobayashi, Tatsuki Kuribayashi, Sho Yokoi, and Kentaro Inui. I ncorporating R esidual and N ormalization L ayers into A nalysis of M asked L anguage M odels. In Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pp.\ 4547--4568, Online...

  34. [43]

    Analyzing feed-forward blocks in transformers through the lens of attention maps

    Goro Kobayashi, Tatsuki Kuribayashi, Sho Yokoi, and Kentaro Inui. Analyzing feed-forward blocks in transformers through the lens of attention maps. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=mYWsyTuiRp

  35. [44]

    S entence P iece: A simple and language independent subword tokenizer and detokenizer for neural text processing

    Taku Kudo and John Richardson. S entence P iece: A simple and language independent subword tokenizer and detokenizer for neural text processing. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, pp.\ 66--71, Bruss...

  36. [45]

    MADLAD -400: A multilingual and document-level large audited dataset

    Sneha Kudugunta, Isaac Rayburn Caswell, Biao Zhang, Xavier Garcia, Derrick Xin, Aditya Kusupati, Romi Stella, Ankur Bapna, and Orhan Firat. MADLAD -400: A multilingual and document-level large audited dataset. In Thirty-seventh Conference on Neural Information Processing Syste...

  37. [46]

    Solomon Kullback and Richard A. Leibler. On information and sufficiency. The Annals of Mathematical Statistics, 22 0 (1): 0 79--86, 1951

  38. [47]

    CAST : Cross-attention in space and time for video action recognition

    Dongho Lee, Jongseo Lee, and Jinwoo Choi. CAST : Cross-attention in space and time for video action recognition. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. URL https://openreview.net/forum?id=iATY9W5Xw7

  39. [48]

    Multimodal speech emotion recognition using cross attention with aligned audio and text

    Yoonhyung Lee, Seunghyun Yoon, and Kyomin Jung. Multimodal speech emotion recognition using cross attention with aligned audio and text. In Interspeech 2020, pp.\ 2717--2721, 2020. doi:10.21437/Interspeech.2020-2312

  40. [50]

    Non-autoregressive end-to-end approaches for joint automatic speech recognition and spoken language understanding

    Mohan Li and Rama Doddipatla. Non-autoregressive end-to-end approaches for joint automatic speech recognition and spoken language understanding. In 2022 IEEE Spoken Language Technology Workshop (SLT), pp.\ 390--397, 2023. doi:10.1109/SLT54892.2023.10023042

  41. [51]

    Cat: Cross attention in vision transformer

    Hezheng Lin, Xing Cheng, Xiangyu Wu, and Dong Shen. Cat: Cross attention in vision transformer. In 2022 IEEE International Conference on Multimedia and Expo (ICME), pp.\ 1--6, 2022. doi:10.1109/ICME52920.2022.9859720

  42. [52]

    whisper-timestamped

    J \'e r \^o me Louradour. whisper-timestamped. https://github.com/linto-ai/whisper-timestamped, 2023

  43. [53]

    Cross attention is all you need: relational remote sensing change detection with transformer

    Kaixuan Lu, Xiao Huang, Ruiheng Xia, Pan Zhang, and Junping Shen and. Cross attention is all you need: relational remote sensing change detection with transformer. GIScience & Remote Sensing, 61 0 (1): 0 2380126, 2024. doi:10.1080/15481603.2024.2380126

  44. [54]

    From understanding to utilization: A survey on explainability for large language models

    Haoyan Luo and Lucia Specia. From understanding to utilization: A survey on explainability for large language models. arXiv preprint arXiv:2401.12874, 2024

  45. [55]

    Post-hoc Interpretability for Neural NLP: A Survey

    Andreas Madsen, Siva Reddy, and Sarath Chandar. Post-hoc Interpretability for Neural NLP: A Survey . ACM Computing Surveys, 55 0 (8), dec 2022. ISSN 0360-0300. doi:10.1145/3546577. URL https://doi.org/10.1145/3546577

  46. [56]

    Directly comparing the listening strategies of humans and machines

    Michael I Mandel. Directly comparing the listening strategies of humans and machines. In INTERSPEECH, pp.\ 660--664, 2016

  47. [57]

    Visualizing automatic speech recognition--means for a better understanding? ISCA Symposium on Security and Privacy in Speech Communication, 2021

    Karla Markert, Romain Parracone, Mykhailo Kulakov, Philip Sperl, Ching-Yu Kao, and Konstantin B \"o ttinger. Visualizing automatic speech recognition--means for a better understanding? ISCA Symposium on Security and Privacy in Speech Communication, 2021

  48. [58]

    G lob E nc: Quantifying global token attribution by incorporating the whole encoder layer in transformers

    Ali Modarressi, Mohsen Fayyaz, Yadollah Yaghoobzadeh, and Mohammad Taher Pilehvar. G lob E nc: Quantifying global token attribution by incorporating the whole encoder layer in transformers. In Proceedings of the 2022 Conference of the North American Chapter of the Association ...

  49. [59]

    D ecomp X : Explaining transformers decisions by propagating token decomposition

    Ali Modarressi, Mohsen Fayyaz, Ehsan Aghazadeh, Yadollah Yaghoobzadeh, and Mohammad Taher Pilehvar. D ecomp X : Explaining transformers decisions by propagating token decomposition. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Vol...

  50. [60]

    Exploring the role of BERT token representations to explain sentence probing results

    Hosein Mohebbi, Ali Modarressi, and Mohammad Taher Pilehvar. Exploring the role of BERT token representations to explain sentence probing results. In Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pp.\ 792--806, Online and Punta Cana, D...

  51. [61]

    Homophone disambiguation reveals patterns of context mixing in speech transformers

    Hosein Mohebbi, Grzegorz Chrupa a, Willem Zuidema, and Afra Alishahi. Homophone disambiguation reveals patterns of context mixing in speech transformers. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, pp.\ 8249--8260, Singapore, Dece...

  52. [62]

    Quantifying context mixing in transformers

    Hosein Mohebbi, Willem Zuidema, Grzegorz Chrupa a, and Afra Alishahi. Quantifying context mixing in transformers. In Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics, pp.\ 3378--3400, Dubrovnik, Croatia, May 2023 b . d...

  53. [63]

    o rg Schl\

    Meike Nauta, Jan Trienes, Shreyasi Pathak, Elisa Nguyen, Michelle Peters, Yasmin Schmitt, J\" o rg Schl\" o tterer, Maurice van Keulen, and Christin Seifert. From anecdotal evidence to quantitative evaluation methods: A systematic review on evaluating explainable ai. ACM Compu...

  54. [64]

    A study of the plausibility of attention between rnn encoders in natural language inference

    Duc Hau Nguyen, Guillaume Gravier, and Pascale S \'e billot. A study of the plausibility of attention between rnn encoders in natural language inference. In 2021 20th IEEE International Conference on Machine Learning and Applications (ICMLA), pp.\ 1623--1629. IEEE, 2021

  55. [65]

    Token-wise decomposition of autoregressive language model hidden states for analyzing model predictions

    Byung-Doh Oh and William Schuler. Token-wise decomposition of autoregressive language model hidden states for analyzing model predictions. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 10105--10117, Tor...

  56. [66]

    Librispeech: An asr corpus based on public domain audio books

    Vassil Panayotov, Guoguo Chen, Daniel Povey, and Sanjeev Khudanpur. Librispeech: An asr corpus based on public domain audio books. In 2015 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp.\ 5206--5210, 2015. doi:10.1109/ICASSP.2015.7178964

  57. [67]

    Attention as a guide for simultaneous speech translation

    Sara Papi, Matteo Negri, and Marco Turchi. Attention as a guide for simultaneous speech translation. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 13340--13356, Toronto, Canada, July 2023 a . Associatio...

  58. [68]

    Alignatt: Using attention-based audio-translation alignments as a guide for simultaneous speech translation

    Sara Papi, Marco Turchi, and Matteo Negri. Alignatt: Using attention-based audio-translation alignments as a guide for simultaneous speech translation. In Interspeech 2023, pp.\ 3974--3978, 2023 b . doi:10.21437/Interspeech.2023-170

  59. [69]

    Park, William Chan, Yu Zhang, Chung-Cheng Chiu, Barret Zoph, Ekin D

    Daniel S. Park, William Chan, Yu Zhang, Chung-Cheng Chiu, Barret Zoph, Ekin D. Cubuk, and Quoc V. Le. Specaugment: A simple data augmentation method for automatic speech recognition. In Interspeech 2019, pp.\ 2613--2617, 2019. doi:10.21437/Interspeech.2019-2680

  60. [70]

    Explaining speech classification models via word-level audio segments and paralinguistic features

    Eliana Pastor, Alkis Koudounas, Giuseppe Attanasio, Dirk Hovy, and Elena Baralis. Explaining speech classification models via word-level audio segments and paralinguistic features. In Yvette Graham and Matthew Purver (eds.), Proceedings of the 18th Conference of the European C...

  61. [71]

    Reproducing whisper-style training using an open-source toolkit and publicly available data

    Yifan Peng, Jinchuan Tian, Brian Yan, Dan Berrebbi, Xuankai Chang, Xinjian Li, Jiatong Shi, Siddhant Arora, William Chen, Roshan Sharma, Wangyou Zhang, Yui Sudo, Muhammad Shakeel, Jee-Weon Jung, Soumi Maiti, and Shinji Watanabe. Reproducing whisper-style training using an open...

  62. [72]

    Owsm v3.1: Better and faster open whisper-style speech models based on e-branchformer

    Yifan Peng, Jinchuan Tian, William Chen, Siddhant Arora, Brian Yan, Yui Sudo, Muhammad Shakeel, Kwanghee Choi, Jiatong Shi, Xuankai Chang, Jee weon Jung, and Shinji Watanabe. Owsm v3.1: Better and faster open whisper-style speech models based on e-branchformer. In Interspeech ...

  63. [73]

    MLS: A Large-Scale Multilingual Dataset for Speech Research

    Vineel Pratap, Qiantong Xu, Anuroop Sriram, Gabriel Synnaeve, and Ronan Collobert. MLS: A Large-Scale Multilingual Dataset for Speech Research . In Proc. Interspeech 2020, pp.\ 2757--2761, 2020. doi:10.21437/Interspeech.2020-2826

  64. [74]

    Krishna C. Puvvada, Piotr Żelasko, He Huang, Oleksii Hrinchuk, Nithin Rao Koluguri, Kunal Dhawan, Somshubra Majumdar, Elena Rastorgueva, Zhehuai Chen, Vitaly Lavrukhin, Jagadeesh Balam, and Boris Ginsburg. Less is more: Accurate speech recognition & translation without web-sca...

  65. [75]

    Robust speech recognition via large-scale weak supervision

    Alec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine Mcleavey, and Ilya Sutskever. Robust speech recognition via large-scale weak supervision. In Proceedings of the 40th International Conference on Machine Learning, volume 202 of Proceedings of Machine Learning Resear...

  66. [76]

    COMET : A neural framework for MT evaluation

    Ricardo Rei, Craig Stewart, Ana C Farinha, and Alon Lavie. COMET : A neural framework for MT evaluation. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pp.\ 2685--2702, Online, November 2020. Association for Computational Lin...

  67. [77]

    Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead

    Cynthia Rudin. Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead. Nature machine intelligence, 1 0 (5): 0 206--215, 2019

  68. [78]

    NLP evaluation in trouble: On the need to measure LLM data contamination for each benchmark

    Oscar Sainz, Jon Campos, Iker Garc \'i a-Ferrero, Julen Etxaniz, Oier Lopez de Lacalle, and Eneko Agirre. NLP evaluation in trouble: On the need to measure LLM data contamination for each benchmark. In Findings of the Association for Computational Linguistics: EMNLP 2023, pp.\...

  69. [79]

    Anders, and Klaus-Robert Müller

    Wojciech Samek, Grégoire Montavon, Sebastian Lapuschkin, Christopher J. Anders, and Klaus-Robert Müller. Explaining Deep Neural Networks and Beyond: A Review of Methods and Applications . Proceedings of the IEEE, 109 0 (3): 0 247--278, 2021. doi:10.1109/JPROC.2021.3060483

  70. [80]

    Sofia Serrano and Noah A. Smith. Is attention interpretable? In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pp.\ 2931--2951, Florence, Italy, July 2019. doi:10.18653/v1/P19-1282. URL https://aclanthology.org/P19-1282/

  71. [81]

    Exploring explainable ai: a bibliometric analysis

    Chhavi Sharma, Swati Sharma, Kavita Sharma, et al. Exploring explainable ai: a bibliometric analysis. Discover Applied Sciences, 6 0 (1): 0 615, 2024. doi:10.1007/s42452-024-06324-z. URL https://doi.org/10.1007/s42452-024-06324-z

  72. [82]

    Understanding the role of self attention for efficient speech recognition

    Kyuhong Shim, Jungwook Choi, and Wonyong Sung. Understanding the role of self attention for efficient speech recognition. In International Conference on Learning Representations, 2022. URL https://openreview.net/forum?id=AvcfxqRy4Y

  73. [83]

    Conformer-based self-supervised learning for non-speech audio tasks

    Sangeeta Srivastava, Yun Wang, Andros Tjandra, Anurag Kumar, Chunxi Liu, Kritika Singh, and Yatharth Saraf. Conformer-based self-supervised learning for non-speech audio tasks. In ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICAS...

  74. [84]

    Kenneth N. Stevens. Acoustic Phonetics . The MIT Press, 2000

  75. [85]

    An analysis of attention mechanisms: The case of word sense disambiguation in neural machine translation

    Gongbo Tang, Rico Sennrich, and Joakim Nivre. An analysis of attention mechanisms: The case of word sense disambiguation in neural machine translation. In Proceedings of the Third Conference on Machine Translation: Research Papers, pp.\ 26--35, Brussels, Belgium, October 2018....

  76. [86]

    Directly comparing the listening strategies of humans and machines

    Viet Anh Trinh and Michael Mandel. Directly comparing the listening strategies of humans and machines. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 29: 0 312--323, 2020

  77. [87]

    Attention is all you need

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, ukasz Kaiser, and Illia Polosukhin. Attention is all you need. In I. Guyon, U. Von Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett (eds.), Advances in Neural Info...

  78. [88]

    Analyzing the structure of attention in a transformer language model

    Jesse Vig and Yonatan Belinkov. Analyzing the structure of attention in a transformer language model. In Tal Linzen, Grzegorz Chrupa a, Yonatan Belinkov, and Dieuwke Hupkes (eds.), Proceedings of the 2019 ACL Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for...

  79. [89]

    Context-aware neural machine translation learns anaphora resolution

    Elena Voita, Pavel Serdyukov, Rico Sennrich, and Ivan Titov. Context-aware neural machine translation learns anaphora resolution. In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 1264--1274, Melbourne, Aus...

  80. [90]

    Fairseq S 2 T : Fast speech-to-text modeling with fairseq

    Changhan Wang, Yun Tang, Xutai Ma, Anne Wu, Dmytro Okhonko, and Juan Pino. Fairseq S 2 T : Fast speech-to-text modeling with fairseq. In Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Jo...

  81. [91]

    V ox P opuli: A large-scale multilingual speech corpus for representation learning, semi-supervised learning and interpretation

    Changhan Wang, Morgane Riviere, Ann Lee, Anne Wu, Chaitanya Talnikar, Daniel Haziza, Mary Williamson, Juan Pino, and Emmanuel Dupoux. V ox P opuli: A large-scale multilingual speech corpus for representation learning, semi-supervised learning and interpretation. In Proceedings...

  82. [92]

    Covost 2 and massively multilingual speech translation

    Changhan Wang, Anne Wu, Jiatao Gu, and Juan Pino. Covost 2 and massively multilingual speech translation. In Interspeech 2021, pp.\ 2247--2251, 2021 b . doi:10.21437/Interspeech.2021-2027

  83. [93]

    Simul-whisper: Attention-guided streaming whisper with truncation detection

    Haoyu Wang, Guoqiang Hu, Guodong Lin, Wei-Qiang Zhang, and Jian Li. Simul-whisper: Attention-guided streaming whisper with truncation detection. In Interspeech 2024, pp.\ 4483--4487, 2024 a . doi:10.21437/Interspeech.2024-1814

  84. [94]

    Mscan: multi-scale self- and cross-attention network for rna methylation site prediction

    Honglei Wang, Tao Huang, Dong Wang, Wenliang Zeng, Yanjing Sun, and Lin Zhang. Mscan: multi-scale self- and cross-attention network for rna methylation site prediction. BMC Bioinformatics, 25, 01 2024 b . doi:10.1186/s12859-024-05649-1

  85. [95]

    Attention is not not explanation

    Sarah Wiegreffe and Yuval Pinter. Attention is not not explanation. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pp.\ 11--20, Hong Kong, China...

  86. [96]

    Explanations for automatic speech recognition

    Xiaoliang Wu, Peter Bell, and Ajitha Rajan. Explanations for automatic speech recognition. In ICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp.\ 1--5, 2023. doi:10.1109/ICASSP49357.2023.10094635

  87. [97]

    Can we trust explainable ai methods on asr? an evaluation on phoneme recognition

    Xiaoliang Wu, Peter Bell, and Ajitha Rajan. Can we trust explainable ai methods on asr? an evaluation on phoneme recognition. In ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp.\ 10296--10300. IEEE, 2024

  88. [98]

    Efficient streaming language models with attention sinks

    Guangxuan Xiao, Yuandong Tian, Beidi Chen, Song Han, and Mike Lewis. Efficient streaming language models with attention sinks. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=NG7sS51zVF

  89. [99]

    I v RA : A framework to enhance attention-based explanations for language models with interpretability-driven training

    Sean Xie, Soroush Vosoughi, and Saeed Hassanpour. I v RA : A framework to enhance attention-based explanations for language models with interpretability-driven training. In Proceedings of the 7th BlackboxNLP Workshop: Analyzing and Interpreting Neural Networks for NLP, pp.\ 43...

  90. [100]

    CTC alignments improve autoregressive translation

    Brian Yan, Siddharth Dalmia, Yosuke Higuchi, Graham Neubig, Florian Metze, Alan W Black, and Shinji Watanabe. CTC alignments improve autoregressive translation. In Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics, pp.\...

  91. [101]

    Mfpp: Morphological fragmental perturbation pyramid for black-box model explanations

    Qing Yang, Xia Zhu, Jong-Kae Fwu, Yun Ye, Ganmei You, and Yuan Zhu. Mfpp: Morphological fragmental perturbation pyramid for black-box model explanations. In 2020 25th International Conference on Pattern Recognition (ICPR), pp.\ 1376--1383, 2021. doi:10.1109/ICPR48806.2021.9413046

  92. [102]

    Local interpretation of transformer based on linear decomposition

    Sen Yang, Shujian Huang, Wei Zou, Jianbing Zhang, Xinyu Dai, and Jiajun Chen. Local interpretation of transformer based on linear decomposition. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 10270--1028...

  93. [103]

    Connecting attributions and QA model behavior on realistic counterfactuals

    Xi Ye, Rohan Nair, and Greg Durrett. Connecting attributions and QA model behavior on realistic counterfactuals. In Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pp.\ 5496--5512, Online and Punta Cana, Dominican Republic, November 2021...

  94. [104]

    Exploring explainability in large language models

    Fen Yin, Mu Zhong, and Zhihao Ru. Exploring explainability in large language models. Preprints, March 2025. doi:10.20944/preprints202503.2318.v1. URL https://doi.org/10.20944/preprints202503.2318.v1

  95. [105]

    A survey on attention mechanism in nlp

    Nan Zhang and Junyeong Kim. A survey on attention mechanism in nlp. In 2023 International Conference on Electronics, Information, and Communication (ICEIC), pp.\ 1--4, 2023. doi:10.1109/ICEIC57457.2023.10049971

  96. [106]

    Cross attention with monotonic alignment for speech transformer

    Yingzhu Zhao, Chongjia Ni, Cheung-Chi Leung, Shafiq Joty, Eng Siong Chng, and Bin Ma. Cross attention with monotonic alignment for speech transformer. In Interspeech 2020, pp.\ 5031--5035, 2020. doi:10.21437/Interspeech.2020-1198

  97. [107]

    Towards understanding neural machine translation with attention heads’ importance

    Zijie Zhou, Junguo Zhu, and Weijiang Li. Towards understanding neural machine translation with attention heads’ importance. Applied Sciences, 14 0 (7), 2024. ISSN 2076-3417. doi:10.3390/app14072798. URL https://www.mdpi.com/2076-3417/14/7/2798

  98. [108]

    Crisperwhisper: Accurate timestamps on verbatim speech transcriptions

    Mario Zusag, Laurin Wagner, and Bernhad Thallinger. Crisperwhisper: Accurate timestamps on verbatim speech transcriptions. In Interspeech 2024, pp.\ 1265--1269, 2024. doi:10.21437/Interspeech.2024-731

  99. [109]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

  100. [110]

    @esa (Ref

    \@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...

  101. [111]

    \@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...

  102. [112]

    @open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...

Pith tools

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