Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FineSurE: Fine-grained Summarization Evaluation using LLMs

About

Automated evaluation is crucial for streamlining text summarization benchmarking and model development, given the costly and time-consuming nature of human evaluation. Traditional methods like ROUGE do not correlate well with human judgment, while recently proposed LLM-based metrics provide only summary-level assessment using Likert-scale scores. This limits deeper model analysis, e.g., we can only assign one hallucination score at the summary level, while at the sentence level, we can count sentences containing hallucinations. To remedy those limitations, we propose FineSurE, a fine-grained evaluator specifically tailored for the summarization task using large language models (LLMs). It also employs completeness and conciseness criteria, in addition to faithfulness, enabling multi-dimensional assessment. We compare various open-source and proprietary LLMs as backbones for FineSurE. In addition, we conduct extensive benchmarking of FineSurE against SOTA methods including NLI-, QA-, and LLM-based methods, showing improved performance especially on the completeness and conciseness dimensions. The code is available at https://github.com/DISL-Lab/FineSurE-ACL24.

Hwanjun Song, Hang Su, Igor Shalyminov, Jason Cai, Saab Mansour• 2024

Related benchmarks

TaskDatasetResultRank
Faithfulness EvaluationFRANK
Pearson Corr0.833
10
Summary Completeness EvaluationREALSumm
Summary Pearson R0.688
9
Summary Conciseness EvaluationREALSumm
Pearson Correlation (Summary Level)0.505
9
Factuality Error LocalizationFRANK
Accuracy (OutE)50.2
3
Showing 4 of 4 rows

Other info

Code

Follow for update