vix.ing · top · new · best · stats · spec

AskYourDB: An end-to-end system for querying and visualizing relational databases using natural language

2022/10/16 by Manu Joseph, Joseph, Manu, Harsh Raj +5
Computer Science · #Advanced Database Systems and Queries #Computation and Language (cs.CL) #Data Mining Algorithms and Applications #Databases (cs.DB) #FOS: Computer and information sciences #Information Retrieval (cs.IR) #Machine Learning (cs.LG) #Semantic Web and Ontologies

paper · pdf · doi:10.48550/arxiv.2210.08532

openalex publication_date 2022/10/16 · openalex created_date 2022/10/20 · openalex updated_date 2026/07/28

Abstract

Querying databases for the right information is a time consuming and error-prone task and often requires experienced professionals for the job. Furthermore, the user needs to have some prior knowledge about the database. There have been various efforts to develop an intelligence which can help business users to query databases directly. However, there has been some successes, but very little in terms of testing and deploying those for real world users. In this paper, we propose a semantic parsing approach to address the challenge of converting complex natural language into SQL and institute a product out of it. For this purpose, we modified state-of-the-art models, by various pre and post processing steps which make the significant part when a model is deployed in production. To make the product serviceable to businesses we added an automatic visualization framework over the queried results.

Related