@InProceedings{zhou-EtAl:2018:Long1,
  author    = {Zhou, Qingyu  and  Yang, Nan  and  Wei, Furu  and  Huang, Shaohan  and  Zhou, Ming  and  Zhao, Tiejun},
  title     = {Neural Document Summarization by Jointly Learning to Score and Select Sentences},
  booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
  month     = {July},
  year      = {2018},
  address   = {Melbourne, Australia},
  publisher = {Association for Computational Linguistics},
  pages     = {654--663},
  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.},
  url       = {http://www.aclweb.org/anthology/P18-1061}
}

