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

๐Ÿ“… 2026-04-14
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

192K/year
๐Ÿค– AI Summary
Existing attribution methods are primarily designed for encoder architectures and struggle to effectively capture the causal and semantic complexities inherent in decoder-only autoregressive language models. This work proposes HETA, a novel framework that, for the first time, incorporates second-order Hessian information into token attribution. By integrating semantic shift vectors, Hessian sensitivity scores, and KL divergence masking, HETA establishes the first unified attribution approach tailored for generative settingsโ€”offering context awareness, causal fidelity, and semantic plausibility. Accompanied by a dedicated evaluation benchmark, comprehensive experiments demonstrate that HETA significantly outperforms current methods across multiple mainstream models and datasets, achieving new state-of-the-art performance in both attribution faithfulness and alignment with human annotations.

Technology Category

Application Category

๐Ÿ“ Abstract
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 on linear approximations that fail to capture the causal and semantic complexities of autoregressive generation in decoder-only models. To address these limitations, we propose Hessian-Enhanced Token Attribution (HETA), a novel attribution framework tailored for decoder-only language models. HETA combines three complementary components: a semantic transition vector that captures token-to-token influence across layers, Hessian-based sensitivity scores that model second-order effects, and KL divergence to measure information loss when tokens are masked. This unified design produces context-aware, causally faithful, and semantically grounded attributions. Additionally, we introduce a curated benchmark dataset for systematically evaluating attribution quality in generative settings. Empirical evaluations across multiple models and datasets demonstrate that HETA consistently outperforms existing methods in attribution faithfulness and alignment with human annotations, establishing a new standard for interpretability in autoregressive language models.
Problem

Research questions and friction points this paper is trying to address.

attribution
autoregressive language models
decoder-only models
interpretability
token contribution
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hessian-based attribution
autoregressive language models
token attribution
semantic transition vector
interpretability
๐Ÿ”Ž Similar Papers
2024-08-21BlackboxNLP Workshop on Analyzing and Interpreting Neural Networks for NLPCitations: 1