paper-with-me

Papers

Pretraining-Based Natural Language Generation for Text Summarization

2019-02-25 · CONLL 2019 11 · Haoyu Zhang, Jianjun Xu, Ji Wang

In this paper, we propose a novel pretraining-based encoder-decoder framework, which can generate the output sequence based on the input sequence in a two-stage manner. For the encoder of our model, we encode the input sequence into context representations using BERT. For the decoder, there are two stages in our model, in the first stage, we use a Transformer-based decoder to generate a draft output sequence. In the second stage, we mask each word of the draft sequence and feed it to BERT, then by combining the input sequence and the draft representation generated by BERT, we use a Transformer-based decoder to predict the refined word for each masked position. To the best of our knowledge, our approach is the first method which applies the BERT into text generation tasks. As the first step in this direction, we evaluate our proposed method on the text summarization task. Experimental results show that our model achieves new state-of-the-art on both CNN/Daily Mail and New York Times datasets.

📄 PDF Abstract BibTeX arXiv:1902.09243

Code (4)

nayeon7lee/bert-summarization pytorch
praveenjune17/BERT_text_summarisation tf
raufer/bert-summarization tf
yahah100/text_summarization tf

Tasks

Abstractive Text SummarizationDecoderText GenerationText Summarization

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 제목 키워드 기반

QURIOUS: Question Generation Pretraining for Text Generation

2020-04-23 · Shashi Narayan, Gonçalo Simoes, Ji Ma, Hannah Craighead 외

Recent trends in natural language processing using pretraining have shifted focus towards pretraining and fine-tuning approaches for text generation. Often the focus has been on task-agnostic approaches that generalize t…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingQuestion Generation+2

ViT5: Pretrained Text-to-Text Transformer for Vietnamese Language Generation

2022-05-13 · NAACL (ACL) 2022 7 · Long Phan, Hieu Tran, Hieu Nguyen, Trieu H. Trinh

We present ViT5, a pretrained Transformer-based encoder-decoder model for the Vietnamese language. With T5-style self-supervised pretraining, ViT5 is trained on a large corpus of high-quality and diverse Vietnamese texts…

Abstractive Text SummarizationDecodernamed-entity-recognitionNamed Entity Recognition+4

BioBART: Pretraining and Evaluation of A Biomedical Generative Language Model

2022-04-08 · BioNLP (ACL) 2022 5 · Hongyi Yuan, Zheng Yuan, Ruyi Gan, Jiaxing Zhang 외

Pretrained language models have served as important backbones for natural language processing. Recently, in-domain pretraining has been shown to benefit various domain-specific downstream tasks. In the biomedical domain,…

Entity LinkingLanguage ModelingLanguage Modellingnamed-entity-recognition+6

RadAdapt: Radiology Report Summarization via Lightweight Domain Adaptation of Large Language Models

2023-05-02 · Dave Van Veen, Cara Van Uden, Maayane Attias, Anuj Pareek 외

We systematically investigate lightweight strategies to adapt large language models (LLMs) for the task of radiology report summarization (RRS). Specifically, we focus on domain adaptation via pretraining (on natural lan…

Domain Adaptationparameter-efficient fine-tuning

Survey on Abstractive Text Summarization: Dataset, Models, and Metrics

2024-12-22 · Gospel Ozioma Nnadi, Flavio Bertini

The advancements in deep learning, particularly the introduction of transformers, have been pivotal in enhancing various natural language processing (NLP) tasks. These include text-to-text applications such as machine tr…

Abstractive Text SummarizationGeneral KnowledgeImage to textMachine Translation+5