🤝 Contributions Welcome 🚀

April 9, 2026 · View on GitHub

Due to limited time, I cannot keep track of every new paper very promptly, please feel free to submit a Pull Request to add your papers or submit Issues to remind me, I will add them ASAP. Let's maintain this paper list collaboratively. 🤝

A-Paper-List-of-Awesome-Tabular-LLMs

Different types of tables are widely used to store and present information. To automatically process numerous tables and gain valuable insights, researchers have proposed a series of deep-learning models for various table-based tasks, e.g., table question answering (TQA), table-to-text (T2T), text-to-sql (NL2SQL) and table fact verification (TFV). Recently, the emerging Large Language Models (LLMs) and more powerful Multimodal Large Language Models (MLLMs) have opened up new possibilities for processing the tabular data, i.e., we can use one general model to process diverse tables and fulfill different tabular tasks based on the user natural language instructions. We refer to these LLMs speciallized for tabular tasks as Tabular LLMs. In this repository, we collect a paper list about recent Tabular (M)LLMs and divide them into the following categories based on their key idea.


Table of Contents:

  1. Survey of Tabular LLMs and table understanding
  2. Prompting LLMs for different tabular tasks, e.g., in-context learning, prompt engineering and integrating external tools.
  3. Training LLMs for better table understanding ability, e.g., training existing LLMs by instruction fine-tuning or post-pretraining.
  4. Developing Agents for tabular data, e.g., devolping copilot for processing excel tables.
  5. RAG with tabular data, e.g., devolping RAG systems for understanding long tables.
  6. Empirical study for evaluating LLMs' table understanding ability, e.g., exploring the influence of various table types or table formats.
  7. Multimodal table understanding, e.g., training MLLMs to understand diverse table images and textual user requests.
  8. Table Understanding datasets and benchmarks, e.g., valuable datasets and benchmarks for model training and evaluation.
  9. Evaluation Metrics for Table Understanding, e.g., devising better evaluation method for table understanding.

Task Names and Abbreviations:

Task NamesAbbreviationsTask Descriptions
Table Question AnsweringTQAAnswering questions based on the table(s), e.g., answer look-up or computation questions about table(s).
Table-to-TextTable2Text or T2TGenerate a text based on the table(s), e.g., generate a analysis report given a financial statement.
Text-to-TableText2TableGenerate structured tables based on input text, e.g., generate a statistical table based on the game summary.
Table Fact VerificationTFVJudging if a statement is true or false (or not enough evidence) based on the table(s)
Text-to-SQLNL2SQLGenerate a SQL statement to answer the user question based on the database schema
Tabular Mathematical ReasoningTMRSolving mathematical reasoning problems based on the table(s), e.g., solve math word problems related to a table
Table-and-Text Question AnsweringTAT-QAAnswering questions based on both table(s) and their related texts, e.g., answer questions given wikipedia tables and their surrounding texts.
Table InterpretationTIInterpreting basic table content and structure information, e.g., column type annotation, entity linking, relation extraction, cell type classification et al.
Table AugmentationTAAugmenting existing tables with new data, e.g., schema augmentation, row population, et al.

1. Survey of Tabular LLMs and Table Understanding

TitleSourceDatePages
Table Question Answering in the Era of Large Language Models: A Comprehensive Survey of Tasks, Methods, and Evaluationarxiv2025-10-2825
Toward Real-World Table Agents: Capabilities, Workflows, and Design Principles for LLM-based Table Intelligencearxiv2025-07-1434
Language Modeling on Tabular Data: A Survey of Foundations, Techniques and Evolutionarxiv2024-08-2049
Large Language Model for Table Processing: A Surveyarxiv2024-02-049
A Survey of Table Reasoning with Large Language Modelsarxiv2024-02-139
Large Language Models(LLMs) on Tabular Data: Prediction, Generation, and Understanding -- A Surveyarxiv2024-03-0141
Transformers for Tabular Data Representation: A Survey of Models and ApplicationsTACL 202323
Table Pre-training: A Survey on Model Architectures, Pre-training Objectives, and Downstream TasksIJCAI 20222022-01-2415

2. Prompting LLMs for Different Tabular Tasks

TitleSourceDateTaskCode
Causality Meets the Table: Debiasing LLMs for Faithful TableQA via Front-Door InterventionNIPS 2025Debiasing TQA
Map&Make: Schema Guided Text to Table GenerationACL 20252025-05-29Text-to-Table
Plugging Schema Graph into Multi-Table QA: A Human-Guided Framework for Reducing LLM RelianceEMNLP 2025 FindingsMulti-Table QAGithub
GRIT: Guided Relational Integration for Efficient Multi-Table UnderstandingEMNLP 2025Multi-Table QA
RoT: Enhancing Table Reasoning with Iterative Row-Wise TraversalsEMNLP 20252025-05-21TQA
Weaver: Interweaving SQL and LLM for Table ReasoningEMNLP 20252025-05-25TQA,TFV
Map&Make: Schema Guided Text to Table GenerationACL 20252025-05-29Text2Table
Triples as the Key: Structuring Makes Decomposition and Verification Easier in LLM-based TableQAICLR 2025-TQA
Piece of Table: A Divide-and-Conquer Approach for Selecting Subtables in Table Question Answeringarxiv2024-12-10TQA
Tree-of-Table: Unleashing the Power of LLMs for Enhanced Large-Scale Table Understandingarxiv2024-11-13TQA,TFV,T2T
Retrieval & Fine-Tuning for In-Context Tabular ModelsNIPS 20242024-06-07Machine learning tasks with tabular data
Star
GraphOTTER: Evolving LLM-based Graph Reasoning for Complex Table Question Answering
COLING 20252024-12-02TQAGithub
PoTable: Programming Standardly on Table-based Reasoning Like a Human Analystarxiv2024-12-05TQA, TFV
Unveiling Implicit Table Knowledge with Question-Then-Pinpoint Reasoner for Insightful Table SummarizationEMNLP 2024 Findings2024-06-18Table Summarization
TKGT: Redefinition and A New Way of Text-to-Table Tasks Based on Real World Demands and Knowledge Graphs Augmented LLMsEMNLP 2024Text2Table
Text-Tuple-Table: Towards Information Integration in Text-to-Table Generation via Global Tuple ExtractionEMNLP 20242024-04-22Text2TableGithub
TART: An Open-Source Tool-Augmented Framework for Explainable Table-based Reasoningarxiv2024-09-18TQAGithub
SynTQA: Synergistic Table-based Question Answering via Mixture of Text-to-SQL and E2E TQAEMNLP 20242024-09-25TQA
Star
FLEXTAF: Enhancing Table Reasoning with Flexible Tabular Formats
arxiv2024-08-16TQA, TFVGithub
Learning Relational Decomposition of Queries for Question Answering from TablesACL 2024TQA
TaPERA: Enhancing Faithfulness and Interpretability in Long-Form Table QA by Content Planning and Execution-based ReasoningACL 2024TQA
Enhancing Temporal Understanding in LLMs for Semi-structured Tablesarxiv2024-07-22Temporal TQA
Star
ALTER: Augmentation for Large-Table-Based Reasoning
arxiv2024-07-03TQAGithub
TrustUQA: A Trustful Framework for Unified Structured Data Question Answeringarxiv2024-06-27TQA
Adapting Knowledge for Few-shot Table-to-Text Generationarxiv2024-03-27T2T
Graph Reasoning Enhanced Language Models for Text-to-SQLSIGIR 2024NL2SQL
NormTab: Improving Symbolic Reasoning in LLMs Through Tabular Data Normalizationarxiv2024-06-25TQA,TFV
Improving Factual Accuracy of Neural Table-to-Text Output by Addressing Input Problems in ToTToNAACL 20242024-04-05T2T
TabSQLify: Enhancing Reasoning Capabilities of LLMs Through Table DecompositionNAACL 2024TQA,TFV
Star
E5: Zero-shot Hierarchical Table Analysis using Augmented LLMs via Explain, Extract, Execute, Exhibit and Extrapolate
NAACL 2024TQA on hierarchical tablesGithub
OpenTE: Open-Structure Table Extraction From TextICASSP 2024Text-to-Table Extraction
On Linearizing Structured Data in Encoder-Decoder Language Models: Insights from Text-to-SQLNAACL 20242024-04-03NL2SQL
MFORT-QA: Multi-hop Few-shot Open Rich Table Question Answeringarxiv2024-03-28TQA
Star
OpenTab: Advancing Large Language Models as Open-domain Table Reasoners
ICLR 20242024-02-22TQA,TFVGithub
CABINET: Content Relevance based Noise Reduction for Table Question AnsweringICLR 20242024-02-02TQA
Star
Augment before You Try: Knowledge-Enhanced Table Question Answering via Table Expansion
EMNLP 2025 Findings2024-01-24TQAGithub
Chain-of-Table: Evolving Tables in the Reasoning Chain for Table UnderstandingICLR 20242024-01-09TQA,TFV
TAP4LLM: Table Provider on Sampling, Augmenting, and Packing Semi-structured Data for Large Language Model ReasoningEMNLP 2024 Findings2023-12-14TQA,TAT-QA,TFV,T2TGithub
Large Language Models are Complex Table ParsersEMNLP 20232023-12-13TQA
API-Assisted Code Generation for Question Answering on Varied Table StructuresEMNLP 20232023-10-23TQA
Star
TableQAKit: A Comprehensive and Practical Toolkit for Table-based Question Answering
arxiv2023-10-23TQA,NL2SQLGithub
Enhancing Few-shot Text-to-SQL Capabilities of Large Language Models: A Study on Prompt Design Strategiesarxiv2023-05-21NL2SQL
Star
StructGPT: A General Framework for Large Language Model to Reason over Structured Data
EMNLP 20232023-05-16TQA, TFVGithub
Star
Chameleon:Plug-and-Play Compositional Reasoning with Large Language Models
NIPS 20232023-04-19TMRGithub
Generate, Transform, Answer: Question Specific Tool Synthesis for Tabular DataEMNLP 20232023-03-17TQA,NL2SQL
DTT: An Example-Driven Tabular Transformer for Joinability by Leveraging Large Language ModelsSIGMOD 20242023-03-12Table Transformation
Star
Large Language Models are Versatile Decomposers:Decompose Evidence and Questions for Table-based Reasoning
SIGIR 20232023-01-13TQA, TFVGithub
Star
Program of Thoughts Prompting: Disentangling Computation from Reasoning for Numerical Reasoning Tasks
TMLR 20232022-11-22TMR, TAT-QAGithub
Star
Large Language Models are few(1)-shot Table Reasoners
EACL 2023 Findings2022-10-13TQA, TFVGithub
Star
Binding Language Models in Symbolic Languages
ICLR 20232022-10-06TQA, TFVGithub
Star
Dynamic Prompt Learning via Policy Gradient for Semi-structured Mathematical Reasoning
ICLR 20232022-09-29TMR (Tabular Mathematical Reasoning)Github

3. Training LLMs for Better Table Understanding Ability

3.1 Supervised Fine-tuning (SFT) for Tabular LLMs

TitleSourceDateTaskLLM BackboneCode
TabFlash: Efficient Table Understanding with Progressive Question Conditioning and Token FocusingAAAI 20262025-11-17Multimodal Table UnderstandingInternVL-2.5 1B and 3BGithub
Table as a Modality for Large Language ModelsNIPS 2025TQALlama2-7B, Mistral-7B, LLaMA-3.1-8B
QuASAR: A Question-Driven Structure-Aware Approach for Table-to-Text GenerationACL 2025Table-to-textT5-BaseGithub
RelationalCoder: Rethinking Complex Tables via Programmatic Relational TransformationACL 2025TQA with hierarchical tablesGithub
Table-LLM-Specialist: Language Model Specialists for Tables using Iterative Generator-Validator Fine-tuningEMNLP 20252024-10-16Classification table tasks like Schema matching and Generative table tasks like TQAGPT-3.5 and GPT-4Github
TableDreamer: Progressive and Weakness-guided Data Synthesis from Scratch for Table Instruction TuningACL 2025 Findings2025-06-10Synthesize diverse table instruction tuning dataLlama3.1-8B-InstructGithub
TableMoE: Neuro-Symbolic Routing for Structured Expert Reasoning in Multimodal Table Understandingarxiv2025-06-26Multimodal Table UnderstandingLLaMA 3.1–8B–Instruct, Qwen2.5–VL–7B–InstructGithub
TableLoRA: Low-rank Adaptation on Table Structure Understanding for Large Language ModelsACL 20252025-03-06TQA,TFVDeepSeek, Llama2/3 with a specially designed LoRA module for table understanding
RePanda: Pandas-powered Tabular Verification and Reasoningarxiv2025-03-14TFVDeepSeek-coder-7B-instruct-v1.5
LaTeXNet: A Specialized Model for Converting Visual Tables and Equations to LaTeX CodearxivICASSP 2025Table-image-to-LaTeX
General Table Question Answering via Answer-Formula Joint Generationarxiv2025-03-16TQALlama3.1, Qwen2.5-coder
Rethinking Table Instruction TuningACL 2025 Findings2025-01-24TQA,TFVEnhance OOD and general capacity of tabular LLMs
Bridging the Semantic Gap Between Text and Table: A Case Study on NL2SQLICLR 2025-NL2SQLLLMs with a specially trained table encoders.
TableGPT2: A Large Multimodal Model with Tabular Data Integrationarxiv2024-11-04TQA, TFV, et al.Qwen2.5 model family with a special pre-trained table encoder.Github
Large Scale Transfer Learning for Tabular Data via Language ModelingNIPS 20242024-06-17tabular data prediction (classification and binned regression)Llama 3-8B
ProTrix: Building Models for Planning and Reasoning over Tables with Sentence ContextEMNLP 2024 Findings2024-03-04TQA, TFVLlama-2Github
UniTabNet: Bridging Vision and Language Models for Enhanced Table Structure RecognitionEMNLP 2024 Findings2024-09-20Table Recognition
Table Question Answering for Low-resourced Indic LanguagesEMNLP 20242024-10-04Indian TQAmBARTGithub
TabMoE: A General Framework for Diverse Table-Based Reasoning with Mixture-of-ExpertsMathematics2024-08-16TQA, TFV, T2TBART
Star
rLLM: Relational Table Learning with LLMs
arxiv2024-07-29multi-table joint learning tasksa PyTorch library designed for Relational Table Learning (RTL) with Large Language Models (LLMs).Github
Star
Mambular: A Sequential Model for Tabular Deep Learning
arxiv2024-08-12ML Classification and Regression tasks like California HousingMambaGithub
MambaTab: A Plug-and-Play Model for Learning Tabular DataMIPR 20242024-01-16ML Classification tasksMamba
SpreadsheetLLM: Encoding Spreadsheets for Large Language Modelsarxiv2024-07-12Excel Manipulation
Unleashing the Potential of Large Language Models for Predictive Tabular Tasks in Data Sciencearxiv2024-03-29Predictive Tabular TasksLlama2 7BHuggingFace
HGT: Leveraging Heterogeneous Graph-enhanced Large Language Models for Few-shot Complex Table Understandingarxiv2024-03-28TI,TQAVicuna-1.5 7B
Star
TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios
ACL 2025 Findings2024-03-28Table ManipulationCodeLlama 7B, 13BGithub
Star
StructLM: Towards Building Generalist Models for Structured Knowledge Grounding
CoLM 20242024-02-26TQA,TFV,T2T,NL2SQLCodeLlama 7B-34BGithub
Star
TAT-LLM: A Specialized Language Model for Discrete Reasoning over Tabular and Textual Data
arxiv2024-01-24TQALlama2 7B, 13B, 70BGithub
Star
TableLlama: Towards Open Large Generalist Models for Tables
NAACL 20242023-11-15TQA,TFV,T2T,TA,TILlama2 7BGithub
HELLaMA: LLaMA-based Table to Text Generation by Highlighting the Important Evidencearxiv2023-11-15T2TLlama2 7B-13B
Table-GPT: Table-tuned GPT for Diverse Table Tasksarxiv2023-10-13TQAGPT-3.5, ChatGPT

3.2 Reinforcement Learning (RL) for Tabular LLM

TitleSourceDateTaskLLM BackboneCode
Table2LaTeX-RL: High-Fidelity LaTeX Code Generation from Table Images via Reinforced Multimodal Language ModelsNIPS 20252025-09-22Table Recognition (table-image-to-latex)InternVL2-1B, Qwen2.5-VL-3BGithub
Exploring Generative Process Reward Modeling for Semi-Structured Data: A Case Study of Table Question Answeringarxiv2025-10-23Evalating current PRM for TQA
STaR: Towards Cognitive Table Reasoning via Slow-Thinking Large Language Modelsarxiv2025-11-14TQAQwen3-0.5B/8BGithub
TaTToo: Tool-Grounded Thinking PRM for Test-Time Scaling in Tabular Reasoningarxiv2025-10-07Building a better PRM for tabular taskQwen-3-8B
Can GRPO Boost Complex Multimodal Table Understanding?EMNLP 20252025-09-21Multimodal Table UnderstandingQwen2-VL-7B
PPT: A Process-based Preference Learning Framework for Self Improving Table Question Answering Modelsarxiv2025-05-23Qwen2.5-7B, Llama3.1-8B
Fortune: Formula-Driven Reinforcement Learning for Symbolic Table Reasoning in Language Modelsarxiv2025-05-29TQA, TFVMultiple LLMs
Reasoning-Table: Exploring Reinforcement Learning for Table Reasoningarxiv2025-06-02TQA,TFV,T2T,NL2SQLQwen2.5-7BGithub
OpenTable-R1: A Reinforcement Learning Augmented Tool Agent for Open-Domain Table Question Answeringarxiv2025-07-02Open-Domain TQAGithub
Table-r1: Self-supervised and Reinforcement Learning for Program-based Table Reasoning in Small Language Modelsarxiv2025-06-06TQAQwen2.5-Coder-7B-Inst, LLaMA3.1-8B-InstGithub
Star
Table-R1: Inference-Time Scaling for Table Reasoning
EMNLP 20252025-05-29TQA,TFV,T2TQwen2.5-7BGithub
Table-R1: Region-based Reinforcement Learning for Table Understandingarxiv2025-05-18TQAMultiple LLMs
Star
HIPPO: Enhancing the Table Understanding Capability of Large Language Models through Hybrid-Modal Preference Optimization
arxiv2025-02-24TQA,TFVMiniCPM-V-2.6 with DPO trainingGithub

3.3 Pre-trained Tabular Language Models (non-LLM)

TitleSourceDateTaskCode
Structural Deep Encoding for Table Question AnsweringACL 2025 Findings2025-03-03WTQ, WikiSQL
Star
HYTREL: Hypergraph-enhanced Tabular Data Representation Learning
NIPS 20232023-07-14TA, TIGithub
FLAME: A small language model for spreadsheet formulasAAAI 20242023-01-31Generating Excel FormulasGithub

4. Developing Agents for Understanding and Processing Tabular Data

TitleSourceDateTaskCode
TraceBack: Multi-Agent Decomposition for Fine-Grained Table Attributionarxiv2026-02-13Fine-grained table attributionGithub
TabDSR: Decompose, Sanitize, and Reason for Complex Numerical Reasoning in Tabular DataEMNLP 2025 Findings2025-11-04TQA
TST: A Schema-Based Top-Down and Dynamic-Aware Agent of Text-to-Table TasksACL 2025Text-to-TableGithub
Table-Critic: A Multi-Agent Framework for Collaborative Criticism and Refinement in Table ReasoningACL 20252025-02-17TQA,TFVGithub
Beyond Summaries: Multi-Agent Generation of Investment Reports with Text, Tables, and ChartsEMNLP 2025 FindingsInvestment Reports GenerationGithub
TALON: A Multi-Agent Framework for Long-Table Exploration and Question AnsweringEMNLP 2025TQA and Text2SQL like WTQ and BirdQAGithub
SheetAgent: A Generalist Agent for Spreadsheet Reasoning and Manipulation via Large Language Modelsarxiv2024-03-06Manipulating Excels with LLMGithub
Star
EHRAgent: Code Empowers Large Language Models for Few-shot Complex Tabular Reasoning on Electronic Health Records
arxiv2024-01-13TQAGithub
Star
InfiAgent-DABench: Evaluating Agents on Data Analysis Tasks
arxiv2024-01-10Data AnalysisGithub
Star
DB-GPT: Empowering Database Interactions with Private Large Language Models
arxiv2023-12-29Data AnalysisGithub
ReAcTable: Enhancing ReAct for Table Question Answeringarxiv2023-10-01TQA
Star
SheetCopilot: Bringing Software Productivity to the Next Level through Large Language Models
NIPS 20232023-05-30Manipulating Excels with LLMGithub
TableGPT: Towards Unifying Tables, Nature Language and Commands into One GPTarxiv2023-07-17Manipulating CSV table with LLM

5. RAG with Tabular Data

TitleSourceDateTaskCode
TableRAG: A Retrieval Augmented Generation Framework for Heterogeneous Document ReasoningEMNLP 20252025-06-12TQAGithub
HD-RAG: Retrieval-Augmented Generation for Hybrid Documents Containing Text and Hierarchical Tablesarxiv2025-04-13TQA
GTR: Graph-Table-RAG for Cross-Table Question Answeringarxiv2025-04-02Cross-table Question Answering
TableRAG: Million-Token Table Understanding with Language ModelsNIPS 20242024-10-07TQA for extremely long tables
Evaluation of Table Representations to Answer Questions from Tables in Documents : A Case Study using 3GPP Specificationsarxiv2024-08-30how to represent tables for better retrieval within RAG systems
THoRR: Complex Table Retrieval and Refinement for RAGIR-RAG 2024 workshopRAG with large and complex tables

6. Empirical Study for Evaluating LLMs' Table Understanding Ability

TitleSourceDateTaskCode
Stars
Evaluating language models as risk scores
NeurIPS 20242024-12-10TQAGithub
Rethinking Tabular Data Understanding with Large Language ModelsNAACL 20242023-12-27TQA
On the Robustness of Language Models for Tabular Question Answeringarxiv2024-06-18TQA
FREB-TQA: A Fine-Grained Robustness Evaluation Benchmark for Table Question AnsweringNAACL 20242024-04-29TQA
How Robust are the Tabular QA Models for Scientific Tables? A Study using Customized Datasetarxiv2024-03-20TQA
Star
InstructExcel: A Benchmark for Natural Language Instruction in Excel
Findings of EMNLP 20232023-10-23Excel operationsGithub
Tabular Representation, Noisy Operators, and Impacts on Table Structure Understanding Tasks in LLMsarxiv2023-10-16Fact-Finding Tasks, Transformation Tasks
Star
Investigating Table-to-Text Generation Capabilities of LLMs in Real-World Information Seeking Scenarios
EMNLP 20232023-05-24T2TGithub
Star
TABLET: Learning From Instructions For Tabular Data
arxiv2023-04-25Github
Table Meets LLM: Can Large Language Models Understand Structured Table Data? A Benchmark and Empirical StudyWSDM 20242023-05-22TQA,TFV,T2T
Evaluating the Text-to-SQL Capabilities of Large Language Modelsarxiv2022-03-15NL2SQL
Star
A comprehensive evaluation of ChatGPT's zero-shot Text-to-SQL capability
arxiv2023-03-12NL2SQLGithub
Star
RobuT: A Systematic Study of Table QA Robustness Against Human-Annotated Adversarial Perturbations
ACL 20232023-06-25TQAGithub

7. Multimodal Table Understanding

TitleSourceDateTaskCode
Texts or Images? A Fine-grained Analysis on the Effectiveness of Input Representations and Models for Table Question AnsweringACL 2025 Findings2025-05-20TQAGithub
Compositional Condition Question Answering in Tabular UnderstandingICML 2025Github
Enhancing Large Vision-Language Models with Layout Modality for Table Question Answering on Japanese Annual Securities ReportsIIAI AAI 20252025-05-23
TableMoE: Neuro-Symbolic Routing for Structured Expert Reasoning in Multimodal Table Understandingarxiv2025-06-26Multimodal Table Understanding
Multimodal Tabular Reasoning with Privileged Structured Informationarxiv2025-06-04
SynTab-LLaVA: Enhancing Multimodal Table Understanding with Decoupled SynthesisCVPR 2025Understanding table images
MMTBENCH: A Unified Benchmark for Complex Multimodal Table Reasoningarxiv2025-05-27Complex Multimodal Table Reasoning
Star
Does Table Source Matter? Benchmarking and Improving Multimodal Scientific Table Understanding and Reasoning
arxiv2025-01-22Understanding Scientific Table Images
Knowledge-Aware Reasoning over Multimodal Semi-structured TablesEMNLP 2024 Findings2024-08-25Understanding table images with visual elements like symbols and icons
Leopard: A Vision Language Model For Text-Rich Multi-Image Tasksarxiv2024-10-02Multi Table Image QAGithub
Star
PixT3: Pixel-based Table-To-Text Generation
ACL 20242023-11-16T2TGithub
TabPedia: Towards Comprehensive Visual Table Understanding with Concept SynergyNIPS 20242024-06-03TQA,TI
Star
TableVQA-Bench: A Visual Question Answering Benchmark on Multiple Table Domains
arxiv2024-04-30TQA, TFVGithub
Tables as Texts or Images: Evaluating the Table Reasoning Ability of LLMs and MLLMsACL 20242024-02-19TQA,TFV,T2T
Star
Multimodal Table Understanding
ACL 20242024-02-15TQA, TFV, T2T, TI, TAT-QA, TMRGithub

8. Table Understanding Datasets and Benchmarks

8.1 Benchmarks

TitleSourceDateTaskData VolumeDomainTable TypeData and Code
TabReX : Tabular Referenceless eXplainable Evaluationarxiv2025-12-17referenceless evaluation for generated tables710 source tables and 9,120 perturbed instances (12 perturbations/table)Multi-domain (finance, healthcare/clinical, sports, open-domain narrative, hierarchical tables)Flat and hierarchical tablesGithub
RUST-BENCH: Benchmarking LLM Reasoning on Unstructured Text within Structured Tablesarxiv2025-11-06Reasoning questions7,966 questions and 2,031 tablesScientic and SportsFlat and complex tablesGithub
UniDataBench: Evaluating Data Analytics Agents Across Structured and Unstructured Dataarxiv2025-11-03Data analysis100 analytical tasks over 223 data filesuser behavior, sales, business and so oncsv, database, txt, no sql
MMTU: A Massive Multi-Task Table Understanding and Reasoning BenchmarkNIPS 20252025-06-0525 Tabular tasks28,136 questions and 61,763 tablesWeb tables, spreadsheets and database tablesFlat and complex tablesGithub
WikiMixQA: A Multimodal Benchmark for Question Answering over Tables and ChartsACL 2025 Findings2025-06-18QA over over Tables and Charts1,000 multiple-choice questionsdiverse domains like Economy, Geography, History, Politics, Science, SportGithub
TabXEval: Why this is a Bad Table? An eXhaustive Rubric for Table EvaluationACL 2025 Findings2025-05-28evaluate generated tables50 reference tables + 250 perturbed tables (5 perturbations/table, 16 error types)Multi-domain (finance, sports, knowledge-base / open-domain)Flat tables with structural perturbationsGithub
Are Large Language Models Ready for Multi-Turn Tabular Data Analysis?ICML2025-05-01Multi-turn data analysis5 common domains such as ATP Tennis and Credit Cardflat tables supporting Pandas operationsGithub
GRI-QA: a Comprehensive Benchmark for Table Question Answering over Environmental DataACL 2025 FindingsTQA4089 questions, 204 tablesenvironmentalflat and hierarchical tablesGithub
2Columns1Row: A Russian Benchmark for Textual and Multimodal Table Understanding and ReasoningEMNLP 2025 FindingsTextual and Multimodal TQA in Russian28,800 instances
NeedleInATable: Exploring Long-Context Capability of Large Language Models towards Long-Structured TablesNIPS 20252025-04-09Cell lookup and locating750 table and 287K test casesWikipedia, statistic reports, and annual reports of airline companiesFlat, hierarchical, horizontalGithub
LongTableBench: Benchmarking Long-Context Table Reasoning across Real-World Formats and DomainsEMNLP 2025 FindingsLong-table QA5,950 QA instances spanning 7 table format, and input lengths up to 128K tokens, including multi-turn and multi-table settings18 domainsflat tablesGithub
Table-Text Alignment: Explaining Claim Verification Against Tables in Scientific PapersEMNLP 2025 Findings2025-06-12scientific table-based verification372 samplesscienticflatGithub
SportReason: Evaluating Retrieval-Augmented Reasoning across Tables and Text for Sports Question AnsweringEMNLP 2025-RAG over table and text data for Sports QA3,000 QA pairsSportsflat tableGithub
T2R-bench: A Benchmark for Generating Article-Level Reports from Real World Industrial TablesEMNLP 20252025-08-27Table2Reports457 real-world industrial tables19 industry domainsfour table typesGithub
MTabVQA: Evaluating Multi-Tabular Reasoning of Language Models in Visual Spacearxiv2025-06-13Multi-Tabular Reasoning3,745 complex question-answer pairshuggingface
TReB: A Comprehensive Benchmark for Evaluating Table Reasoning Capabilities of Large Language Modelsarxiv2025-06-2326 table-related tasks such as data analysis7,790 samples
TableEval: A Real-World Benchmark for Complex, Multilingual, and Multi-Structured Table Question AnsweringEMNLP 20252025-06-11Data Analysis, Information Retrieval, Numerical Analysis617 tables and 2,325 QA pairsfinancial reports, industry/stock research reports, academic papers and goverment reportsFlat, hierarchical and complex tablesGithub
RealHiTBench: A Comprehensive Realistic Hierarchical Table Benchmark for Evaluating LLM-Based Table AnalysisACL 20252025-06-19Table analysis over complex tables708 tables, 3,752 QA pairs24 domains like economy, society, sciencecomplex tables in image and textual formatGithub
Automated Text-to-Table for Reasoning-Intensive Table QA: Pipeline Design and Benchmarking Insightsarxiv2025-05-26Text2TableGithub
MULTITAT: Benchmarking Multilingual Table-and-Text Question AnsweringEMNLP 20252025-02-24Multilingual Table-and-Text Question Answering250 samplesGithub
MT-RAIG: Novel Benchmark and Evaluation Framework for Retrieval-Augmented Insight Generation over Multiple TablesACL 20252025-02-17Insight Generation over Mulitple-Tables19,563 tables and 18,532 questionsTables from SPIDER and WikipediaFlat tablesGithub
TransientTables: Evaluating LLMs' Reasoning on Temporally Evolving Semi-structured Tablesarxiv2025-04-02TQA over temporally evolving semi-structured tables3,971 questions, 14,000 tablesWikipediaInfobox tablesGithub
SCITAT: A Question Answering Benchmark for Scientific Tables and Text Covering Diverse Reasoning TypesACL 2025 Findings2024-12-16lookup, numerical reasoning, analysis and tabulation953 samplesGithub
MMQA: Evaluating LLMs with Multi-Table Multi-Hop Complex QuestionsICLR 2025-Multi-table retrieval, NL2SQL, Multi-table QA, and Key Selection (primary key and foreign key)3,312 tablesWikipediaFlat tables
SpreadsheetBench: Towards Challenging Real World Spreadsheet ManipulationNIPS 20242024-06-21Spreadsheet Manipulation2729 spreadsheets, 912 instructionsExcel Forum & BlogFlat tables, hierarchical tables, multi-tablesGithub
MiMoTable: A Multi-scale Spreadsheet Benchmark with Meta Operations for Table ReasoningCOLING 20242024-12-16TQA,T2T,Table manipulation, Data analysis1,719 (spreadsheet, question, answer) triplets from 428 different spreadsheetsMultiple domainsFlat and hierarchical tablesGithub
DocTabQA: Answering Questions from Long Documents Using Tablesarxiv2024-08-21Table Generation based on question and document300 documents and 1.5k question-table pairsFinancialFlat tables and hierarchical tablesGithub

8.2 Datasets

TitleSourceDateTaskData VolumeDomainTable TypeData and Code
ENTRANT: A Large Financial Dataset for Table UnderstandingSci Data2024-07-04Cell Type Classification, Header Extraction, et alMillions of tables with cell attributes, as well as positional and hierarchical informationFinancialFlat tables and hierarchical tablesGithub
TableBench: A Comprehensive and Complex Benchmark for Table Question Answeringarxiv2024-08-17TMR, TFV, Trend Forecasting and Chart Generation3681 tables and 20K samplesCollect tables from academic datasets like WTQ and FeTaQAFlat tables and a small number of hierarchical tablesGithub

8.3 Classic Datasets of Downstream Table Tasks

9. Designing Evaluation Metrics for Table Understanding

TitleSourceDateTaskCode
Revisiting Automated Evaluation for Long-form Table Question Answering in the Era of Large Language ModelsEMNLP 2024TQA
Is This a Bad Table? A Closer Look at the Evaluation of Table Generation from TextEMNLP 20242024-06-21Text2Table