Faithful to the Original: Fact Aware Neural Abstractive Summarization
Ziqiang Cao, Furu Wei, Wenjie Li, Sujian Li

TL;DR
This paper introduces a fact-aware neural abstractive summarization model that significantly reduces fake facts in summaries by leveraging open information extraction and dependency parsing, while also improving informativeness.
Contribution
It proposes a dual-attention sequence-to-sequence framework conditioned on extracted fact descriptions to enhance faithfulness in neural summarization.
Findings
Fake facts reduced by 80% in summaries.
Model improves informativeness through fact condensation.
Demonstrates effectiveness on Gigaword dataset.
Abstract
Unlike extractive summarization, abstractive summarization has to fuse different parts of the source text, which inclines to create fake facts. Our preliminary study reveals nearly 30% of the outputs from a state-of-the-art neural summarization system suffer from this problem. While previous abstractive summarization approaches usually focus on the improvement of informativeness, we argue that faithfulness is also a vital prerequisite for a practical abstractive summarization system. To avoid generating fake facts in a summary, we leverage open information extraction and dependency parse technologies to extract actual fact descriptions from the source text. The dual-attention sequence-to-sequence framework is then proposed to force the generation conditioned on both the source text and the extracted fact descriptions. Experiments on the Gigaword benchmark dataset demonstrate that our…
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
