DiagramEval: Evaluating LLM-Generated Diagrams via Graphs
Chumeng Liang, Jiaxuan You
TL;DR
The paper tackles the challenge of evaluating LLM-generated diagrams, which often have complex structures not well captured by traditional image-based metrics. It proposes DiagramEval, a graph-based evaluation framework that represents diagrams as text-attributed graphs and introduces Node Alignment and Path Alignment as fine-grained, explainable metrics computed from $G_{gen}$ and $G_{ref}$. The authors implement an automated SVG-to-graph extraction pipeline and benchmark against CLIP-based baselines on a CVPR2025-derived dataset, showing partial alignment with human judgments and offering insights into diagram quality beyond global similarity. This work provides a reusable benchmark and methodology for objective, interpretable assessment of scientific diagrams, with practical implications for improving LLM-driven diagram generation.
Abstract
Diagrams play a central role in research papers for conveying ideas, yet they are often notoriously complex and labor-intensive to create. Although diagrams are presented as images, standard image generative models struggle to produce clear diagrams with well-defined structure. We argue that a promising direction is to generate demonstration diagrams directly in textual form as SVGs, which can leverage recent advances in large language models (LLMs). However, due to the complexity of components and the multimodal nature of diagrams, sufficiently discriminative and explainable metrics for evaluating the quality of LLM-generated diagrams remain lacking. In this paper, we propose DiagramEval, a novel evaluation metric designed to assess demonstration diagrams generated by LLMs. Specifically, DiagramEval conceptualizes diagrams as graphs, treating text elements as nodes and their connections as directed edges, and evaluates diagram quality using two new groups of metrics: node alignment and path alignment. For the first time, we effectively evaluate diagrams produced by state-of-the-art LLMs on recent research literature, quantitatively demonstrating the validity of our metrics. Furthermore, we show how the enhanced explainability of our proposed metrics offers valuable insights into the characteristics of LLM-generated diagrams. Code: https://github.com/ulab-uiuc/diagram-eval.
