paper-with-me

Papers

Alleviating Exposure Bias via Contrastive Learning for Abstractive Text Summarization

2021-08-26 · Shichao Sun, Wenjie Li

Encoder-decoder models have achieved remarkable success in abstractive text summarization, which aims to compress one or more documents into a shorter version without the loss of the essential content. Unfortunately, these models mostly suffer a discrepancy between training and inference, i.e., the exposure bias problem. During the training stage, with teacher forcing these models are optimized to maximize the likelihood of the gold summary given the gold summary tokens as input to the decoder, while at inference the given tokens are replaced by the generated tokens. Consequently, low-quality summaries are very likely to be generated. To remedy this problem, we propose to leverage contrastive learning to decrease the likelihood of these low-quality summaries, and meanwhile increase the likelihood of the gold summary. Since our solution expands the states that the model perceives during training, we expect that the exposure bias problem can be alleviated. We experimentally demonstrate that our method effectively improves the performance of the state-of-the-art model on different datasets.

📄 PDF Abstract BibTeX arXiv:2108.11846

Code (1)

shichaosun/conabssum 공식 구현 pytorch

Tasks

Abstractive Text SummarizationContrastive LearningDecoderText Summarization

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Alleviating Exposure Bias via Multi-level Contrastive Learning and Deviation Simulation in Abstractive Summarization

2023-05-03 · ACL 2023 5 · Jiawen Xie, Qi Su, Shaoting Zhang, and Xiaofan Zhang

Most Transformer based abstractive summarization systems have a severe mismatch between training and inference, i.e., exposure bias. From diverse perspectives, we introduce a simple multi-level contrastive learning frame…

Abstractive Text SummarizationContrastive LearningDecoderFew-Shot Learning

BRIDO: Bringing Democratic Order to Abstractive Summarization

2025-02-25 · Junhyun Lee, Harshith Goka, Hyeonmok Ko

Hallucination refers to the inaccurate, irrelevant, and inconsistent text generated from large language models (LLMs). While the LLMs have shown great promise in a variety of tasks, the issue of hallucination still remai…

Abstractive Text SummarizationContrastive LearningHallucinationText Summarization

Discriminative Adversarial Search for Abstractive Summarization

2020-02-24 · ICML 2020 1 · Thomas Scialom, Paul-Alexis Dray, Sylvain Lamprier, Benjamin Piwowarski 외

We introduce a novel approach for sequence decoding, Discriminative Adversarial Search (DAS), which has the desirable properties of alleviating the effects of exposure bias without requiring external metrics. Inspired by…

Abstractive Text SummarizationDomain Adaptation

Give the Truth: Incorporate Semantic Slot into Abstractive Dialogue Summarization

2021-11-01 · Findings (EMNLP) 2021 11 · Lulu Zhao, Weihao Zeng, Weiran Xu, Jun Guo

Abstractive dialogue summarization suffers from a lots of factual errors, which are due to scattered salient elements in the multi-speaker information interaction process. In this work, we design a heterogeneous semantic…

Abstractive Dialogue SummarizationContrastive Learning

A Reinforced Topic-Aware Convolutional Sequence-to-Sequence Model for Abstractive Text Summarization

2018-05-09 · Li Wang, Junlin Yao, Yunzhe Tao, Li Zhong 외

In this paper, we propose a deep learning approach to tackle the automatic summarization tasks by incorporating topic information into the convolutional sequence-to-sequence (ConvS2S) model and using self-critical sequen…

Abstractive Text SummarizationDiversityInformativenessText Summarization