English

A General Contextualized Rewriting Framework for Text Summarization

Computation and Language 2022-07-14 v1

Abstract

The rewriting method for text summarization combines extractive and abstractive approaches, improving the conciseness and readability of extractive summaries using an abstractive model. Exiting rewriting systems take each extractive sentence as the only input, which is relatively focused but can lose necessary background knowledge and discourse context. In this paper, we investigate contextualized rewriting, which consumes the entire document and considers the summary context. We formalize contextualized rewriting as a seq2seq with group-tag alignments, introducing group-tag as a solution to model the alignments, identifying extractive sentences through content-based addressing. Results show that our approach significantly outperforms non-contextualized rewriting systems without requiring reinforcement learning, achieving strong improvements on ROUGE scores upon multiple extractors.

Keywords

Cite

@article{arxiv.2207.05948,
  title  = {A General Contextualized Rewriting Framework for Text Summarization},
  author = {Guangsheng Bao and Yue Zhang},
  journal= {arXiv preprint arXiv:2207.05948},
  year   = {2022}
}

Comments

Submission to IEEE TASLP. This article extends our previous conference paper arXiv:2102.00385

R2 v1 2026-06-25T00:52:10.676Z