paper-with-me

Papers

GlobEnc: Quantifying Global Token Attribution by Incorporating the Whole Encoder Layer in Transformers

2022-01-16 · ACL ARR January 2022 1 · Anonymous

There has been a growing interest in interpreting the underlying dynamics of Transformers. While self-attention patterns were initially deemed as the primary choice, recent studies have shown that integrating other components can yield more accurate explanations. This paper introduces a novel token attribution analysis method that incorporates all the components in the encoder block and aggregates this throughout layers. We quantitatively and qualitatively demonstrate that our method can yield faithful and meaningful global token attributions. Our extensive experiments reveal that incorporating almost every encoder component results in increasingly more accurate analysis in both local (single layer) and global (the whole model) settings. Our global attribution analysis surpasses previous methods by achieving significantly higher results in various datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GlobEnc: Quantifying Global Token Attribution by Incorporating the Whole Encoder Layer in Transformers

2022-05-06 · NAACL 2022 7 · Ali Modarressi, Mohsen Fayyaz, Yadollah Yaghoobzadeh, Mohammad Taher Pilehvar

There has been a growing interest in interpreting the underlying dynamics of Transformers. While self-attention patterns were initially deemed as the primary option, recent studies have shown that integrating other compo…

FrugalPrompt: Reducing Contextual Overhead in Large Language Models via Token Attribution

2025-10-18 · Syed Rifat Raiyan, Md Farhan Ishmam, Abdullah Al Imran, Mohammad Ali Moni arxiv

Human communication heavily relies on laconism and inferential pragmatics, allowing listeners to successfully reconstruct rich meaning from sparse, telegraphic speech. In contrast, large language models (LLMs) owe much o…

Attributions All the Way Down? The Metagame of Interpretability

2026-05-07 · Hubert Baniecki, Przemyslaw Biecek, Fabian Fumagalli arxiv

We introduce the metagame, a conceptual framework for quantifying second-order interaction effects of model explanations. For any first-order attribution $φ(f)$ explaining a model $f$, we measure the directional influenc…

Hessian-Enhanced Token Attribution (HETA): Interpreting Autoregressive LLMs

2026-04-14 · Vishal Pramanik, Maisha Maliha, Nathaniel D. Bastian, Sumit Kumar Jha arxiv

Attribution methods seek to explain language model predictions by quantifying the contribution of input tokens to generated outputs. However, most existing techniques are designed for encoder-based architectures and rely…

Where MLLMs Attend and What They Rely On: Explaining Autoregressive Token Generation

2025-09-26 · Ruoyu Chen, Xiaoqing Guo, Kangwei Liu, Siyuan Liang 외 arxiv

Multimodal large language models (MLLMs) have demonstrated remarkable capabilities in aligning visual inputs with natural language outputs. Yet, the extent to which generated tokens depend on visual modalities remains po…