Write Summary Step-by-Step: A Pilot Study of Stepwise Summarization
Xiuying Chen, Shen Gao, Mingzhe Li, Qingqing Zhu, Xin Gao, Xiangliang, Zhang

TL;DR
This paper introduces the novel task of stepwise summarization for continuously growing text streams, proposing an adversarial model that generates coherent, up-to-date summaries with state-of-the-art results.
Contribution
It defines the stepwise summarization task, designs the SSG adversarial model, and creates a large-scale dataset for evaluation, advancing incremental summarization research.
Findings
SSG achieves state-of-the-art performance on the new dataset.
The model effectively maintains coherence in multi-step summaries.
Ablation studies confirm the importance of each module.
Abstract
Nowadays, neural text generation has made tremendous progress in abstractive summarization tasks. However, most of the existing summarization models take in the whole document all at once, which sometimes cannot meet the needs in practice. Practically, social text streams such as news events and tweets keep growing from time to time, and can only be fed to the summarization system step by step. Hence, in this paper, we propose the task of Stepwise Summarization, which aims to generate a new appended summary each time a new document is proposed. The appended summary should not only summarize the newly added content but also be coherent with the previous summary, to form an up-to-date complete summary. To tackle this challenge, we design an adversarial learning model, named Stepwise Summary Generator (SSG). First, SSG selectively processes the new document under the guidance of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Natural Language Processing Techniques
