AI Navigate

TRUST-SQL: Tool-Integrated Multi-Turn Reinforcement Learning for Text-to-SQL over Unknown Schemas

arXiv cs.AI / 3/18/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • TRUST-SQL introduces a tool-augmented reinforcement learning framework for Text-to-SQL under Unknown Schema, enabling grounding in verified metadata rather than pre-loading full schemas.
  • It models the task as a Partially Observable Markov Decision Process with a four-phase protocol and a Dual-Track GRPO strategy to separate exploration rewards from execution outcomes.
  • The approach yields a 9.9% relative improvement over standard GRPO and an average absolute improvement of 30.6% (4B) and 16.6% (8B) over their base models, despite not using pre-loaded metadata.
  • Extensive experiments across five benchmarks demonstrate that TRUST-SQL matches or surpasses strong baselines that rely on schema prefilling.
  • By addressing the Unknown Schema scenario in enterprise databases, the framework enables efficient identification of the relevant subset of schema and reduces the need for upfront metadata.

Abstract

Text-to-SQL parsing has achieved remarkable progress under the Full Schema Assumption. However, this premise fails in real-world enterprise environments where databases contain hundreds of tables with massive noisy metadata. Rather than injecting the full schema upfront, an agent must actively identify and verify only the relevant subset, giving rise to the Unknown Schema scenario we study in this work. To address this, we propose TRUST-SQL (Truthful Reasoning with Unknown Schema via Tools). We formulate the task as a Partially Observable Markov Decision Process where our autonomous agent employs a structured four-phase protocol to ground reasoning in verified metadata. Crucially, this protocol provides a structural boundary for our novel Dual-Track GRPO strategy. By applying token-level masked advantages, this strategy isolates exploration rewards from execution outcomes to resolve credit assignment, yielding a 9.9% relative improvement over standard GRPO. Extensive experiments across five benchmarks demonstrate that TRUST-SQL achieves an average absolute improvement of 30.6% and 16.6% for the 4B and 8B variants respectively over their base models. Remarkably, despite operating entirely without pre-loaded metadata, our framework consistently matches or surpasses strong baselines that rely on schema prefilling.