NAACL 2025findings0 citations

DiscoverGPT: Multi-task Fine-tuning Large Language Model for Related Table Discovery

Xuming Hu, Xiao Qin, Chuan Lei, Asterios Katsifodimos, Zhengyuan Shen, Balasubramaniam Srinivasan, Huzefa Rangwala

Abstract

Natural language understanding over tabular data has played a significant role in data discovery tasks such as joinable and unionable table search. State-of-the-art approaches adopt large language models (LLMs) pre-trained over massive text corpora to learn and evaluate the table semantic relatedness. Existing methods typically follow a pretrain-and-finetune paradigm, namely fine-tuning an LLM using tabular data with table relatedness labels. To enhance model’s understanding of tabular data, recent studies include auxiliary tasks such as entity resolution and column type classification in the fine-tuning phase. In spite of achieving performance gain from these supervisions, there is a lack of study on how these supervisions complement or even contrast each other, leading to a subpar performance on the final data discovery tasks. In this paper, we propose a simple yet effective multi-task fine-tuning framework named DiscoverGPT that holistically discovers and leverages the intricate relationships among the supervisions to optimize the performance on the data discovery task. Moreover, DiscoverGPT is plug-and-play that allows a broad range of open-domain auxiliary tasks to be incorporated, by utilizing the generative power of LLMs. We demonstrate the usability and effectiveness of DiscoverGPT with baseline comparisons and ablation studies. DiscoverGPT outperforms the best performing baseline by up to 7% in F1 score.

BibTeX
@inproceedings{hu-etal-2025-discovergpt,
    title = "{D}iscover{GPT}: Multi-task Fine-tuning Large Language Model for Related Table Discovery",
    author = "Hu, Xuming  and
      Qin, Xiao  and
      Lei, Chuan  and
      Katsifodimos, Asterios  and
      Shen, Zhengyuan  and
      Srinivasan, Balasubramaniam  and
      Rangwala, Huzefa",
    editor = "Chiruzzo, Luis  and
      Ritter, Alan  and
      Wang, Lu",
    booktitle = "Findings of the Association for Computational Linguistics: NAACL 2025",
    month = apr,
    year = "2025",
    address = "Albuquerque, New Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-naacl.21/",
    pages = "358--373",
    ISBN = "979-8-89176-195-7"
}
DiscoverGPT: Multi-task Fine-tuning Large Language Model for Related Table Discovery · NAACL 2025