paper-with-me

Papers

Natural Language Query Engine for Relational Databases using Generative AI

2024-09-23 · Steve Tueno Fotso

The growing reliance on data-driven decision-making highlights the need for more intuitive ways to access and analyze information stored in relational databases. However, the requirement of SQL knowledge has long been a significant barrier for non-technical users. This article introduces an innovative solution that leverages Generative AI to bridge this gap, enabling users to query databases using natural language. Our approach automatically translates natural language queries into SQL, ensuring both syntactic and semantic correctness, while also generating clear, natural language responses from the retrieved data. By streamlining the interaction between users and databases, this method empowers individuals without technical expertise to engage with data directly and efficiently, democratizing access to valuable insights and enhancing productivity.

📄 PDF Abstract BibTeX arXiv:2410.07144

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingNatural Language Queries

Similar Papers 제목 키워드 기반

Towards a Natural Language Query Processing System

2020-09-25 · Chantal Montgomery, Haruna Isah, Farhana Zulkernine

Tackling the information retrieval gap between non-technical database end-users and those with the knowledge of formal query languages has been an interesting area of data management and analytics research. The use of na…

Information RetrievalManagementRetrieval

Database Search vs. Information Retrieval: A Novel Method for Studying Natural Language Querying of Semi-Structured Data

2020-05-01 · LREC 2020 5 · Stefanie Nadig, Martin Braschler, Kurt Stockinger

The traditional approach of querying a relational database is via a formal language, namely SQL. Recent developments in the design of natural language interfaces to databases show promising results for querying either wi…

Information RetrievalNatural Language QueriesRetrieval

Can LLMs substitute SQL? Comparing Resource Utilization of Querying LLMs versus Traditional Relational Databases

2024-04-12 · Xiang Zhang, Khatoon Khedri, Reza Rawassizadeh

Large Language Models (LLMs) can automate or substitute different types of tasks in the software engineering process. This study evaluates the resource utilization and accuracy of LLM in interpreting and executing natura…

ManagementNatural Language Queries

Neuro-Relational Programs: Unifying Queries and Neural Computation over Structured Data

2026-06-10 · Arie Soeteman, Balder ten Cate, Maurice Funk, Benny Kimelfeld 외 arxiv

The conventional approach to deep learning over relational databases applies neural models, such as Graph Neural Networks (GNNs), to a graph representation of the database. Recent approaches instead operate on databases …

Relational Reasoning

Recent Advances in SQL Query Generation: A Survey

2020-05-15 · Jovan Kalajdjieski, Martina Toshevska, Frosina Stojanovska

Natural language is hypothetically the best user interface for many domains. However, general models that provide an interface between natural language and any other domain still do not exist. Providing natural language …

Survey