ICASSP 2024accepted0 citations

OpenTE: Open-Structure Table Extraction From Text

Haoyu Dong, Mengkang Hu, Qinyu Xu, Haochen Wang, Yue Hu

Abstract

This paper presents an Open-Structure Table Extraction (OpenTE) task, which aims to extract a table with intrinsic semantic, calculational, and hierarchical structure from unstructured text. We devise a novel Identification-Extraction-Grounding (IEG) framework for language models (LMs) comprising three chaining steps: (1) identifying semantic and calculational relationships among columns, (2) extracting structured data from unstructured text, and (3) aligning extracted data with the source text and the table structure with a separate discrete grounding model. Experiment results suggest that OpenTE presents a significant challenge for state-of-the-art LMs and demonstrate that the IEG framework achieves superior performance on both datasets, with over 9% F1 improvements in the few-shot setting for GPT-3.5&4 and other large language models (LLMs) and over 4.9% F1 enhancements in the fine-tuning setting for open-source BART. We’ll release the dataset to facilitate future research.

BibTeX
@inproceedings{icassp2024_openteopenstruct,
  title = {OpenTE: Open-Structure Table Extraction From Text},
  author = {Haoyu Dong and Mengkang Hu and Qinyu Xu and Haochen Wang and Yue Hu},
  booktitle = {ICASSP 2024},
  year = {2024}
}