paper-with-me

홈 › Papers

VegaChat: A Robust Framework for LLM-Based Chart Generation and Assessment

2026-01-21 · Marko Hostnik, Rauf Kurbanov, Yaroslav Sokolov, Artem Trofimov arxiv

Natural-language-to-visualization (NL2VIS) systems based on large language models (LLMs) have substantially improved the accessibility of data visualization. However, their further adoption is hindered by two coupled challenges: (i) the absence of standardized evaluation metrics makes it difficult to assess progress in the field and compare different approaches; and (ii) natural language descriptions are inherently underspecified, so multiple visualizations may be valid for the same query. To address these issues, we introduce VegaChat, a framework for generating, validating, and assessing declarative visualizations from natural language. We propose two complementary metrics: Spec Score, a deterministic metric that measures specification-level similarity without invoking an LLM, and Vision Score, a library-agnostic, image-based metric that leverages a multimodal LLM to assess chart similarity and prompt compliance. We evaluate VegaChat on the NLV Corpus and on the annotated subset of ChartLLM. VegaChat achieves near-zero rates of invalid or empty visualizations, while Spec Score and Vision Score exhibit strong correlation with human judgments (Pearson 0.65 and 0.71, respectively), indicating that the proposed metrics support consistent, cross-library comparison. The code and evaluation artifacts are available at https://zenodo.org/records/17062309.

📄 PDF Abstract BibTeX arXiv:2601.15385

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ChartMimic: Evaluating LMM's Cross-Modal Reasoning Capability via Chart-to-Code Generation

2024-06-14 · Cheng Yang, Chufan Shi, Yaxin Liu, Bo Shui 외

We introduce a new benchmark, ChartMimic, aimed at assessing the visually-grounded code generation capabilities of large multimodal models (LMMs). ChartMimic utilizes information-intensive visual charts and textual instr…

Code Generation

From Charts to Code: A Hierarchical Benchmark for Multimodal Models

2025-10-20 · Jiahao Tang, Henry Hengyuan Zhao, Lijian Wu, Zijian Zhang 외 arxiv

We introduce Chart2Code, a new benchmark for evaluating the chart understanding and code generation capabilities of large multimodal models (LMMs). Chart2Code is explicitly designed from a user-driven perspective, captur…

Multimodal ReasoningCode Generation

ChartM$^3$: A Multi-Stage Code-Driven Pipeline for Constructing Multi-Dimensional and Multi-Step Visual Reasoning Data in Chart Comprehension

2025-11-04 · Duo Xu, Hao Cheng, Xin Lin, Zhen Xie 외 arxiv

Complex chart understanding tasks demand advanced visual recognition and reasoning capabilities from multimodal large language models (MLLMs). However, current research provides limited coverage of complex chart scenario…

Reinforcement LearningDomain GeneralizationVisual Reasoning

CycleChart: A Unified Consistency-Based Learning Framework for Bidirectional Chart Understanding and Generation

2025-12-22 · Dazhen Deng, Sen Yang, Yuchen He, Yuan Tian 외 arxiv

Current chart-related tasks, such as chart generation (NL2Chart), chart schema parsing, chart data parsing, and chart question answering (ChartQA), are typically studied in isolation, preventing models from learning the …

Chart Question Answering

Enhancing Chart-to-Code Generation in Multimodal Large Language Models via Iterative Dual Preference Learning

2025-04-03 · Zhihan Zhang, Yixin Cao, Lizi Liao

Chart-to-code generation, the process of converting chart images into executable plotting scripts, provides a lossless representation of chart information, requiring models to accurately capture and summarize all visual …

Code Generation