WikiSQL
WikiSQL copied to clipboard
A large annotated semantic parsing corpus for developing natural language interfaces.
Under which license is released your dataset? Thank you.
evaluate.py fails when records library depends on sqlachemy 2.x ```TypeError: execute() got an unexpected keyword argument 'name'``` records.py need changes refer this [pull request](https://github.com/kennethreitz/records/pull/219)
I asked a few text-to-SQL questions from chatGPT and its answers are pretty good. I'm wondering where does it stand in the leaderboard mentioned in the [readme](https://github.com/salesforce/WikiSQL#leaderboard) file.
On cloning this repository using the command `git clone https://github.com/salesforce/WikiSQL` Git is able to download the repository but is not able to extract all the files. An error is encountered...
It seems many of the expected queries are incorrect, based on the question posed. Here is a preliminary list of just some questions I noticed have incorrect expected queries/answers: ```...
How can I convert the following code in "sql" field into the original SQL query ```sql {"phase": 1, "table_id": "1-1000181-1", "question": "Tell me what the notes are for South Australia...
Hi Team, Could you please let me know regarding the question generation template that was used to generate questions before the paraphrasing phase? Is the generation template/code a part of...
From what is described, and from what I noticed, queries present in dataset are mainly for single table information retrieval. Are there any queries, though, that use more than single...
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file (Background on this error at: https://sqlalche.me/e/14/e3q8)