PulseAugur
实时 19:55:30
English(EN) Finding the Right Tables and Columns: A Benchmark and Corpus-Adaptive Embeddings for SQL Schema Retrieval

新方法提高了SQL模式检索的准确性

研究人员开发了一种新的SQL模式检索方法,专注于为自然语言查询识别相关的表和列。他们将现有的text-to-SQL数据集改编为检索任务,并发现标准的嵌入器表现不佳。为解决这个问题,他们提出了一种语料库自适应微调技术,该技术可以从目标模式合成查询并挖掘困难的负例。这种方法显著提高了召回率和nDCG分数,将模式链接确立为一个独立的检索任务,并为企业规模的部署提供了实用的解决方案。 AI

影响 这项研究可以显著改善AI系统理解和与数据库交互的方式,从而实现更准确的数据检索和分析。

排序理由 该条目描述了一篇新的学术论文,其中详细介绍了一种用于SQL模式检索的新颖方法和基准。[lever_c_demoted from research: ic=1 ai=1.0]

在 Hugging Face Daily Papers 阅读 →

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

新方法提高了SQL模式检索的准确性

报道来源 [1]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    寻找合适的表和列:用于 SQL Schema 检索的基准测试和语料库自适应嵌入

    Retrieval in the SQL setting has largely been studied as the task of finding, within a large collection of SQL statements, the statement that answers a natural-language question. At scale, however, a more fundamental retrieval problem precedes generation: schema retrieval, identi…