CVAIJun 13, 2025

MTabVQA: Evaluating Multi-Tabular Reasoning of Language Models in Visual Space

arXiv:2506.11684v16 citationsh-index: 4Has CodeEMNLP
AI Analysis

This addresses a critical gap in evaluating VLMs for real-world scenarios like web pages and digital documents where multi-tabular visual data is common, though it is incremental as it builds on existing VLM capabilities.

The paper tackles the challenge of Vision-Language Models (VLMs) struggling to interpret and reason over multi-tabular data presented as images, introducing MTabVQA, a benchmark with 3,745 complex question-answer pairs requiring multi-hop reasoning across table images. Experiments show that fine-tuning VLMs with their MTabVQA-Instruct dataset substantially improves performance on this task.

Vision-Language Models (VLMs) have demonstrated remarkable capabilities in interpreting visual layouts and text. However, a significant challenge remains in their ability to interpret robustly and reason over multi-tabular data presented as images, a common occurrence in real-world scenarios like web pages and digital documents. Existing benchmarks typically address single tables or non-visual data (text/structured). This leaves a critical gap: they don't assess the ability to parse diverse table images, correlate information across them, and perform multi-hop reasoning on the combined visual data. We introduce MTabVQA, a novel benchmark specifically designed for multi-tabular visual question answering to bridge that gap. MTabVQA comprises 3,745 complex question-answer pairs that necessitate multi-hop reasoning across several visually rendered table images. We provide extensive benchmark results for state-of-the-art VLMs on MTabVQA, revealing significant performance limitations. We further investigate post-training techniques to enhance these reasoning abilities and release MTabVQA-Instruct, a large-scale instruction-tuning dataset. Our experiments show that fine-tuning VLMs with MTabVQA-Instruct substantially improves their performance on visual multi-tabular reasoning. Code and dataset (https://huggingface.co/datasets/mtabvqa/MTabVQA-Eval) are available online (https://anonymous.4open.science/r/MTabVQA-EMNLP-B16E).

Foundations

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

Your Notes