Update README.md
Browse files
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 |
-
- **
|
| 28 |
-
- **
|
| 29 |
-
- **
|
| 30 |
-
- **
|
| 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
|