TableQuery: Querying tabular data with natural language

01/27/2022
by   Abhijith Neil Abraham, et al.
0

This paper presents TableQuery, a novel tool for querying tabular data using deep learning models pre-trained to answer questions on free text. Existing deep learning methods for question answering on tabular data have various limitations, such as having to feed the entire table as input into a neural network model, making them unsuitable for most real-world applications. Since real-world data might contain millions of rows, it may not entirely fit into the memory. Moreover, data could be stored in live databases, which are updated in real-time, and it is impractical to serialize an entire database to a neural network-friendly format each time it is updated. In TableQuery, we use deep learning models pre-trained for question answering on free text to convert natural language queries to structured queries, which can be run against a database or a spreadsheet. This method eliminates the need for fitting the entire data into memory as well as serializing databases. Furthermore, deep learning models pre-trained for question answering on free text are readily available on platforms such as HuggingFace Model Hub (7). TableQuery does not require re-training; when a newly trained model for question answering with better performance is available, it can replace the existing model in TableQuery.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/08/2022

Integrating question answering and text-to-SQL in Portuguese

Deep learning transformers have drastically improved systems that automa...
research
08/05/2017

Automatic Question-Answering Using A Deep Similarity Neural Network

Automatic question-answering is a classical problem in natural language ...
research
04/10/2019

Advances in Natural Language Question Answering: A Review

Question Answering has recently received high attention from artificial ...
research
10/14/2020

Neural Databases

In recent years, neural networks have shown impressive performance gains...
research
04/15/2022

MoEBERT: from BERT to Mixture-of-Experts via Importance-Guided Adaptation

Pre-trained language models have demonstrated superior performance in va...
research
09/15/2021

Topic Transferable Table Question Answering

Weakly-supervised table question-answering(TableQA) models have achieved...
research
11/09/2017

Material Classification in the Wild: Do Synthesized Training Data Generalise Better than Real-World Training Data?

We question the dominant role of real-world training images in the field...

Please sign up or login with your details

Forgot password? Click here to reset