paper-with-me

Papers

Efficient Adaptation of Pretrained Transformers for Abstractive Summarization

2019-06-01 · Andrew Hoang, Antoine Bosselut, Asli Celikyilmaz, Yejin Choi

Large-scale learning of transformer language models has yielded improvements on a variety of natural language understanding tasks. Whether they can be effectively adapted for summarization, however, has been less explored, as the learned representations are less seamlessly integrated into existing neural text production architectures. In this work, we propose two solutions for efficiently adapting pretrained transformer language models as text summarizers: source embeddings and domain-adaptive training. We test these solutions on three abstractive summarization datasets, achieving new state of the art performance on two of them. Finally, we show that these improvements are achieved by producing more focused summaries with fewer superfluous and that performance improvements are more pronounced on more abstractive datasets.

📄 PDF Abstract BibTeX arXiv:1906.00138

Code (2)

Andrew03/transformer-abstractive-summarization 공식 구현 pytorch
t080/pytorch-translm pytorch

Tasks

Abstractive Text SummarizationNatural Language Understanding

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 설명 없음
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…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Domain Adaptation with Pre-trained Transformers for Query Focused Abstractive Text Summarization

2021-12-22 · Md Tahmid Rahman Laskar, Enamul Hoque, Jimmy Xiangji Huang

The Query Focused Text Summarization (QFTS) task aims at building systems that generate the summary of the text document(s) based on the given query. A key challenge in addressing this task is the lack of large labeled d…

Abstractive Text SummarizationDomain AdaptationText SummarizationTransfer Learning+1

Domain Adaptation with Pre-trained Transformers for Query-Focused Abstractive Text Summarization

2022-06-01 · CL (ACL) 2022 6 · Md Tahmid Rahman Laskar, Enamul Hoque, Jimmy Xiangji Huang

The Query-Focused Text Summarization (QFTS) task aims at building systems that generate the summary of the text document(s) based on the given query. A key challenge in addressing this task is the lack of large labeled d…

Abstractive Text SummarizationDomain AdaptationText SummarizationTransfer Learning+1

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…

Abstractive Text SummarizationDecoderDocument SummarizationExtractive Document Summarization+3

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

Neural Abstractive Text Summarization and Fake News Detection

2019-03-24 · Soheil Esmaeilzadeh, Gao Xian Peh, Angela Xu

In this work, we study abstractive text summarization by exploring different models such as LSTM-encoder-decoder with attention, pointer-generator networks, coverage mechanisms, and transformers. Upon extensive and caref…

Abstractive Text SummarizationArticlesClassificationDecoder+3