Preprint
Large Language Models

Tabular Data Understanding with LLMs

Xiaofeng Wu, Alan Ritter, Wei Xu
July 31, 2025arXiv.org9 citations

9

Citations

0

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

Tables have gained significant attention in large language models (LLMs) and multimodal large language models (MLLMs) due to their complex and flexible structure. Unlike linear text inputs, tables are two-dimensional, encompassing formats that range from well-structured database tables to complex, multi-layered spreadsheets, each with different purposes. This diversity in format and purpose has led to the development of specialized methods and tasks, instead of universal approaches, making navigation of table understanding tasks challenging. To address these challenges, this paper introduces key concepts through a taxonomy of tabular input representations and an introduction of table understanding tasks. We highlight several critical gaps in the field that indicate the need for further research: (1) the predominance of retrieval-focused tasks that require minimal reasoning beyond mathematical and logical operations; (2) significant challenges faced by models when processing complex table structures, large-scale tables, length context, or multi-table scenarios; and (3) the limited generalization of models across different tabular representations and formats.

Analysis

Why This Paper Matters

Tables are ubiquitous in real-world data, yet their two-dimensional, flexible structure poses unique challenges for LLMs and MLLMs. Unlike linear text, tables can range from simple database tables to complex multi-layered spreadsheets, each with different purposes. This diversity has led to a fragmented research landscape with specialized methods for each format, making it difficult to compare approaches and identify universal solutions. This paper addresses this by providing a taxonomy of tabular input representations and a structured introduction to table understanding tasks, offering a much-needed organizing framework.

The paper also highlights critical gaps that are often overlooked. It points out that many existing tasks are retrieval-focused, requiring minimal reasoning beyond basic math and logic. This suggests that current benchmarks may not adequately test models' deeper reasoning abilities. Additionally, models struggle with complex structures, large-scale tables, long contexts, and multi-table scenarios, which are common in real-world applications. Finally, the limited generalization across different tabular representations indicates that models are often overfitted to specific formats. By clearly articulating these gaps, the paper sets a research agenda for the community.

Technical Contributions

The paper's main technical contribution is the taxonomy of tabular input representations, which categorizes the various ways tables can be structured and presented to models. This includes distinctions between well-structured database tables and complex, multi-layered spreadsheets, as well as different serialization methods (e.g., linearization, HTML, markdown). The paper also provides a categorization of table understanding tasks, such as table question answering, fact verification, and table-to-text generation, helping to clarify the landscape.

Additionally, the paper synthesizes existing research to identify patterns and trends, such as the predominance of retrieval-focused tasks. It also discusses the challenges posed by complex table structures, large-scale tables, and multi-table scenarios, offering insights into why current models fail in these contexts. The paper does not introduce new algorithms but rather provides a conceptual framework that can guide future research.

Results

As a survey paper, there are no experimental results or quantitative metrics. Instead, the paper presents a qualitative analysis of the field, identifying three main gaps: (1) the overemphasis on retrieval tasks with minimal reasoning, (2) difficulties with complex structures, large scales, long contexts, and multi-table scenarios, and (3) poor generalization across representations. These findings are based on a review of existing literature and are intended to inform future research directions.

Significance

The paper's significance lies in its potential to unify and guide research in table understanding with LLMs. By providing a taxonomy and highlighting gaps, it helps researchers position their work within the broader landscape and identify underexplored areas. This could lead to more universal approaches that generalize across different table formats, ultimately improving the practical utility of LLMs for tabular data. The paper also encourages the development of more challenging benchmarks that require deeper reasoning, moving beyond simple retrieval. As tables are a critical data format in many domains, this work has broad implications for AI applications in finance, healthcare, and scientific research.