ErrEval: Error-Aware Evaluation for Question Generation through Explicit Diagnostics
Weiping Fu, Bifan Wei, Jingyi Hao, Yushun Zhang, Jian Zhang, Jiaxin Wang, Bo Li, Yu He, Lingling Zhang, Jun Liu
TL;DR
ErrEval introduces an error-aware evaluation framework for question generation by embedding explicit error diagnostics into LLM-based scoring. It defines an 11-type error taxonomy spanning structural, linguistic, and content-related issues, and trains an Error Identifier via iterative refinement to supply diagnostic signals that guide dimension-specific evaluation. Across three benchmarks and multiple evaluators, ErrEval consistently improves alignment with human judgments and reduces overestimation of low-quality questions, demonstrating the value of diagnostic guidance in NLG evaluation. The work enables plug-and-play enhancement of existing evaluators and highlights the practical impact of grounding evaluation in explicit error signals.
Abstract
Automatic Question Generation (QG) often produces outputs with critical defects, such as factual hallucinations and answer mismatches. However, existing evaluation methods, including LLM-based evaluators, mainly adopt a black-box and holistic paradigm without explicit error modeling, leading to the neglect of such defects and overestimation of question quality. To address this issue, we propose ErrEval, a flexible and Error-aware Evaluation framework that enhances QG evaluation through explicit error diagnostics. Specifically, ErrEval reformulates evaluation as a two-stage process of error diagnosis followed by informed scoring. At the first stage, a lightweight plug-and-play Error Identifier detects and categorizes common errors across structural, linguistic, and content-related aspects. These diagnostic signals are then incorporated as explicit evidence to guide LLM evaluators toward more fine-grained and grounded judgments. Extensive experiments on three benchmarks demonstrate the effectiveness of ErrEval, showing that incorporating explicit diagnostics improves alignment with human judgments. Further analyses confirm that ErrEval effectively mitigates the overestimation of low-quality questions.
