microsoft / rat-sql

A relation-aware semantic parsing model from English to SQL
https://arxiv.org/abs/1911.04942
MIT License
406 stars 117 forks source link

how to conduct oracle experiment #46

Open haiahaiah opened 3 years ago

haiahaiah commented 3 years ago

Hi, in your paper you say "For “oracle sketch”, at every grammar nonterminal the decoder is forced to choose the correct production so the final SQL sketch exactly matches that of the ground truth".

I don't understand how the decoder is forced and I wanna ask how to conduct oracle experiment? I will appreciate it if you could explain it in detail. Thanks a lot~