4 days agoHuman-Aligned Text-to-SQL EvaluationIn my last post about Text-to-SQL using GPT-3.5, I pointed out the issue with existing benchmark’s evaluation metric: it rejects perfectly fine SQL queries for not having the same strict execution result as golden (aka. labeled) queries. …Text To Sql5 min readText To Sql5 min read
Mar 7What is Coming Next for Text-to-SQLText-to-SQL is a natural language processing (NLP) task that involves converting natural language questions into SQL queries that can be executed on a database. Here is a Text-to-SQL example on a TV show database: Question: What is the content of TV Channel with serial name “Sky Radio”? Model: SELECT Content…Text To Sql10 min readText To Sql10 min read