Challenge: Existing semantic parsing models struggle to generalize to unseen database schemas.
Approach: They propose a framework to address schema encoding, schema linking, and feature representation within a text-to-SQL encoder.
Outcome: The proposed framework boosts the match accuracy to 57.2% on the spider dataset, surpassing its best counterparts by 8.7%.

Similar Papers

DuoRAT: Towards Simpler Text-to-SQL Models (2021.naacl-main)

Copied to clipboard

Challenge: Recent text-to-SQL models can translate natural language questions to corresponding SQL queries on unseen databases.
Approach: They propose a re-implementation of the RAT-SQL model that uses only relation-aware or vanilla transformers as the building blocks.
Outcome: The proposed model is based on the spider dataset and shows it can be used on large databases without human intervention.
Rethinking Schema Linking: A Context-Aware Bidirectional Retrieval Approach for Text-to-SQL (2026.findings-eacl)

Copied to clipboard

Challenge: Recent methods focus on improving SQL generation but neglect retrieval of relevant schema elements.
Approach: They propose a context-aware bidirectional schema retrieval framework that treats schema linking as a standalone problem.
Outcome: The proposed framework improves schema recall while reducing false positives.
Clause-Wise and Recursive Decoding for Complex and Cross-Domain Text-to-SQL Generation (D19-1)

Copied to clipboard

Challenge: Existing deep learning approaches for text-to-SQL generation are limited to the WikiSQl dataset . a novel clause-wise decoding neural network model can be used to generate complex queries over multiple databases .
Approach: They propose a SQL clause-wise decoding neural architecture with a schema encoder to address the Spider task.
Outcome: The proposed model achieves 4.6% accuracy gain on the Spider dataset and 9.8% accuracy gain in test and dev sets.
A Tale of Two Linkings: Dynamically Gating between Schema Linking and Structural Linking for Text-to-SQL Parsing (2020.coling-main)

Copied to clipboard

Challenge: Existing methods for text-to-SQL semantic parsing require strict structured prediction due to its application scenario where the output SQL will be sent to an executor program directly.
Approach: They propose to use schema linking and structural linking to link NL to the database schema.
Outcome: The proposed method shows significant gains on the Spider dataset.
Re-appraising the Schema Linking for Text-to-SQL (2023.findings-acl)

Copied to clipboard

Challenge: Recent work has shown that schema linking reduces robustness of text-to-SQL models . EMSL is used to correlate natural language queries with the given database schema .
Approach: They propose a grammar linking module to help model align grammar references with SQL keywords.
Outcome: The proposed language model improves performance without using EMSL, the authors show . their language model is more robust, and the proposed grammar linking improves interoperability .
SchemaGraphSQL: Efficient Schema Linking with Pathfinding Graph Algorithms for Text-to-SQL on Large-Scale Databases (2026.findings-eacl)

Copied to clipboard

Challenge: Text-to-SQL systems translate natural language questions into executable SQL queries.
Approach: They propose a schema linking approach that first constructs a graph based on foreign key relations and then uses a single prompt to a lightweight LLM to extract source and destination tables from the user query.
Outcome: The proposed method outperforms specialized, fine-tuned, and complex multi-step approaches on BIRD and Spider 2.0 benchmarks.
Exploring Schema Generalizability of Text-to-SQL (2023.findings-acl)

Copied to clipboard

Challenge: Existing text-to-SQL models are limited in their generalizability, despite their performance being over-estimated.
Approach: They propose a framework to generate novel text-to-SQL data via automatic and synchronous (DS, SQL) pair altering.
Outcome: The proposed framework generates text-to-SQL data via automatic and synchronous (DS, SQL) pair altering.
Solid-SQL: Enhanced Schema-linking based In-context Learning for Robust Text-to-SQL (2025.coling-main)

Copied to clipboard

Challenge: Existing text-to-SQL approaches have overlooked the critical aspect of system robustness.
Approach: They propose a robust text-to-SQL solution that integrates with LLMs . their method achieves SOTA SQL execution accuracy levels of 82.1% and 58.9% .
Outcome: The proposed solution achieves SOTA SQL execution accuracy levels of 82.1% and 58.9% on the general Spider and Bird benchmarks.
Re-examining the Role of Schema Linking in Text-to-SQL (2020.emnlp-main)

Copied to clipboard

Challenge: Existing text-to-SQL models treat schema linking as a minor component . Existing solutions treat schema as merely a string component based on string matching .
Approach: They build a schema linking corpus based on a Spider text-to-SQL dataset . they find schema linking is the crux for the current text- to-Sql task .
Outcome: The proposed model performs well on the Spider text-to-SQL dataset despite its simplicity.
Bridging the Generalization Gap in Text-to-SQL Parsing with Schema Expansion (2022.acl-long)

Copied to clipboard

Challenge: Existing text-to-SQL parsers struggle with out-of-domain generalization problems, arguing that they lack the ability to match domain specific phrases to composite operations over columns.
Approach: They propose to use a synthetic dataset and a re-purposed train/test split to quantify out-of-domain generalization over column operations to address this problem.
Outcome: The proposed method outperforms baseline parsers on the domain generalization problem, while boosting the underlying parser’ overall performance by 13.8% relative accuracy gain (5.1% absolute).

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations