CLMar 8

An Efficient and Effective Evaluator for Text2SQL Models on Unseen and Unlabeled Data

arXiv:2603.07841v11 citationsHas Code
Predicted impact top 18% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the critical problem of timely evaluation for Text2SQL systems on evolving, unseen, and unlabeled datasets, which is crucial for organizations to approve releases and detect failures early.

The paper introduces FusionSQL, a method to evaluate Text2SQL models on unseen and unlabeled datasets. It estimates accuracy without reference labels by analyzing patterns in the system's own outputs, enabling pre-release checks and continuous monitoring.

Recent advances in large language models has strengthened Text2SQL systems that translate natural language questions into database queries. A persistent deployment challenge is to assess a newly trained Text2SQL system on an unseen and unlabeled dataset when no verified answers are available. This situation arises frequently because database content and structure evolve, privacy policies slow manual review, and carefully written SQL labels are costly and time-consuming. Without timely evaluation, organizations cannot approve releases or detect failures early. FusionSQL addresses this gap by working with any Text2SQL models and estimating accuracy without reference labels, allowing teams to measure quality on unseen and unlabeled datasets. It analyzes patterns in the system's own outputs to characterize how the target dataset differs from the material used during training. FusionSQL supports pre-release checks, continuous monitoring of new databases, and detection of quality decline. Experiments across diverse application settings and question types show that FusionSQL closely follows actual accuracy and reliably signals emerging issues. Our code is available at https://github.com/phkhanhtrinh23/FusionSQL.

Foundations

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

Your Notes