Leveraging Table Content for Zero-shot Text-to-SQL with Meta-Learning
Yongrui Chen, Xinnan Guo, Chaojie Wang, Jian Qiu, Guilin Qi, Meng, Wang, Huiying Li

TL;DR
This paper introduces a zero-shot text-to-SQL method that leverages table content and meta-learning to improve query generation for unseen tables without extra manual annotations, showing significant experimental gains.
Contribution
It proposes a novel content-based model combined with a meta-learning strategy to enhance zero-shot table understanding in text-to-SQL tasks without additional annotations.
Findings
Significant improvements on WikiSQL and ESQL datasets.
Enhanced zero-shot performance on unseen tables.
Competitive results with larger pre-trained models.
Abstract
Single-table text-to-SQL aims to transform a natural language question into a SQL query according to one single table. Recent work has made promising progress on this task by pre-trained language models and a multi-submodule framework. However, zero-shot table, that is, the invisible table in the training set, is currently the most critical bottleneck restricting the application of existing approaches to real-world scenarios. Although some work has utilized auxiliary tasks to help handle zero-shot tables, expensive extra manual annotation limits their practicality. In this paper, we propose a new approach for the zero-shot text-to-SQL task which does not rely on any additional manual annotations. Our approach consists of two parts. First, we propose a new model that leverages the abundant information of table content to help establish the mapping between questions and zero-shot tables.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Web Data Mining and Analysis
