paper-with-me

홈 › Papers

TableQuery: Querying tabular data with natural language

2022-01-27 · Abhijith Neil Abraham, Fariz Rahman, Damanpreet Kaur

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.

📄 PDF Abstract BibTeX arXiv:2202.00454

Code (1)

abhijithneilabraham/tableqa 공식 구현 tf

Tasks

Deep LearningNatural Language QueriesQuestion Answering

Similar Papers 제목 키워드 기반

Natural Language Interfaces for Tabular Data Querying and Visualization: A Survey

2023-10-27 · Weixu Zhang, Yifei Wang, Yuanfeng Song, Victor Junqiu Wei 외

The emergence of natural language processing has revolutionized the way users interact with tabular data, enabling a shift from traditional query languages and manual plotting to more intuitive, language-based interfaces…

Data InteractionData VisualizationNatural Language QueriesSemantic Parsing+3

Can LLMs Narrate Tabular Data? An Evaluation Framework for Natural Language Representations of Text-to-SQL System Outputs

2025-10-27 · Jyotika Singh, Weiyi Sun, Amit Agarwal, Viji Krishnamurthy 외 arxiv

In modern industry systems like multi-turn chat agents, Text-to-SQL technology bridges natural language (NL) questions and database (DB) querying. The conversion of tabular DB results into NL representations (NLRs) enabl…

SPORTSQL: An Interactive System for Real-Time Sports Reasoning and Visualization

2025-08-23 · Sebastian Martinez, Naman Ahuja, Fenil Bardoliya, Chris Bryan 외 arxiv

We present a modular, interactive system, SPORTSQL, for natural language querying and visualization of dynamic sports data, with a focus on the English Premier League (EPL). The system translates user questions into exec…

Question Answering

Enhancing Knowledge Retrieval with In-Context Learning and Semantic Search through Generative AI

2024-06-13 · Mohammed-Khalil Ghali, Abdelrahman Farrag, Daehan Won, Yu Jin

Retrieving and extracting knowledge from extensive research documents and large databases presents significant challenges for researchers, students, and professionals in today's information-rich era. Existing retrieval s…

In-Context LearningInformation RetrievalRetrievalText Retrieval

Question Answering on Scholarly Knowledge Graphs

2020-06-02 · Mohamad Yaser Jaradeh, Markus Stocker, Sören Auer

Answering questions on scholarly knowledge comprising text and other artifacts is a vital part of any research life cycle. Querying scholarly knowledge and retrieving suitable answers is currently hardly possible due to …

ArticlesKnowledge Base Question AnsweringKnowledge GraphsQuestion Answering