paper-with-me

Papers

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

2022-03-13 · ACL 2022 5 · Mathieu Ravaut, Shafiq Joty, Nancy F. Chen

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.

📄 PDF Abstract BibTeX arXiv:2203.06569

Code (1)

ntunlp/summareranker 공식 구현 pytorch

Tasks

Abstractive Text SummarizationDocument SummarizationMixture-of-ExpertsRe-RankingText Summarization

Methods 이 논문이 사용한 방법론

PEGASUS PEGASUS proposes a transformer-based model for abstractive summarization. It uses a special self-supervised pre-training objective called gap-sentences generation (GSG) that's…
BASE 설명 없음

Similar Papers 제목 키워드 기반

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

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Sequence-to-sequence neural networks have recently achieved great success in abstractive summarization, especially with the trend of fine-tuning large pre-trained language models on the downstream dataset. These models a…

Abstractive Text SummarizationMixture-of-ExpertsRe-Ranking

OrdMoE: Preference Alignment via Hierarchical Expert Group Ranking in Multimodal Mixture-of-Experts LLMs

2025-11-24 · Yuting Gao, Weihao Chen, Lan Wang, Ruihan Xu 외 arxiv

Preference learning has recently emerged as a pivotal strategy for post-training alignment of Multimodal Large Language Models (MLLMs). However, existing approaches predominantly rely on external human-annotated preferen…

Recommending what video to watch next: a multitask ranking system

2019-09-10 · RecSys 2019 9 · Zhe Zhao, Lichan Hong, Li Wei, Jilin Chen 외

In this paper, we introduce a large scale multi-objective ranking system for recommending what video to watch next on an industrial video sharing platform. The system faces many real-world challenges, including the prese…

Mixture-of-Experts

Pre-Attention Expert Prediction and Prefetching for Mixture-of-Experts Large Language Models

2025-11-10 · Shien Zhu, Samuel Bohl, Robin Oester, Gustavo Alonso arxiv

Mixture-of-Experts (MoE) Large Language Models (LLMs) efficiently scale-up the model while keeping relatively low inference cost. As MoE models only activate part of the experts, related work has proposed expert predicti…

Distillation-based Scenario-Adaptive Mixture-of-Experts for the Matching Stage of Multi-scenario Recommendation

2025-11-28 · Ruibing Wang, Shuhan Guo, Haotong Du, Quanming Yao arxiv

Multi-scenario recommendation is pivotal for optimizing user experience across diverse contexts. While Multi-gate Mixture-of-Experts (MMOE) thrives in ranking, its transfer to the matching stage is hindered by the blind …

Knowledge Distillation