Pith. sign in

REVIEW 2 cited by

ReAGent: A Model-agnostic Feature Attribution Method for Generative Language Models

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2402.00794 v2 pith:I57DW67U submitted 2024-02-01 cs.CL cs.AIcs.LG

classification cs.CLcs.AIcs.LG
keywords tokenimportanceinputmethodmodelmodelsattributiongenerative
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Feature attribution methods (FAs), such as gradients and attention, are widely employed approaches to derive the importance of all input features to the model predictions. Existing work in natural language processing has mostly focused on developing and testing FAs for encoder-only language models (LMs) in classification tasks. However, it is unknown if it is faithful to use these FAs for decoder-only models on text generation, due to the inherent differences between model architectures and task settings respectively. Moreover, previous work has demonstrated that there is no `one-wins-all' FA across models and tasks. This makes the selection of a FA computationally expensive for large LMs since input importance derivation often requires multiple forward and backward passes including gradient computations that might be prohibitive even with access to large compute. To address these issues, we present a model-agnostic FA for generative LMs called Recursive Attribution Generator (ReAGent). Our method updates the token importance distribution in a recursive manner. For each update, we compute the difference in the probability distribution over the vocabulary for predicting the next token between using the original input and using a modified version where a part of the input is replaced with RoBERTa predictions. Our intuition is that replacing an important token in the context should have resulted in a larger change in the model's confidence in predicting the token than replacing an unimportant token. Our method can be universally applied to any generative LM without accessing internal model weights or additional training and fine-tuning, as most other FAs require. We extensively compare the faithfulness of ReAGent with seven popular FAs across six decoder-only LMs of various sizes. The results show that our method consistently provides more faithful token importance distributions.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

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

  1. Faithfulness Evaluation for Decoder-only LLM Attributions with Controlled Retained Information

    cs.CL 2026-01 conditional novelty 6.0 of 10

    π-Soft-NC/NS matches the expected number of retained tokens across attribution methods, and Grad-ELLM, a gradient-plus-attention attribution method for decoder-only LLMs, achieves top average scores on most evaluated tasks.

  2. Attribution assignment for deep-generative sequence models enables interpretability analysis using positive-only data

    cs.LG 2025-06 conditional novelty 6.0 of 10

    A new attribution metric for autoregressive generative sequence models, GAMA, recovers implanted motifs in synthetic data and partially identifies known antibody binding positions.

Pith tools