paper-with-me

Papers

Hie-BART: Document Summarization with Hierarchical BART

2021-06-01 · NAACL 2021 4 · Kazuki Akiyama, Akihiro Tamura, Takashi Ninomiya

This paper proposes a new abstractive document summarization model, hierarchical BART (Hie-BART), which captures hierarchical structures of a document (i.e., sentence-word structures) in the BART model. Although the existing BART model has achieved a state-of-the-art performance on document summarization tasks, the model does not have the interactions between sentence-level information and word-level information. In machine translation tasks, the performance of neural machine translation models has been improved by incorporating multi-granularity self-attention (MG-SA), which captures the relationships between words and phrases. Inspired by the previous work, the proposed Hie-BART model incorporates MG-SA into the encoder of the BART model for capturing sentence-word structures. Evaluations on the CNN/Daily Mail dataset show that the proposed Hie-BART model outperforms some strong baselines and improves the performance of a non-hierarchical BART model (+0.23 ROUGE-L).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationMachine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

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 &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Abstractive Summarization of Large Document Collections Using GPT

2023-10-09 · Sengjie Liu, Christopher G. Healey

This paper proposes a method of abstractive summarization designed to scale to document collections instead of individual documents. Our approach applies a combination of semantic clustering, document size reduction with…

Abstractive Text SummarizationChunkingDocument Summarization

A BART-based approach with hierarchical strategy for Vietnamese abstractive multi-document summarization

2026-06-17 · Vu Nguyen Nguyen Xuan, Huy Ngo Quang arxiv

In this technical report, we focus on solving the challenge of Vietnamese multi-document abstractive summarization, introduced in the International Workshop on Vietnamese Language and Speech Processing (VLSP) 2022. We ch…

Multi-Document Summarization

BART-IT: An Efficient Sequence-to-Sequence Model for Italian Text Summarization

2022-12-27 · Future Internet 2022 12 · La Quatra Moreno, Cagliero Luca

The emergence of attention-based architectures has led to significant improvements in the performance of neural sequence-to-sequence models for text summarization. Although these models have proved to be effective in sum…

Abstractive Text SummarizationText Summarization

Dimsum @LaySumm 20: BART-based Approach for Scientific Document Summarization

2020-10-19 · Tiezheng Yu, Dan Su, Wenliang Dai, Pascale Fung

Lay summarization aims to generate lay summaries of scientific papers automatically. It is an essential task that can increase the relevance of science for all of society. In this paper, we build a lay summary generation…

Document SummarizationLay SummarizationScientific Document SummarizationSentence

Abstractive Approaches To Multidocument Summarization Of Medical Literature Reviews

2022-10-01 · sdp (COLING) 2022 10 · Rahul Tangsali, Aditya Jagdish Vyawahare, Aditya Vyankatesh Mandke, Onkar Rupesh Litake 외

Text summarization has been a trending domain of research in NLP in the past few decades. The medical domain is no exception to the same. Medical documents often contain a lot of jargon pertaining to certain domains, and…

Abstractive Text SummarizationText Summarization