English

Towards Optimizing SQL Generation via LLM Routing

Databases 2024-11-08 v1 Machine Learning

Abstract

Text-to-SQL enables users to interact with databases through natural language, simplifying access to structured data. Although highly capable large language models (LLMs) achieve strong accuracy for complex queries, they incur unnecessary latency and dollar cost for simpler ones. In this paper, we introduce the first LLM routing approach for Text-to-SQL, which dynamically selects the most cost-effective LLM capable of generating accurate SQL for each query. We present two routing strategies (score- and classification-based) that achieve accuracy comparable to the most capable LLM while reducing costs. We design the routers for ease of training and efficient inference. In our experiments, we highlight a practical and explainable accuracy-cost trade-off on the BIRD dataset.

Keywords

Cite

@article{arxiv.2411.04319,
  title  = {Towards Optimizing SQL Generation via LLM Routing},
  author = {Mohammadhossein Malekpour and Nour Shaheen and Foutse Khomh and Amine Mhedhbi},
  journal= {arXiv preprint arXiv:2411.04319},
  year   = {2024}
}

Comments

Table Representation Learning Workshop at NeurIPS 2024