Abstractiveness Metrics for Evaluating Text Summarization: A Refined Formulation with Empirical Validation
Summary
Researchers have introduced Reference Abstraction (RA), Summary Abstraction (SA), and Abstraction Ratio (AR), a new set of heuristic metrics designed to quantify the abstractiveness of generated text summaries. These metrics measure the divergence from extractive copying of source text, moving beyond traditional surface-level evaluations like ROUGE. The formulation employs a harmonic mean of document lengths, adjusted by a cubic non-overlap factor, ensuring dimensionally consistent and bounded output with non-linear sensitivity to the extractive-abstractive boundary. Empirical validation on 100 XSUM documents, using four summarization models (BART-large-cnn, Pegasus-xsum, DistilBart, MT5-small), demonstrated their effectiveness. The metrics successfully discriminated between extractive models, showing SA values around 0.12-0.26, and abstractive models, with SA values ranging from 0.96-1.77. Furthermore, the Abstraction Ratio proved useful in identifying summaries that might require manual review for potential hallucination. The associated code and results are publicly available.
Key takeaway
For NLP Engineers evaluating summarization models, integrating Reference Abstraction (RA), Summary Abstraction (SA), and Abstraction Ratio (AR) into your evaluation pipeline is crucial. These metrics provide a nuanced understanding of abstractiveness beyond ROUGE, helping you accurately classify model behavior (extractive vs. abstractive). Use the Abstraction Ratio to efficiently identify summaries that warrant manual inspection for potential hallucination, streamlining your quality control process and improving model reliability.
Key insights
New metrics (RA, SA, AR) quantify summary abstractiveness, distinguishing extractive from abstractive models and flagging potential hallucination.
Principles
- Abstractiveness metrics should be dimensionally consistent and bounded.
- Non-linear sensitivity is crucial for extractive-abstractive boundary.
- Beyond ROUGE, abstractiveness quantifies summary divergence from source.
Method
The metrics are formulated using the harmonic mean of document lengths, modulated by a cubic non-overlap factor, to measure divergence from source text.
In practice
- Use SA to classify summarization models as extractive or abstractive.
- Employ AR to flag summaries for manual hallucination review.
- Integrate RA/SA/AR for deeper summarization model evaluation.
Topics
- Text Summarization
- Abstractiveness Metrics
- ROUGE Evaluation
- Natural Language Processing
- Hallucination Detection
- Model Evaluation
Code references
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.