There could be potentially two ways to generate synthetic text to SQL dataset
- Given a small set of annotated data and use that to interpolate in between examples
- Given a .sql files, using the output of the SQLs, and the schema of the table and using some additional knowledge, we can generate text to SQL.
There could be potentially two ways to generate synthetic text to SQL dataset