🤖 AI Summary
To address modality bias and cross-modal semantic fragmentation in large language models (LLMs) for table understanding, this paper proposes a hybrid multimodal preference optimization framework. It jointly encodes table structure and content using both textual and visual modalities, and introduces a modality-consistent sampling strategy within the Direct Preference Optimization (DPO) framework to enable aligned multimodal preference learning. We further pioneer a hybrid multimodal collaborative reasoning mechanism that supports complementary semantic extraction and joint inference over tabular data. Evaluated on table question answering and fact verification tasks, our approach achieves an average improvement of 4.0%, significantly enhancing both unimodal robustness and cross-modal generalization. All code and datasets are publicly released.
📝 Abstract
Tabular data contains rich structural semantics and plays a crucial role in organizing and manipulating information. To better capture these structural semantics, this paper introduces the HybrId-modal Preference oPtimizatiOn (HIPPO) model, which represents tables using both text and image, and optimizes MLLMs to effectively learn more comprehensive table information from these multiple modalities. Specifically, HIPPO samples model responses from hybrid-modal table representations and designs a modality-consistent sampling strategy to enhance response diversity and mitigate modality bias during DPO training. Experimental results on table question answering and table fact verification tasks demonstrate the effectiveness of HIPPO, achieving a 4% improvement over various table reasoning models. Further analysis reveals that HIPPO not only enhances reasoning abilities based on unimodal table representations but also facilitates the extraction of crucial and distinct semantics from different modal representations. All data and codes are available at https://github.com/NEUIR/HIPPO.