English

Named Entity Inclusion in Abstractive Text Summarization

Computation and Language 2023-10-05 v1 Artificial Intelligence Machine Learning Social and Information Networks

Abstract

We address the named entity omission - the drawback of many current abstractive text summarizers. We suggest a custom pretraining objective to enhance the model's attention on the named entities in a text. At first, the named entity recognition model RoBERTa is trained to determine named entities in the text. After that, this model is used to mask named entities in the text and the BART model is trained to reconstruct them. Next, the BART model is fine-tuned on the summarization task. Our experiments showed that this pretraining approach improves named entity inclusion precision and recall metrics.

Keywords

Cite

@article{arxiv.2307.02570,
  title  = {Named Entity Inclusion in Abstractive Text Summarization},
  author = {Sergey Berezin and Tatiana Batura},
  journal= {arXiv preprint arXiv:2307.02570},
  year   = {2023}
}

Comments

https://aclanthology.org/2022.sdp-1.17/

R2 v1 2026-06-28T11:23:05.173Z