ChartArena
收藏资源简介:
ChartArena是由腾讯、中国科学院等机构联合构建的综合性双语图表解析基准数据集,旨在系统评估多模态大语言模型在多样化场景下的图表理解能力。该数据集涵盖2,400个样本,覆盖柱状图、折线图、饼图、雷达图等八类图表家族,并创新性地整合了数字渲染、印刷照片和手绘照片三种视觉场景,同时支持中英双语内容,数据来源包括公开文档库、网络资源和内部收集的多领域素材。数据集通过人机协同标注流程构建,采用多阶段人工验证确保标注的结构一致性与可靠性,其核心价值在于解决图表解析领域因输出格式碎片化、评估标准不统一而导致的模型能力评估难题,为推进通用图表解析技术的发展提供了标准化测试平台。
ChartArena is a comprehensive bilingual chart parsing benchmark dataset jointly constructed by Tencent, the Chinese Academy of Sciences and other institutions, aiming to systematically evaluate the chart understanding capabilities of multimodal large language models in diverse scenarios. This dataset contains 2,400 samples, covering eight chart families such as bar charts, line charts, pie charts and radar charts, and innovatively integrates three visual scenarios: digitally rendered images, printed photos and hand-drawn photos. It supports both Chinese and English content, with data sources including public document repositories, online resources and multi-domain materials collected internally. The dataset is built via a human-machine collaborative annotation workflow, and multi-stage manual verification is adopted to ensure the structural consistency and reliability of annotations. Its core value is to address the challenge of evaluating model capabilities in the chart parsing field caused by fragmented output formats and inconsistent evaluation criteria, providing a standardized test platform for advancing the development of general-purpose chart parsing technologies.
ChartArena 数据集详情
数据集简介
ChartArena 是一个全面的双语基准测试,用于评估视觉语言模型在图表解析方面的能力。该基准涵盖了实践中遇到的从简单到复杂的完整难度谱系,包含八大图表家族:数值型图表(柱状图、折线图、饼图、雷达图、箱线图、组合图)和图示型结构(流程图、思维导图),每种图表均呈现于三种视觉场景(数字渲染图、印刷照片、手绘照片)和两种语言(中文和英文)。
基准统计信息
| 项目 | 详情 |
|---|---|
| 图表家族 | 8 种(柱状图、折线图、饼图、雷达图、箱线图、组合图、流程图、思维导图) |
| 图表类别 | 数值图表、思维导图、流程图 |
| 视觉场景 | 3 种(数字渲染、印刷照片、手绘照片) |
| 语言 | 双语(中文和英文) |
任务定义
ChartArena 将图表分为三个类别,每个类别有默认的提取任务:
| 图表类别 | 示例 | 默认任务 |
|---|---|---|
| 数值图表 | 柱状图/折线图/饼图/雷达图/箱线图/组合图等 | SE_MD |
| 思维导图(逻辑图) | 树状图/层级图 | SE_MD |
| 流程图 | 流程/工作流图 | SE_MERMAID |
十一种提取任务
| 任务 | 输出格式 | 描述 |
|---|---|---|
| SE_MD | Markdown 表格/列表 | 数值图表→Markdown表格;思维导图→Markdown嵌套列表 |
| SE_JSON | JSON | 包含 title 和 values 的结构化 JSON |
| SE_CSV | CSV | 逗号分隔值 |
| SE_CODE | Python (matplotlib) | 将图表重现为可执行的 Python 代码 |
| SE_SVG | SVG | 将图表重现为 SVG 标记 |
| SE_MERMAID | Mermaid | 流程图表示为 Mermaid 图语法 |
| SE_GRAPHVIZ | Graphviz DOT | 流程图表示为 DOT 语言 |
| SE_PLANTUML | PlantUML | 流程图表示为 PlantUML 语法 |
| SE_DIAGRAMS | diagrams.net XML | 流程图表示为 draw.io XML |
| SE_D2 | D2 | 流程图表示为 D2 图语言 |
| SE_CYTOSCAPE | Cytoscape JSON | 流程图表示为 Cytoscape.js JSON |
评分指标
- mAP(map_strict / map_slight / map_high)
- EM(精确匹配)
评测排行榜
ChartArena 评估了涵盖三类模型的 26 个模型:通用多模态大语言模型、文档解析多模态大语言模型和专家图表理解模型。结果以mAP_high报告每个图表家族的表现,其中英文(EN)和中文(ZH)分数分别对三种视觉场景取平均。
通用多模态大语言模型排行榜(部分)
| 模型 | 日期 | 柱状图(EN) | 柱状图(ZH) | 折线图(EN) | 折线图(ZH) | 饼图(EN) | 饼图(ZH) | 雷达图(EN) | 雷达图(ZH) | 箱线图(EN) | 箱线图(ZH) | 组合图(EN) | 组合图(ZH) | 流程图(EN) | 流程图(ZH) | 思维导图(EN) | 思维导图(ZH) | 平均(EN) | 平均(ZH) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Gemini 3.1 Pro | 2026.02 | 57.9 | 78.7 | 67.0 | 85.3 | 92.5 | 95.1 | 31.8 | 62.7 | 32.5 | 45.2 | 39.7 | 70.3 | 65.6 | 63.1 | 86.8 | 85.2 | 59.2 | 73.2 |
| Seed-2.0 Pro (non-thinking) | 2026.02 | 40.3 | 73.3 | 56.5 | 80.7 | 91.5 | 90.5 | 21.3 | 54.7 | 44.5 | 55.2 | 32.4 | 62.2 | 62.6 | 61.3 | 83.1 | 85.8 | 54.0 | 70.5 |
| Kimi K2.5 (non-thinking) | 2026.02 | 45.2 | 70.3 | 60.9 | 79.8 | 87.2 | 86.7 | 30.2 | 59.7 | 40.6 | 47.6 | 33.6 | 63.6 | 59.9 | 57.9 | 80.8 | 79.4 | 54.8 | 68.1 |
| Qwen3.5-35B-A3B | 2026.02 | 48.0 | 68.1 | 60.4 | 77.6 | 89.7 | 88.7 | 25.2 | 57.9 | 50.1 | 50.6 | 35.2 | 62.1 | 62.5 | 56.5 | 77.1 | 75.6 | 56.0 | 67.1 |
文档解析多模态大语言模型排行榜(部分)
| 模型 | 日期 | 平均(EN) | 平均(ZH) |
|---|---|---|---|
| HunyuanOCR (1B) | 2025.11 | 41.4 | 52.8 |
| dots.mocr (3B) | 2025.07 | 33.1 | 40.7 |
| PaddleOCR-VL (1B) | 2025.10 | 23.9 | 35.8 |
专家图表理解模型排行榜(部分)
| 模型 | 日期 | 平均(EN) | 平均(ZH) |
|---|---|---|---|
| RRVF (7B) | 2025.07 | 36.0 | 51.0 |
| MSRL (7B) | 2025.08 | 27.1 | 34.3 |
| ChartCoder (7B) | 2025.01 | 12.6 | 9.9 |
数据获取与使用
数据集以单个存档文件发布(包含 jsonl 和图像),文件需放置于 data/ 目录下。数据集的 HuggingFace 页面地址为:https://huggingface.co/datasets/psp-dada/ChartArena
数据格式示例
每条 jsonl 数据格式如下: json { "img_path": "images/xxx.png", "chart_type": "柱状图", "img_type": "电子印刷", "lang_type": "中文", "anno": "..." }
许可协议
本基准测试仅面向研究目的发布。




