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

arXiv cs.CL / 4/20/2026

💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • Misleading visualizations are a major source of misinformation online, and previous research shows that both humans and multimodal LLMs are often fooled by them.
  • The paper introduces Misviz, a benchmark containing 2,604 real-world visualizations labeled with 12 categories of “misleaders,” aiming to enable better detection research.
  • To overcome data limitations, the authors also release Misviz-synth, a synthetic dataset of 57,665 Matplotlib-generated visualizations derived from real-world data tables.
  • The study evaluates detection performance across state-of-the-art MLLMs, rule-based systems, and image-axis classifiers, finding the problem is still difficult.
  • The authors publicly release the Misviz and Misviz-synth datasets along with the code to support further development and evaluation.

Abstract

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 that both humans and multimodal large language models (MLLMs) are frequently deceived by such visualizations. Automatically detecting misleading visualizations and identifying the specific design rules they violate could help protect readers and reduce the spread of misinformation. However, the training and evaluation of AI models has been limited by the absence of large, diverse, and openly available datasets. In this work, we introduce Misviz, a benchmark of 2,604 real-world visualizations annotated with 12 types of misleaders. To support model training, we also create Misviz-synth, a synthetic dataset of 57,665 visualizations generated using Matplotlib and based on real-world data tables. We perform a comprehensive evaluation on both datasets using state-of-the-art MLLMs, rule-based systems, and image-axis classifiers. Our results reveal that the task remains highly challenging. We release Misviz, Misviz-synth, and the accompanying code.