SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2203.06569 · ACL · 2022

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

Shafiq Joty, Nancy Chen, Mathieu Ravaut ♣♢

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
ntunlp/summareranker — 2 of 3
FunctionStatusWhere it lives
MLPExpert Ran ntunlp/summareranker/src/summareranker/model_moe.py
code served (permissive licence) · get_code("878866eeab72e99c")
SparseDispatcher Ran ntunlp/summareranker/src/summareranker/model_moe.py
code served (permissive licence) · get_code("5a2a0e88bb9d17d9")
MoE Not yet run ntunlp/summareranker/src/summareranker/model_moe.py
code served (permissive licence) · get_code("82537626815bab7d")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

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 secondstage 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-theart. Our code and checkpoints will be available at https://github.com/ntunlp/ SummaReranker.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2203.06569")
get_code_for_paper("2203.06569")
have("2203.06569")

Connect an agent — have() is free.