CLDBOct 13, 2025

Rethinking Agentic Workflows: Evaluating Inference-Based Test-Time Scaling Strategies in Text2SQL Tasks

arXiv:2510.10885v11 citationsh-index: 9
Originality Synthesis-oriented
AI Analysis

This work provides practical guidance for deploying Text2SQL systems in industry by evaluating accuracy, latency, and token consumption trade-offs.

The authors benchmarked six test-time scaling strategies and four LLMs on the BIRD Mini-Dev Text2SQL benchmark, finding that Divide-and-Conquer prompting and few-shot demonstrations consistently improved performance while additional workflow steps had mixed results.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes