rhythmcao / text-to-sql-astormer

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.
https://arxiv.org/pdf/2310.18662.pdf
6 stars 1 forks source link

Help wanted! Why does the paper mention using RAT as an encoder, while the code uses RGAT as an encoder? #1

Closed kanseaveg closed 11 months ago

kanseaveg commented 11 months ago

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. image image

rhythmcao commented 11 months ago

RGAT and RATSQL are the same.