English

Attention Temperature Matters in Abstractive Summarization Distillation

Computation and Language 2022-03-02 v3

Abstract

Recent progress of abstractive text summarization largely relies on large pre-trained sequence-to-sequence Transformer models, which are computationally expensive. This paper aims to distill these large models into smaller ones for faster inference and minimal performance loss. Pseudo-labeling based methods are popular in sequence-to-sequence model distillation. In this paper, we find simply manipulating attention temperatures in Transformers can make pseudo labels easier to learn for student models. Our experiments on three summarization datasets show our proposed method consistently improves over vanilla pseudo-labeling based methods. We also find that both the pseudo labels and summaries produced by our students are shorter and more abstractive. Our code is available at \url{https://github.com/Shengqiang-Zhang/plate}.

Keywords

Cite

@article{arxiv.2106.03441,
  title  = {Attention Temperature Matters in Abstractive Summarization Distillation},
  author = {Shengqiang Zhang and Xingxing Zhang and Hangbo Bao and Furu Wei},
  journal= {arXiv preprint arXiv:2106.03441},
  year   = {2022}
}

Comments

Accepted in ACL 2022 Main conference

R2 v1 2026-06-24T02:54:08.290Z