paper-with-me

홈 › Papers

On Extractive and Abstractive Neural Document Summarization with Transformer Language Models

2019-09-07 · EMNLP 2020 11 · Sandeep Subramanian, Raymond Li, Jonathan Pilault, Christopher Pal

We present a method to produce abstractive summaries of long documents that exceed several thousand words via neural abstractive summarization. We perform a simple extractive step before generating a summary, which is then used to condition the transformer language model on relevant information before being tasked with generating a summary. We show that this extractive step significantly improves summarization results. We also show that this approach produces more abstractive summaries compared to prior work that employs a copy mechanism while still achieving higher rouge scores. Note: The abstract above was not written by the authors, it was generated by one of the models presented in this paper.

📄 PDF Abstract BibTeX arXiv:1909.03186

Code (1)

Bread-and-Code/Text-Summarization tf

Tasks

Abstractive Text SummarizationDocument SummarizationLanguage ModelingLanguage ModellingText 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 설명 없음
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 제목 키워드 기반

Combination of abstractive and extractive approaches for summarization of long scientific texts

2020-06-09 · Vladislav Tretyak, Denis Stepanov

In this research work, we present a method to generate summaries of long scientific documents that uses the advantages of both extractive and abstractive approaches. Before producing a summary in an abstractive manner, w…

Legal Case Document Summarization: Extractive and Abstractive Methods and their Evaluation

2022-10-14 · Abhay Shukla, Paheli Bhattacharya, Soham Poddar, Rajdeep Mukherjee 외

Summarization of legal case judgement documents is a challenging problem in Legal NLP. However, not much analyses exist on how different families of summarization models (e.g., extractive vs. abstractive) perform when ap…

Abstractive Text SummarizationDocument SummarizationOpen-Ended Question Answering

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

Team AINLPML @ MuP in SDP 2021: Scientific Document Summarization by End-to-End Extractive and Abstractive Approach

2022-10-01 · sdp (COLING) 2022 10 · Sandeep Kumar, Guneet Singh Kohli, Kartik Shinde, Asif Ekbal

This paper introduces the proposed summarization system of the AINLPML team for the First Shared Task on Multi-Perspective Scientific Document Summarization at SDP 2022. We present a method to produce abstractive summari…

Document SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling+2