avinot commited on
Commit
21e4c99
·
verified ·
1 Parent(s): b7e32c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,10 +24,10 @@ With the first dataset we take the natural language question and the SQL query.
24
  As the `xlangai/spider` and `richardr1126/spider-schema` are only labelled in english, this dataset is also labelled in english
25
  ## Dataset Structure
26
  ### Data Fields
27
- - ** db_id ** : The Database name
28
- - ** question ** : The natural language question
29
- - ** schema ** : The full schema
30
- - ** summarized-schema ** : A subset of the full schema to answer the question
31
  ### Data Splits
32
  ## Dataset Creation
33
  ### Process
 
24
  As the `xlangai/spider` and `richardr1126/spider-schema` are only labelled in english, this dataset is also labelled in english
25
  ## Dataset Structure
26
  ### Data Fields
27
+ - **db_id** : The Database name
28
+ - **question** : The natural language question
29
+ - **schema** : The full schema
30
+ - **summarized-schema** : A subset of the full schema to answer the question
31
  ### Data Splits
32
  ## Dataset Creation
33
  ### Process