rat-sql icon indicating copy to clipboard operation
rat-sql copied to clipboard

A relation-aware semantic parsing model from English to SQL

Results 41 rat-sql issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to reproduce your results with the [BERT model](https://github.com/microsoft/rat-sql/blob/master/experiments/spider-bert-run.jsonnet). After ~14000 training steps, loss started to increase. I tried rerun, but it didn't help me. Have you faced...

In line 102, `eval.main(eval_config)` the eval_output_path is replaced (eval.py line 25): `args.output.replace('__LOGDIR__', real_logdir)` However, in line 104 `res_json = json.load(open(eval_output_path))` the eval_output_path is not replaced. I got a FileNotFoundError during...

Hey, I was looking at the leaderboard, and it is not clear what was changed from version 2 to 3. ``` RATSQL v3 + BERT (DB content used) 69.7 |...

Hi, I am really curious to test your work (this is not the first model in text2ql field with you as contributors that I have found, so I would be...

I'm trying to apply the BERT-version rat-sql to execute my own queries as well as schema, which were created in my own dev.json and tables.json with a spider format. I...

作者可以问一下,如何将数据库列名与给定的query对齐,那一部分的代码是在干这个事情呀?

Solve [CUDA Linux Repsitory Key Rotatino issue](https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212771) ![image](https://github.com/microsoft/rat-sql/assets/37727249/a1c17fd3-9b25-4a39-af93-128ca1e1addb) Due to issue, current Dockerfile occurs below error while building. ``` W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease: The following signatures couldn't be verified...

Hi - Thanks for sharing your research. How can I use RATSQL for my datasets- how do I train and score on the same? Thanks, Kaushal