CLDBFeb 26, 2024

CodeS: Towards Building Open-source Language Models for Text-to-SQL

arXiv:2402.16347v1298 citationsh-index: 27Has CodeProc. ACM Manag. Data
Originality Incremental advance
AI Analysis

It addresses data privacy, cost, and transparency issues for users needing SQL generation from natural language, though it is incremental as it builds on existing pre-training methods.

The paper tackles the limitations of closed-source large language models for text-to-SQL by introducing CodeS, an open-source model series with 1B to 15B parameters, which achieves state-of-the-art accuracy and robustness on multiple benchmarks, including Spider and BIRD.

Language models have shown promising performance on the task of translating natural language questions into SQL queries (Text-to-SQL). However, most of the state-of-the-art (SOTA) approaches rely on powerful yet closed-source large language models (LLMs), such as ChatGPT and GPT-4, which may have the limitations of unclear model architectures, data privacy risks, and expensive inference overheads. To address the limitations, we introduce CodeS, a series of pre-trained language models with parameters ranging from 1B to 15B, specifically designed for the text-to-SQL task. CodeS is a fully open-source language model, which achieves superior accuracy with much smaller parameter sizes. This paper studies the research challenges in building CodeS. To enhance the SQL generation abilities of CodeS, we adopt an incremental pre-training approach using a specifically curated SQL-centric corpus. Based on this, we address the challenges of schema linking and rapid domain adaptation through strategic prompt construction and a bi-directional data augmentation technique. We conduct comprehensive evaluations on multiple datasets, including the widely used Spider benchmark, the newly released BIRD benchmark, robustness-diagnostic benchmarks such as Spider-DK, Spider-Syn, Spider-Realistic, and Dr.Spider, as well as two real-world datasets created for financial and academic applications. The experimental results show that our CodeS achieves new SOTA accuracy and robustness on nearly all challenging text-to-SQL benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes