Diagram-MMU: A Multi-Modal Benchmark for Scientific Diagrams
Abstract
Multimodal Large Language Models (MLLMs) have beengrowing the capability for scientix001Cc writing and collaboration. For exam-ple, OpenAI Prism is a free workspace for scientix001Cc writing and collab-oration. One important feature in Prism is turning scientix001Cc diagramsdirectly into LATEX TikZ code. In this paper, we build a benchmark,Diagram-MMU, a multi-modal benchmark designed to assess MLLMs'ability for scientix001Cc diagram parsing and understanding. Diagram-MMUfeatures 3.7k curated diagrams and 18.3k human-validated questionsacross six domains. It evaluates MLLMs on three tasks common in vibewriting workspaces: diagram-to-code parsing, diagram-to-code editing,and diagram question answering, alongside agentic settings per task.The evaluation of 12 MLLMs reveals that diagram-to-code tasks aremore challenging than diagram question answering: models can reasonwell over diagrams but struggle to parse and edit them, underscoringthe need for methods to enhance MLLMs' capability in diagram-to-codegeneration. Under agentic settings, most models improve parsing andediting performance but degrade on question answering, while Claude-4.6 Opus consistently improves across all three tasks. Our benchmark ispublicly available at https://huggingface.co/datasets/AIGrounding/Diagram-MMU.