CLMay 20, 2025

Texts or Images? A Fine-grained Analysis on the Effectiveness of Input Representations and Models for Table Question Answering

arXiv:2505.14131v15 citationsh-index: 5Has CodeACL
Originality Incremental advance
AI Analysis

This work addresses the need for fine-grained analysis in table question answering for researchers and practitioners, though it is incremental as it builds on existing datasets and models.

The paper tackles the problem of determining the most effective input representation (text vs. image) and model for table question answering by conducting a controlled study based on question complexity and table size, resulting in a proposed method (FRES) that achieves a 10% average performance improvement.

In table question answering (TQA), tables are encoded as either texts or images. Prior work suggests that passing images of tables to multi-modal large language models (MLLMs) performs comparably to or even better than using textual input with large language models (LLMs). However, the lack of controlled setups limits fine-grained distinctions between these approaches. In this paper, we conduct the first controlled study on the effectiveness of several combinations of table representations and models from two perspectives: question complexity and table size. We build a new benchmark based on existing TQA datasets. In a systematic analysis of seven pairs of MLLMs and LLMs, we find that the best combination of table representation and model varies across setups. We propose FRES, a method selecting table representations dynamically, and observe a 10% average performance improvement compared to using both representations indiscriminately.

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