AIDec 22, 2024

Survey on Abstractive Text Summarization: Dataset, Models, and Metrics

arXiv:2412.17165v15 citationsh-index: 12Has Code
Originality Synthesis-oriented
AI Analysis

It provides a comprehensive overview for researchers and practitioners in NLP, but is incremental as it synthesizes existing knowledge without introducing new methods.

This survey reviews the state of the art in abstractive text summarization, covering datasets, models, and metrics, and includes test cases to highlight the advantages and limitations of transformer-based models.

The advancements in deep learning, particularly the introduction of transformers, have been pivotal in enhancing various natural language processing (NLP) tasks. These include text-to-text applications such as machine translation, text classification, and text summarization, as well as data-to-text tasks like response generation and image-to-text tasks such as captioning. Transformer models are distinguished by their attention mechanisms, pretraining on general knowledge, and fine-tuning for downstream tasks. This has led to significant improvements, particularly in abstractive summarization, where sections of a source document are paraphrased to produce summaries that closely resemble human expression. The effectiveness of these models is assessed using diverse metrics, encompassing techniques like semantic overlap and factual correctness. This survey examines the state of the art in text summarization models, with a specific focus on the abstractive summarization approach. It reviews various datasets and evaluation metrics used to measure model performance. Additionally, it includes the results of test cases using abstractive summarization models to underscore the advantages and limitations of contemporary transformer-based models. The source codes and the data are available at https://github.com/gospelnnadi/Text-Summarization-SOTA-Experiment.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes