English

Contrastive Attention Mechanism for Abstractive Sentence Summarization

Computation and Language 2019-10-31 v2 Artificial Intelligence

Abstract

We propose a contrastive attention mechanism to extend the sequence-to-sequence framework for abstractive sentence summarization task, which aims to generate a brief summary of a given source sentence. The proposed contrastive attention mechanism accommodates two categories of attention: one is the conventional attention that attends to relevant parts of the source sentence, the other is the opponent attention that attends to irrelevant or less relevant parts of the source sentence. Both attentions are trained in an opposite way so that the contribution from the conventional attention is encouraged and the contribution from the opponent attention is discouraged through a novel softmax and softmin functionality. Experiments on benchmark datasets show that, the proposed contrastive attention mechanism is more focused on the relevant parts for the summary than the conventional attention mechanism, and greatly advances the state-of-the-art performance on the abstractive sentence summarization task. We release the code at https://github.com/travel-go/Abstractive-Text-Summarization

Keywords

Cite

@article{arxiv.1910.13114,
  title  = {Contrastive Attention Mechanism for Abstractive Sentence Summarization},
  author = {Xiangyu Duan and Hoongfei Yu and Mingming Yin and Min Zhang and Weihua Luo and Yue Zhang},
  journal= {arXiv preprint arXiv:1910.13114},
  year   = {2019}
}

Comments

accepted by EMNLP2019

R2 v1 2026-06-23T11:58:02.463Z