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

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

17 Feb 2026ICMLarXiv:2602.15564added by Syntology

Yihan Wang, Peiyu Liu, Runyu Chen, Wei Xu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.15564")

Code

Syntology Ran 5 of 16 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Satissss/SquRL found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 5 ran; 1 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
2ran
11unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Satissss/SquRL. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_to_regular_types Satissss/SquRL/verl/trainer/fsdp_sft_trainer.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · f887d72c9492d9ee · report
create_huggingface_actor Satissss/SquRL/verl/utils/model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 360c671d6041ba3b · report
extract_step Satissss/SquRL/verl/trainer/fsdp_sft_trainer.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 216e28c040173a61 · report
get_kl_controller Satissss/SquRL/verl/trainer/ppo/core_algos.py found in paper text by Syntology ran Apache-2.0 (permissive) · 45d08b3300b3da88 · report
unpad_dataproto Satissss/SquRL/verl/protocol.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 25f0ea3f460f6ce1 · report
compute_grpo_outcome_advantage Satissss/SquRL/verl/trainer/ppo/core_algos.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5e44de7d8d0e5d67 · report
compute_score_batch Satissss/SquRL/verl/utils/reward_score/squrl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3e76ac8bdea12e77 · report
copy_local_path_from_hdfs Satissss/SquRL/verl/utils/fs.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ac1030365ed166f2 · report
get_device_flops Satissss/SquRL/verl/utils/flops_counter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e13a5f688fa9602b · report
get_huggingface_actor_config Satissss/SquRL/verl/utils/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 19472d4343d0a082 · report
get_local_temp_path Satissss/SquRL/verl/utils/fs.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 34545dd1be06f719 · report
http_post_json Satissss/SquRL/verl/utils/reward_score/squrl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e4cdc26940e02777 · report
initialize_global_process_group Satissss/SquRL/verl/utils/distributed.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f331ad3dce00d93b · report
md5_encode Satissss/SquRL/verl/utils/fs.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6563b989ca963692 · report
squeeze Satissss/SquRL/verl/utils/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3b15e2ac7497c441 · report
validate_response_str Satissss/SquRL/verl/utils/reward_score/squrl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eb5260f3cbdda280 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.15564, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections