ACL 2025long0 citations

QAEval: Mixture of Evaluators for Question-Answering Task Evaluation

Tan Yue, Rui Mao, Xuzhao Shi, Shuo Zhan, Zuhao Yang, Dongyan Zhao

Abstract

Question answering (QA) tasks serve as a key benchmark for evaluating generation systems. Traditional rule-based metrics, such as accuracy and relaxed-accuracy, struggle with open-ended and unstructured responses. LLM-based evaluation methods offer greater flexibility but suffer from sensitivity to instructions, robustness issues, and high computational costs. To overcome these challenges, we introduce QAEval, a hybrid framework combining rule-based reliability with LLM-based adaptability. QAEval utilizes two high-quality datasets: QAExtract for short-answer extraction and QAScore for scoring model training. By integrating a Mixture of Evaluators model with Dynamic Load Balancing Optimization, QAEval enables accurate, cost-effective QA evaluation. Experimental results show it outperforms models like GPT-4o and Claude-3, achieving 92.3% accuracy with only 0.6B parameters.

BibTeX
@inproceedings{yue-etal-2025-qaeval,
    title = "{QAE}val: Mixture of Evaluators for Question-Answering Task Evaluation",
    author = "Yue, Tan  and
      Mao, Rui  and
      Shi, Xuzhao  and
      Zhan, Shuo  and
      Yang, Zuhao  and
      Zhao, Dongyan",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.716/",
    doi = "10.18653/v1/2025.acl-long.716",
    pages = "14717--14730",
    ISBN = "979-8-89176-251-0"
}
QAEval: Mixture of Evaluators for Question-Answering Task Evaluation · ACL 2025