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

GAP-text2SQL: Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training

Results 25 gap-text2sql issues
Sort by recently updated
recently updated
newest added

Hi, I was trying this on a dummy database attached with couple of tables. I observed that for a totally irrelevant input text it still outputs a query. Can we...

I'm trying to pre-train the GAP on my own datasets from scratch, but I found that there is no logickit file under the relogic(more spercifically the 'AverageSpanExtractor' class is essential...

Where is the code if 4 pre-training tasks? I do not find them.

Hello, when I get the evaluation results,I am not sure the meaning of "predicted_parse_error" and "exact".I guess when "predicted_parse_error" is true it means the model can’t produce a predicted sql,is...

I followed every steps the is given , but this error i got, when i was running the last command? ![error_gap](https://user-images.githubusercontent.com/53686128/126981488-0cad10c1-08a2-4c9c-90e3-7affe3a45911.png)

Hello, I want to know why this error happened? Is this because the table data format or the missing data in table ? Traceback (most recent call last): File "my_test.py",...

when i run python run.py preprocess experiments/spider-configs/gap-run.jsonnet erro: Traceback (most recent call last): File "run.py", line 104, in main() File "run.py", line 62, in main preprocess.main(preprocess_config) File "/home/lishuan/hxh/text2sql/gap-text2sql-main/rat-sql-gap/seq2struct/commands/preprocess.py", line 44,...

I tried to run the eval script on the baseball_1 and cre_Drama_Workshop_Groups DBs, however, I got an error related to the input size. How do you overcome this error?

Bumps [transformers](https://github.com/huggingface/transformers) from 3.0 to 4.36.0. Release notes Sourced from transformers's releases. v4.36: Mixtral, Llava/BakLlava, SeamlessM4T v2, AMD ROCm, F.sdpa wide-spread support New model additions Mixtral Mixtral is the new...

dependencies