菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-11
📄 Abstract - EvoSchema: Towards Text-to-SQL Robustness Against Schema Evolution

Neural text-to-SQL models, which translate natural language questions (NLQs) into SQL queries given a database schema, have achieved remarkable performance. However, database schemas frequently evolve to meet new requirements. Such schema evolution often leads to performance degradation for models trained on static schemas. Existing work either mainly focuses on simply paraphrasing some syntactic or semantic mappings among NLQ, DB and SQL, or lacks a comprehensive and controllable way to investigate the model robustness issue under the schema evolution, which is insufficient when facing the increasingly complex and rich database schema changes in reality, especially in the LLM era. To address the challenges posed by schema evolution, we present EvoSchema, a comprehensive benchmark designed to assess and enhance the robustness of text-to-SQL systems under real-world schema changes. EvoSchema introduces a novel schema evolution taxonomy, encompassing ten perturbation types across columnlevel and table-level modifications, systematically simulating the dynamic nature of database schemas. Through EvoSchema, we conduct an in-depth evaluation spanning different open source and closed-source LLMs, revealing that table-level perturbations have a significantly greater impact on model performance compared to column-level changes. Furthermore, EvoSchema inspires the development of more resilient text-to-SQL systems, in terms of both model training and database design. The models trained on EvoSchema's diverse schema designs can force the model to distinguish the schema difference for the same questions to avoid learning spurious patterns, which demonstrate remarkable robustness compared to those trained on unperturbed data on average. This benchmark offers valuable insights into model behavior and a path forward for designing systems capable of thriving in dynamic, real-world environments.

顶级标签: natural language processing llm benchmark
详细标签: text-to-sql schema evolution robustness evaluation database perturbation model training 或 搜索:

EvoSchema:面向模式演化的文本到SQL模型鲁棒性研究 / EvoSchema: Towards Text-to-SQL Robustness Against Schema Evolution


1️⃣ 一句话总结

这篇论文提出了一个名为EvoSchema的基准测试,用于系统评估和提升文本转SQL模型在面对真实数据库结构变化时的鲁棒性,发现表级改动比列级改动对模型性能影响更大,并展示了基于该基准训练的模型能有效避免学习虚假模式,从而更具适应性。

源自 arXiv: 2603.10697