Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BanditSum: Extractive Summarization as a Contextual Bandit

About

In this work, we propose a novel method for training neural networks to perform single-document extractive summarization without heuristically-generated extractive labels. We call our approach BanditSum as it treats extractive summarization as a contextual bandit (CB) problem, where the model receives a document to summarize (the context), and chooses a sequence of sentences to include in the summary (the action). A policy gradient reinforcement learning algorithm is used to train the model to select sequences of sentences that maximize ROUGE score. We perform a series of experiments demonstrating that BanditSum is able to achieve ROUGE scores that are better than or comparable to the state-of-the-art for extractive summarization, and converges using significantly fewer update steps than competing approaches. In addition, we show empirically that BanditSum performs significantly better than competing approaches when good summary sentences appear late in the source document.

Yue Dong, Yikang Shen, Eric Crawford, Herke van Hoof, Jackie Chi Kit Cheung• 2018

Related benchmarks

TaskDatasetResultRank
SummarizationCNN/Daily Mail original, non-anonymized (test)
ROUGE-141.5
54
Extractive SummarizationCNN/Daily Mail (test)
ROUGE-141.5
36
SummarizationCNNDM full-length F1 (test)
ROUGE-141.5
19
Extractive SummarizationCNN-DM (test)
ROUGE-141.5
18
Extractive SummarizationCNN/DailyMail anonymized (test)
ROUGE-141.5
8
Extractive SummarizationCNN full-length F1 (test)
ROUGE-130.7
4
Extractive SummarizationDaily Mail full-length F1 (test)
ROUGE-142.1
4
Showing 7 of 7 rows

Other info

Code

Follow for update