Datasets:
Add paper and project page links
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 5 |
size_categories:
|
| 6 |
- 10K<n<100K
|
|
|
|
|
|
|
| 7 |
task_categories:
|
| 8 |
- image-to-text
|
| 9 |
- visual-question-answering
|
| 10 |
- text-generation
|
|
|
|
| 11 |
tags:
|
| 12 |
- scientific-diagrams
|
| 13 |
- diagram-understanding
|
|
@@ -19,11 +24,6 @@ tags:
|
|
| 19 |
- chart-understanding
|
| 20 |
- multimodal
|
| 21 |
- benchmark
|
| 22 |
-
pretty_name: Diagram-MMU
|
| 23 |
-
annotations_creators:
|
| 24 |
-
- expert-generated
|
| 25 |
-
source_datasets:
|
| 26 |
-
- original
|
| 27 |
configs:
|
| 28 |
- config_name: diagrams
|
| 29 |
data_files:
|
|
@@ -138,7 +138,7 @@ dataset_info:
|
|
| 138 |
|
| 139 |
**ECCV 2026**
|
| 140 |
|
| 141 |
-
🏠
|
| 142 |
|
| 143 |
**Diagram-MMU** is a benchmark for evaluating Multimodal Large Language Models (MLLMs) on understanding, parsing, and editing **scientific diagrams**. It contains **3,744** curated diagrams (each with compilable source code) and **18,305** human-validated evaluation instances across **six domains** (`charts`, `planar_geometry`, `3d_shapes`, `graph_structures`, `chemistry`, `circuit_diagrams`), over three tasks: diagram-to-code parsing (**D2C-P**), diagram-to-code editing (**D2C-E**), and diagram question answering (**DQA**).
|
| 144 |
|
|
@@ -194,4 +194,4 @@ Released under the **Apache License 2.0**. Source code is collected from officia
|
|
| 194 |
journal = {arXiv preprint arXiv:TODO},
|
| 195 |
year = {2026}
|
| 196 |
}
|
| 197 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- expert-generated
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
size_categories:
|
| 8 |
- 10K<n<100K
|
| 9 |
+
source_datasets:
|
| 10 |
+
- original
|
| 11 |
task_categories:
|
| 12 |
- image-to-text
|
| 13 |
- visual-question-answering
|
| 14 |
- text-generation
|
| 15 |
+
pretty_name: Diagram-MMU
|
| 16 |
tags:
|
| 17 |
- scientific-diagrams
|
| 18 |
- diagram-understanding
|
|
|
|
| 24 |
- chart-understanding
|
| 25 |
- multimodal
|
| 26 |
- benchmark
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
configs:
|
| 28 |
- config_name: diagrams
|
| 29 |
data_files:
|
|
|
|
| 138 |
|
| 139 |
**ECCV 2026**
|
| 140 |
|
| 141 |
+
🏠 [Project Page](https://vi-ocean.github.io/projects/diagram-mmu) · 💻 [Code](https://github.com/AIGrounding/Diagram-MMU) · 📄 [Paper](https://huggingface.co/papers/2608.12262)
|
| 142 |
|
| 143 |
**Diagram-MMU** is a benchmark for evaluating Multimodal Large Language Models (MLLMs) on understanding, parsing, and editing **scientific diagrams**. It contains **3,744** curated diagrams (each with compilable source code) and **18,305** human-validated evaluation instances across **six domains** (`charts`, `planar_geometry`, `3d_shapes`, `graph_structures`, `chemistry`, `circuit_diagrams`), over three tasks: diagram-to-code parsing (**D2C-P**), diagram-to-code editing (**D2C-E**), and diagram question answering (**DQA**).
|
| 144 |
|
|
|
|
| 194 |
journal = {arXiv preprint arXiv:TODO},
|
| 195 |
year = {2026}
|
| 196 |
}
|
| 197 |
+
```
|