CLJun 19, 2021

A Condense-then-Select Strategy for Text Summarization

arXiv:2106.10468v11 citations
Originality Incremental advance
AI Analysis

This addresses a limitation in hybrid summarization frameworks for NLP applications, though it is incremental.

The paper tackles the problem of salient information loss in select-then-compress text summarization by proposing a condense-then-select framework, which outperforms baselines on CNN/DailyMail, DUC-2002, and Pubmed datasets.

Select-then-compress is a popular hybrid, framework for text summarization due to its high efficiency. This framework first selects salient sentences and then independently condenses each of the selected sentences into a concise version. However, compressing sentences separately ignores the context information of the document, and is therefore prone to delete salient information. To address this limitation, we propose a novel condense-then-select framework for text summarization. Our framework first concurrently condenses each document sentence. Original document sentences and their compressed versions then become the candidates for extraction. Finally, an extractor utilizes the context information of the document to select candidates and assembles them into a summary. If salient information is deleted during condensing, the extractor can select an original sentence to retain the information. Thus, our framework helps to avoid the loss of salient information, while preserving the high efficiency of sentence-level compression. Experiment results on the CNN/DailyMail, DUC-2002, and Pubmed datasets demonstrate that our framework outperforms the select-then-compress framework and other strong baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes