CLAIMay 22, 2023

MultiTabQA: Generating Tabular Answers for Multi-Table Question Answering

arXiv:2305.12820v2239 citations
Originality Highly original
AI Analysis

This addresses the problem of complex real-world queries over multiple tables for users in data analysis and database management, representing a novel task extension rather than an incremental improvement.

The paper tackles the limitation of existing tabular question answering models that only handle single tables by introducing MultiTabQA, a model that answers questions over multiple tables and generates tabular outputs, outperforming adapted single-table models on datasets like Spider, Atis, and GeoQuery.

Recent advances in tabular question answering (QA) with large language models are constrained in their coverage and only answer questions over a single table. However, real-world queries are complex in nature, often over multiple tables in a relational database or web page. Single table questions do not involve common table operations such as set operations, Cartesian products (joins), or nested queries. Furthermore, multi-table operations often result in a tabular output, which necessitates table generation capabilities of tabular QA models. To fill this gap, we propose a new task of answering questions over multiple tables. Our model, MultiTabQA, not only answers questions over multiple tables, but also generalizes to generate tabular answers. To enable effective training, we build a pre-training dataset comprising of 132,645 SQL queries and tabular answers. Further, we evaluate the generated tables by introducing table-specific metrics of varying strictness assessing various levels of granularity of the table structure. MultiTabQA outperforms state-of-the-art single table QA models adapted to a multi-table QA setting by finetuning on three datasets: Spider, Atis and GeoQuery.

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