paper-with-me

Papers

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

2026-02-17 · Yihan Wang, Peiyu Liu, Runyu Chen, Wei Xu arxiv

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

📄 PDF Abstract BibTeX arXiv:2602.15564

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Reinforcement Learning for Dynamic Workflow Optimization in CI/CD Pipelines

2026-01-15 · Aniket Abhishek Soni, Milan Parikh, Rashi Nimesh Kumar Dhenia, Jubin Abhishek Soni 외 arxiv

Continuous Integration and Continuous Deployment (CI/CD) pipelines are central to modern software delivery, yet their static workflows often introduce inefficiencies as systems scale. This paper proposes a reinforcement …

Reinforcement Learning

Large Language Models in Misinformation Ecosystems: Misuse, Defense, and Vulnerability

2026-07-11 · Lingwei Wei, Dou Hu, Wei Zhou, Songlin Hu 외 arxiv

Large language models (LLMs) have transformed misinformation from a primarily content-centric problem into a broader ecosystem-level security challenge. When misused, LLMs create risks beyond false content generation, en…

Efficient Serving for Dynamic Agent Workflows with Prediction-based KV-Cache Management

2026-05-07 · Haoyu Zheng, Fangcheng Fu, Jia Wu, Binhang Yuan 외 arxiv

LLM-based workflows compose specialized agents to execute complex tasks, and these agents usually share substantial context, allowing KV-Cache reuse to save computation. Existing approaches either manage KV-Cache at agen…

GenRouter: Unified Workflow Routing for Agentic Image Generation

2026-08-17 · Harold Haodong Chen, Zhiyu Hou, Wen-Jie Shu, Weilin Ruan 외 arxiv

The rapid evolution of text-to-image (T2I) generation models has effectively solved the foundational challenge of raw pixel synthesis, shifting the community's focus toward fulfilling increasingly intricate user requests…

Zero-shot GeneralizationImage Generation

JADE: Bridging the Strategic-Operational Gap in Dynamic Agentic RAG

2026-01-29 · Yiqun Chen, Erhan Zhang, Tianyi Hu, Shijie Wang 외 arxiv

The evolution of Retrieval-Augmented Generation (RAG) has shifted from static retrieval pipelines to dynamic, agentic workflows where a central planner orchestrates multi-turn reasoning. However, existing paradigms face …