paper-with-me

Papers

Sequence Level Contrastive Learning for Text Summarization

2021-09-08 · Shusheng Xu, Xingxing Zhang, Yi Wu, Furu Wei

Contrastive learning models have achieved great success in unsupervised visual representation learning, which maximize the similarities between feature representations of different views of the same image, while minimize the similarities between feature representations of views of different images. In text summarization, the output summary is a shorter form of the input document and they have similar meanings. In this paper, we propose a contrastive learning model for supervised abstractive text summarization, where we view a document, its gold summary and its model generated summaries as different views of the same mean representation and maximize the similarities between them during training. We improve over a strong sequence-to-sequence text generation model (i.e., BART) on three different summarization datasets. Human evaluation also shows that our model achieves better faithfulness ratings compared to its counterpart without contrastive objectives.

📄 PDF Abstract BibTeX arXiv:2109.03481

Code (1)

xssstory/SeqCo 공식 구현 pytorch

Tasks

Abstractive Text SummarizationContrastive LearningRepresentation LearningText GenerationText Summarization

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Enhanced Seq2Seq Autoencoder via Contrastive Learning for Abstractive Text Summarization

2021-08-26 · Chujie Zheng, Kunpeng Zhang, Harry Jiannan Wang, Ling Fan 외

In this paper, we present a denoising sequence-to-sequence (seq2seq) autoencoder via contrastive learning for abstractive text summarization. Our model adopts a standard Transformer-based architecture with a multi-layer …

Abstractive Text SummarizationContrastive LearningDecoderDenoising+2

CoNT: Contrastive Neural Text Generation

2022-05-29 · Chenxin An, Jiangtao Feng, Kai Lv, Lingpeng Kong 외

Recently, contrastive learning attracts increasing interests in neural text generation as a new solution to alleviate the exposure bias problem. It introduces a sequence-level training signal which is crucial to generati…

Code Comment GenerationComment GenerationContrastive LearningData-to-Text Generation+3

Contrastive Attention Mechanism for Abstractive Sentence Summarization

2019-10-29 · IJCNLP 2019 11 · Xiangyu Duan, Hoongfei Yu, Mingming Yin, Min Zhang 외

We propose a contrastive attention mechanism to extend the sequence-to-sequence framework for abstractive sentence summarization task, which aims to generate a brief summary of a given source sentence. The proposed contr…

Abstractive Text SummarizationSentenceSentence SummarizationText Summarization

SimCLS: A Simple Framework for Contrastive Learning of Abstractive Summarization

2021-06-03 · ACL 2021 5 · Yixin Liu, PengFei Liu

In this paper, we present a conceptually simple while empirically powerful framework for abstractive summarization, SimCLS, which can bridge the gap between the learning objective and evaluation metrics resulting from th…

Abstractive Text SummarizationContrastive LearningText GenerationText Summarization

Improving Abstractive Dialogue Summarization with Speaker-Aware Supervised Contrastive Learning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pre-trained models have brought remarkable success on the text summarization task. For dialogue summarization, the subdomain of text summarization, utterances are concatenated to flat text before being processed. As a re…

Abstractive Dialogue SummarizationContrastive LearningText Summarization