Abstractive Summarization with Combination of Pre-trained Sequence-to-Sequence and Saliency Models
Itsumi Saito, Kyosuke Nishida, Kosuke Nishida, Junji Tomita

TL;DR
This paper explores combining saliency models with pre-trained sequence-to-sequence models to improve abstractive summarization, demonstrating that such integration enhances performance over standard fine-tuning methods.
Contribution
It introduces a novel combination model that integrates saliency detection with seq-to-seq models, achieving superior results on benchmark datasets.
Findings
Combination models outperform simple fine-tuned seq-to-seq models.
The proposed model exceeds previous best by 1.33 ROUGE-L points on CNN/DM.
Most models outperform baseline on both datasets.
Abstract
Pre-trained sequence-to-sequence (seq-to-seq) models have significantly improved the accuracy of several language generation tasks, including abstractive summarization. Although the fluency of abstractive summarization has been greatly improved by fine-tuning these models, it is not clear whether they can also identify the important parts of the source text to be included in the summary. In this study, we investigated the effectiveness of combining saliency models that identify the important parts of the source text with the pre-trained seq-to-seq models through extensive experiments. We also proposed a new combination model consisting of a saliency model that extracts a token sequence from a source text and a seq-to-seq model that takes the sequence as an additional input text. Experimental results showed that most of the combination models outperformed a simple fine-tuned seq-to-seq…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
