CVAIApr 30, 2024

TableVQA-Bench: A Visual Question Answering Benchmark on Multiple Table Domains

arXiv:2404.19205v166 citationsh-index: 7Has Code
Originality Synthesis-oriented
AI Analysis

This provides a new benchmark for evaluating multi-modal models on table understanding, addressing a gap in existing datasets for researchers in computer vision and NLP.

The paper tackles the lack of a benchmark for table visual question answering (TableVQA) by creating TableVQA-Bench, which includes 1,500 QA pairs generated using LLMs and images from stylesheets or a rendering system, and finds that GPT-4V achieves the highest accuracy among tested models while visual inputs are more challenging than text inputs.

In this paper, we establish a benchmark for table visual question answering, referred to as the TableVQA-Bench, derived from pre-existing table question-answering (QA) and table structure recognition datasets. It is important to note that existing datasets have not incorporated images or QA pairs, which are two crucial components of TableVQA. As such, the primary objective of this paper is to obtain these necessary components. Specifically, images are sourced either through the application of a \textit{stylesheet} or by employing the proposed table rendering system. QA pairs are generated by exploiting the large language model (LLM) where the input is a text-formatted table. Ultimately, the completed TableVQA-Bench comprises 1,500 QA pairs. We comprehensively compare the performance of various multi-modal large language models (MLLMs) on TableVQA-Bench. GPT-4V achieves the highest accuracy among commercial and open-sourced MLLMs from our experiments. Moreover, we discover that the number of vision queries plays a significant role in TableVQA performance. To further analyze the capabilities of MLLMs in comparison to their LLM backbones, we investigate by presenting image-formatted tables to MLLMs and text-formatted tables to LLMs, respectively. Our findings suggest that processing visual inputs is more challenging than text inputs, as evidenced by the lower performance of MLLMs, despite generally requiring higher computational costs than LLMs. The proposed TableVQA-Bench and evaluation codes are available at \href{https://github.com/naver-ai/tablevqabench}{https://github.com/naver-ai/tablevqabench}.

Code Implementations1 repo
Foundations

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

Your Notes