Abstractive Text Summarization

327 papers with code • 19 benchmarks • 48 datasets

Abstractive Text Summarization is the task of generating a short and concise summary that captures the salient ideas of the source text. The generated summaries potentially contain new phrases and sentences that may not appear in the source text.

Source: Generative Adversarial Network for Abstractive Text Summarization

Image credit: Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond

Libraries

Use these libraries to find Abstractive Text Summarization models and implementations

Most implemented papers

Locally Typical Sampling

cimeister/typical-sampling 1 Feb 2022

Automatic and human evaluations show that, in comparison to nucleus and top-k sampling, locally typical sampling offers competitive performance (in both abstractive summarization and story generation) in terms of quality while consistently reducing degenerate repetitions.

BRIO: Bringing Order to Abstractive Summarization

yixinl7/brio ACL 2022

Abstractive summarization models are commonly trained using maximum likelihood estimation, which assumes a deterministic (one-point) target distribution in which an ideal model will assign all the probability mass to the reference summary.

ESRL: Efficient Sampling-based Reinforcement Learning for Sequence Generation

hiyouga/llama-efficient-tuning 4 Aug 2023

Applying Reinforcement Learning (RL) to sequence generation models enables the direct optimization of long-term rewards (\textit{e. g.,} BLEU and human feedback), but typically requires large-scale sampling over a space of action sequences.

Diversity driven Attention Model for Query-based Abstractive Summarization

PrekshaNema25/DiverstiyBasedAttentionMechanism ACL 2017

Abstractive summarization aims to generate a shorter version of the document covering all the salient points in a compact and coherent fashion.

Query-Based Abstractive Summarization Using Neural Networks

helmertz/querysum 17 Dec 2017

In this paper, we present a model for generating summaries of text documents with respect to a query.

A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents

acohan/long-summarization NAACL 2018

Neural abstractive summarization models have led to promising results in summarizing relatively short documents.

MeanSum: A Neural Model for Unsupervised Multi-document Abstractive Summarization

sosuperic/MeanSum 12 Oct 2018

Our proposed model consists of an auto-encoder where the mean of the representations of the input reviews decodes to a reasonable summary-review while not relying on any review-specific features.

Abstractive Summarization Using Attentive Neural Techniques

jacobkrantz/VertMetric 20 Oct 2018

However, we show that these metrics are limited in their ability to effectively score abstractive summaries, and propose a new approach based on the intuition that an abstractive model requires an abstractive evaluation.

Pragmatically Informative Text Generation

sIncerass/prag_generation NAACL 2019

We improve the informativeness of models for conditional text generation using techniques from computational pragmatics.

Sample Efficient Text Summarization Using a Single Pre-Trained Transformer

tensorflow/tensor2tensor 21 May 2019

Language model (LM) pre-training has resulted in impressive performance and sample efficiency on a variety of language understanding tasks.