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

I can't find AverageSpanExtractor module :( #15

Closed minu4242 closed 3 years ago

minu4242 commented 3 years ago

Hi. @Impavidity @pnpnpn, I'm referring to your code for my text-to-SQL study. To modify the GAP encoder part, I tuned relogic/tabart-pretraining.py. In order to execute the code, AverageSpanExtractor module is needed. But I can't find this module from _relogic.logickit.modules.span_extractors.average_spanextractor. Is the module missing from github?

Best regard!

jjkim0807 commented 3 years ago

How did you solve this? I cannot find modules in logickit, too. @minu4242