paper-with-me

홈 › Papers

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 often struggle to generalize even when faced with small perturbations of previously (accurately) parsed expressions. This is mainly due to the linguistic form of questions in Spider which are overly specific, unnatural, and display limited variation. In this work, we use data augmentation to enhance the robustness of text-to-SQL parsers against natural language variations. Existing approaches generate question reformulations either via models trained on Spider or only introduce local changes. In contrast, we leverage the capabilities of large language models to generate more realistic and diverse questions. Using only a few prompts, we achieve a two-fold increase in the number of questions in Spider. Training on this augmented dataset yields substantial improvements on a range of evaluation sets, including robustness benchmarks and out-of-domain data.

📄 PDF Abstract BibTeX arXiv:2402.08666

Code (1)

saparina/text2sql-nlvariation 공식 구현

Tasks

Data AugmentationSemantic ParsingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Compositional Generalization and Natural Language Variation: Can a Semantic Parsing Approach Handle Both?

2020-10-24 · ACL 2021 5 · Peter Shaw, Ming-Wei Chang, Panupong Pasupat, Kristina Toutanova

Sequence-to-sequence models excel at handling natural language variation, but have been shown to struggle with out-of-distribution compositional generalization. This has motivated new specialized architectures with stron…

Semantic Parsing

Exploring Unexplored Generalization Challenges for Cross-Database Semantic Parsing

2020-07-01 · ACL 2020 6 · Alane Suhr, Ming-Wei Chang, Peter Shaw, Kenton Lee

We study the task of cross-database semantic parsing (XSP), where a system that maps natural language utterances to executable SQL queries is evaluated on databases unseen during training. Recently, several datasets, inc…

Semantic Parsing

Calibrated Interpretation: Confidence Estimation in Semantic Parsing

2022-11-14 · Elias Stengel-Eskin, Benjamin Van Durme

Sequence generation models are increasingly being used to translate natural language into programs, i.e. to perform executable semantic parsing. The fact that semantic parsing aims to predict programs that can lead to ex…

Semantic Parsing

Structural generalization in COGS: Supertagging is (almost) all you need

2023-10-21 · Alban Petit, Caio Corro, François Yvon

In many Natural Language Processing applications, neural networks have been found to fail to generalize on out-of-distribution examples. In particular, several recent semantic parsing datasets have put forward important …

AllSemantic Parsing

How Does Code Pretraining Affect Language Model Task Performance?

2024-09-06 · Jackson Petty, Sjoerd van Steenkiste, Tal Linzen

Large language models are increasingly trained on corpora containing both natural language and non-linguistic data like source code. Aside from aiding programming-related tasks, anecdotal evidence suggests that including…

Language ModelingLanguage ModellingSemantic ParsingWorld Knowledge