paper-with-me

Papers

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 training data, and automatically generated erroneous summaries, as negative training data, to train summarization systems that are better at distinguishing between them. We further design four types of strategies for creating negative samples, to resemble errors made commonly by two state-of-the-art models, BART and PEGASUS, found in our new human annotations of summary errors. Experiments on XSum and CNN/Daily Mail show that our contrastive learning framework is robust across datasets and models. It consistently produces more factual summaries than strong comparisons with post error correction, entailment-based reranking, and unlikelihood training, according to QA-based factuality evaluation. Human judges echo the observation and find that our model summaries correct more errors.

📄 PDF Abstract BibTeX arXiv:2109.09209

Code (3)

makcedward/nlpaug 공식 구현 tf
2023-MindSpore-1/ms-code-17/tree/main/CLIFF mindspore
MindSpore-paper-code-3/code6/tree/main/CLIFF mindspore

Tasks

Abstractive Text SummarizationArticlesContrastive LearningReranking

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
PEGASUS PEGASUS proposes a transformer-based model for abstractive summarization. It uses a special self-supervised pre-training objective called gap-sentences generation (GSG) that's…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Contrastive Learning 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Evaluating the Tradeoff Between Abstractiveness and Factuality in Abstractive Summarization

2021-08-05 · Markus Dreyer, Mengwen Liu, Feng Nan, Sandeep Atluri 외

Neural models for abstractive summarization tend to generate output that is fluent and well-formed but lacks semantic faithfulness, or factuality, with respect to the input documents. In this paper, we analyze the tradeo…

Abstractive Text Summarization

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

CO2Sum:Contrastive Learning for Factual-Consistent Abstractive Summarization

2021-12-02 · Wei Liu, Huanqin Wu, Wenjing Mu, Zhen Li 외

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 factu…

Abstractive Text SummarizationContrastive LearningDecoder

Improving Factuality of Abstractive Summarization without Sacrificing Summary Quality

2023-05-24 · Tanay Dixit, Fei Wang, Muhao Chen

Improving factual consistency of abstractive summarization has been a widely studied topic. However, most of the prior works on training factuality-aware models have ignored the negative effect it has on summary quality.…

Abstractive Text SummarizationContrastive Learning

On Faithfulness and Factuality in Abstractive Summarization

2020-05-02 · ACL 2020 6 · Joshua Maynez, Shashi Narayan, Bernd Bohnet, Ryan Mcdonald

It is well known that the standard likelihood training and approximate decoding objectives in neural text generation models lead to less human-like responses for open-ended tasks such as language modeling and story gener…

Abstractive Text SummarizationDocument SummarizationLanguage ModelingLanguage Modelling+3