paper-with-me

홈 › Papers

Summ^N: A Multi-Stage Summarization Framework for Long Input Dialogues and Documents

2021-10-16 · ACL 2022 5 · Yusen Zhang, Ansong Ni, Ziming Mao, Chen Henry Wu, Chenguang Zhu, Budhaditya Deb, Ahmed H. Awadallah, Dragomir Radev, Rui Zhang

Text summarization helps readers capture salient information from documents, news, interviews, and meetings. However, most state-of-the-art pretrained language models (LM) are unable to efficiently process long text for many summarization tasks. In this paper, we propose Summ$^N$, a simple, flexible, and effective multi-stage framework for input texts that are longer than the maximum context length of typical pretrained LMs. Summ$^N$ first splits the data samples and generates a coarse summary in multiple stages and then produces the final fine-grained summary based on it. Our framework can process input text of arbitrary length by adjusting the number of stages while keeping the LM input size fixed. Moreover, it can deal with both single-source documents and dialogues, and it can be used on top of different backbone abstractive summarization models. To the best of our knowledge, Summ$^N$ is the first multi-stage split-then-summarize framework for long input summarization. Our experiments demonstrate that Summ$^N$ outperforms previous state-of-the-art methods by improving ROUGE scores on three long meeting summarization datasets AMI, ICSI, and QMSum, two long TV series datasets from SummScreen, and a long document summarization dataset GovReport. Our data and code are available at https://github.com/psunlpgroup/Summ-N.

📄 PDF Abstract BibTeX arXiv:2110.10150

Code (2)

chatc/summ-n 공식 구현
psunlpgroup/summ-n 공식 구현 pytorch

Tasks

Abstractive Text SummarizationDocument SummarizationMeeting SummarizationText Summarization

Similar Papers 제목 키워드 기반

Summ$^N$: A Multi-Stage Summarization Framework for Long Input Dialogues and Documents

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Text summarization helps readers capture salient information from documents, news, interviews, and meetings. However, most state-of-the-art pretrained language models (LM) are unable to efficiently process long text for …

Abstractive Text SummarizationDocument SummarizationMeeting SummarizationText Summarization

A Novel LLM-based Two-stage Summarization Approach for Long Dialogues

2024-10-09 · Yuan-Jhe Yin, Bo-Yu Chen, Berlin Chen

Long document summarization poses a significant challenge in natural language processing due to input lengths that exceed the capacity of most state-of-the-art pre-trained language models. This study proposes a hierarchi…

Abstractive Text SummarizationDocument Summarization

An Efficient Coarse-to-Fine Facet-Aware Unsupervised Summarization Framework based on Semantic Blocks

2022-08-17 · COLING 2022 10 · Xinnian Liang, Jing Li, Shuangzhi Wu, Jiali Zeng 외

Unsupervised summarization methods have achieved remarkable results by incorporating representations from pre-trained language models. However, existing methods fail to consider efficiency and effectiveness at the same t…

Document Summarization

Dense Video Captioning using Graph-based Sentence Summarization

2025-06-25 · Zhiwang Zhang, Dong Xu, Wanli Ouyang, Luping Zhou

Recently, dense video captioning has made attractive progress in detecting and captioning all events in a long untrimmed video. Despite promising results were achieved, most existing methods do not sufficiently explore t…

Dense Video CaptioningSentenceSentence SummarizationVideo Captioning

The CreativeSumm 2022 Shared Task: A Two-Stage Summarization Model using Scene Attributes

2022-10-01 · COLING (CreativeSumm) 2022 10 · Eunchong Kim, Taewoo Yoo, Gunhee Cho, Suyoung Bae 외

In this paper, we describe our work for the CreativeSumm 2022 Shared Task, Automatic Summarization for Creative Writing. The task is to summarize movie scripts, which is challenging due to their long length and complex f…

Extractive Summarization