paper-with-me

Papers

Automatic Summarization of Natural Language

2018-12-18 · Marc Everett Johnson

Automatic summarization of natural language is a current topic in computer science research and industry, studied for decades because of its usefulness across multiple domains. For example, summarization is necessary to create reviews such as this one. Research and applications have achieved some success in extractive summarization (where key sentences are curated), however, abstractive summarization (synthesis and re-stating) is a hard problem and generally unsolved in computer science. This literature review contrasts historical progress up through current state of the art, comparing dimensions such as: extractive vs. abstractive, supervised vs. unsupervised, NLP (Natural Language Processing) vs Knowledge-based, deep learning vs algorithms, structured vs. unstructured sources, and measurement metrics such as Rouge and BLEU. Multiple dimensions are contrasted since current research uses combinations of approaches as seen in the review matrix. Throughout this summary, synthesis and critique is provided. This review concludes with insights for improved abstractive summarization measurement, with surprising implications for detecting understanding and comprehension in general.

📄 PDF Abstract BibTeX arXiv:1812.10549

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationExtractive Summarization

Similar Papers 제목 키워드 기반

DACSA: A large-scale Dataset for Automatic summarization of Catalan and Spanish newspaper Articles

2022-07-01 · NAACL 2022 7 · Encarnación Segarra Soriano, Vicent Ahuir, Lluís-F. Hurtado, José González

The application of supervised methods to automatic summarization requires the availability of adequate corpora consisting of a set of document-summary pairs. As in most Natural Language Processing tasks, the great majori…

Abstractive Text SummarizationArticlesBenchmarking

A Survey on Neural Network-Based Summarization Methods

2018-03-19 · Yue Dong

Automatic text summarization, the automated process of shortening a text while reserving the main ideas of the document(s), is a critical research area in natural language processing. The aim of this literature review is…

SurveyText Summarization

Automatic Code Summarization via ChatGPT: How Far Are We?

2023-05-22 · Weisong Sun, Chunrong Fang, Yudu You, Yun Miao 외

To support software developers in understanding and maintaining programs, various automatic code summarization techniques have been proposed to generate a concise natural language comment for a given code snippet. Recent…

Code Summarization

A Comparative Study of Quality Evaluation Methods for Text Summarization

2024-06-30 · Huyen Nguyen, Haihua Chen, Lavanya Pobbathi, Junhua Ding

Evaluating text summarization has been a challenging task in natural language processing (NLP). Automatic metrics which heavily rely on reference summaries are not suitable in many situations, while human evaluation is t…

Text Summarization

Leveraging Digitized Newspapers to Collect Summarization Data in Low-Resource Languages

2025-11-18 · Noam Dahan, Omer Kidron, Gabriel Stanovsky arxiv

High quality summarization data remains scarce in under-represented languages. However, historical newspapers, made available through recent digitization efforts, offer an abundant source of untapped, naturally annotated…

Multi-Document Summarization