PulseAugur
实时 23:15:55

新方法通过执行反馈提高 Text-to-SQL 的准确性

研究人员开发了多种新方法来改进 Text-to-SQL 系统,该系统将自然语言问题转换为 SQL 查询。这些方法侧重于增强模式链接和利用执行反馈来优化 SQL 生成。GATEACE-SQLCAPERSIRIUS-SQL 等技术旨在应对复杂数据库模式和不明确查询带来的挑战,从而生成更准确、更鲁棒的 SQL 输出。 AI

影响 Text-to-SQL 系统的这些进步可以通过实现更准确、更可靠的数据库自然语言查询,显著提高非技术用户的数据可访问性和分析能力。

排序理由 多篇学术论文介绍了 Text-to-SQL 系统的新方法。

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 8 个来源。 我们如何撰写摘要 →

新方法通过执行反馈提高 Text-to-SQL 的准确性

报道来源 [8]

  1. arXiv cs.AI TIER_1 English(EN) · Shihao Zhang, Xiaoman Wang, Yuan Liu, Yunshi Lan, Weining Qian ·

    Progress-SQL:通过渐进式奖励改进文本到SQL的强化学习

    arXiv:2606.06825v1 Announce Type: cross Abstract: Reinforcement learning has recently shown promise in improving large language models for Text-to-SQL generation, yet existing methods typically optimize one-shot rewards defined over a single SQL state. Such rewards provide limite…

  2. arXiv cs.CL TIER_1 English(EN) · Youngwon Lee, Jaejin Kim, Seung-won Hwang ·

    从执行中引导文本到SQL的语义层

    arXiv:2606.05634v1 Announce Type: new Abstract: Real-world text-to-SQL is often under-specified until user phrases are grounded in how the database stores values. Prior work attempts to address this by requiring a semantic layer to specify groundings in advance, but such specific…

  3. arXiv cs.CL TIER_1 English(EN) · Xiaobing Chen, Ai Jian, Eryu Guo, Zhiqi Pang ·

    ACE-SQL:通过经验信用分配实现文本到SQL的自适应协同优化

    arXiv:2606.05906v1 Announce Type: new Abstract: Text-to-SQL maps natural language questions to executable SQL queries. Modern databases often contain large and complex schemas, making schema linking a critical step for accurate SQL generation. Existing methods either rely on full…

  4. arXiv cs.CL TIER_1 English(EN) · Weining Qian ·

    Progress-SQL:通过渐进式奖励改进文本到SQL的强化学习

    Reinforcement learning has recently shown promise in improving large language models for Text-to-SQL generation, yet existing methods typically optimize one-shot rewards defined over a single SQL state. Such rewards provide limited guidance for iterative SQL correction and are in…

  5. arXiv cs.CL TIER_1 English(EN) · Zhiqi Pang ·

    ACE-SQL:通过经验信用分配实现文本到SQL的自适应协同优化

    Text-to-SQL maps natural language questions to executable SQL queries. Modern databases often contain large and complex schemas, making schema linking a critical step for accurate SQL generation. Existing methods either rely on full-schema generation, which leaves schema linking …

  6. arXiv cs.CL TIER_1 English(EN) · Lujie Ban, Jiasheng Shi, Jinyang Li, Xiaolin Han, Tsz Nam Chan, Chenhao Ma ·

    CAPER:文本到SQL的子句对齐过程监督

    arXiv:2606.03327v1 Announce Type: cross Abstract: Text-to-SQL systems are typically evaluated by query-level execution correctness, but this terminal signal provides little guidance about which intermediate SQL decision caused success or failure. Token-level dense supervision is …

  7. arXiv cs.CL TIER_1 English(EN) · Chenhao Ma ·

    CAPER:用于文本到SQL的子句对齐过程监督

    Text-to-SQL systems are typically evaluated by query-level execution correctness, but this terminal signal provides little guidance about which intermediate SQL decision caused success or failure. Token-level dense supervision is also ill-suited: SQL tokens do not align with comp…

  8. arXiv cs.AI TIER_1 English(EN) · Leo Luo, Haining Xie, Siqi Shen, Zhipeng Ma, Rui Ling, Hang Xu, Hefeng Jiang, Dingwei Chen, Yang Li, Peng Chen, Jie Jiang ·

    SIRIUS-SQL: 基于执行反馈的文本到SQL多候选锚定

    arXiv:2606.01246v1 Announce Type: new Abstract: Text-to-SQL on complex schemas is unreliable on a single pass, so recent systems generate multiple SQL candidates and let voting filter out errors. Yet voting alone is not enough, because the multi-candidate recipe has three coupled…