🤖 AI Summary
Existing methods serialize tabular data into textual inputs for large language models (LLMs), causing severe loss of structural information and limiting performance on table reasoning tasks. To address this, we propose treating tables as an independent modality and introduce, for the first time, a hypergraph neural network (HGNN) to explicitly model the global structural semantics of tables, synergistically fused with an LLM within a novel multimodal framework—TAMO. This design avoids structural collapse inherent in conventional serialization, thereby significantly enhancing cross-modal understanding. Evaluated on five major benchmarks—HiTab, WikiTQ, WikiSQL, FeTaQA, and StructQA—TAMO achieves an average relative improvement of 42.65% over prior approaches. Moreover, it demonstrates superior generalization and robustness across diverse table reasoning scenarios, establishing new state-of-the-art performance.
📝 Abstract
To migrate the remarkable successes of Large Language Models (LLMs), the community has made numerous efforts to generalize them to the table reasoning tasks for the widely deployed tabular data. Despite that, in this work, by showing a probing experiment on our proposed StructQA benchmark, we postulate that even the most advanced LLMs (such as GPTs) may still fall short of coping with tabular data. More specifically, the current scheme often simply relies on serializing the tabular data, together with the meta information, then inputting them through the LLMs. We argue that the loss of structural information is the root of this shortcoming. In this work, we further propose TAMO, which bears an ideology to treat the tables as an independent modality integrated with the text tokens. The resulting model in TAMO is a multimodal framework consisting of a hypergraph neural network as the global table encoder seamlessly integrated with the mainstream LLM. Empirical results on various benchmarking datasets, including HiTab, WikiTQ, WikiSQL, FeTaQA, and StructQA, have demonstrated significant improvements on generalization with an average relative gain of 42.65%.