paper-with-me

Papers

CO2Sum:Contrastive Learning for Factual-Consistent Abstractive Summarization

2021-12-02 · Wei Liu, Huanqin Wu, Wenjing Mu, Zhen Li, Tao Chen, Dan Nie

Generating factual-consistent summaries is a challenging task for abstractive summarization. Previous works mainly encode factual information or perform post-correct/rank after decoding. In this paper, we provide a factual-consistent solution from the perspective of contrastive learning, which is a natural extension of previous works. We propose CO2Sum (Contrastive for Consistency), a contrastive learning scheme that can be easily applied on sequence-to-sequence models for factual-consistent abstractive summarization, proving that the model can be fact-aware without modifying the architecture. CO2Sum applies contrastive learning on the encoder, which can help the model be aware of the factual information contained in the input article, or performs contrastive learning on the decoder, which makes the model to generate factual-correct output summary. What's more, these two schemes are orthogonal and can be combined to further improve faithfulness. Comprehensive experiments on public benchmarks demonstrate that CO2Sum improves the faithfulness on large pre-trained language models and reaches competitive results compared to other strong factual-consistent summarization baselines.

📄 PDF Abstract BibTeX arXiv:2112.01147

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationContrastive LearningDecoder

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Improving Factuality of Abstractive Summarization via Contrastive Reward Learning

2023-07-10 · I-Chun Chern, Zhiruo Wang, Sanjan Das, Bhavuk Sharma 외

Modern abstractive summarization models often generate summaries that contain hallucinated or contradictory information. In this paper, we propose a simple but effective contrastive learning framework that incorporates r…

Abstractive Text SummarizationContrastive Learning

CLIFF: Contrastive Learning for Improving Faithfulness and Factuality in Abstractive Summarization

2021-09-19 · EMNLP 2021 11 · Shuyang Cao, Lu Wang

We study generating abstractive summaries that are faithful and factually consistent with the given articles. A novel contrastive learning formulation is presented, which leverages both reference summaries, as positive t…

Abstractive Text SummarizationArticlesContrastive LearningReranking

Entity-level Factual Adaptiveness of Fine-tuning based Abstractive Summarization Models

2024-02-23 · Jongyoon Song, Nohil Park, Bongkyu Hwang, Jaewoong Yun 외

Abstractive summarization models often generate factually inconsistent content particularly when the parametric knowledge of the model conflicts with the knowledge in the input document. In this paper, we analyze the rob…

Abstractive Text SummarizationContrastive LearningcounterfactualData Augmentation

Improving Factual Consistency of Abstractive Summarization on Customer Feedback

2021-06-30 · ACL (ECNLP) 2021 8 · Yang Liu, Yifei Sun, Vincent Gao

E-commerce stores collect customer feedback to let sellers learn about customer concerns and enhance customer order experience. Because customer feedback often contains redundant information, a concise summary of the fee…

Abstractive Text SummarizationText Summarization

Constrained Abstractive Summarization: Preserving Factual Consistency with Constrained Generation

2020-10-24 · Yuning Mao, Xiang Ren, Heng Ji, Jiawei Han

Despite significant progress, state-of-the-art abstractive summarization methods are still prone to hallucinate content inconsistent with the source document. In this paper, we propose Constrained Abstractive Summarizati…

Abstractive Text SummarizationKeyphrase Extraction