Source code for grammar-based text-to-SQL parser using one variant of Transformer decoder called ASTormer. Implementations for prevalent cross-domain multi-table benchmarks Spider, SParC, CoSQL, DuSQL and Chase are all included.
I feel confused when reading the paper and code. I found that the encoder used in the paper is different from the one used in the code. Which one should I follow? Thank you.
I feel confused when reading the paper and code. I found that the encoder used in the paper is different from the one used in the code. Which one should I follow? Thank you.