X-LANCE/text2sql-lgesql

How to add values generation ?

Elienvalleau opened this issue · 2 comments

I am interested in your work and wanted to add the values to the generated SQL code. Unfortunately, despite several attempts I could not do it. I suspect it must be possible since the model seems to "understand" what the values are in the initial sentence. Is this possible and if so how?
Thank you!

The same question with you. Could you please tell me if you have solved that?

I am interested in your work and wanted to add the values to the generated SQL code. Unfortunately, despite several attempts I could not do it. I suspect it must be possible since the model seems to "understand" what the values are in the initial sentence. Is this possible and if so how? Thank you!

For value generation in a grammar-based parser, you can see my repository ASTormer for details, which adopts a pointer-generator network for value generation.