English

Neural Document Summarization by Jointly Learning to Score and Select Sentences

Computation and Language 2018-07-09 v1

Abstract

Sentence scoring and sentence selection are two main steps in extractive document summarization systems. However, previous works treat them as two separated subtasks. In this paper, we present a novel end-to-end neural network framework for extractive document summarization by jointly learning to score and select sentences. It first reads the document sentences with a hierarchical encoder to obtain the representation of sentences. Then it builds the output summary by extracting sentences one by one. Different from previous methods, our approach integrates the selection strategy into the scoring model, which directly predicts the relative importance given previously selected sentences. Experiments on the CNN/Daily Mail dataset show that the proposed framework significantly outperforms the state-of-the-art extractive summarization models.

Keywords

Cite

@article{arxiv.1807.02305,
  title  = {Neural Document Summarization by Jointly Learning to Score and Select Sentences},
  author = {Qingyu Zhou and Nan Yang and Furu Wei and Shaohan Huang and Ming Zhou and Tiejun Zhao},
  journal= {arXiv preprint arXiv:1807.02305},
  year   = {2018}
}

Comments

In ACL 2018

R2 v1 2026-06-23T02:52:41.201Z