paper-with-me

Papers

DOCR-Inspector: Fine-Grained and Automated Evaluation of Document Parsing with VLM

2025-12-11 · Qintong Zhang, Junyuan Zhang, Zhifei Ren, Linke Ouyang, Zichen Wen, Junbo Niu, Yuan Qu, Bin Wang, Ka-Ho Chow, Conghui He, Wentao Zhang arxiv

Document parsing aims to transform unstructured PDF images into semi-structured data, facilitating the digitization and utilization of information in diverse domains. While vision language models (VLMs) have significantly advanced this task, achieving reliable, high-quality parsing in real-world scenarios remains challenging. Common practice often selects the top-performing model on standard benchmarks. However, these benchmarks may carry dataset-specific biases, leading to inconsistent model rankings and limited correlation with real-world performance. Moreover, benchmark metrics typically provide only overall scores, which can obscure distinct error patterns in output. This raises a key challenge: how can we reliably and comprehensively assess document parsing quality in the wild? We address this problem with DOCR-Inspector, which formalizes document parsing assessment as fine-grained error detection and analysis. Leveraging VLM-as-a-Judge, DOCR-Inspector analyzes a document image and its parsed output, identifies all errors, assigns them to one of 28 predefined types, and produces a comprehensive quality assessment. To enable this capability, we construct DOCRcase-200K for training and propose the Chain-of-Checklist reasoning paradigm to enable the hierarchical structure of parsing quality assessment. For empirical validation, we introduce DOCRcaseBench, a set of 882 real-world document parsing cases with manual annotations. On this benchmark, DOCR-Inspector-7B outperforms commercial models like Gemini 2.5 Pro, as well as leading open-source models. Further experiments demonstrate that its quality assessments provide valuable guidance for parsing results refinement, making DOCR-Inspector both a practical evaluator and a driver for advancing document parsing systems at scale. Model and code are released at: https://github.com/ZZZZZQT/DOCR-Inspector.

📄 PDF Abstract BibTeX arXiv:2512.10619

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DocRED-FE: A Document-Level Fine-Grained Entity And Relation Extraction Dataset

2023-03-20 · Hongbo Wang, Weimin Xiong, YiFan Song, Dawei Zhu 외

Joint entity and relation extraction (JERE) is one of the most important tasks in information extraction. However, most existing works focus on sentence-level coarse-grained JERE, which have limitations in real-world sce…

Joint Entity and Relation ExtractionRelationRelation ClassificationRelation Extraction+1

GrainSpace: A Large-scale Dataset for Fine-grained and Domain-adaptive Recognition of Cereal Grains

2022-03-10 · CVPR 2022 1 · Lei Fan, Yiwen Ding, Dongdong Fan, Donglin Di 외

Cereal grains are a vital part of human diets and are important commodities for people's livelihood and international trade. Grain Appearance Inspection (GAI) serves as one of the crucial steps for the determination of g…

Domain AdaptationSelf-Supervised Learning

Semi-automatic Data Enhancement for Document-Level Relation Extraction with Distant Supervision from Large Language Models

2023-11-13 · Junpeng Li, Zixia Jia, Zilong Zheng

Document-level Relation Extraction (DocRE), which aims to extract relations from a long context, is a critical challenge in achieving fine-grained structural comprehension and generating interpretable document representa…

Document-level Relation ExtractionIn-Context LearningLanguage ModelingLanguage Modelling+4

DocRefine: An Intelligent Framework for Scientific Document Understanding and Content Optimization based on Multimodal Large Model Agents

2025-08-09 · Kun Qian, Wenjie Li, Tianyu Sun, Wenhong Wang 외 arxiv

The exponential growth of scientific literature in PDF format necessitates advanced tools for efficient and accurate document understanding, summarization, and content optimization. Traditional methods fall short in hand…

Inspector: Pixel-Based Automated Game Testing via Exploration, Detection, and Investigation

2022-07-18 · Guoqing Liu, Mengzhang Cai, Li Zhao, Tao Qin 외

Deep reinforcement learning (DRL) has attracted much attention in automated game testing. Early attempts rely on game internal information for game space exploration, thus requiring deep integration with games, which is …

Deep Reinforcement LearningImitation LearningObject