Where is this coming from? Making groundedness count in the evaluation of Document VQA models
Armineh Nourbakhsh, Siddharth Parekh, Pranav Shetty, Zhao Jin, Sameena Shah, Carolyn Rose
TL;DR
The paper identifies a gap in DocVQA evaluation: standard metrics like ANLS ignore whether answers are semantically typed and explicitly grounded in the input document. It introduces SMuDGE, a configurable composite metric combining a multimodal grounding score $g_i$ and a type-aware surface similarity score $m_i$ via $s_i = \alpha m_i + (1-\alpha) g_i$, with $g_i$ computed from bounding-box localization and $m_i$ guided by output type, including a numeric-tolerant, textual, and hybrid handling. Across DocVQA, InfographicVQA, MP-DocVQA, and DUDE, SMuDGE better aligns with human judgments and model calibration, producing meaningful leaderboard re-rankings that emphasize grounded and well-calibrated outputs; an optimal balance near $\alpha \approx 0.25$ is reported. The results suggest that grounding-aware evaluation can promote more robust, trustworthy document understanding models and guide improvements beyond surface similarity alone.
Abstract
Document Visual Question Answering (VQA) models have evolved at an impressive rate over the past few years, coming close to or matching human performance on some benchmarks. We argue that common evaluation metrics used by popular benchmarks do not account for the semantic and multimodal groundedness of a model's outputs. As a result, hallucinations and major semantic errors are treated the same way as well-grounded outputs, and the evaluation scores do not reflect the reasoning capabilities of the model. In response, we propose a new evaluation methodology that accounts for the groundedness of predictions with regard to the semantic characteristics of the output as well as the multimodal placement of the output within the input document. Our proposed methodology is parameterized in such a way that users can configure the score according to their preferences. We validate our scoring methodology using human judgment and show its potential impact on existing popular leaderboards. Through extensive analyses, we demonstrate that our proposed method produces scores that are a better indicator of a model's robustness and tends to give higher rewards to better-calibrated answers.
