paper-with-me

Papers

Do Large Language Models Understand Data Visualization Principles?

2026-02-23 · Martin Sinnona, Valentin Bonas, Viviana Siless, Emmanuel Iarussi arxiv

Data visualization principles, derived from decades of research in design and perception, ensure proper visual communication. While prior work has shown that large language models (LLMs) can generate charts or flag misleading figures, it remains unclear whether they and their vision-language counterparts (VLMs) can reason about and enforce visualization principles directly. Constraint based systems encode these principles as logical rules for precise automated checks, but translating them into formal specifications demands expert knowledge. This motivates leveraging LLMs and VLMs as principle checkers that can reason about visual design directly, bypassing the need for symbolic rule specification. In this paper, we present the first systematic evaluation of both LLMs and VLMs on their ability to reason about visualization principles, using hard verification ground truth derived from Answer Set Programming (ASP). We compiled a set of visualization principles expressed as natural-language statements and generated a controlled dataset of approximately 2,000 Vega-Lite specifications annotated with explicit principle violations, complemented by over 300 real-world Vega-Lite charts. We evaluated both checking and fixing tasks, assessing how well models detect principle violations and correct flawed chart specifications. Our work highlights both the promise of large (vision-)language models as flexible validators and editors of visualization designs and the persistent gap with symbolic solvers on more nuanced aspects of visual perception. They also reveal an interesting asymmetry: frontier models tend to be more effective at correcting violations than at detecting them reliably.

📄 PDF Abstract BibTeX arXiv:2602.20084

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Captioning Visualizations with Large Language Models (CVLLM): A Tutorial

2024-06-27 · Giuseppe Carenini, Jordon Johnson, Ali Salamatian

Automatically captioning visualizations is not new, but recent advances in large language models(LLMs) open exciting new possibilities. In this tutorial, after providing a brief review of Information Visualization (InfoV…

Dialogue Director: Bridging the Gap in Dialogue Visualization for Multimodal Storytelling

2024-12-30 · Min Zhang, Zilin Wang, Liyan Chen, KunHong Liu 외

Recent advances in AI-driven storytelling have enhanced video generation and story visualization. However, translating dialogue-centric scripts into coherent storyboards remains a significant challenge due to limited scr…

Retrieval-augmented GenerationStory VisualizationVideo Generation

De-rendering, Reasoning, and Repairing Charts with Vision-Language Models

2026-02-23 · Valentin Bonas, Martin Sinnona, Viviana Siless, Emmanuel Iarussi arxiv

Data visualizations are central to scientific communication, journalism, and everyday decision-making, yet they are frequently prone to errors that can distort interpretation or mislead audiences. Rule-based visualizatio…

Recommendation Systems

Visualization Literacy of Multimodal Large Language Models: A Comparative Study

2024-06-24 · Zhimin Li, Haichao Miao, Valerio Pascucci, Shusen Liu

The recent introduction of multimodal large language models (MLLMs) combine the inherent power of large language models (LLMs) with the renewed capabilities to reason about the multimodal context. The potential usage sce…

Is this chart lying to me? Automating the detection of misleading visualizations

2025-08-29 · Jonathan Tonglet, Jan Zimny, Tinne Tuytelaars, Iryna Gurevych arxiv

Misleading visualizations are a potent driver of misinformation on social media and the web. By violating chart design principles, they distort data and lead readers to draw inaccurate conclusions. Prior work has shown t…