VisEval: A Benchmark for Data Visualization in the Era of Large Language Models
Nan Chen, Yuge Zhang, Jiahang Xu, Kan Ren, Yuqing Yang
TL;DR
VisEval tackles the lack of a reliable NL2VIS benchmark by delivering a large, high-quality dataset (2,524 NL–VIS pairs across 146 databases) and a multi-dimension automated evaluation framework (validity, legality, readability). It combines rule-based, LLM-based, and human-assisted dataset curation with an SVG-based legality deconstruction and a GPT-4V–driven readability assessor, enabling end-to-end benchmarking of state-of-the-art LLMs on visualization generation. The study provides detailed analyses of model performance, common error modes, and the impact of data formatting and table disruption, offering actionable insights for future NL2VIS improvements. Overall, VisEval advances reproducible, scalable assessment of NL2VIS systems, supporting progress toward robust, readable, and legally correct visualizations generated from natural language. The benchmark has practical significance for researchers and industry seeking to benchmark and improve NL2VIS capabilities in the era of large language models.
Abstract
Translating natural language to visualization (NL2VIS) has shown great promise for visual data analysis, but it remains a challenging task that requires multiple low-level implementations, such as natural language processing and visualization design. Recent advancements in pre-trained large language models (LLMs) are opening new avenues for generating visualizations from natural language. However, the lack of a comprehensive and reliable benchmark hinders our understanding of LLMs' capabilities in visualization generation. In this paper, we address this gap by proposing a new NL2VIS benchmark called VisEval. Firstly, we introduce a high-quality and large-scale dataset. This dataset includes 2,524 representative queries covering 146 databases, paired with accurately labeled ground truths. Secondly, we advocate for a comprehensive automated evaluation methodology covering multiple dimensions, including validity, legality, and readability. By systematically scanning for potential issues with a number of heterogeneous checkers, VisEval provides reliable and trustworthy evaluation outcomes. We run VisEval on a series of state-of-the-art LLMs. Our evaluation reveals prevalent challenges and delivers essential insights for future advancements.
