paper-with-me

홈 › Papers

Dr.Spider: A Diagnostic Evaluation Benchmark towards Text-to-SQL Robustness

2023-01-21 · Shuaichen Chang, Jun Wang, Mingwen Dong, Lin Pan, Henghui Zhu, Alexander Hanbo Li, Wuwei Lan, Sheng Zhang, Jiarong Jiang, Joseph Lilien, Steve Ash, William Yang Wang, Zhiguo Wang, Vittorio Castelli, Patrick Ng, Bing Xiang

Neural text-to-SQL models have achieved remarkable performance in translating natural language questions into SQL queries. However, recent studies reveal that text-to-SQL models are vulnerable to task-specific perturbations. Previous curated robustness test sets usually focus on individual phenomena. In this paper, we propose a comprehensive robustness benchmark based on Spider, a cross-domain text-to-SQL benchmark, to diagnose the model robustness. We design 17 perturbations on databases, natural language questions, and SQL queries to measure the robustness from different angles. In order to collect more diversified natural question perturbations, we utilize large pretrained language models (PLMs) to simulate human behaviors in creating natural questions. We conduct a diagnostic study of the state-of-the-art models on the robustness set. Experimental results reveal that even the most robust model suffers from a 14.0% performance drop overall and a 50.7% performance drop on the most challenging perturbation. We also present a breakdown analysis regarding text-to-SQL model designs and provide insights for improving model robustness.

📄 PDF Abstract BibTeX arXiv:2301.08881

Code (2)

awslabs/diagnostic-robustness-text-to-sql
saparina/text2sql-nlvariation

Tasks

DiagnosticNatural QuestionsText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

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

2024-02-26 · Haoyang Li, Jing Zhang, Hanbing Liu, Ju Fan 외

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-s…

Data AugmentationDiagnosticDomain AdaptationLanguage Modelling+2

Progress-SQL: Improving Reinforcement Learning for Text-to-SQL via Progressive Rewards

2026-06-05 · Shihao Zhang, Xiaoman Wang, Yuan Liu, Yunshi Lan 외 arxiv

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 prov…

Reinforcement Learning

Improving Generalization in Semantic Parsing by Increasing Natural Language Variation

2024-02-13 · Irina Saparina, Mirella Lapata

Text-to-SQL semantic parsing has made significant progress in recent years, with various models demonstrating impressive performance on the challenging Spider benchmark. However, it has also been shown that these models …

Data AugmentationSemantic ParsingText to SQLText-To-SQL

Towards Robustness of Text-to-SQL Models against Synonym Substitution

2021-06-02 · ACL 2021 5 · Yujian Gan, Xinyun Chen, Qiuping Huang, Matthew Purver 외

Recently, there has been significant progress in studying neural networks to translate text descriptions into SQL queries. Despite achieving good performance on some public benchmarks, existing text-to-SQL models typical…

Text to SQLText-To-SQL

Solid-SQL: Enhanced Schema-linking based In-context Learning for Robust Text-to-SQL

2024-12-17 · Geling Liu, Yunzhi Tan, Ruichao Zhong, Yuanzhen Xie 외

Recently, large language models (LLMs) have significantly improved the performance of text-to-SQL systems. Nevertheless, many state-of-the-art (SOTA) approaches have overlooked the critical aspect of system robustness. O…

Data AugmentationIn-Context LearningText to SQLText-To-SQL