[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-135467-en":3,"doc-seo-135467-105":31,"detail-sidebar-cat-0-en-105":92},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":28,"seo_description":14,"update_tm":29,"read_time":30},135467,1374391974468,"Eden","https://ap-avatar.wpscdn.com/davatar_29158cc5080c5b710cf443261637dec0",8,"Research & Report","Unsupervised Summarization Re-ranking - A Study on Candidate Re-ranking for Unsupervised Abstract Summaries","Unsupervised abstractive summarization models such as PEGASUS deliver appealing zero-shot results, yet their output quality varies widely across generated candidates and remains far behind supervised approaches. This paper introduces an unsupervised re-ranking strategy that selects the best summary candidate without additional labeled training, aiming to reduce the performance gap. Experiments show improved ROUGE relative to the unsupervised PEGASUS baseline and ChatGPT across multiple benchmarks, with gains averaged over many zero-shot transfer setups.","Unsupervised Summarization Re-ranking  \nMathieu Ravaut 1 , 2 , Shafiq Joty∗1 , 3 Nancy F. Chen2  \n1 Nanyang Technological University, Singapore  \n2 Institute of Infocomm Research (I2R), A∗ STAR, Singapore  \n3 Salesforce AI  \n{mathieuj001@e.ntu, [srjoty@ntu}.edu.sg](srjoty@ntu}.edu.sg)[ ](srjoty@ntu}.edu.sg)[nfychen@i2r.a-star.edu.sg](nfychen@i2r.a-star.edu.sg)  \nAbstract  \nWith 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 ;  \nand achieves relative gains of 7.51%(up to 23.73% from XSum to WikiHow) averagedover 30 zero-shot transfer setups (finetuning on a dataset, evaluating on another) .1  \n1 Introduction  \nTransformer-based encoder-decoder language models have achieved great success in abstractive summarization in the last few years, and produce fluent summaries which can be quite abstractive (Raffelet al., 2019 ; Lewis et al., 2020 ; Zhang et al., 2020) . These models follow the pre-train then fine-tune paradigm: they are first pre-trained with a selfsupervised objective on a large text corpus; then they are fine-tuned on the downstream dataset of interest, using the available supervision, which maybe very scarce. Finding a better pre-training objective remains an active research area. Some models like T5 (Raffel et al., 2019) and BART (Lewis et al., 2020) adopt a more general language modeling objective (e.g., masked span generation), while  \n*  \nWork done when the author was on leave from NTU.  \n1Code for all experiments are available at [https://](https://)[ ](https://)[github.com/ntunlp/SummScore](github.com/ntunlp/SummScore).  \n\n| Generation method | Summary candidate | R-1 | R-2 | R-L |\n| --- | --- | --- | --- | --- |\n| Beam search | First (top beam) | 35.47 | 13.89 | 31.61 |\n|  | Random | 34.89 | 13.46 | 31.22 |\n|  | Minimum | 26.64 | 7.68 | 23.18 |\n|  | Maximum (oracle) | 42.62 | 19.76 | 38.75 |\n| Diverse beam search | First | 34.35 | 13.02 | 30.65 |\n|  | Random | 31.73 | 11.22 | 28.4 |\n|  | Minimum | 21.25 | 4.45 | 18.61 |\n|  | Maximum (oracle) | 41.87 | 19.29 | 38.22 |\n| Nucleus sampling | First | 32.14 | 11.29 | 28.66 |\n|  | Random | 32.12 | 11.29 | 28.64 |\n|  | Minimum | 24.09 | 6.49 | 21.19 |\n|  | Maximum (oracle) | 40.19 | 17.47 | 36.43 |\n\nTable 1: ROUGE results with PEGASUS (unsupervised) on CNN/DM test set, for three generation methods to produce 20 summary candidates, and four candidate selection strategies. R-1, R-2, R-L stands for ROUGE-1/2/L.  \nothers like PEGASUS (Zhang et al., 2020) or TED (Yang et al., 2020) are pre-trained specifically for the task of summarizing a document. PEGASUS uses salient sentences of the document as a proxy summary label, while TED leverages the lead bias to get the pseudo-summary target.  \nDespite the impressive success on supervised abstractive summarization tasks, unsupervised summarization remains very challenging. The LEAD-3 (extractive) baseline which simply takes the first three sentences of a document as its summary, remains far ahead of unsupervised approaches on several news summarization datasets (See et al., 2017), especially the popular CNN/DM dataset (Hermann et al., 2015) . In fact, it was only improved on by supervised abstractive models not more than five years ago (Narayan et al., 2018) . It is expected that a model which has never ","cbCaimxmJ7NRfplG","https://ap.wps.com/l/cbCaimxmJ7NRfplG","pdf",8962027,4,1,36,"English","en",105,"# Abstract\n# Introduction","[{\"question\":\"Why do unsupervised summarization models need re-ranking?\",\"answer\":\"Unsupervised models generate many summary candidates, but quality varies greatly while only one candidate is retained. Re-ranking helps pick better candidates without relying on supervision.\"},{\"question\":\"What does the proposed approach optimize in the unsupervised setting?\",\"answer\":\"The method re-ranks summary candidates using an unsupervised procedure, with the goal of narrowing the gap between unsupervised and supervised summarization performance.\"},{\"question\":\"How is effectiveness measured in the experiments?\",\"answer\":\"Performance is evaluated using ROUGE metrics (ROUGE-1/2/L) across several widely used summarization benchmarks and many zero-shot transfer setups.\"}]","Unsupervised Summarization Re-ranking - A Study on Candidate Re-ranking for Unsupervised Abstract Summaries | PDF",1787312877,91,{"code":4,"msg":32,"data":33},"ok",{"site_id":25,"language":24,"slug":34,"title":13,"keywords":35,"description":14,"schema_data":36,"social_meta":87,"head_meta":89,"extra_data":91,"updated_unix":29},"unsupervised-summarization-re-ranking-a-study-on-candidate-re-ranking-for-unsupervised-abstract-summaries","",{"@graph":37,"@context":86},[38,54,69],{"@type":39,"itemListElement":40},"BreadcrumbList",[41,45,49,52],{"item":42,"name":43,"@type":44,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":46,"name":47,"@type":44,"position":48},"https://docshare.wps.com/document/","Document",2,{"item":50,"name":12,"@type":44,"position":51},"https://docshare.wps.com/document/research-report/",3,{"item":53,"name":13,"@type":44,"position":20},"https://docshare.wps.com/document/unsupervised-summarization-re-ranking-a-study-on-candidate-re-ranking-for-unsupervised-abstract-summaries/135467/",{"url":53,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":24,"description":14,"dateModified":62,"datePublished":63,"encodingFormat":61,"isAccessibleForFree":64,"interactionStatistic":65},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":42,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-09-02","2026-08-21",true,{"@type":66,"interactionType":67,"userInteractionCount":20},"InteractionCounter",{"@type":68},"ViewAction",{"@type":70,"mainEntity":71},"FAQPage",[72,78,82],{"name":73,"@type":74,"acceptedAnswer":75},"Why do unsupervised summarization models need re-ranking?","Question",{"text":76,"@type":77},"Unsupervised models generate many summary candidates, but quality varies greatly while only one candidate is retained. Re-ranking helps pick better candidates without relying on supervision.","Answer",{"name":79,"@type":74,"acceptedAnswer":80},"What does the proposed approach optimize in the unsupervised setting?",{"text":81,"@type":77},"The method re-ranks summary candidates using an unsupervised procedure, with the goal of narrowing the gap between unsupervised and supervised summarization performance.",{"name":83,"@type":74,"acceptedAnswer":84},"How is effectiveness measured in the experiments?",{"text":85,"@type":77},"Performance is evaluated using ROUGE metrics (ROUGE-1/2/L) across several widely used summarization benchmarks and many zero-shot transfer setups.","https://schema.org",{"og:url":53,"og:type":88,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":90,"canonical":53},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":93},[94,98,102,106,111,116,121,124,129,132,136],{"id":21,"doc_module":4,"doc_module_name":47,"category_name":95,"show_sort_weight":96,"slug":97},"Story & Novel",90,"story-novel",{"id":48,"doc_module":4,"doc_module_name":47,"category_name":99,"show_sort_weight":100,"slug":101},"Literature",80,"literature",{"id":20,"doc_module":4,"doc_module_name":47,"category_name":103,"show_sort_weight":104,"slug":105},"Exam",70,"exam",{"id":107,"doc_module":4,"doc_module_name":47,"category_name":108,"show_sort_weight":109,"slug":110},5,"Comic",60,"comic",{"id":112,"doc_module":4,"doc_module_name":47,"category_name":113,"show_sort_weight":114,"slug":115},6,"Technology",50,"technology",{"id":117,"doc_module":4,"doc_module_name":47,"category_name":118,"show_sort_weight":119,"slug":120},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":47,"category_name":12,"show_sort_weight":122,"slug":123},30,"research-report",{"id":125,"doc_module":4,"doc_module_name":47,"category_name":126,"show_sort_weight":127,"slug":128},9,"Religion & Spirituality",20,"religion-spirituality",{"id":127,"doc_module":4,"doc_module_name":47,"category_name":130,"show_sort_weight":127,"slug":131},"World Cup","world-cup",{"id":133,"doc_module":4,"doc_module_name":47,"category_name":134,"show_sort_weight":133,"slug":135},10,"Lifestyle","lifestyle",{"id":137,"doc_module":4,"doc_module_name":47,"category_name":138,"show_sort_weight":107,"slug":139},19,"General","general"]