paper-with-me

Papers

Towards Interpretable and Efficient Automatic Reference-Based Summarization Evaluation

2023-03-07 · Yixin Liu, Alexander R. Fabbri, Yilun Zhao, PengFei Liu, Shafiq Joty, Chien-Sheng Wu, Caiming Xiong, Dragomir Radev

Interpretability and efficiency are two important considerations for the adoption of neural automatic metrics. In this work, we develop strong-performing automatic metrics for reference-based summarization evaluation, based on a two-stage evaluation pipeline that first extracts basic information units from one text sequence and then checks the extracted units in another sequence. The metrics we developed include two-stage metrics that can provide high interpretability at both the fine-grained unit level and summary level, and one-stage metrics that achieve a balance between efficiency and interpretability. We make the developed tools publicly available at https://github.com/Yale-LILY/AutoACU.

📄 PDF Abstract BibTeX arXiv:2303.03608

Code (1)

yale-lily/autoacu 공식 구현 pytorch

Similar Papers 제목 키워드 기반

FFCI: A Framework for Interpretable Automatic Evaluation of Summarization

2020-11-27 · Fajri Koto, Timothy Baldwin, Jey Han Lau

In this paper, we propose FFCI, a framework for fine-grained summarization evaluation that comprises four elements: faithfulness (degree of factual consistency with the source), focus (precision of summary content relati…

Question AnsweringSemantic Textual SimilaritySentenceSTS

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

How Much Annotation is Needed to Compare Summarization Models?

2024-02-28 · Chantal Shaib, Joe Barrow, Alexa F. Siu, Byron C. Wallace 외

Modern instruction-tuned models have become highly capable in text generation tasks such as summarization, and are expected to be released at a steady pace. In practice one may now wish to choose confidently, but with mi…

News SummarizationText Generation

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…

Understanding the Extent to which Summarization Evaluation Metrics Measure the Information Quality of Summaries

2020-10-23 · Daniel Deutsch, Dan Roth

Reference-based metrics such as ROUGE or BERTScore evaluate the content quality of a summary by comparing the summary to a reference. Ideally, this comparison should measure the summary's information quality by calculati…