Thinking with Tables: Enhancing Multi-Modal Tabular Understanding via Neuro-Symbolic Reasoning

arXiv cs.CL / 3/26/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper highlights that multimodal LLMs are strong across image/text but tabular data is less explored, motivating the Tabular-Vision Multi-Modal Understanding (TVMU) research problem.
  • It identifies three key challenges for TVMU: tables vary structurally, often have missing information, and require reasoning over implicit/complex dependencies across heterogeneous downstream pipelines.
  • The proposed method, Thinking with Tables (TWT), uses program-aided, code-based neuro-symbolic reasoning that interacts with external environments to support operations like information extraction and element modeling.
  • Across eight TVMU datasets, TWT improves accuracy by an average of 10% over existing baselines and reaches performance comparable to or better than proprietary commercial SOTA LLMs.
  • The authors provide code and models publicly via a GitHub repository, enabling replication and further experimentation.

Abstract

Multimodal Large Language Models (MLLMs) have demonstrated remarkable reasoning capabilities across modalities such as images and text. However, tabular data, despite being a critical real-world modality, remains relatively underexplored in multimodal learning. In this paper, we focus on the task of Tabular-Vision Multi-Modal Understanding (TVMU) and identify three core challenges: (1) high structural variability and data incompleteness in tables, (2) implicit and complex feature dependencies, and (3) significant heterogeneity in problem-solving pipelines across downstream tasks. To address these issues, we propose Thinking with Tables (TWT). TWT employs a program-aided code-based neuro-symbolic reasoning mechanism that facilitates key operations, such as information extraction and element modeling, by interacting with external environments. We evaluate TWT on eight representative datasets. Experimental results demonstrate that TWT consistently outperforms existing baselines by an average of 10\% in accuracy, achieving performance comparable to, or even surpassing, proprietary commercial SOTA LLMs on TVMU tasks. Models and codes are available at https://github.com/kunyang-YU/Thinking-with-Tables