MDPBench
收藏资源简介:
MDPBench 是首个针对多语言数字文档和拍摄文档解析的基准测试数据集。该数据集旨在解决当前文档解析技术主要局限于少数主流语言的清洁、数字格式良好文档的问题。MDPBench 包含 3,400 张文档图像,涵盖 17 种语言(简体中文、繁体中文、英语、阿拉伯语、德语、西班牙语、法语、印地语、印尼语、意大利语、日语、韩语、葡萄牙语、俄语、泰语、越南语),包含多种文字体系和不同的拍摄条件。所有数据均通过专家模型标注、人工校正和人工验证的严格流程进行高质量标注。为确保公平比较和防止数据泄露,数据集分为公开和私有两种评估分割。评估结果显示,现有模型在非拉丁文字和真实拍摄文档上的性能存在显著差异,特别是在开源模型上表现更为明显。该数据集为构建更具包容性、可部署的文档解析系统提供了明确方向。
MDPBench is the first benchmark dataset dedicated to multilingual digital and photographed document parsing. It addresses the critical limitation of current document parsing technologies, which are mostly restricted to clean, well-formatted digital documents in a small number of mainstream languages. MDPBench comprises 3,400 document images spanning 17 languages, including Simplified Chinese, Traditional Chinese, English, Arabic, German, Spanish, French, Hindi, Indonesian, Italian, Japanese, Korean, Portuguese, Russian, Thai, and Vietnamese. The dataset covers multiple writing systems and diverse shooting conditions. All data underwent high-quality annotation via a rigorous workflow consisting of expert model labeling, manual correction, and manual validation. To enable fair comparison and mitigate data leakage risks, the dataset is split into public and private evaluation splits. Evaluation results reveal that existing models demonstrate substantial performance gaps on non-Latin script documents and real-world photographed documents, with this disparity being particularly prominent among open-source models. This dataset offers a clear roadmap for developing more inclusive and deployable document parsing systems.
MDPBench 数据集概述
数据集基本信息
- 数据集名称:MDPBench: A Benchmark for Multilingual Document Parsing in Real-World Scenarios
- 许可证:Apache-2.0
- 论文链接:https://huggingface.co/papers/2603.28130
- 源代码仓库:https://github.com/Yuliang-Liu/MultimodalOCR
数据集简介
MDPBench 是首个用于多语言数字文档和拍摄文档解析的基准测试。该基准旨在评估模型在不同文字和低资源语言下的数字文档及拍摄文档上的性能。
数据集构成
- 数据规模:包含 3,400 张文档图像。
- 语言覆盖:涵盖 17 种语言,包括简体中文、繁体中文、英语、阿拉伯语、德语、西班牙语、法语、印地语、印尼语、意大利语、日语、韩语、葡萄牙语、俄语、泰语、越南语。
- 数据多样性:包含多种文字和不同的拍摄条件。
- 数据划分:为进行公平比较并防止数据泄露,数据集维护了独立的公开和私有评估划分。
标注质量
标注通过严谨的流程生成,包括专家模型标注、人工校正和人工验证,确保了高质量。
主要评估发现
- 闭源模型(特别是 Gemini3-Pro)表现出相对较强的鲁棒性。
- 开源模型性能显著下降,尤其是在非拉丁文字和真实世界拍摄的文档上。
- 在拍摄文档上平均下降 17.8%。
- 在非拉丁文字上平均下降 14.0%。
- 这些结果揭示了不同语言和条件下显著的性能不平衡,并为构建更具包容性、可部署的解析系统指明了具体方向。
评估模型与结果概览
评估涵盖了通用视觉语言模型、专用视觉语言模型和流水线工具。性能指标以表格形式呈现,对比了模型在总体、数字文档、拍摄文档、拉丁语系平均、非拉丁语系平均以及私有集上的表现。
环境设置与评估步骤
- 环境设置:需克隆指定代码仓库,创建 Python 3.10 环境,并安装相关依赖。
- 数据集下载:通过提供的脚本从 Huggingface 下载 MDPBench(公开集)。
- 模型推理:按照指定格式运行模型推理并保存结果。




