Question Answering via Web Extracted Tables and Pipelined Models
Bhavya Karki, Fan Hu, Nithin Haridas, Suhail Barot, Zihua, Liu, Lucile Callebert, Matthias Grabmair, Anthony Tomasic

TL;DR
This paper introduces a new dataset and baseline methods for question answering using web tables, focusing on classifying table types, extracting relevant data, and generating SQL queries from natural language questions.
Contribution
It presents a novel dataset pairing questions with diverse web tables and a pipeline model for translating questions into SQL queries, with detailed task analysis and error insights.
Findings
Effective pipeline for SQL query generation from web tables
Detailed error analysis highlights challenges in question understanding
Dataset covers entity-instance and key-value table types
Abstract
In this paper, we describe a dataset and baseline result for a question answering that utilizes web tables. It contains commonly asked questions on the web and their corresponding answers found in tables on websites. Our dataset is novel in that every question is paired with a table of a different signature. In particular, the dataset contains two classes of tables: entity-instance tables and the key-value tables. Each QA instance comprises a table of either kind, a natural language question, and a corresponding structured SQL query. We build our model by dividing question answering into several tasks, including table retrieval and question element classification, and conduct experiments to measure the performance of each task. We extract various features specific to each task and compose a full pipeline which constructs the SQL query from its parts. Our work provides qualitative…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Data Quality and Management · Natural Language Processing Techniques
