Video

Опубликовано: 06 Май 2026
на канале: Data Science Gems
286
2

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. MultiTabQA, not only answers questions over multiple tables, but also generalizes to generate tabular answers. To enable effective training, it uses a pre-training dataset comprising of 132,645 SQL queries and tabular answers. Generated tables are evaluated 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.

In this video, I talk about the following: What is MultiTabQA? How is MultiTabQA trained? How does MultiTabQA perform?

For more details, please look at https://arxiv.org/abs/2305.12820

Pal, Vaishali, Andrew Yates, Evangelos Kanoulas, and Maarten de Rijke. "MultiTabQA: Generating tabular answers for multi-table question answering." arXiv preprint arXiv:2305.12820 (2023).