-
The Geography dataset contains examples where a derived table is aliased without using the "AS" keyword. There are 25 examples of this in the dataset which you can find by `CTRL-F` ") DERIVED" in the …
-
https://github.com/jkkummerfeld/text2sql-data/blob/master/data/imdb.json#L2442
I think:
```sql
SELECT
MAX(*) # I'm not sure if this is valid?
FROM
(
SELECT
COUNT(DISTINCT (MOVIEa…
-
https://github.com/jkkummerfeld/text2sql-data/blob/master/systems/baseline-template/text2sql-template-baseline.py#L100
Is there a dataset for which it is possible to enter this `elif` statement? It…
-
Hi! Thanks for your nice work.
I was wondering if there are SQL databases available for other datasets apart from ATIS, Advising, Geography (to check execution accuracy during evaluation)
Thanks …
-
https://github.com/jkkummerfeld/text2sql-data/blob/master/systems/baseline-template/text2sql-template-baseline.py#L29
This flag is required to process some of the datasets - would it be possible to…
-
I believe there is a test set leakage in the case that the dataset requires the use of cross validation ( Academic, IMDB, Restaurant and Yelp datasets) and the `args.query_split` flag is set to `True`…
-
Hi!
Thanks for providing the datasets and the baseline.
I think I have encountered a bug in the evaluation of the template baseline, which might be inflating the figures for this baseline:
The…