Yale-LILY / NLP4Code

Repository for the NLP4Code project at the LILY lab.
Apache License 2.0
5 stars 1 forks source link

Add SQUALL few-shot testing script (Codex) #9

Open haileyschoelkopf opened 2 years ago

haileyschoelkopf commented 2 years ago

modifying Spider few-shot script to have a version working with SQUALL.

Current issue with preprocessing script for SQUALL:

haileyschoelkopf commented 2 years ago

Modified squall preprocessing. Now getting many "no such column" errors, followed by an eventual

sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 2, and there are 0 supplied

error message.