CLJun 3, 2021

Dissecting Generation Modes for Abstractive Summarization Models via Ablation and Attribution

arXiv:2106.01518v1717 citations
Originality Incremental advance
AI Analysis

This work addresses the interpretability gap in summarization models for researchers and practitioners, though it is incremental as it builds on existing attribution and ablation techniques.

The authors tackled the problem of understanding how neural abstractive summarization models form summaries by proposing a two-step method to interpret model decisions, categorizing decoder behaviors into generation modes and using attribution methods to analyze input-dependent decisions, which they demonstrated by identifying memorized phrases and studying sentence fusion.

Despite the prominence of neural abstractive summarization models, we know little about how they actually form summaries and how to understand where their decisions come from. We propose a two-step method to interpret summarization model decisions. We first analyze the model's behavior by ablating the full model to categorize each decoder decision into one of several generation modes: roughly, is the model behaving like a language model, is it relying heavily on the input, or is it somewhere in between? After isolating decisions that do depend on the input, we explore interpreting these decisions using several different attribution methods. We compare these techniques based on their ability to select content and reconstruct the model's predicted token from perturbations of the input, thus revealing whether highlighted attributions are truly important for the generation of the next token. While this machinery can be broadly useful even beyond summarization, we specifically demonstrate its capability to identify phrases the summarization model has memorized and determine where in the training pipeline this memorization happened, as well as study complex generation phenomena like sentence fusion on a per-instance basis.

Code Implementations1 repo
Foundations

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

Your Notes