paper-with-me

Papers

Datrics Text2SQL. A Framework for Natural Language to SQL Query Generation

2025-03-15 · - 2025 3 · Tetiana Gladkykh, Kirykov Kyrylo

Datrics Text2SQL is a Text-to-SQL framework using Retrieval-Augmented Generation (RAG) to enhance accuracy and reliability. By integrating domain knowledge, database structure, and example-based learning, it addresses common SQL generation challenges such as incorrect table selection, faulty joins, and misinterpreted business rules. A knowledge base built from database documentation and successful queries is stored in a vector database, enabling retrieval of relevant context for precise SQL generation. The structured process of knowledge collection, context retrieval, and query generation ensures adaptability to various database schemas and query types.

📄 PDF Abstract BibTeX

Code (1)

datrics-ai/text2sql

Tasks

Natural Language QueriesRAGRetrievalRetrieval-augmented GenerationText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Decoupling SQL Query Hardness Parsing for Text-to-SQL

2023-12-11 · Jiawen Yi, Guo Chen

The fundamental goal of the Text-to-SQL task is to translate natural language question into SQL query. Current research primarily emphasizes the information coupling between natural language questions and schemas, and si…

Language ModelingLanguage ModellingText to SQLText-To-SQL

Service-oriented Text-to-SQL Parsing

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Wangsu Hu, Jilei Tian

The information retrieval from relational database requires professionals who has an understanding of structural query language such as SQL. TEXT2SQL models apply natural language inference to enable user interacting the…

Information RetrievalNatural Language InferenceRetrievalSQL Parsing+3

Skeletons Matter: Dynamic Data Augmentation for Text-to-Query

2025-11-24 · Yuchen Ji, Bo Xu, Jie Shi, Jiaqing Liang 외 arxiv

The task of translating natural language questions into query languages has long been a central focus in semantic parsing. Recent advancements in Large Language Models (LLMs) have significantly accelerated progress in th…

Data AugmentationSemantic Parsing

NAT-NL2GQL: A Novel Multi-Agent Framework for Translating Natural Language to Graph Query Language

2024-12-11 · Yuanyuan Liang, Tingyu Xie, Gan Peng, Zihao Huang 외

The emergence of Large Language Models (LLMs) has revolutionized many fields, not only traditional natural language processing (NLP) tasks. Recently, research on applying LLMs to the database field has been booming, and …

NL2KQL: From Natural Language to Kusto Query

2024-04-03 · Xinye Tang, Amir H. Abdi, Jeremias Eichelbaum, Mahan Das 외

Data is growing rapidly in volume and complexity. Proficiency in database query languages is pivotal for crafting effective queries. As coding assistants become more prevalent, there is significant opportunity to enhance…

BenchmarkingNatural Language Queriesvalid