paper-with-me

홈 › Papers

Unsupervised Summarization Re-ranking

2022-12-19 · Mathieu Ravaut, Shafiq Joty, Nancy Chen

With the rise of task-specific pre-training objectives, abstractive summarization models like PEGASUS offer appealing zero-shot performance on downstream summarization tasks. However, the performance of such unsupervised models still lags significantly behind their supervised counterparts. Similarly to the supervised setup, we notice a very high variance in quality among summary candidates from these models while only one candidate is kept as the summary output. In this paper, we propose to re-rank summary candidates in an unsupervised manner, aiming to close the performance gap between unsupervised and supervised models. Our approach improves the unsupervised PEGASUS by up to 7.27% and ChatGPT by up to 6.86% relative mean ROUGE across four widely-adopted summarization benchmarks ; and achieves relative gains of 7.51% (up to 23.73% from XSum to WikiHow) averaged over 30 zero-shot transfer setups (finetuning on a dataset, evaluating on another).

📄 PDF Abstract BibTeX arXiv:2212.09593

Code (2)

ntunlp/summscore 공식 구현 pytorch
ntunlp/summscore-acl-findings-2023 공식 구현 pytorch

Tasks

Abstractive Text SummarizationRe-Ranking

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…

Similar Papers 제목 키워드 기반

An Efficient Coarse-to-Fine Facet-Aware Unsupervised Summarization Framework based on Semantic Blocks

2022-08-17 · COLING 2022 10 · Xinnian Liang, Jing Li, Shuangzhi Wu, Jiali Zeng 외

Unsupervised summarization methods have achieved remarkable results by incorporating representations from pre-trained language models. However, existing methods fail to consider efficiency and effectiveness at the same t…

Document Summarization

GUSUM: Graph-Based Unsupervised Summarization using Sentence-BERT and Sentence Features

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Unsupervised extractive document summarization aims to extract salient sentences from a document without requiring a labelled corpus. In existing graph-based methods, vertex and edge weights are mostly created by calcula…

Document SummarizationExtractive Document SummarizationExtractive Text SummarizationGraph Ranking+5

Bipartite Graph Pre-training for Unsupervised Extractive Summarization with Graph Convolutional Auto-Encoders

2023-10-29 · Qianren Mao, Shaobo Zhao, Jiarui Li, Xiaolei Gu 외

Pre-trained sentence representations are crucial for identifying significant sentences in unsupervised document extractive summarization. However, the traditional two-step paradigm of pre-training and sentence-ranking, c…

Extractive SummarizationSentenceSentence EmbeddingsUnsupervised Extractive Summarization

Unsupervised Summarization for Chat Logs with Topic-Oriented Ranking and Context-Aware Auto-Encoders

2020-12-14 · Yicheng Zou, Jun Lin, Lujun Zhao, Yangyang Kang 외

Automatic chat summarization can help people quickly grasp important information from numerous chat messages. Unlike conventional documents, chat logs usually have fragmented and evolving topics. In addition, these logs …

DenoisingDiversityTopic coverage

Centrality Meets Centroid: A Graph-based Approach for Unsupervised Document Summarization

2021-03-29 · Haopeng Zhang, Jiawei Zhang

Unsupervised document summarization has re-acquired lots of attention in recent years thanks to its simplicity and data independence. In this paper, we propose a graph-based unsupervised approach for extractive document …

Document SummarizationExtractive Document SummarizationSentence