Protecting multimodal large language models against misleading visualizations
Jonathan Tonglet, Tinne Tuytelaars, Marie-Francine Moens, Iryna Gurevych
TL;DR
The paper assesses the robustness of multimodal large language models (MLLMs) to misleading visualizations by evaluating 19 models across three compound datasets and a ChartQA benchmark, including a real-world mislead subset. It demonstrates that QA accuracy on misleading visuals can fall near random baselines, and it systematically compares six inference-time correction methods. Two methods—table-based QA and redrawing the visualization—provide the largest improvements (up to 19.6 percentage points) but can incur costs on non-misleading data, highlighting trade-offs between robustness and fidelity. The work offers new datasets, code, and insights into the role of parametric knowledge and misleader types, underscoring the need for robust mitigation when deploying chart-understanding systems.
Abstract
Visualizations play a pivotal role in daily communication in an increasingly data-driven world. Research on multimodal large language models (MLLMs) for automated chart understanding has accelerated massively, with steady improvements on standard benchmarks. However, for MLLMs to be reliable, they must be robust to misleading visualizations, i.e., charts that distort the underlying data, leading readers to draw inaccurate conclusions. Here, we uncover an important vulnerability: MLLM question-answering (QA) accuracy on misleading visualizations drops on average to the level of the random baseline. To address this, we provide the first comparison of six inference-time methods to improve QA performance on misleading visualizations, without compromising accuracy on non-misleading ones. We find that two methods, table-based QA and redrawing the visualization, are effective, with improvements of up to 19.6 percentage points. We make our code and data available.
