LGAIMLJun 3, 2024

Progressive Inference: Explaining Decoder-Only Sequence Classification Models Using Intermediate Predictions

arXiv:2406.02625v18 citations
Originality Incremental advance
AI Analysis

This work addresses the need for interpretability in decoder-only models for researchers and practitioners, but it is incremental as it builds on existing attribution methods.

The paper tackles the problem of explaining decoder-only sequence classification models by proposing Progressive Inference, a framework that computes input attributions using intermediate predictions, resulting in significantly better attributions compared to prior work on diverse models and text classification tasks.

This paper proposes Progressive Inference - a framework to compute input attributions to explain the predictions of decoder-only sequence classification models. Our work is based on the insight that the classification head of a decoder-only Transformer model can be used to make intermediate predictions by evaluating them at different points in the input sequence. Due to the causal attention mechanism, these intermediate predictions only depend on the tokens seen before the inference point, allowing us to obtain the model's prediction on a masked input sub-sequence, with negligible computational overheads. We develop two methods to provide sub-sequence level attributions using this insight. First, we propose Single Pass-Progressive Inference (SP-PI), which computes attributions by taking the difference between consecutive intermediate predictions. Second, we exploit a connection with Kernel SHAP to develop Multi Pass-Progressive Inference (MP-PI). MP-PI uses intermediate predictions from multiple masked versions of the input to compute higher quality attributions. Our studies on a diverse set of models trained on text classification tasks show that SP-PI and MP-PI provide significantly better attributions compared to prior work.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes