Input Tokens
22936
Output Tokens
2995
Duration
173694.123
Cost
0
Context
Input
Show me all the dealerships
Expected output
SELECT * FROM dealerships;
Model output
SELECT * FROM dealerships;
Natural language to SQL query generation evaluates text-to-query fidelity and schema reasoning. This task is particularly relevant for analytics chat assistants and simplified database interfaces where users need to query data using natural language. Models must understand both the intent behind the question and the structure of the underlying database schema.
Show me all the dealerships
SELECT * FROM dealerships;
SELECT * FROM dealerships;