mdpbench-doc-ocr-sft
收藏资源简介:
mdpbench-doc-ocr-sft 是一个专为文档图像到文本(OCR/文档解析)任务设计的监督微调(SFT)数据集,旨在支持Qwen 4B等多模态大语言模型在韩语和日语文档理解方面的能力,当前仅公开了韩语(ko)配置部分。数据来源于韩国地方政府发行的报纸形式通讯刊物,属于公共著作物,遵循韩国著作权法,允许用于非商业及研究目的。数据规模约为2,407个样本,每个样本包含一个文档页面图像(以250 DPI从PDF渲染得到)和对应的真实文本标注,标注采用Markdown格式,保留了原文的版面结构信息(如表格和阅读顺序)。真实标签的生成结合了PaddleOCR-VL-1.6和Qwen3.5-9B模型的输出共识,并利用原始PDF的文本层进行验证。数据集经过严格筛选,确保与MDPBench官方测试集零重叠,避免了数据污染问题,适用于训练和评估模型在复杂版面(如报纸)下的多语言(当前主要为韩语)OCR、文档结构分析和文本信息提取任务。
mdpbench-doc-ocr-sft is a supervised fine-tuning (SFT) dataset specifically designed for document image-to-text (OCR/document parsing) tasks, aimed at enhancing the capabilities of multimodal large language models like Qwen 4B in Korean and Japanese document understanding, with the Korean (ko) configuration currently publicly available. The data originates from newspaper-style communication publications issued by Korean local governments, which are public works and are permitted for non-commercial and research purposes under Korean copyright law. The dataset comprises approximately 2,407 samples, each including a document page image (rendered from PDF at 250 DPI) and corresponding ground truth text annotations in Markdown format, carefully preserving layout structure information such as tables and reading order. The ground truth labels are generated through a rigorous process that combines outputs from PaddleOCR-VL-1.6 and Qwen3.5-9B models for consensus and uses the original PDF text layer for content verification. The dataset is strictly filtered to ensure zero overlap with the official MDPBench test set, avoiding data contamination issues, and is suitable for training and evaluating models on multilingual (currently primarily Korean) OCR, document structure analysis, and text information extraction tasks in complex layouts like newspapers.
数据集概述
数据集名称:mdpbench-doc-ocr-sft (MDPBench Doc OCR SFT - KO/JP)
数据集地址:https://huggingface.co/datasets/sionic-ai/mdpbench-doc-ocr-sft
许可证:CC-BY-4.0
任务类别:图像到文本(image-to-text)
标签:OCR、文档解析、韩语、报纸、MDPBench
主要语言:韩语(ko)、日语(jp,待发布)
数据规模:1,000 < 样本数 < 10,000
数据集结构
该数据集包含两个配置(config),当前仅公开韩语部分:
| 配置名称 | 样本数 | 内容说明 | 状态 |
|---|---|---|---|
ko |
2,407 | 韩国地方自治团体新闻报(报纸型)图像 + Markdown标注 | 已公开 |
jp |
— | 日语数据 | 待发布 |
数据模式(Schema)
每个样本包含以下字段:
- image(Image,字节嵌入):文档页面图像
- markdown(string):标准答案转录(Markdown格式,保留表格和阅读顺序)
- source(string):数据来源,包括
snvision、seocho、gongju - lang(string):语言,当前为
ko - doc_type(string):文档类型,当前为
newspaper
数据来源与许可
- 来源:韩国地方自治团体新闻报(成南市“Vision Seongnam”、瑞草区、公州市)
- 许可类型:公共作品(依据韩国著作权法第24条之二),允许非商业及研究用途
- 图像生成:PDF渲染,分辨率250 DPI
标注与质量控制
- 标注方法:采用双教师模型(PaddleOCR-VL-1.6 + Qwen3.5-9B)结构/顺序一致性标注,结合原始PDF文本层内容验证及双字母门控(bigram gate)
无污染声明
- 与MDPBench测试集无交集:已验证该训练数据与MDPBench测试集无样本重叠
包含与排除内容
- 包含:上述三个来源的韩国地方自治团体新闻报图像及Markdown标注
- 排除:KICE考试题(有版权)、MDPBench测试集(官方发行版)、来源不明PDF、合成数据(可通过代码重新生成)




