CLMay 25, 2023

CSS: A Large-scale Cross-schema Chinese Text-to-SQL Medical Dataset

arXiv:2305.15891v1222 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This dataset addresses the problem of building text-to-SQL systems for real-world medical applications where databases vary within the same domain, though it is incremental as it extends existing dataset concepts.

The authors tackled the challenge of cross-schema text-to-SQL tasks by introducing CSS, a large-scale Chinese medical dataset, which includes 29,280 examples across 19 databases to generalize models to different medical systems.

The cross-domain text-to-SQL task aims to build a system that can parse user questions into SQL on complete unseen databases, and the single-domain text-to-SQL task evaluates the performance on identical databases. Both of these setups confront unavoidable difficulties in real-world applications. To this end, we introduce the cross-schema text-to-SQL task, where the databases of evaluation data are different from that in the training data but come from the same domain. Furthermore, we present CSS, a large-scale CrosS-Schema Chinese text-to-SQL dataset, to carry on corresponding studies. CSS originally consisted of 4,340 question/SQL pairs across 2 databases. In order to generalize models to different medical systems, we extend CSS and create 19 new databases along with 29,280 corresponding dataset examples. Moreover, CSS is also a large corpus for single-domain Chinese text-to-SQL studies. We present the data collection approach and a series of analyses of the data statistics. To show the potential and usefulness of CSS, benchmarking baselines have been conducted and reported. Our dataset is publicly available at \url{https://huggingface.co/datasets/zhanghanchong/css}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes