You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NL-to-SQL over SQLite scored by execution accuracy (not string match) — benchmarks zero-shot/few-shot/self-correction and shows the two failure modes are orthogonal (only combining both hits 100%)
Ask a database questions in plain English and get SQL that actually runs. The key is schema linking: relevant tables are retrieved by embedding similarity (with foreign-key expansion) before prompting, and quality is measured by execution accuracy (do the returned rows match?) not by string-matching SQL.