Return of EM: Entity-driven Answer Set Expansion for QA Evaluation
Dongryeol Lee, Minwoo Lee, Kyungmin Min, Joonsuk Park, Kyomin Jung
TL;DR
This paper tackles the challenge of evaluating QA models with methods that are reliable like LLM-based evaluators but more interpretable and cost-effective. It introduces Soft EM with entity-driven answer set expansion, which expands gold answers by leveraging entity-type surface-form patterns via in-context learning and few-shot prompts. The approach improves reliability over lexical metrics and is competitive with model-based evaluators, while reducing inference cost and environmental impact; it also enhances interpretability by grounding judgments in explicit gold-form coverage. The work suggests a scalable, transparent QA evaluation paradigm suitable for broad adoption, especially where resources or environmental considerations are constraints.
Abstract
Recently, directly using large language models (LLMs) has been shown to be the most reliable method to evaluate QA models. However, it suffers from limited interpretability, high cost, and environmental harm. To address these, we propose to use soft EM with entity-driven answer set expansion. Our approach expands the gold answer set to include diverse surface forms, based on the observation that the surface forms often follow particular patterns depending on the entity type. The experimental results show that our method outperforms traditional evaluation methods by a large margin. Moreover, the reliability of our evaluation method is comparable to that of LLM-based ones, while offering the benefits of high interpretability and reduced environmental harm.
