ACL 2025long0 citations

Exploring Multimodal Relation Extraction of Hierarchical Tabular Data with Multi-task Learning

Xinyu Zhang, Aibo Song, Jingyi Qiu, Jiahui Jin, Tianbo Zhang, Xiaolin Fang

Abstract

Relation Extraction (RE) is a key task in table understanding, aiming to extract semantic relations between columns. However, complex tables with hierarchical headers are hard to obtain high-quality textual formats (e.g., Markdown) for input under practical scenarios like webpage screenshots and scanned documents, while table images are more accessible and intuitive. Besides, existing works overlook the need of mining relations among multiple columns rather than just the semantic relation between two specific columns in real-world practice. In this work, we explore utilizing Multimodal Large Language Models (MLLMs) to address RE in tables with complex structures. We creatively extend the concept of RE to include calculational relations, enabling multi-task learning of both semantic and calculational RE for mutual reinforcement. Specifically, we reconstruct table images into graph structure based on neighboring nodes to extract graph-level visual features. Such feature enhancement alleviates the insensitivity of MLLMs to the positional information within table images. We then propose a Chain-of-Thought distillation framework with self-correction mechanism to enhance MLLMs’ reasoning capabilities without increasing parameter scale. Our method significantly outperforms most baselines on wide datasets. Additionally, we release a benchmark dataset for calculational RE in complex tables.

BibTeX
@inproceedings{zhang-etal-2025-exploring,
    title = "Exploring Multimodal Relation Extraction of Hierarchical Tabular Data with Multi-task Learning",
    author = "Zhang, Xinyu  and
      Song, Aibo  and
      Qiu, Jingyi  and
      Jin, Jiahui  and
      Zhang, Tianbo  and
      Fang, Xiaolin",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1298/",
    doi = "10.18653/v1/2025.acl-long.1298",
    pages = "26770--26781",
    ISBN = "979-8-89176-251-0"
}
Exploring Multimodal Relation Extraction of Hierarchical Tabular Data with Multi-task Learning · ACL 2025