avinot commited on
Commit
4250cb5
·
verified ·
1 Parent(s): edc80ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -39,3 +39,9 @@ First we go through every words in the orginal SQL query and see if it matches a
39
  In order to leverage the '*' wildcard we automatically include the primary key of each table that is within the original SQL query
40
  ### Source Data
41
  As explained above the natural question and SQL queries that answers this question are extracted from the `xlangai/spider` dataset and the databases schemas are extracted from the `richardr1126/spider-schema` dataset.
 
 
 
 
 
 
 
39
  In order to leverage the '*' wildcard we automatically include the primary key of each table that is within the original SQL query
40
  ### Source Data
41
  As explained above the natural question and SQL queries that answers this question are extracted from the `xlangai/spider` dataset and the databases schemas are extracted from the `richardr1126/spider-schema` dataset.
42
+
43
+ ## TODO
44
+ - [ ] Fix rows with empty summarized-schema
45
+ - [ ] Fix overwhelmingly long summarized-schema. Sometimes the needed columns has the same name in diferent tables. We need to only include it once (Maybe ?)
46
+ - [ ] Prompt egineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
47
+ - [ ] Find a way to add data from WikiSQL