SQL

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.

100
Duration
11s
Input Tokens
769
Output Tokens
372
Cost
$0.00
Context
Input
Show me all the dealerships
Expected output
SELECT * FROM dealerships;
Model output
SELECT * FROM dealerships;