jkkummerfeld / text2sql-data

A collection of datasets that pair questions with SQL queries.
http://jkk.name/text2sql-data/
Other
534 stars 105 forks source link

reformatting script #13

Closed DeNeutoy closed 6 years ago

DeNeutoy commented 6 years ago

Not sure if you'd find this script helpful - it splits up the data into train/dev/test splits with corresponding "query_split" and "question_split" directories. It might make manipulating the data somewhat easier and a little less error prone. I've added this to allennlp, but I thought it might be useful independently. No worries if not, just close this!

jkkummerfeld commented 6 years ago

Looks good! Thank you.