text2sql-lgesql icon indicating copy to clipboard operation
text2sql-lgesql copied to clipboard

[ACL 2021] This is the project containing source codes and pre-trained models about ACL2021 Long Paper ``LGESQL: Line Graph Enhanced Text-to-SQL Model with Mixed Local and Non-Local Relations".

Results 15 text2sql-lgesql issues
Sort by recently updated
recently updated
newest added

Hi @rhythmcao, Your paper looks quite promising! Do you have a date in mind when you gonna release the code? Thanks, Ursin

Hi,I want to confirm that how to Initial the edge features and non-local edge features from the parameter matrix, is similar to RAT-SQL? ![image](https://user-images.githubusercontent.com/11806958/122521398-5909c500-d047-11eb-88db-2bc0fce9e377.png)

Hello,have a nice day! I tried to use model=torch.nn.DataParallel(model).cuda() for multiple gpu training, but I got an Error: LinearDropConnect doesn't have the _weight attribute. Will you please help me solve...

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

我想用lgesql在中文数据集cspider上训练,我要怎么做呢?