MohammadrezaPourreza / DTS-SQL

This repository contains all the code for the DTS-SQL paper
Apache License 2.0
35 stars 7 forks source link

Did you also use column descriptions instead of samples when processing bird data set for training? #9

Open dshwei opened 3 months ago

dshwei commented 3 months ago

In the script DTS_SQL_bird_submission.py, when schema link and sql generate are performed, when table schema information is obtained, Instead of using samples, you use columns description information. These two differences are not the same as when fine-tuning data processing in fintuning_dataset_createtor.py. The table schema information in the training data in fintuning_dataset_createtor.py has samples, but no column descriptions. Did you also use column descriptions instead of samples when processing bird data set for training