DBAIJul 28, 2024

Evaluating LLMs for Text-to-SQL Generation With Complex SQL Workload

arXiv:2407.19517v17 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of inadequate text-to-SQL benchmarks for realistic scenarios, though it is incremental as it builds on existing benchmarks.

This study evaluated 11 large language models on the TPC-DS benchmark for text-to-SQL generation, finding that they produce queries with insufficient accuracy for real-world use, highlighting the need for more complex benchmarks.

This study presents a comparative analysis of the a complex SQL benchmark, TPC-DS, with two existing text-to-SQL benchmarks, BIRD and Spider. Our findings reveal that TPC-DS queries exhibit a significantly higher level of structural complexity compared to the other two benchmarks. This underscores the need for more intricate benchmarks to simulate realistic scenarios effectively. To facilitate this comparison, we devised several measures of structural complexity and applied them across all three benchmarks. The results of this study can guide future research in the development of more sophisticated text-to-SQL benchmarks. We utilized 11 distinct Language Models (LLMs) to generate SQL queries based on the query descriptions provided by the TPC-DS benchmark. The prompt engineering process incorporated both the query description as outlined in the TPC-DS specification and the database schema of TPC-DS. Our findings indicate that the current state-of-the-art generative AI models fall short in generating accurate decision-making queries. We conducted a comparison of the generated queries with the TPC-DS gold standard queries using a series of fuzzy structure matching techniques based on query features. The results demonstrated that the accuracy of the generated queries is insufficient for practical real-world application.

Foundations

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

Your Notes