ST-Raptor: LLM-Powered Semi-Structured Table Question Answering
Zirui Tang, Boyu Niu, Xuanhe Zhou, Boxiu Li, Wei Zhou, Jiannan Wang, Guoliang Li, Xinyi Zhang, Fan Wu

TL;DR
ST-Raptor is a novel tree-based framework leveraging large language models to accurately answer questions on complex semi-structured tables by capturing their layout, decomposing questions, and verifying answers.
Contribution
It introduces the Hierarchical Orthogonal Tree for modeling table layouts and a set of tree operations for effective question answering with validation mechanisms.
Findings
Outperforms nine baselines by up to 20% in accuracy.
Successfully handles complex table layouts with high accuracy.
Provides a new dataset SSTQA for benchmarking semi-structured table QA.
Abstract
Semi-structured tables, widely used in real-world applications (e.g., financial reports, medical records, transactional orders), often involve flexible and complex layouts (e.g., hierarchical headers and merged cells). These tables generally rely on human analysts to interpret table layouts and answer relevant natural language questions, which is costly and inefficient. To automate the procedure, existing methods face significant challenges. First, methods like NL2SQL require converting semi-structured tables into structured ones, which often causes substantial information loss. Second, methods like NL2Code and multi-modal LLM QA struggle to understand the complex layouts of semi-structured tables and cannot accurately answer corresponding questions. To this end, we propose ST-Raptor, a tree-based framework for semi-structured table question answering using large language models. First,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Quality and Management · Topic Modeling · Web Data Mining and Analysis
