Structure-Infused Copy Mechanisms for Abstractive Summarization
Kaiqiang Song, Lin Zhao, Fei Liu

TL;DR
This paper introduces structure-infused copy mechanisms that incorporate source sentence dependency structures into seq2seq models to improve the preservation of important words and relations in abstractive summarization.
Contribution
It presents a novel method that combines syntactic dependency information with copy mechanisms to enhance summarization quality.
Findings
Improved preservation of key words and relations in summaries.
Outperforms state-of-the-art summarization methods.
Effective integration of syntactic information enhances summary quality.
Abstract
Seq2seq learning has produced promising results on summarization. However, in many cases, system summaries still struggle to keep the meaning of the original intact. They may miss out important words or relations that play critical roles in the syntactic structure of source sentences. In this paper, we present structure-infused copy mechanisms to facilitate copying important words and relations from the source sentence to summary sentence. The approach naturally combines source dependency structure with the copy mechanism of an abstractive sentence summarizer. Experimental results demonstrate the effectiveness of incorporating source-side syntactic information in the system, and our proposed approach compares favorably to state-of-the-art methods.
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.
Code & Models
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
