salesforce / WikiSQL

A large annotated semantic parsing corpus for developing natural language interfaces.
BSD 3-Clause "New" or "Revised" License
1.6k stars 320 forks source link

Fix string arguments in query #73

Open CrafterKolyan opened 3 years ago

CrafterKolyan commented 3 years ago

Check the last query in dev.jsonl for example It'll be:

SELECT  col4 FROM table WHERE col3 = democratic AND col2 = new york AND col0 = terence j. quinn

instead of:

SELECT  col4 FROM table WHERE col3 = "democratic" AND col2 = "new york" AND col0 = "terence j. quinn"
salesforce-cla[bot] commented 3 years ago

Thanks for the contribution! Before we can merge this, we need @CrafterKolyan to sign the Salesforce.com Contributor License Agreement.