CLFeb 17

ViTaB-A: Evaluating Multimodal Large Language Models on Visual Table Attribution

arXiv:2602.15769v1h-index: 6
Originality Incremental advance
AI Analysis

This work highlights a critical limitation in mLLMs for applications requiring transparency and traceability, such as data analysis or decision support systems, by showing they are unreliable at fine-grained attribution.

The study evaluated multimodal large language models (mLLMs) on their ability to attribute answers to specific rows and columns in structured data, finding that while question answering accuracy is moderate, attribution accuracy is much lower, near random for JSON inputs, with models more reliable at citing rows than columns.

Multimodal Large Language Models (mLLMs) are often used to answer questions in structured data such as tables in Markdown, JSON, and images. While these models can often give correct answers, users also need to know where those answers come from. In this work, we study structured data attribution/citation, which is the ability of the models to point to the specific rows and columns that support an answer. We evaluate several mLLMs across different table formats and prompting strategies. Our results show a clear gap between question answering and evidence attribution. Although question answering accuracy remains moderate, attribution accuracy is much lower, near random for JSON inputs, across all models. We also find that models are more reliable at citing rows than columns, and struggle more with textual formats than images. Finally, we observe notable differences across model families. Overall, our findings show that current mLLMs are unreliable at providing fine-grained, trustworthy attribution for structured data, which limits their usage in applications requiring transparency and traceability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes