HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

BanditSum: Extractive Summarization as a Contextual Bandit

Yue Dong; Yikang Shen; Eric Crawford; Herke van Hoof; Jackie Chi Kit Cheung

BanditSum: Extractive Summarization as a Contextual Bandit

Abstract

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.

Code Repositories

yuedongP/BanditSum
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
extractive-document-summarization-on-cnnBanditSum
ROUGE-1: 41.5
ROUGE-2: 18.7
ROUGE-L: 37.6

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
BanditSum: Extractive Summarization as a Contextual Bandit | Papers | HyperAI