Abstractiveness Metrics for Evaluating Text Summarization: A Refined Formulation with Empirical Validation
Abstract
Quantifying abstractiveness in generated summaries is essential for evaluating summarization models beyond surface-level metrics like ROUGE. We introduce Reference Abstraction (RA), Summary Abstraction (SA), and Abstraction Ratio (AR) -- a set of principled heuristic metrics that measure how much a summary diverges from extractive copying of the source text. The formulation uses the harmonic mean of document lengths modulated by a cubic non-overlap factor, yielding dimensionally consistent, bounded output with non-linear sensitivity to the extractive-abstractive boundary. Evaluation on 100 XSUM documents across four summarization models (BART-large-cnn, Pegasus-xsum, DistilBart, MT5-small) demonstrates that the metrics successfully discriminate between extractive models (SA ~ 0.12-0.26) and abstractive models (SA ~ 0.96-1.77), and that the Abstraction Ratio identifies summaries requiring manual evaluation for potential hallucination. Code and results are available at https://github.com/katweNLP/AbstractionStudy.
Cite
@article{arxiv.2607.10806,
title = {Abstractiveness Metrics for Evaluating Text Summarization: A Refined Formulation with Empirical Validation},
author = {Praveenkumar Katwe and Rakesh Chandra Balabantaray and Kali Prasad Vittala},
journal= {arXiv preprint arXiv:2607.10806},
year = {2026}
}
Comments
13 pages, 8 figures, code at https://github.com/katweNLP/AbstractionStudy. Extended and revised version of: Katwe et al., IEEE OCIT 2022 (doi:10.1109/OCIT56763.2022.00022)