donglixp / coarse2fine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEO and ATIS results

todpole3 opened this issue · comments

Hi Li,

I run the code myself and reproduced the results on Django and WikiSQL without any problem.

However, I wasn't able to reproduce the results on GEO and ATIS by running the commands given.

I got acc 86.4 on GEO and 86.2 on ATIS. Would you please take a look at this issue? Thanks.

Hi @todpole3 ,

I am wondering whether they are the results of pre-trained models, or new models?

./pretrain.sh geoqueries 1
./pretrain.sh atis 1

Thanks!

They are the results of the new models:

./run geoqueries 1
./run atis 1

I have tried the pretrained models and their output matched those in the paper.

I tried to run the script ./run.sh, and it works fine. There might be some fluctuations due to the difference of the used environments, as the size of these two datasets is not that large. The results on Django and WikiSQL should be more robust. Thanks!

I see. Thanks for taking a look at this.