Capturing Row and Column Semantics in Transformer Based Question Answering over Tables
Michael Glass, Mustafa Canim, Alfio Gliozzo, Saneem Chemmengath,, Vishwajeet Kumar, Rishav Chakravarti, Avi Sil, Feifei Pan, Samarth Bharadwaj,, Nicolas Rodolfo Fauceglia

TL;DR
This paper introduces two novel transformer-based models for table question answering that outperform existing methods without relying on specialized pre-training, achieving high accuracy and efficiency on benchmark datasets.
Contribution
The paper proposes two new approaches, RCI interaction and RCI representation, that improve accuracy and efficiency in table QA without specialized pre-training.
Findings
RCI interaction achieves ~98% Hit@1 accuracy on WikiSQL.
The interaction model outperforms TAPAS and TaBERT by 3.4% and 18.86%.
RCI representation offers significant efficiency advantages for online systems.
Abstract
Transformer based architectures are recently used for the task of answering questions over tables. In order to improve the accuracy on this task, specialized pre-training techniques have been developed and applied on millions of open-domain web tables. In this paper, we propose two novel approaches demonstrating that one can achieve superior performance on table QA task without even using any of these specialized pre-training techniques. The first model, called RCI interaction, leverages a transformer based architecture that independently classifies rows and columns to identify relevant cells. While this model yields extremely high accuracy at finding cell values on recent benchmarks, a second model we propose, called RCI representation, provides a significant efficiency advantage for online QA systems over tables by materializing embeddings for existing tables. Experiments on recent…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
