IRCLLGDec 16, 2025

SQaLe: A Large Text-to-SQL Corpus Grounded in Real Schemas

arXiv:2602.22223v11 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a key bottleneck for developing generalizable text-to-SQL models, though it is incremental as it builds on existing schema collections.

The authors tackled the lack of large-scale datasets for text-to-SQL models by introducing SQaLe, a semi-synthetic dataset built on 135,875 real schemas, resulting in 517,676 high-quality triples that capture realistic complexity and diversity.

Advances in large language models have accelerated progress in text-to-SQL, methods for converting natural language queries into valid SQL queries. A key bottleneck for developing generalizable text-to-SQL models is the lack of large-scale datasets with sufficient schema and query complexity, domain coverage, and task diversity. We introduce SQaLe: a large-scale semi-synthetic text-to-SQL dataset built on 135,875 relational database schemas expanded from a collection of real-world schemas, SchemaPile. We establish a principled generation pipeline which combines schema sampling, question synthesis, and SQL construction, and produce 517,676 high-quality (question, schema, query) triples. The SQaLe dataset captures realistic schema size variability, diverse query patterns, and natural language ambiguity while maintaining execution validity. We provide an analysis of its contents and characteristics, and find that SQaLe introduces the most realistic large-scale text-to-SQL dataset to date in comparison with existing benchmarks and datasets. We discuss how SQaLe enables our vision for data scaling and model generalization in text-to-SQL research. The dataset is accessible at: https://huggingface.co/datasets/trl-lab/SQaLe-text-to-SQL-dataset.

Foundations

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

Your Notes