"this [SQL-to-text template baseline] approach is limited by the small coverage of the training templates and its LCR is only around 40%."
My question is, how is this SQL-to-text template baseline performing on the subset of SQL queries for which it does have adequate templates ?
--> i.e. when it has good templates for a given SQL query, what is the LCR?
I'm trying to estimate whether the low LCR is really due to a low coverage of templates only, or if there are other causes, too.
--> Even just a ballpark number is going to help a lot to decide if building more templates is worth my time!
Another related question is: did you spend very little time building templates, or on the contrary, you spent an enormous amount of time building templates and you see no end to this? ... Is building templates worth my time, you think, to improve the LCR for SQL-to-text?
Hi,
First, thanks for releasing this SQL-to-text template baseline! (over here: https://github.com/brucepang/template-based-sql2response-model).
I'm reading the CoSQL paper (https://arxiv.org/pdf/1909.05378.pdf) and I read that
My question is, how is this SQL-to-text template baseline performing on the subset of SQL queries for which it does have adequate templates ?
--> i.e. when it has good templates for a given SQL query, what is the LCR?
I'm trying to estimate whether the low LCR is really due to a low coverage of templates only, or if there are other causes, too.
--> Even just a ballpark number is going to help a lot to decide if building more templates is worth my time!
Another related question is: did you spend very little time building templates, or on the contrary, you spent an enormous amount of time building templates and you see no end to this? ... Is building templates worth my time, you think, to improve the LCR for SQL-to-text?
Thank you so much for clarifying this issue!