English

Discourse-Aware Neural Extractive Text Summarization

Computation and Language 2020-04-28 v2

Abstract

Recently BERT has been adopted for document encoding in state-of-the-art text summarization models. However, sentence-based extractive models often result in redundant or uninformative phrases in the extracted summaries. Also, long-range dependencies throughout a document are not well captured by BERT, which is pre-trained on sentence pairs instead of documents. To address these issues, we present a discourse-aware neural summarization model - DiscoBert. DiscoBert extracts sub-sentential discourse units (instead of sentences) as candidates for extractive selection on a finer granularity. To capture the long-range dependencies among discourse units, structural discourse graphs are constructed based on RST trees and coreference mentions, encoded with Graph Convolutional Networks. Experiments show that the proposed model outperforms state-of-the-art methods by a significant margin on popular summarization benchmarks compared to other BERT-base models.

Keywords

Cite

@article{arxiv.1910.14142,
  title  = {Discourse-Aware Neural Extractive Text Summarization},
  author = {Jiacheng Xu and Zhe Gan and Yu Cheng and Jingjing Liu},
  journal= {arXiv preprint arXiv:1910.14142},
  year   = {2020}
}

Comments

To appear at ACL 2020; Code available at https://github.com/jiacheng-xu/DiscoBERT

R2 v1 2026-06-23T12:00:06.546Z