SOTAVerified

A Divide-and-Conquer Approach to the Summarization of Long Documents

2020-04-13Code Available1· sign in to hype

Alexios Gidiotis, Grigorios Tsoumakas

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present a novel divide-and-conquer method for the neural summarization of long documents. Our method exploits the discourse structure of the document and uses sentence similarity to split the problem into an ensemble of smaller summarization problems. In particular, we break a long document and its summary into multiple source-target pairs, which are used for training a model that learns to summarize each part of the document separately. These partial summaries are then combined in order to produce a final complete summary. With this approach we can decompose the problem of long document summarization into smaller and simpler problems, reducing computational complexity and creating more training examples, which at the same time contain less noise in the target summaries compared to the standard approach. We demonstrate that this approach paired with different summarization models, including sequence-to-sequence RNNs and Transformers, can lead to improved summarization performance. Our best models achieve results that are on par with the state-of-the-art in two two publicly available datasets of academic articles.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Arxiv HEP-TH citation graphDANCER PEGASUSROUGE-145.01Unverified
Arxiv HEP-TH citation graphDANCER RUMROUGE-142.7Unverified
Arxiv HEP-TH citation graphDANCER LSTMROUGE-141.87Unverified
PubmedDANCER PEGASUSROUGE-146.34Unverified
PubmedDANCER LSTMROUGE-144.09Unverified
PubmedDANCER RUMROUGE-143.98Unverified

Reproductions