paper-with-me

Papers

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 summarizing English-written documents, their portability to other languages is limited thus leaving plenty of room for improvement. In this paper, we present BART-IT, a sequence-to-sequence model, based on the BART architecture that is specifically tailored to the Italian language. The model is pre-trained on a large corpus of Italian-written pieces of text to learn language-specific features and then fine-tuned on several benchmark datasets established for abstractive summarization. The experimental results show that BART-IT outperforms other state-of-the-art models in terms of ROUGE scores in spite of a significantly smaller number of parameters. The use of BART-IT can foster the development of interesting NLP applications for the Italian language. Beyond releasing the model to the research community to foster further research and applications, we also discuss the ethical implications behind the use of abstractive summarization models.

📄 PDF Abstract BibTeX

Code (1)

MorenoLaQuatra/bart-it pytorch

Tasks

Abstractive Text SummarizationText Summarization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Adam 설명 없음
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…
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…

Similar Papers 제목 키워드 기반

AraBART: a Pretrained Arabic Sequence-to-Sequence Model for Abstractive Summarization

2022-03-21 · Moussa Kamal Eddine, Nadi Tomeh, Nizar Habash, Joseph Le Roux 외

Like most natural language understanding and generation tasks, state-of-the-art models for summarization are transformer-based sequence-to-sequence architectures that are pretrained on large corpora. While most existing …

Abstractive Text SummarizationDecoderNatural Language Understanding

AraBART: a Pretrained Arabic Sequence-to-Sequence Model for Abstractive Summarization

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Like most natural language understanding and generation tasks, state-of-the-art models for summarization are transformer-based sequence-to-sequence architectures that are pretrained on large corpora. While most existing …

Abstractive Text SummarizationDecoderNatural Language Understanding

BARTpho: Pre-trained Sequence-to-Sequence Models for Vietnamese

2021-09-20 · Nguyen Luong Tran, Duong Minh Le, Dat Quoc Nguyen

We present BARTpho with two versions, BARTpho-syllable and BARTpho-word, which are the first public large-scale monolingual sequence-to-sequence models pre-trained for Vietnamese. BARTpho uses the "large" architecture an…

Abstractive Text SummarizationDenoisingPunctuation RestorationText Summarization

Two New Datasets for Italian-Language Abstractive Text Summarization

2022-04-29 · Information 2022 4 · Nicola Landro, Ignazio Gallo, Riccardo La Grassa, Edoardo Federici

Text summarization aims to produce a short summary containing relevant parts from a given text. Due to the lack of data for abstractive summarization on low-resource languages such as Italian, we propose two new original…

Abstractive Text SummarizationArticlesMachine TranslationSentence+3

IndicBART: A Pre-trained Model for Indic Natural Language Generation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We study pre-trained sequence-to-sequence model for a specific-language family with a focus on Indic languages. We present IndicBART, a multilingual, sequence-to-sequence pre-trained model focusing on 11 Indic languages…

Extreme SummarizationMachine TranslationNMTText Generation+2