awslabs / gap-text2sql

GAP-text2SQL: Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training
https://arxiv.org/abs/2012.10309
Apache License 2.0
102 stars 25 forks source link

Is it possible to use the pretained GAP model on tasks such as SQL2Text? #12

Closed JoaoLages closed 3 years ago

Impavidity commented 3 years ago

The GAP model is pre-trained on utterance + schema data, which is designed for parsing task. For SQL2Text generation, I think the encoder should be adapted to SQL/logic form input.