paper-with-me

Papers

A Training-free and Reference-free Summarization Evaluation Metric via Centrality-weighted Relevance and Self-referenced Redundancy

2021-06-26 · ACL 2021 5 · Wang Chen, Piji Li, Irwin King

In recent years, reference-based and supervised summarization evaluation metrics have been widely explored. However, collecting human-annotated references and ratings are costly and time-consuming. To avoid these limitations, we propose a training-free and reference-free summarization evaluation metric. Our metric consists of a centrality-weighted relevance score and a self-referenced redundancy score. The relevance score is computed between the pseudo reference built from the source document and the given summary, where the pseudo reference content is weighted by the sentence centrality to provide importance guidance. Besides an $F_1$-based relevance score, we also design an $F_\beta$-based variant that pays more attention to the recall score. As for the redundancy score of the summary, we compute a self-masked similarity score with the summary itself to evaluate the redundant information in the summary. Finally, we combine the relevance and redundancy scores to produce the final evaluation score of the given summary. Extensive experiments show that our methods can significantly outperform existing methods on both multi-document and single-document summarization evaluation.

📄 PDF Abstract BibTeX arXiv:2106.13945

Code (1)

Chen-Wang-CUHK/Training-Free-and-Ref-Free-Summ-Evaluation 공식 구현 pytorch

Tasks

Document SummarizationSentence

Similar Papers 제목 키워드 기반

Spurious Correlations in Reference-Free Evaluation of Text Generation

2022-04-21 · ACL 2022 5 · Esin Durmus, Faisal Ladhak, Tatsunori Hashimoto

Model-based, reference-free evaluation metrics have been proposed as a fast and cost-effective approach to evaluate Natural Language Generation (NLG) systems. Despite promising recent results, we find evidence that refer…

Abstractive Text SummarizationText GenerationText Summarization

Mitigating the Impact of Reference Quality on Evaluation of Summarization Systems with Reference-Free Metrics

2024-10-08 · Théo Gigant, Camille Guinaudeau, Marc Decombas, Frédéric Dufaux

Automatic metrics are used as proxies to evaluate abstractive summarization systems when human annotations are too expensive. To be useful, these metrics should be fine-grained, show a high correlation with human annotat…

Abstractive Text Summarization

REFLEX: Reference-Free Evaluation of Log Summarization via Large Language Model Judgment

2025-11-06 · Priyanka Mudgal arxiv

Evaluating log summarization systems is challenging due to the lack of high-quality reference summaries and the limitations of existing metrics like ROUGE and BLEU, which depend on surface-level lexical overlap. We intro…

CREAM: Comparison-Based Reference-Free ELO-Ranked Automatic Evaluation for Meeting Summarization

2024-09-17 · Ziwei Gong, Lin Ai, Harshsaiprasad Deshpande, Alexander Johnson 외

Large Language Models (LLMs) have spurred interest in automatic evaluation methods for summarization, offering a faster, more cost-effective alternative to human evaluation. However, existing methods often fall short whe…

Meeting Summarization

Reference-free Summarization Evaluation via Semantic Correlation and Compression Ratio

2022-07-01 · NAACL 2022 7 · Yizhu Liu, Qi Jia, Kenny Zhu

A document can be summarized in a number of ways. Reference-based evaluation of summarization has been criticized for its inflexibility. The more sufficient the number of abstracts, the more accurate the evaluation resul…