Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
1K - 10K
Tags:
schema-summarization
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ In order to leverage the '*' wildcard we automatically include the primary key o
|
|
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 |
-
- [
|
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
|
|
|
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 |
+
- [x] 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
|