CLOct 6, 2020

Stepwise Extractive Summarization and Planning with Structured Transformers

arXiv:2010.02744v1998 citations
Originality Incremental advance
AI Analysis

This work addresses content planning for summarization and generation tasks, offering a general-purpose method that is incremental in improving efficiency and performance.

The authors tackled extractive summarization and content planning by proposing stepwise models using structured transformers, achieving state-of-the-art Rouge scores on CNN/DailyMail and surpassing previous metrics on Rotowire table-to-text generation.

We propose encoder-centric stepwise models for extractive summarization using structured transformers -- HiBERT and Extended Transformers. We enable stepwise summarization by injecting the previously generated summary into the structured transformer as an auxiliary sub-structure. Our models are not only efficient in modeling the structure of long inputs, but they also do not rely on task-specific redundancy-aware modeling, making them a general purpose extractive content planner for different tasks. When evaluated on CNN/DailyMail extractive summarization, stepwise models achieve state-of-the-art performance in terms of Rouge without any redundancy aware modeling or sentence filtering. This also holds true for Rotowire table-to-text generation, where our models surpass previously reported metrics for content selection, planning and ordering, highlighting the strength of stepwise modeling. Amongst the two structured transformers we test, stepwise Extended Transformers provides the best performance across both datasets and sets a new standard for these challenges.

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