paper-with-me

Papers

MultiTabQA: Generating Tabular Answers for Multi-Table Question Answering

2023-05-22 · Vaishali Pal, Andrew Yates, Evangelos Kanoulas, Maarten de Rijke

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.

📄 PDF Abstract BibTeX arXiv:2305.12820

Code (1)

kolk/multitabqa 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Localize, Retrieve and Fuse: A Generalized Framework for Free-Form Question Answering over Tables

2023-09-20 · Wenting Zhao, Ye Liu, Yao Wan, Yibo Wang 외

Question answering on tabular data (a.k.a TableQA), which aims at generating answers to questions grounded on a provided table, has gained significant attention recently. Prior work primarily produces concise factual res…

FormGraph Neural NetworkQuestion AnsweringTAG

Towards Probabilistic Question Answering Over Tabular Data

2025-06-25 · Chen Shen, Sajjadur Rahman, Estevam Hruschka

Current approaches for question answering (QA) over tabular data, such as NL2SQL systems, perform well for factual questions where answers are directly retrieved from tables. However, they fall short on probabilistic que…

Natural Language QueriesQuestion Answering

Summarizing and Exploring Tabular Data in Conversational Search

2020-05-23 · Shuo Zhang, Zhuyun Dai, Krisztian Balog, Jamie Callan

Tabular data provide answers to a significant portion of search queries. However, reciting an entire result table is impractical in conversational search systems. We propose to generate natural language summaries as answ…

Conversational Search

Privately generating tabular data using language models

2023-06-07 · Alexandre Sablayrolles, Yue Wang, Brian Karrer

Privately generating synthetic data from a table is an important brick of a privacy-first world. We propose and investigate a simple approach of treating each row in a table as a sentence and training a language model wi…

Language ModelingLanguage ModellingSentence

TSQA: Tabular Scenario Based Question Answering

2021-01-14 · Xiao Li, Yawei Sun, Gong Cheng

Scenario-based question answering (SQA) has attracted an increasing research interest. Compared with the well-studied machine reading comprehension (MRC), SQA is a more challenging task: a scenario may contain not only a…

Machine Reading ComprehensionMultiple-choiceQuestion AnsweringReading Comprehension+1