avinot commited on
Commit
95a8e35
·
verified ·
1 Parent(s): 10a75a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -36,5 +36,6 @@ As the `xlangai/spider` and `richardr1126/spider-schema` are only labelled in en
36
  ### Process
37
  So in order to create the summarized schema we proceded into several steps.
38
  First we go through every words in the orginal SQL query and see if it matches any column names in the original schema. And we add every column that we find this way.
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
 
 
36
  ### Process
37
  So in order to create the summarized schema we proceded into several steps.
38
  First we go through every words in the orginal SQL query and see if it matches any column names in the original schema. And we add every column that we find this way.
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.