paper-with-me

Papers

Text Summarization with Pretrained Encoders

2019-08-22 · IJCNLP 2019 11 · Yang Liu, Mirella Lapata

Bidirectional Encoder Representations from Transformers (BERT) represents the latest incarnation of pretrained language models which have recently advanced a wide range of natural language processing tasks. In this paper, we showcase how BERT can be usefully applied in text summarization and propose a general framework for both extractive and abstractive models. We introduce a novel document-level encoder based on BERT which is able to express the semantics of a document and obtain representations for its sentences. Our extractive model is built on top of this encoder by stacking several inter-sentence Transformer layers. For abstractive summarization, we propose a new fine-tuning schedule which adopts different optimizers for the encoder and the decoder as a means of alleviating the mismatch between the two (the former is pretrained while the latter is not). We also demonstrate that a two-staged fine-tuning approach can further boost the quality of the generated summaries. Experiments on three datasets show that our model achieves state-of-the-art results across the board in both extractive and abstractive settings. Our code is available at https://github.com/nlpyang/PreSumm

📄 PDF Abstract BibTeX arXiv:1908.08345

Code (19)

nlpyang/PreSumm 공식 구현 pytorch
BonanKou/ASSORT-Automatic-Summarization-of-Stack-Overflow-Posts pytorch
Flo-tyna/Biomedical-Text-Summarizer
HHousen/TransformerSum pytorch
aikawasho/BertSum pytorch
alebryvas/berk266 pytorch
buschmo/Simple-German-Corpus
chesterdu/contrastive_summary pytorch
ionnoant/DS8008-final-project pytorch
jananiarunachalam/Research-Paper-Summarization tf
manshri/tesum pytorch
nachotp/BertCommentSum pytorch
nakhunchumpolsathien/TR-TPBS
nguyenphamvan/BertSum-master pytorch
olivia-fsm/p2mcq pytorch
raqoon886/KoBertSum pytorch
raqoon886/KorBertSum pytorch
thangarani/bertsum pytorch
uabinf/nlp-fall-2019-project-anuradha_shinjitha

Tasks

Abstractive Text SummarizationDecoderDocument SummarizationExtractive Document SummarizationExtractive Text SummarizationSentenceText Summarization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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 설명 없음
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 제목 키워드 기반

DeltaLM: Encoder-Decoder Pre-training for Language Generation and Translation by Augmenting Pretrained Multilingual Encoders

2021-06-25 · Shuming Ma, Li Dong, Shaohan Huang, Dongdong Zhang 외

While pretrained encoders have achieved success in various natural language understanding (NLU) tasks, there is a gap between these pretrained encoders and natural language generation (NLG). NLG tasks are often based on …

Abstractive Text SummarizationDecoderMachine TranslationNatural Language Understanding+5

Self-Supervised Multimodal Opinion Summarization

2021-05-27 · ACL 2021 5 · Jinbae Im, Moonki Kim, Hoyeop Lee, Hyunsouk Cho 외

Recently, opinion summarization, which is the generation of a summary from multiple reviews, has been conducted in a self-supervised manner by considering a sampled review as a pseudo summary. However, non-text data such…

DecoderOpinion Summarization

Multimodal Frame-Scoring Transformer for Video Summarization

2022-07-05 · Jeiyoon Park, Kiho Kwoun, Chanhee Lee, Heuiseok Lim

As the number of video content has mushroomed in recent years, automatic video summarization has come useful when we want to just peek at the content of the video. However, there are two underlying limitations in generic…

Video Summarization

Quantifying Appropriateness of Summarization Data for Curriculum Learning

2021-04-01 · EACL 2021 2 · Ryuji Kano, Takumi Takahashi, Toru Nishino, Motoki Taniguchi 외

Much research has reported the training data of summarization models are noisy; summaries often do not reflect what is written in the source texts. We propose an effective method of curriculum learning to train summariza…

Translation

BERT Fine-tuning For Arabic Text Summarization

2020-03-29 · Khalid N. Elmadani, Mukhtar Elgezouli, Anas Showk

Fine-tuning a pretrained BERT model is the state of the art method for extractive/abstractive text summarization, in this paper we showcase how this fine-tuning method can be applied to the Arabic language to both constr…

Abstractive Text SummarizationExtractive SummarizationText Summarization