通过微调PEGASUS优化抽象式摘要生成 / Optimizing Abstractive Summarization With Fine-Tuned PEGASUS
1️⃣ 一句话总结
本文通过对PEGASUS模型进行微调,在XL-Sum英文数据集上实现了比基线mT5模型更优的摘要生成效果,并在ROUGE评分指标上取得了显著提升,尤其在捕捉关键短语的ROUGE-2分数上提高了15%。
Abstractive text summarization is the technique of generating a short and concise summary comprising the salient ideas of a source text without making a subset of the salient sentences from the source text. The introduction of transformer models such as BART, T5, and PEGASUS has made this sort of summarization process more efficient and accurate. The objective of this paper is to fine-tune PEGASUS on the XL-Sum English corpus to achieve a better performance compared to the baseline mT5 model. The performance of the generated summaries from the fine-tuned model is evaluated using the ROUGE metric, which basically compares the auto-generated summaries with human-created summaries. To the best of our knowledge, the results from our fine-tuned PEGASUS model give a state-of-the-art performance on the XL-Sum English Corpus. To quantify the improvement, there is a 4.04% improvement in the ROUGE-1 score, a 15.25% increase in the ROUGE-2 score, and a 3.39% improvement in the ROUGE-L score from the baseline model.
通过微调PEGASUS优化抽象式摘要生成 / Optimizing Abstractive Summarization With Fine-Tuned PEGASUS
本文通过对PEGASUS模型进行微调,在XL-Sum英文数据集上实现了比基线mT5模型更优的摘要生成效果,并在ROUGE评分指标上取得了显著提升,尤其在捕捉关键短语的ROUGE-2分数上提高了15%。
源自 arXiv: 2606.25462