English

Enhancing Text-to-SQL Translation for Financial System Design

Software Engineering 2024-01-10 v2

Abstract

Text-to-SQL, the task of translating natural language questions into SQL queries, is part of various business processes. Its automation, which is an emerging challenge, will empower software practitioners to seamlessly interact with relational databases using natural language, thereby bridging the gap between business needs and software capabilities. In this paper, we consider Large Language Models (LLMs), which have achieved state of the art for various NLP tasks. Specifically, we benchmark Text-to-SQL performance, the evaluation methodologies, as well as input optimization (e.g., prompting). In light of the empirical observations that we have made, we propose two novel metrics that were designed to adequately measure the similarity between SQL queries. Overall, we share with the community various findings, notably on how to select the right LLM on Text-to-SQL tasks. We further demonstrate that a tree-based edit distance constitutes a reliable metric for assessing the similarity between generated SQL queries and the oracle for benchmarking Text2SQL approaches. This metric is important as it relieves researchers from the need to perform computationally expensive experiments such as executing generated queries as done in prior works. Our work implements financial domain use cases and, therefore contributes to the advancement of Text2SQL systems and their practical adoption in this domain.

Keywords

Cite

@article{arxiv.2312.14725,
  title  = {Enhancing Text-to-SQL Translation for Financial System Design},
  author = {Yewei Song and Saad Ezzini and Xunzhu Tang and Cedric Lothritz and Jacques Klein and Tegawendé Bissyandé and Andrey Boytsov and Ulrick Ble and Anne Goujon},
  journal= {arXiv preprint arXiv:2312.14725},
  year   = {2024}
}

Comments

10 pages, ICSE-SEIP 2024

R2 v1 2026-06-28T13:59:55.500Z