Rethinking Agentic Workflows: Evaluating Inference-Based Test-Time Scaling Strategies in Text2SQL Tasks
Jiajing Guo, Kenil Patel, Jorge Piazentin Ono, Wenbin He, Liu Ren
TL;DR
The paper tackles the practical deployment of Text-to-SQL systems by evaluating six lightweight, inference-based agentic workflows across four LLMs on the BIRD Mini-Dev benchmark, with a focus on balancing accuracy, latency, and token usage. It finds that Divide-and-Conquer prompting combined with few-shot demonstrations yields consistent improvements, even for reasoning-focused models, while more complex workflows offer mixed benefits and can increase latency. A strong base model can outperform highly engineered workflows, underscoring the importance of model selection. The work provides actionable guidance for practitioners seeking deployment-ready Text-to-SQL solutions and highlights trade-offs between accuracy and efficiency in real-world settings.
Abstract
Large language models (LLMs) are increasingly powering Text-to-SQL (Text2SQL) systems, enabling non-expert users to query industrial databases using natural language. While test-time scaling strategies have shown promise in LLM-based solutions, their effectiveness in real-world applications, especially with the latest reasoning models, remains uncertain. In this work, we benchmark six lightweight, industry-oriented test-time scaling strategies and four LLMs, including two reasoning models, evaluating their performance on the BIRD Mini-Dev benchmark. Beyond standard accuracy metrics, we also report inference latency and token consumption, providing insights relevant for practical system deployment. Our findings reveal that Divide-and-Conquer prompting and few-shot demonstrations consistently enhance performance for both general-purpose and reasoning-focused LLMs. However, introducing additional workflow steps yields mixed results, and base model selection plays a critical role. This work sheds light on the practical trade-offs between accuracy, efficiency, and complexity when deploying Text2SQL systems.
