Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Beyond Static Pipelines: Learning Dynamic Workflows for Text-to-SQL

About

Text-to-SQL has recently achieved impressive progress, yet remains difficult to apply effectively in real-world scenarios. This gap stems from the reliance on single static workflows, fundamentally limiting scalability to out-of-distribution and long-tail scenarios. Instead of requiring users to select suitable methods through extensive experimentation, we attempt to enable systems to adaptively construct workflows at inference time. Through theoretical and empirical analysis, we demonstrate that optimal dynamic policies consistently outperform the best static workflow, with performance gains fundamentally driven by heterogeneity across candidate workflows. Motivated by this, we propose SquRL, a reinforcement learning framework that enhances LLMs' reasoning capability in adaptive workflow construction. We design a rule-based reward function and introduce two effective training mechanisms: dynamic actor masking to encourage broader exploration, and pseudo rewards to improve training efficiency. Experiments on widely-used Text-to-SQL benchmarks demonstrate that dynamic workflow construction consistently outperforms the best static workflow methods, with especially pronounced gains on complex and out-of-distribution queries. The codes are available at https://github.com/Satissss/SquRL

Yihan Wang, Peiyu Liu, Runyu Chen, Wei Xu• 2026

Related benchmarks

TaskDatasetResultRank
Text-to-SQLBIRD (dev)
Execution Accuracy (EA)67.6
217
Text-to-SQLSpider (test)
Execution Accuracy86.58
140
Text-to-SQLSpider (dev)--
100
Text-to-SQLSynSQL
Accuracy (Easy)82.06
8
Text-to-SQLSpider Lite 2.0
Execution Accuracy (EX)49.18
6
Showing 5 of 5 rows

Other info

Follow for update