Search papers, labs, and topics across Lattice.
The paper introduces BanglaSummEval, a reference-free framework for evaluating factual consistency in Bangla summarization using a question-answering approach. It generates questions from both source documents and summaries, then uses a multilingual instruction-tuned language model to answer these questions and extract candidate answers. The factual consistency is then assessed by comparing the answers using BERTScore-Recall, achieving a strong correlation with human judgments.
Finally, a reliable, reference-free metric exists to evaluate factual consistency in Bangla summarization, unlocking progress in this under-resourced language.
Evaluating factual consistency is essential for reliable text summarization, particularly in high-stakes domains such as healthcare and news. However, most existing evaluation metrics overlook Bangla, a widely spoken yet under-resourced language, and often depend on reference summaries. We introduce BanglaSummEval, a reference-free, question-answering-based framework for evaluating factual consistency in Bangla summarization. The proposed method assesses both factual accuracy and content coverage through automatically generated questions and answers derived from the source document and the summary. A single multilingual instruction-tuned language model handles question generation, question answering, candidate answer extraction, and question importance weighting. This unified design reduces system complexity and computational cost. To capture semantic consistency beyond surface-level overlap, we use BERTScore-Recall for answer comparison. We validate BanglaSummEval on 300 human-written summaries from educational and medical domains, demonstrating strong correlation with expert human judgments (Pearson's $r = 0.694$, Spearman's $ρ= 0.763$). By providing interpretable, step-wise diagnostics alongside reliable evaluation scores, BanglaSummEval offers a practical and transparent solution for factual consistency evaluation in low-resource language settings.