English

API-Assisted Code Generation for Question Answering on Varied Table Structures

Computation and Language 2025-03-13 v1 Artificial Intelligence

Abstract

A persistent challenge to table question answering (TableQA) by generating executable programs has been adapting to varied table structures, typically requiring domain-specific logical forms. In response, this paper introduces a unified TableQA framework that: (1) provides a unified representation for structured tables as multi-index Pandas data frames, (2) uses Python as a powerful querying language, and (3) uses few-shot prompting to translate NL questions into Python programs, which are executable on Pandas data frames. Furthermore, to answer complex relational questions with extended program functionality and external knowledge, our framework allows customized APIs that Python programs can call. We experiment with four TableQA datasets that involve tables of different structures -- relational, multi-table, and hierarchical matrix shapes -- and achieve prominent improvements over past state-of-the-art systems. In ablation studies, we (1) show benefits from our multi-index representation and APIs over baselines that use only an LLM, and (2) demonstrate that our approach is modular and can incorporate additional APIs.

Keywords

Cite

@article{arxiv.2310.14687,
  title  = {API-Assisted Code Generation for Question Answering on Varied Table Structures},
  author = {Yihan Cao and Shuyi Chen and Ryan Liu and Zhiruo Wang and Daniel Fried},
  journal= {arXiv preprint arXiv:2310.14687},
  year   = {2025}
}

Comments

EMNLP 2023 camera ready, 13 pages, 11 figures

R2 v1 2026-06-28T12:58:36.365Z