paper-with-me

홈 › Papers

Write Summary Step-by-Step: A Pilot Study of Stepwise Summarization

2024-06-08 · Xiuying Chen, Shen Gao, Mingzhe Li, Qingqing Zhu, Xin Gao, Xiangliang Zhang

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 previous summary, obtaining polished document representation. Next, SSG generates the summary considering both the previous summary and the document. Finally, a convolutional-based discriminator is employed to determine whether the newly generated summary is coherent with the previous summary. For the experiment, we extend the traditional two-step update summarization setting to a multi-step stepwise setting, and re-propose a large-scale stepwise summarization dataset based on a public story generation dataset. Extensive experiments on this dataset show that SSG achieves state-of-the-art performance in terms of both automatic metrics and human evaluations. Ablation studies demonstrate the effectiveness of each module in our framework. We also discuss the benefits and limitations of recent large language models on this task.

📄 PDF Abstract BibTeX arXiv:2406.05361

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationStory GenerationText Generation

Similar Papers 제목 키워드 기반

Background Summarization of Event Timelines

2023-10-24 · Adithya Pratapa, Kevin Small, Markus Dreyer

Generating concise summaries of news events is a challenging natural language processing task. While journalists often curate timelines to highlight key sub-events, newcomers to a news event face challenges in catching u…

News SummarizationQuestion Answering

Headnote Prediction Using Machine Learning

2021-09-01 · The International Arab Journal of Information Technology 2021 9 · Sarmad Mahar1, Sahar Zafar2, and Kamran Nishat1

Headnotes are the precise explanation and summary of legal points in an issued judgment. Law journals hire experienced lawyers to write these headnotes. These headnotes help the reader quickly determine the issue discuss…

Active LearningBIG-bench Machine LearningPredictiontext-classification+2

Do It For Me vs. Do It With Me: Investigating User Perceptions of Different Paradigms of Automation in Copilots for Feature-Rich Software

2025-04-22 · Anjali Khurana, Xiaotian Su, April Yi Wang, Parmit K Chilana

Large Language Model (LLM)-based in-application assistants, or copilots, can automate software tasks, but users often prefer learning by doing, raising questions about the optimal level of automation for an effective use…

Language ModelingLanguage ModellingLarge Language Model

Two-step Input Spatial Auditory BCI for Japanese Kana Characters

2015-03-10

We present an auditory stimulus optimization and a pilot study of a two-step input speller application combined with a spatial auditory brain-computer interface (saBCI) for paralyzed users. The application has been devel…

Brain Computer InterfaceEEGElectroencephalogram (EEG)ERP+1

Slipstream: Trajectory-Grounded Compaction Validation for Long-Horizon Agents

2026-05-09 · Zhuofu Chen, Rui Pan, Yinwei Dai, Ravi Netravali arxiv

To cope with the large contexts that long-horizon LLM agents produce, modern frameworks increasingly rely on compaction -- invoking an LLM to rewrite the accumulated trajectory into a shorter summary that the agent resum…