Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
1K - 10K
Tags:
schema-summarization
Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,7 @@ As explained above the natural question and SQL queries that answers this questi
|
|
43 |
## TODO
|
44 |
- [x] Fix rows with empty summarized-schema
|
45 |
- [x] 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 |
-
- [
|
|
|
47 |
- [ ] Prompt egineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
|
48 |
- [ ] Find a way to add data from WikiSQL
|
|
|
43 |
## TODO
|
44 |
- [x] Fix rows with empty summarized-schema
|
45 |
- [x] 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 |
+
- [x] Remove primary key from summarized-schema when the '*' wildcard is not used
|
47 |
+
- [ ] Add a shrinking score
|
48 |
- [ ] Prompt egineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
|
49 |
- [ ] Find a way to add data from WikiSQL
|