arXiv:2510.25761cs.CL2025-10被引 7

用图结构评估大模型生成的流程图质量,更准更可解释。

DiagramEval: Evaluating LLM-Generated Diagrams via Graphs

  • 把图表转成节点边构成的图,用节点与路径对齐度评估质量。
  • 首次量化验证了顶尖大模型在真实论文中生成图表的有效性。
  • 适合研究图文生成、模型可解释性的学者参考。

图表在学术论文中用于传递核心思想,但其复杂性和制作成本高。尽管图表以图像形式呈现,传统图像生成模型难以产出结构清晰的图表。我们主张将演示类图表直接以SVG文本形式生成,利用大语言模型(LLMs)的进展。然而,由于组件复杂且具有多模态特性,现有评估指标在判别性和可解释性方面仍不足。本文提出DiagramEval,一种新型评估指标,将图表视为图结构:文本元素为节点,连接关系为有向边,并引入两类新指标——节点对齐度与路径对齐度。首次在近期研究文献上对前沿大模型生成的图表进行量化评估,验证了该方法的有效性。此外,所提指标的增强可解释性为理解大模型生成图表特征提供了宝贵洞见。代码已开源:https://github.com/ulab-uiuc/diagram-eval。

原文摘要 · Abstract (English)

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.

图表生成大模型评估可解释性图结构

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。