WikiSQL icon indicating copy to clipboard operation
WikiSQL copied to clipboard

A large annotated semantic parsing corpus for developing natural language interfaces.

Results 30 WikiSQL issues
Sort by recently updated
recently updated
newest added

WORKDIR makes a new directory by default, so this command is unnecessary

cla:signed

For those having trouble running the evaluation script in 2022 due to version updates in all the dependencies: use the following `requirements.txt` to get the specific package versions in the...

When i run evaluate.py on example 'pred.dev.jsonl' i get this error, what sould i do? C:\Users\Admin\anaconda3\python.exe C:/Users/Admin/Desktop/WikiSQL-master/evaluate.py 30%|██▉ | 2517/8421 [00:04

OS is Ubuntu x64 yummyyyy@yummyyyy-virtual-machine:~/公共的/WikiSQL$ > sudo docker build -t wikisqltest -f test/Dockerfile . Sending build context to Docker daemon 80.38MB Step 1/8 : FROM python:3.6.2-alpine ---> 294201c0731f Step 2/8...

Hello Team, While executing the git code for annotate.py i am getting below error for CoreNLPClient annotating data/train.jsonl loading tables 100% 18585/18585 [00:00

Hi, I have built a se2seq model that takes the question and generates the SQL query directly. My question is how to evaluate my model since the predictions are in...

I have generated sql query from test set question and schema. (sql: select nationality where player = terrence ross) Now i want to execute the sql query over the wikisql...

**🐛🐛 Bug Report** The installation of WikiSQL given in README is not working. ![#639(2)](https://user-images.githubusercontent.com/77266161/112265281-41b17a80-8c98-11eb-81e4-b43c78bd28d8.png) It is showing a warning. ![#639(1)](https://user-images.githubusercontent.com/77266161/112265103-ebdcd280-8c97-11eb-971a-f667a6d8aa14.jpg) The folder WikiSQL is also empty ![#639(3)](https://user-images.githubusercontent.com/77266161/112266797-863e1580-8c9a-11eb-8119-f63896878d38.jpg) **⚙️ Environment** -...