Orthogonal Hierarchical Decomposition for Structure-Aware Table Understanding with Large Language Models
Bin Cao, Huixian Lu, Chenwen Ma, Ting Wang, Ruizhe Li, Jing Fan
TL;DR
The paper tackles the problem of structuring and reasoning over complex, non-canonical tables that challenge traditional grid-based LLM inputs. It introduces Orthogonal Hierarchical Decomposition (OHD), which decouples table structure into independent row and column hierarchies via Orthogonal Tree Induction (OTI) and then reconstructs a cell’s semantics through a dual-pathway protocol, with a semantic arbitration step using an LLM. The approach yields structure-preserving representations that significantly improve performance on complex table QA benchmarks (AITQA and HiTab) over multiple baselines, with ablations validating the importance of semantic predicates, dual-axis pathways, and arbitration. This work advances robust, explainable table understanding and has practical implications for accurate data extraction and reasoning in domains with irregular table layouts, while highlighting the need for careful human oversight in high-stakes use cases.
Abstract
Complex tables with multi-level headers, merged cells and heterogeneous layouts pose persistent challenges for LLMs in both understanding and reasoning. Existing approaches typically rely on table linearization or normalized grid modeling. However, these representations struggle to explicitly capture hierarchical structures and cross-dimensional dependencies, which can lead to misalignment between structural semantics and textual representations for non-standard tables. To address this issue, we propose an Orthogonal Hierarchical Decomposition (OHD) framework that constructs structure-preserving input representations of complex tables for LLMs. OHD introduces an Orthogonal Tree Induction (OTI) method based on spatial--semantic co-constraints, which decomposes irregular tables into a column tree and a row tree to capture vertical and horizontal hierarchical dependencies, respectively. Building on this representation, we design a dual-pathway association protocol to symmetrically reconstruct semantic lineage of each cell, and incorporate an LLM as a semantic arbitrator to align multi-level semantic information. We evaluate OHD framework on two complex table question answering benchmarks, AITQA and HiTab. Experimental results show that OHD consistently outperforms existing representation paradigms across multiple evaluation metrics.
