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

FREDSum: A Dialogue Summarization Corpus for French Political Debates

linto-ai/fredsum 8 Dec 2023

In this paper, we present a dataset of French political debates for the purpose of enhancing resources for multi-lingual dialogue summarization.

9
08 Dec 2023

AMRFact: Enhancing Summarization Factuality Evaluation with AMR-Driven Negative Samples Generation

pluslabnlp/amrfact 16 Nov 2023

Prior works on evaluating factual consistency of summarization often take the entailment-based approaches that first generate perturbed (factual inconsistent) summaries and then train a classifier on the generated data to detect the factually inconsistencies during testing time.

2
16 Nov 2023

Investigating Hallucinations in Pruned Large Language Models for Abstractive Summarization

casszhao/prunehall 15 Nov 2023

Despite the remarkable performance of generative large language models (LLMs) on abstractive summarization, they face two significant challenges: their considerable size and tendency to hallucinate.

10
15 Nov 2023

Fair Abstractive Summarization of Diverse Perspectives

psunlpgroup/fairsumm 14 Nov 2023

However, current work in summarization metrics and Large Language Models (LLMs) evaluation has not explored fair abstractive summarization.

8
14 Nov 2023

GreekT5: A Series of Greek Sequence-to-Sequence Models for News Summarization

nc0der/greekt5 13 Nov 2023

The proposed models were thoroughly evaluated on the same dataset against GreekBART, which is the state-of-the-art model in Greek abstractive news summarization.

1
13 Nov 2023

Fidelity-Enriched Contrastive Search: Reconciling the Faithfulness-Diversity Trade-Off in Text Generation

ntunlplab/fecs 23 Oct 2023

In this paper, we address the hallucination problem commonly found in natural language generation tasks.

5
23 Oct 2023

PartialFormer: Modeling Part Instead of Whole

zhengkid/partialformer 23 Oct 2023

The design choices in Transformer feed-forward neural networks have resulted in significant computational and parameter overhead.

4
23 Oct 2023

KCTS: Knowledge-Constrained Tree Search Decoding with Token-Level Hallucination Detection

hkust-knowcomp/knowledge-constrained-decoding 13 Oct 2023

Large Language Models (LLMs) have demonstrated remarkable human-level natural language generation capabilities.

25
13 Oct 2023

Improving Summarization with Human Edits

seasonyao/learnfromhumanedit 9 Oct 2023

Existing works use human feedback to train large language models (LLMs) in general domain abstractive summarization and have obtained summary quality exceeding traditional likelihood training.

0
09 Oct 2023

Towards Green AI in Fine-tuning Large Language Models via Adaptive Backpropagation

pittisl/greentrainer 22 Sep 2023

With the fast growth of LLM-enabled AI applications and democratization of open-souced LLMs, fine-tuning has become possible for non-expert individuals, but intensively performed LLM fine-tuning worldwide could result in significantly high energy consumption and carbon footprint, which may bring large environmental impact.

7
22 Sep 2023