HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

SummaReranker: A Multi-Task Mixture-of-Experts Re-ranking Framework for Abstractive Summarization

Mathieu Ravaut Shafiq Joty Nancy F. Chen

SummaReranker: A Multi-Task Mixture-of-Experts Re-ranking Framework for Abstractive Summarization

Abstract

Sequence-to-sequence neural networks have recently achieved great success in abstractive summarization, especially through fine-tuning large pre-trained language models on the downstream dataset. These models are typically decoded with beam search to generate a unique summary. However, the search space is very large, and with the exposure bias, such decoding is not optimal. In this paper, we show that it is possible to directly train a second-stage model performing re-ranking on a set of summary candidates. Our mixture-of-experts SummaReranker learns to select a better candidate and consistently improves the performance of the base model. With a base PEGASUS, we push ROUGE scores by 5.44% on CNN-DailyMail (47.16 ROUGE-1), 1.31% on XSum (48.12 ROUGE-1) and 9.34% on Reddit TIFU (29.83 ROUGE-1), reaching a new state-of-the-art. Our code and checkpoints will be available at https://github.com/ntunlp/SummaReranker.

Code Repositories

ntunlp/summareranker
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
abstractive-text-summarization-on-cnn-dailyPEGASUS + SummaReranker
ROUGE-1: 47.16
ROUGE-2: 22.61
ROUGE-L: 43.87
document-summarization-on-cnn-daily-mailPEGASUS + SummaReranker
ROUGE-1: 47.16
ROUGE-2: 22.55
ROUGE-L: 43.87
text-summarization-on-reddit-tifuPEGASUS + SummaReranker
ROUGE-1: 29.83
ROUGE-2: 9.5
ROUGE-L: 23.47
text-summarization-on-x-sumPEGASUS + SummaReranker
ROUGE-1: 48.12
ROUGE-2: 24.95
ROUGE-L: 40.00

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
SummaReranker: A Multi-Task Mixture-of-Experts Re-ranking Framework for Abstractive Summarization | Papers | HyperAI