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
I am so interested in your excellent work and follow your instructions to reproduce the experiment of nat-sql+rat-sql:
Download the Spider dataset and run check_and_preprocess.sh to preprocess the dataset,
Replace train_spider.json 、dev.json and tables.json in Spider with NatSQLG
Run the command of “python run.py preprocess experiment_config_file” in rat-sql
An error has been reported here: File "/home/xx/rat-sql/ratsql/grammars/spider.py", line 166, in parse_val raise ValueError(val) ValueError: 56
I'm wondering if you could share me how to reproduce the whole nat-sql+rat-sql experiment. Thanks a lot!
Sincerely.
The text was updated successfully, but these errors were encountered:
I run “python run.py preprocess experiment_config_file”, the NatSQLG parsing SQL grammar is different with original Spider grammar, which have a lot of details. Could you introduce how you set the experiments?
I am so interested in your excellent work and follow your instructions to reproduce the experiment of nat-sql+rat-sql:
An error has been reported here: File "/home/xx/rat-sql/ratsql/grammars/spider.py", line 166, in parse_val raise ValueError(val) ValueError: 56
I'm wondering if you could share me how to reproduce the whole nat-sql+rat-sql experiment. Thanks a lot!
Sincerely.
The text was updated successfully, but these errors were encountered: