Sparsity and Sentence Structure in Encoder-Decoder Attention of Summarization Systems
Potsawee Manakul, Mark J. F. Gales

TL;DR
This paper investigates the encoder-decoder attention in transformer-based summarization models, revealing a sparse sentence structure that can be exploited to reduce computational costs without sacrificing performance.
Contribution
It identifies a sparse sentence structure in summarization and proposes a modified attention architecture that constrains attention to relevant sentences, improving efficiency.
Findings
Sparse sentence structure exists in summarization tasks
Constraining attention to relevant sentences maintains performance
Proposed method reduces computational complexity
Abstract
Transformer models have achieved state-of-the-art results in a wide range of NLP tasks including summarization. Training and inference using large transformer models can be computationally expensive. Previous work has focused on one important bottleneck, the quadratic self-attention mechanism in the encoder. Modified encoder architectures such as LED or LoBART use local attention patterns to address this problem for summarization. In contrast, this work focuses on the transformer's encoder-decoder attention mechanism. The cost of this attention becomes more significant in inference or training approaches that require model-generated histories. First, we examine the complexity of the encoder-decoder attention. We demonstrate empirically that there is a sparse sentence structure in document summarization that can be exploited by constraining the attention mechanism to a subset of input…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
