CiteVQA: Benchmarking Evidence Attribution for Trustworthy Document Intelligence

Dongsheng Ma, Jiayu Li, Zhengren Wang, Yijie Wang, Jiahao Kong, Weijun Zeng, Jutao Xiao, Jie Yang, Wentao Zhang, Bin Wang, Conghui He

arXiv:2605.12882 · 2026-05-14 공개 · arXiv · PDF

multimodal-llm trustworthy-ai bounding-box document-intelligence pdf-processing strict-attributed-accuracy attribution-hallucination citevqa

Abstract

Multimodal Large Language Models (MLLMs) have significantly advanced document understanding, yet current Doc-VQA evaluations score only the final answer and leave the supporting evidence unchecked. This answer-only approach masks a critical failure mode: a model can land on the correct answer while grounding it in the wrong passage -- a critical risk in high-stakes domains like law, finance, and medicine, where every conclusion must be traceable to a specific source region. To address this, we introduce CiteVQA, a benchmark that requires models to return element-level bounding-box citations alongside each answer, evaluating both jointly. CiteVQA comprises 1,897 questions across 711 PDFs spanning seven domains and two languages, averaging 40.6 pages per document. To ensure fidelity and scalability, the ground-truth citations are generated by an automated pipeline-which identifies crucial evidence via masking ablation-and are subsequently validated through expert review. At the core of our evaluation is Strict Attributed Accuracy (SAA), which credits a prediction only when the answer and the cited region are both correct. Auditing 20 MLLMs reveals a pervasive Attribution Hallucination: models frequently produce the right answer while citing the wrong region. The strongest system (Gemini-3.1-Pro-Preview) achieves an SAA of only 76.0, and the strongest open-source MLLM reaches just 22.5. Ultimately, towards trustworthy document intelligence, CiteVQA exposes a reliability gap that answer-only evaluations overlook, providing the instrumentation needed to close it. Our repository is available at https://github.com/opendatalab/CiteVQA.

한국어 요약

📋 한 줄 요약

**[문서 VQA / 근거 평가]** Doc-VQA가 정답만 평가하느라 가리고 있던 "잘못된 근거 영역" 실패 모드를 드러내기 위해, 정답과 함께 element-level bounding box 인용을 요구하는 벤치마크 CiteVQA 제안.

🎯 핵심 기여도

💡 핵심 아이디어

법·금융·의료처럼 모든 결론이 특정 출처 영역까지 추적 가능해야 하는 고위험 도메인에서는, **정답과 근거가 함께 채점**되어야 한다. 정답 단독 평가는 attribution hallucination을 가린다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: trustworthy document intelligence를 위한 평가 패러다임을 정답-only에서 정답+근거 joint로 전환하는 표준 도구를 제공. **한계**: 7도메인·2언어 범위로, 더 넓은 다국어/도메인(예: 의료 영상 보고서·법령 전체 코퍼스)에서의 일반화는 후속 과제.

🚀 실용적 활용