paper-with-me

홈 › Papers

Summary Level Training of Sentence Rewriting for Abstractive Summarization

2019-09-19 · WS 2019 11 · Sanghwan Bae, Taeuk Kim, Jihoon Kim, Sang-goo Lee

As an attempt to combine extractive and abstractive summarization, Sentence Rewriting models adopt the strategy of extracting salient sentences from a document first and then paraphrasing the selected ones to generate a summary. However, the existing models in this framework mostly rely on sentence-level rewards or suboptimal labels, causing a mismatch between a training objective and evaluation metric. In this paper, we present a novel training signal that directly maximizes summary-level ROUGE scores through reinforcement learning. In addition, we incorporate BERT into our model, making good use of its ability on natural language understanding. In extensive experiments, we show that a combination of our proposed model and training procedure obtains new state-of-the-art performance on both CNN/Daily Mail and New York Times datasets. We also demonstrate that it generalizes better on DUC-2002 test set.

📄 PDF Abstract BibTeX arXiv:1909.08752

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationExtractive Text SummarizationNatural Language UnderstandingReinforcement LearningSentenceSentence ReWriting

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
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 &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

GEMINI: Controlling the Sentence-level Writing Style for Abstractive Text Summarization

2023-04-07 · Guangsheng Bao, Zebin Ou, Yue Zhang

Human experts write summaries using different techniques, including extracting a sentence from the document and rewriting it, or fusing various information from the document to abstract it. These techniques are flexible …

Abstractive Text SummarizationSentenceSentence ReWritingText Summarization

A General Contextualized Rewriting Framework for Text Summarization

2022-07-13 · Guangsheng Bao, Yue Zhang

The rewriting method for text summarization combines extractive and abstractive approaches, improving the conciseness and readability of extractive summaries using an abstractive model. Exiting rewriting systems take eac…

reinforcement-learningReinforcement Learning (RL)SentenceTAG+1

Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting

2018-05-28 · ACL 2018 7 · Yen-Chun Chen, Mohit Bansal

Inspired by how humans summarize long documents, we propose an accurate and fast summarization model that first selects salient sentences and then rewrites them abstractively (i.e., compresses and paraphrases) to generat…

Abstractive Text SummarizationDecoderSentenceSentence ReWriting+1

Abstractive Unsupervised Multi-Document Summarization using Paraphrastic Sentence Fusion

2018-08-01 · COLING 2018 8 · Mir Tafseer Nayeem, Tanvir Ahmed Fuad, Yllias Chali

In this work, we aim at developing an unsupervised abstractive summarization system in the multi-document setting. We design a paraphrastic sentence fusion model which jointly performs sentence fusion and paraphrasing us…

Abstractive Text SummarizationDocument SummarizationMachine TranslationMulti-Document Summarization+5

Fine-grained Factual Consistency Assessment for Abstractive Summarization Models

2021-11-01 · EMNLP 2021 11 · Sen Zhang, Jianwei Niu, Chuyuan Wei

Factual inconsistencies existed in the output of abstractive summarization models with original documents are frequently presented. Fact consistency assessment requires the reasoning capability to find subtle clues to id…

Abstractive Text SummarizationSentence