Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SynTQA: Synergistic Table-based Question Answering via Mixture of Text-to-SQL and E2E TQA

About

Text-to-SQL parsing and end-to-end question answering (E2E TQA) are two main approaches for Table-based Question Answering task. Despite success on multiple benchmarks, they have yet to be compared and their synergy remains unexplored. In this paper, we identify different strengths and weaknesses through evaluating state-of-the-art models on benchmark datasets: Text-to-SQL demonstrates superiority in handling questions involving arithmetic operations and long tables; E2E TQA excels in addressing ambiguous questions, non-standard table schema, and complex table contents. To combine both strengths, we propose a Synergistic Table-based Question Answering approach that integrate different models via answer selection, which is agnostic to any model types. Further experiments validate that ensembling models by either feature-based or LLM-based answer selector significantly improves the performance over individual models.

Siyue Zhang, Anh Tuan Luu, Chen Zhao• 2024

Related benchmarks

TaskDatasetResultRank
Table Question AnsweringWikiTableQuestions (test)
Accuracy74.4
86
Table Question AnsweringWikiSQL (test)
Accuracy95.1
55
Table Question AnsweringWTQ (test)--
45
Table Question AnsweringPenguins in a Table
EM96.5
40
Table Question AnsweringTableBench
EM48.9
40
Table-based Question AnsweringWikiTableQuestions 17 (test)
Accuracy74.4
12
Table Question AnsweringWTQ (dev)
Accuracy77.5
9
Table Question AnsweringWikiSQL (dev)--
3
Showing 8 of 8 rows

Other info

Code

Follow for update