NYSE/ICE builds a structured RAG text-to-SQL system on Databricks Mosaic AI with 96% execution accuracy in five weeks
ICE business users had no way to query structured financial data without understanding data models, SQL schemas, or writing SQL queries, creating a barrier to self-service analytics.
In five weeks, the team built a text-to-SQL system achieving 77% syntactic accuracy and 96% execution matches, enabling non-technical business users to query structured financial data in natural language.
Frequently asked questions
What did this team achieve with this AI workflow?
In five weeks, the team built a text-to-SQL system achieving 77% syntactic accuracy and 96% execution matches, enabling non-technical business users to query structured financial data in natural language.
What tools did this team use?
Unity Catalog, Vector Search, Foundation Model APIs, Model Serving, Inference Tables, Agent Bricks AI Gateway, Llama3.1-70B, MLflow, GitHub, Spider.
What results were reported?
Syntactic accuracy: 77%; Execution match accuracy: 96%; System development time: five weeks (source-reported, not independently verified).
How is this finance ops AI workflow structured?
User submits natural language question → Vector search retrieves schema and query context → LLM generates SQL from augmented prompt → SQL evaluated against ground truth → SMEs label incorrect queries in Label Studio → Incorrect queries used for few-shot learning.