CLAIJun 24, 2021

AIT-QA: Question Answering Dataset over Complex Tables in the Airline Industry

arXiv:2106.12944v1639 citations
Originality Synthesis-oriented
AI Analysis

This addresses a practical problem for researchers and practitioners in NLP and business analytics by providing a benchmark for domain-specific Table QA, though it is incremental as it focuses on dataset creation and evaluation rather than new model development.

The paper tackled the problem of Table Question Answering (Table QA) on complex domain-specific tables, which existing models struggle with due to hierarchical headers and specialized vocabulary, by introducing the AIT-QA dataset from airline industry SEC filings. The result showed that state-of-the-art models achieved only up to 51.8% accuracy in zero-shot evaluation, highlighting a significant performance gap.

Recent advances in transformers have enabled Table Question Answering (Table QA) systems to achieve high accuracy and SOTA results on open domain datasets like WikiTableQuestions and WikiSQL. Such transformers are frequently pre-trained on open-domain content such as Wikipedia, where they effectively encode questions and corresponding tables from Wikipedia as seen in Table QA dataset. However, web tables in Wikipedia are notably flat in their layout, with the first row as the sole column header. The layout lends to a relational view of tables where each row is a tuple. Whereas, tables in domain-specific business or scientific documents often have a much more complex layout, including hierarchical row and column headers, in addition to having specialized vocabulary terms from that domain. To address this problem, we introduce the domain-specific Table QA dataset AIT-QA (Airline Industry Table QA). The dataset consists of 515 questions authored by human annotators on 116 tables extracted from public U.S. SEC filings (publicly available at: https://www.sec.gov/edgar.shtml) of major airline companies for the fiscal years 2017-2019. We also provide annotations pertaining to the nature of questions, marking those that require hierarchical headers, domain-specific terminology, and paraphrased forms. Our zero-shot baseline evaluation of three transformer-based SOTA Table QA methods - TaPAS (end-to-end), TaBERT (semantic parsing-based), and RCI (row-column encoding-based) - clearly exposes the limitation of these methods in this practical setting, with the best accuracy at just 51.8\% (RCI). We also present pragmatic table preprocessing steps used to pivot and project these complex tables into a layout suitable for the SOTA Table QA models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes