CLJul 13, 2022

A General Contextualized Rewriting Framework for Text Summarization

arXiv:2207.05948v19 citationsh-index: 60
Originality Incremental advance
AI Analysis

This work addresses the issue of context loss in text summarization for NLP applications, representing an incremental advance over existing rewriting methods.

The paper tackled the problem of extractive summarization losing context by proposing a contextualized rewriting framework that uses the entire document and summary context, achieving significant improvements in ROUGE scores over non-contextualized systems.

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.

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