nt
stringlengths
4
8
tbl
stringlengths
5
7
columns
dict
nl
sequence
nl_pos
sequence
nl_ner
sequence
nl_incolumns
sequence
nl_incells
sequence
columns_innl
sequence
tgt
stringlengths
1
935
sql
dict
nl_ralign
dict
align
dict
nt-309
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "which", "event", "did", "he", "place", "in", "first", "?" ]
[ "WDT", "NN", "VBD-AUX", "PRP", "VB", "IN", "JJ", "." ]
[ "O", "O", "O", "O", "O", "O", "ORDINAL", "O" ]
[ false, true, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false ]
European U23 Championships
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c4_first_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "Column", "None", "Literal", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, "c4_first_number", null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 6 ], [ 4 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-860
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "how", "many", "total", "events", "are", "listed", "on", "the", "chart", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD-AUX", "VBN", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false ]
11
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, null, null, null, null ] }
{ "nl_indices": [ [ 0, 1, 2 ], [ 3 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-5274
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "how", "many", "times", "has", "anton", "lyuboslavskiy", "competed", "in", "the", "olympic", "games", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "NNP", "VBD", "IN", "DT", "NNP", "NNPS", "." ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "O", "MISC", "MISC", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, false, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c2", "=", "'olympic games'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 9, 10 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "None", "None", "Column", "Column", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, "c2", "c2", null, null, null, null ] }
{ "nl_indices": [ [ 0, 1, 2 ], [ 6, 7 ], [ 9, 10 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 8 ], [ 10 ] ] }
nt-5309
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "how", "many", "competitions", "has", "anton", "lyuboslavskiy", "been", "in", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "NNP", "VBD-AUX", "IN", "." ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false ]
11
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, null, null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-6052
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "how", "many", "times", "has", "anton", "lyuboslavskiy", "scored", "above", "20", "m", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "NNP", "VBD", "IN", "CD", "NN", "." ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "NUMBER", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false ]
3
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c6_number", ">", "20" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 8 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "None", "None", "None", "Keyword", "Literal", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, "['comp', 'comp_greater']", null, null, null ] }
{ "nl_indices": [ [ 0, 1, 2 ], [ 7 ], [ 8 ] ], "sql_indices": [ [ 1, 3, 4, 2 ], [ 9 ], [ 10 ] ] }
nt-9020
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "what", "is", "the", "number", "of", "times", "has", "anton", "lyuboslavskiy", "competed", "in", "the", "olympic", "games", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NNS", "VBD-AUX", "NNP", "NNP", "VBD", "IN", "DT", "NNP", "NNPS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "O", "MISC", "MISC", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, false, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c2", "=", "'olympic games'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 12, 13 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "Keyword", "None", "None", "None", "Column", "Column", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, "c2", "c2", null, null, null, null ] }
{ "nl_indices": [ [ 9, 10 ], [ 3, 4, 5 ], [ 13, 12 ] ], "sql_indices": [ [ 8 ], [ 1, 2, 3, 4 ], [ 10 ] ] }
nt-10015
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "how", "long", "is", "anton", "lyuboslavskiy", "'s", "fartherst", "show", "in", "a", "competition", "?" ]
[ "WRB", "JJ", "VBD-AUX", "NNP", "NNP", "POS", "NNP", "NNP", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "PERSON", "PERSON", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, false, false, false, false ]
20.44 m
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c6", "from", "w", "order", "by", "c6_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "Column", "None", "None", "None", "None", "Column", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "c6", "c6", null, null, null, null, "c6_number", null, null, null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 6 ], [ 6 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8, 9 ], [ 6 ] ] }
nt-10466
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "how", "many", "1st", "place", "finished", "did", "he", "have", "?" ]
[ "WRB", "JJ", "JJ", "NN", "VBD", "VBD-AUX", "PRP", "VBD-AUX", "." ]
[ "O", "O", "ORDINAL", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, true, false, false, false, false, false, false ]
[ false, false, false, false, false, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c4_first_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 2 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Literal", "Column", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, "c4_first_number", null, null, null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 3 ] ], "sql_indices": [ [ 1, 2, 4, 3 ], [ 10 ], [ 8 ] ] }
nt-10712
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "what", "tournament", "did", "anton", "lyuboslavskiy", "first", "place", "in", "?" ]
[ "WDT", "NN", "VBD-AUX", "NNP", "NNP", "JJ", "NN", "IN", "." ]
[ "O", "O", "O", "PERSON", "PERSON", "ORDINAL", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false ]
European U23 Championships
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c4_first_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 5 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "None", "Literal", "Column", "None", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, null, null, "c4_first_number", null, null ] }
{ "nl_indices": [ [ 1 ], [ 5 ], [ 6 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-11484
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "what", "competition", "was", "his", "top", "performance", "?" ]
[ "WDT", "NN", "VBD-AUX", "PRP$", "JJ", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, false, false ]
[ false, false, false, false, false, false, false ]
[ false, true, false, false, false, false ]
European U23 Championships
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c4_first_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, "['sort', '']", "c4_first_number", null ] }
{ "nl_indices": [ [ 1 ], [ 4 ], [ 5 ] ], "sql_indices": [ [ 1 ], [ 5, 7, 8, 4 ], [ 6 ] ] }
nt-12400
203_677
{ "raw_header": [ "year", "competition", "venue", "position", "event", "notes" ], "tokenized_header": [ [ "year" ], [ "competition" ], [ "venue" ], [ "position" ], [ "event" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [ "address" ], [ "first", "second", "first_number" ], [ "first", "second", "second_number" ], [ "number" ] ], "column_dtype": [ "number", "text", "address", "rank(text)", "text(unitnum)", "unitnum" ], "example": [ "2002", "world junior championships", "kingston, jamaica", "17th (q)", "shot put (6 kg)", "17.77 m" ] }
[ "which", "event", "did", "anton", "lyuboslavskiy", "finish", "in", "first", "?" ]
[ "WDT", "NN", "VBD-AUX", "NNP", "NNP", "NN", "IN", "JJ", "." ]
[ "O", "O", "O", "PERSON", "PERSON", "O", "O", "ORDINAL", "O" ]
[ false, true, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false ]
Shot put
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c5", "from", "w", "where", "c4_first_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 7 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "None", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, "c5", null, null, null, "c4_first_number", "c4_first_number", null, null ] }
{ "nl_indices": [ [ 1 ], [ 7 ], [ 5, 6 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-2785
203_807
{ "raw_header": [ "", "'be'", "'remain'", "'give'", "'save'" ], "tokenized_header": [ [ "" ], [ "`", "be", "'" ], [ "`", "remain", "'" ], [ "`", "give", "'" ], [ "`", "save", "'" ] ], "column_suffixes": [ [], [], [], [], [] ], "column_dtype": [ "text", "text", "text", "text", "text" ], "example": [ "1st sg", "esmi", "liekmi", "duomi", "gelbmi" ] }
[ "what", "is", "the", "least", "amount", "of", "ways", "you", "can", "conjugate", "the", "verb", "``", "be", "''", "?" ]
[ "WP", "VBD-AUX", "DT", "JJS", "NN", "IN", "NNS", "PRP", "VBD-AUX", "NN", "DT", "NN", "``", "VBD-AUX", "''", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, false, false, false ]
8
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "Keyword", "Keyword", "None", "None", "None", "None", "None", "None", "Column", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, null, null, "c2", "c2", "c2", null ] }
{ "nl_indices": [ [ 4, 5 ], [ 12, 13, 14 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-665
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "which", "date", "did", "a", "team", "score", "4", "points", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "NN", "NN", "CD", "NNS", "." ]
[ "O", "O", "O", "O", "O", "NUMBER", "NUMBER", "O", "O" ]
[ false, true, false, false, true, true, false, false, false ]
[ false, false, false, false, false, false, true, false, false ]
[ false, true, false, false, true, true, false ]
24 October 2007
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c6_number1", "=", "4" ], "span_indices": [ [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "None", "Column", "Literal", "None", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, null, "c6_number1", null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 5 ], [ 6 ] ], "sql_indices": [ [ 1 ], [ 5 ], [ 7 ] ] }
nt-1448
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "which", "date", "is", "listed", "first", "on", "the", "table", "?" ]
[ "WDT", "NN", "VBD-AUX", "VBN", "RB", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "O", "ORDINAL", "O", "O", "O", "O" ]
[ false, true, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false ]
[ false, true, false, false, false, false, false ]
17 September 2007
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "id", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 4 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['first', '']", "['first', '']", "['first', '']", "['first', '']", "['first', '']", null ] }
{ "nl_indices": [ [ 3, 4, 5, 6, 7 ], [ 1 ] ], "sql_indices": [ [ 5, 6, 7 ], [ 1 ] ] }
nt-1882
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "how", "many", "consecutive", "times", "was", "the", "opponent", "team", "shakhtar", "donetsk", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD-AUX", "DT", "NN", "NN", "NN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, false, false, false, false, true, true, false, false, false ]
[ false, false, false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, true, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c5", "=", "'shakhtar donetsk'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 8, 9 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "None", "Column", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, "c5", null, null, null, null ] }
{ "nl_indices": [ [ 8, 9 ], [ 6 ], [ 1, 0 ] ], "sql_indices": [ [ 10 ], [ 8 ], [ 1, 2, 3, 4 ] ] }
nt-2995
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "was", "the", "top", "game", "home", "or", "away", "?" ]
[ "VBD-AUX", "DT", "JJ", "NN", "NN", "CC", "RB", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false, true, false ]
[ false, false, false, false, false, false, false ]
Home
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "id", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Keyword", "Keyword", "None", "Column", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, "['first', '']", "['first', '']", null, "c4", "c4", "c4", null ] }
{ "nl_indices": [ [ 2, 1 ], [ 4, 5, 6 ] ], "sql_indices": [ [ 5, 6, 7 ], [ 1 ] ] }
nt-3070
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "what", "was", "the", "average", "score", "between", "matches", "1", "and", "2", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NNS", "CD", "CC", "CD", "." ]
[ "O", "O", "O", "O", "NUMBER", "O", "O", "NUMBER", "O", "NUMBER", "O" ]
[ false, false, false, false, true, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, true, false, true, false ]
[ false, false, false, false, false, true, false ]
2-1
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c6", "from", "w", "where", "c1_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 7 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "Column", "None", "Column", "Literal", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, null, "c6", null, "c1_number", null, null, null, null ] }
{ "nl_indices": [ [ 7 ], [ 6 ], [ 4 ] ], "sql_indices": [ [ 7 ], [ 5 ], [ 1 ] ] }
nt-7256
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "what", "was", "the", "next", "date", "after", "20", "february", "2008", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "CD", "NNP", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "DATE", "DATE", "DATE", "O" ]
[ false, false, false, false, true, false, false, false, false, false ]
[ false, false, false, false, false, false, true, true, true, false ]
[ false, true, false, false, false, false, false ]
4 March 2008
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c2_parsed", ">", "(", "select", "c2_parsed", "from", "w", "where", "c2", "=", "'20 february 2008'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 6, 8 ], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Column", "Keyword", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "['comp', 'comp_greater']", "['comp', 'comp_greater']", "c2", "['comp', 'comp_greater']", null, null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 3, 5, 2 ], [ 7, 6, 8 ], [ 4 ], [ 4 ], [ 4 ] ], "sql_indices": [ [ 1 ], [ 6, 7, 16 ], [ 15 ], [ 5 ], [ 9 ], [ 13 ] ] }
nt-11016
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "what", "number", "of", "games", "did", "both", "teams", "score", "no", "points", "?" ]
[ "WDT", "NN", "IN", "NNS", "VBD-AUX", "DT", "NNS", "VBP", "DT", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O" ]
[ false, false, false, false, false, false, false, true, false, false, false ]
[ false, false, true, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c6_number1", "=", "0", "and", "c6_number2", "=", "0" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Keyword", "Keyword", "None", "None", "Keyword", "None", "Column", "Literal", "Column", "None" ], "aligned_sql_token_info": [ null, "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, "['conj', 'conj_and']", null, "c6_number2", null, "c6_number2", null ] }
{ "nl_indices": [ [ 5 ], [ 8 ], [ 8 ], [ 7, 9 ], [ 7, 9 ], [ 1, 2 ] ], "sql_indices": [ [ 9, 11 ], [ 10 ], [ 14 ], [ 8 ], [ 12 ], [ 1, 2, 3, 4 ] ] }
nt-11536
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "who", "was", "the", "first", "team", "a.c", "milan", "played", "against", "in", "the", "uefa", "championship", "league", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "NN", "NNP", "VBD", "IN", "IN", "DT", "NNP", "NNP", "NNP", "." ]
[ "O", "O", "O", "ORDINAL", "O", "ORGANIZATION", "ORGANIZATION", "O", "O", "O", "O", "ORGANIZATION", "O", "O", "O" ]
[ false, false, false, false, true, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false, false ]
Benfica
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c5", "from", "w", "order", "by", "c2_parsed", "asc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Column", "None", "None", "Column", "Column", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, "c2_parsed", "c2_parsed", "c5", null, null, "c5", "c5", null, null, null, null, null, null ] }
{ "nl_indices": [ [ 4, 8, 7 ], [ 3, 2 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 6, 7, 8, 9 ] ] }
nt-12799
203_675
{ "raw_header": [ "match", "date", "round", "home/away", "opponent team", "score", "scorers" ], "tokenized_header": [ [ "match" ], [ "date" ], [ "round" ], [ "home\\\\/away" ], [ "opponent", "team" ], [ "score" ], [ "scorers" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "number", "number1", "number2" ], [ "list", "length", "list_first", "list_second" ] ], "column_dtype": [ "number", "date", "text", "text", "text", "score", "<c, text(text)>" ], "example": [ "1", "17 september 2007", "group stage", "home", "benfica", "2-1", "pirlo 9', inzaghi 24'" ] }
[ "what", "was", "the", "score", "of", "each", "match", "in", "october", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "NN", "IN", "NNP", "." ]
[ "O", "O", "O", "NUMBER", "O", "O", "O", "O", "DATE", "O" ]
[ false, false, false, true, false, false, true, false, false, false ]
[ false, false, false, false, true, false, false, false, true, false ]
[ true, false, false, false, false, true, false ]
2-1|4-1
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c6", "from", "w", "where", "c2_month", "=", "10" ], "span_indices": [ [], [], [], [], [], [], [], [ 8 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "c6", null, null, null, "c2_month", null, null ] }
{ "nl_indices": [ [ 3 ], [ 8 ], [ 7 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-858
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "how", "many", "dates", "are", "in", "1972", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "IN", "CD", "." ]
[ "O", "O", "O", "O", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, false ]
[ false, false, false, false, false, false ]
3
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c3", ")", "from", "w", "where", "c3_year", "=", "1972" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 5 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c3", null, "c3_year", null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 2 ], [ 5 ], [ 4 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 10 ], [ 8 ] ] }
nt-3828
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "how", "many", "locations", "are", "bird", "sanctuaries", "." ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NN", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false ]
[ false, false, false, false, true, false, false ]
[ false, false, false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c4", ")", "from", "w", "where", "c6", "=", "'bird sanctuary'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 4, 5 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c4", null, null, null, null ] }
{ "nl_indices": [ [ 4, 5 ], [ 2 ], [ 1, 0 ] ], "sql_indices": [ [ 10 ], [ 3 ], [ 1, 2, 4 ] ] }
nt-5176
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "what", "are", "the", "total", "number", "of", "landmarks", "located", "in", "maui", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NNS", "VBN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false ]
3
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c5", "=", "'maui'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 9, 9 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", "c5", "c5", null, null ] }
{ "nl_indices": [ [ 2, 5, 4, 3 ], [ 6 ], [ 9 ], [ 7, 8 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 10 ], [ 8 ] ] }
nt-5627
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "what", "is", "the", "number", "of", "bird", "sanctuary", "landmarks", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NN", "NN", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, true, false, false ]
[ false, false, false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c6", "=", "'bird sanctuary'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 5, 6 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Literal", "Literal", "None", "None" ], "aligned_sql_token_info": [ null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null ] }
{ "nl_indices": [ [ 2, 3, 4 ], [ 5, 6 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 10 ] ] }
nt-6851
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "how", "many", "names", "do", "not", "have", "a", "description", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "RB", "VBD-AUX", "DT", "NN", "." ]
[ "O", "O", "MISC", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, true ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c6", "is", "null" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "None", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", "['null', 'null_null']", "['null', 'null_null']", "['null', 'null_null']", null, "c6", null ] }
{ "nl_indices": [ [ 4, 3, 5 ], [ 7 ], [ 1, 0 ], [ 2 ] ], "sql_indices": [ [ 9, 10 ], [ 8 ], [ 1, 2, 4 ], [ 3 ] ] }
nt-6985
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "other", "than", "mauna", "kea", ",", "name", "a", "place", "in", "hawaii", "." ]
[ "JJ", "IN", "NNP", "NNP", ",", "VB", "DT", "NN", "IN", "NNP", "." ]
[ "O", "O", "MISC", "MISC", "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, false, false, false, true, false, false, false, false, false ]
[ false, false, true, true, false, false, false, false, false, false, false ]
[ false, true, false, false, false, false ]
Makalawena Marsh
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2", "from", "w", "where", "c2", "!=", "'mauna kea'", "and", "c5", "=", "'hawaiʻi'" ], "span_indices": [ [], [], [], [], [], [], [], [ 2, 3 ], [], [], [], [ 9, 9 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Literal", "Literal", "None", "None", "None", "Column", "None", "Literal", "None" ], "aligned_sql_token_info": [ "['comp', 'comp_not']", "['comp', 'comp_not']", null, null, null, null, null, "c2", null, null, null ] }
{ "nl_indices": [ [ 9 ], [ 1, 0 ], [ 2, 3 ], [ 7 ] ], "sql_indices": [ [ 11 ], [ 6 ], [ 7 ], [ 1 ] ] }
nt-7869
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "what", "is", "the", "total", "number", "of", "state", "monuments", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NN", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, true, false, false ]
[ false, false, false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c6", "=", "'state monument'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6, 7 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null ] }
{ "nl_indices": [ [ 6, 7 ], [ 2, 3, 4, 5 ] ], "sql_indices": [ [ 10 ], [ 1, 2, 3, 4 ] ] }
nt-8386
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "which", "county", "is", "featured", "the", "most", "on", "the", "chart", "?" ]
[ "WDT", "NN", "VBD-AUX", "VBN", "DT", "RBS", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false ]
Maui
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c5", "from", "w", "group", "by", "c5", "order", "by", "count", "(", "*", ")", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ null, "c5", null, "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", null ] }
{ "nl_indices": [ [ 1 ], [ 1 ], [ 3, 4, 5, 6, 7, 8 ] ], "sql_indices": [ [ 1 ], [ 6 ], [ 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] ] }
nt-9274
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "what", "is", "the", "only", "name", "listed", "without", "a", "location", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "VBN", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, true, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, true, false, true, false, false ]
Koʻolau Range Pali
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c4", "is", "null" ], "span_indices": [ [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "Column", "None", "Keyword", "None", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, null, "c2", null, "['null', 'null_null']", null, "c4", null ] }
{ "nl_indices": [ [ 8 ], [ 6 ], [ 4 ] ], "sql_indices": [ [ 5 ], [ 6, 7 ], [ 1 ] ] }
nt-10043
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "is", "kanaha", "pond", "a", "state", "monument", "or", "a", "bird", "sanctuary", "?" ]
[ "VBD-AUX", "NNP", "NNP", "DT", "NN", "NN", "CC", "DT", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, true, false, true, true, false, false, true, true, false ]
[ false, false, false, false, false, false ]
Bird Sanctuary
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c6", "from", "w", "where", "c2", "=", "'kanaha pond'" ], "span_indices": [ [], [], [], [], [], [], [], [ 1, 2 ] ] }
{ "aligned_sql_token_type": [ "None", "Literal", "Literal", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 2, 1 ] ], "sql_indices": [ [ 7 ] ] }
nt-13933
204_752
{ "raw_header": [ "", "name", "date", "location", "county", "description" ], "tokenized_header": [ [ "" ], [ "name" ], [ "date" ], [ "location" ], [ "county" ], [ "description" ] ], "column_suffixes": [ [ "number" ], [], [ "number", "parsed", "year", "month" ], [], [], [] ], "column_dtype": [ "number", "text", "date", "text", "text", "text" ], "example": [ "1", "diamond head", "june 1971", "honolulu", "oahu", "state monument" ] }
[ "what", "is", "the", "name", "of", "the", "only", "landmark", "that", "is", "also", "a", "u.s.", "state", "high", "point", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "JJ", "NN", "WDT", "VBD-AUX", "RB", "DT", "NNP", "NN", "JJ", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O", "O" ]
[ false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, false ]
[ false, true, false, false, false, false ]
Mauna Kea
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2", "from", "w", "where", "c6", "=", "'u.s. state high point'" ], "span_indices": [ [], [], [], [], [], [], [], [ 12, 15 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "None", "None", "None", "None", "None", "None", "None", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "c2", null, null, null, null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 12, 13, 14, 15 ], [ 3 ] ], "sql_indices": [ [ 7 ], [ 1 ] ] }
nt-3988
203_664
{ "raw_header": [ "club", "town", "founded", "nickname", "colours", "home ground", "titles", "website" ], "tokenized_header": [ [ "club" ], [ "town" ], [ "founded" ], [ "nickname" ], [ "colours" ], [ "home", "ground" ], [ "titles" ], [ "website" ] ], "column_suffixes": [ [], [], [ "number" ], [], [ "list", "length" ], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "number", "text", "<t, text>", "text", "number", "text" ], "example": [ "churchill united", "churchill", "1969", "rams", "silver & red", "hazelwood south reserve", "4", "" ] }
[ "how", "many", "teams", "were", "founded", "in", "morwell", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "VBN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, false, false, true, false, false, false ]
[ false, false, false, false, false, false, true, false ]
[ false, false, true, false, false, false, false, false ]
3
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c2", "=", "'morwell'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6, 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null, null, "c2", null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 2 ], [ 6 ], [ 5 ] ], "sql_indices": [ [ 2, 1, 4 ], [ 3 ], [ 10 ], [ 8 ] ] }
nt-4177
203_664
{ "raw_header": [ "club", "town", "founded", "nickname", "colours", "home ground", "titles", "website" ], "tokenized_header": [ [ "club" ], [ "town" ], [ "founded" ], [ "nickname" ], [ "colours" ], [ "home", "ground" ], [ "titles" ], [ "website" ] ], "column_suffixes": [ [], [], [ "number" ], [], [ "list", "length" ], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "number", "text", "<t, text>", "text", "number", "text" ], "example": [ "churchill united", "churchill", "1969", "rams", "silver & red", "hazelwood south reserve", "4", "" ] }
[ "does", "churchill", "united", "have", "more", "or", "less", "titles", "than", "falcons", "2000", "?" ]
[ "VBD-AUX", "NNP", "NNP", "VBD-AUX", "RBR", "CC", "RBR", "NNS", "IN", "NNPS", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, true, false, false, false, false ]
[ false, true, true, false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, false, false, true, false ]
More
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "(", "select", "c7_number", "from", "w", "where", "c1", "=", "'churchill united'", ")", ">", "(", "select", "c7_number", "from", "w", "where", "c1", "=", "'falcons 2000'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 1, 2 ], [], [], [], [], [], [], [], [], [], [], [ 9, 10 ], [] ] }
{ "aligned_sql_token_type": [ "None", "Literal", "Literal", "None", "Keyword", "None", "None", "Column", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, null, "['comp', 'comp_greater']", null, null, "c7_number", "['comp', 'comp_greater']", null, null, null ] }
{ "nl_indices": [ [ 2, 1 ], [ 9, 10 ], [ 7 ], [ 7 ], [ 4, 8 ] ], "sql_indices": [ [ 9 ], [ 20 ], [ 3 ], [ 14 ], [ 0, 1, 10, 11, 12, 21 ] ] }
nt-5120
203_664
{ "raw_header": [ "club", "town", "founded", "nickname", "colours", "home ground", "titles", "website" ], "tokenized_header": [ [ "club" ], [ "town" ], [ "founded" ], [ "nickname" ], [ "colours" ], [ "home", "ground" ], [ "titles" ], [ "website" ] ], "column_suffixes": [ [], [], [ "number" ], [], [ "list", "length" ], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "number", "text", "<t, text>", "text", "number", "text" ], "example": [ "churchill united", "churchill", "1969", "rams", "silver & red", "hazelwood south reserve", "4", "" ] }
[ "how", "many", "teams", "have", "the", "color", "red", "in", "their", "team", "colors", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "DT", "NN", "NN", "IN", "PRP$", "NN", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false, true, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c5_list", "=", "'red'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6, 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "Column", "Literal", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null, null, "c5_list", null, null, null, null, null, null ] }
{ "nl_indices": [ [ 6 ], [ 5 ], [ 0, 1 ], [ 2 ] ], "sql_indices": [ [ 10 ], [ 8 ], [ 1, 2, 4 ], [ 3 ] ] }
nt-9337
203_664
{ "raw_header": [ "club", "town", "founded", "nickname", "colours", "home ground", "titles", "website" ], "tokenized_header": [ [ "club" ], [ "town" ], [ "founded" ], [ "nickname" ], [ "colours" ], [ "home", "ground" ], [ "titles" ], [ "website" ] ], "column_suffixes": [ [], [], [ "number" ], [], [ "list", "length" ], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "number", "text", "<t, text>", "text", "number", "text" ], "example": [ "churchill united", "churchill", "1969", "rams", "silver & red", "hazelwood south reserve", "4", "" ] }
[ "how", "many", "titles", "does", "fortuna", "60", "have", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "CD", "VBD-AUX", "." ]
[ "O", "O", "O", "O", "O", "NUMBER", "O", "O" ]
[ false, false, true, false, false, false, false, false ]
[ false, false, false, false, true, true, false, false ]
[ false, false, false, false, false, false, true, false ]
9
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c7", "from", "w", "where", "c1", "=", "'fortuna 60'" ], "span_indices": [ [], [], [], [], [], [], [], [ 4, 5 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "None", "Literal", "Literal", "None", "None" ], "aligned_sql_token_info": [ null, null, "c7", null, null, null, null, null ] }
{ "nl_indices": [ [ 5, 4 ], [ 2 ] ], "sql_indices": [ [ 7 ], [ 1 ] ] }
nt-13048
203_664
{ "raw_header": [ "club", "town", "founded", "nickname", "colours", "home ground", "titles", "website" ], "tokenized_header": [ [ "club" ], [ "town" ], [ "founded" ], [ "nickname" ], [ "colours" ], [ "home", "ground" ], [ "titles" ], [ "website" ] ], "column_suffixes": [ [], [], [ "number" ], [], [ "list", "length" ], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "number", "text", "<t, text>", "text", "number", "text" ], "example": [ "churchill united", "churchill", "1969", "rams", "silver & red", "hazelwood south reserve", "4", "" ] }
[ "which", "clubs", "have", "no", "nickname", "?" ]
[ "WDT", "NNS", "VBD-AUX", "DT", "NN", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, true, false ]
[ false, false, false, false, false, false ]
[ false, false, false, true, false, false, false, false ]
East Gippsland United¹|Newborough/Yallourn
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "where", "c4", "is", "null" ], "span_indices": [ [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, "c1", null, "['null', 'null_null']", "c4", null ] }
{ "nl_indices": [ [ 1 ], [ 3 ], [ 4 ] ], "sql_indices": [ [ 1 ], [ 6, 7 ], [ 5 ] ] }
nt-13652
203_664
{ "raw_header": [ "club", "town", "founded", "nickname", "colours", "home ground", "titles", "website" ], "tokenized_header": [ [ "club" ], [ "town" ], [ "founded" ], [ "nickname" ], [ "colours" ], [ "home", "ground" ], [ "titles" ], [ "website" ] ], "column_suffixes": [ [], [], [ "number" ], [], [ "list", "length" ], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "number", "text", "<t, text>", "text", "number", "text" ], "example": [ "churchill united", "churchill", "1969", "rams", "silver & red", "hazelwood south reserve", "4", "" ] }
[ "how", "many", "teams", "are", "from", "morwell", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false ]
3
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c2", "=", "'morwell'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 5, 5 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null, null, null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 2 ], [ 5 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 10 ] ] }
nt-2638
204_373
{ "raw_header": [ "wager", "winner", "loser", "location", "date" ], "tokenized_header": [ [ "wager" ], [ "winner" ], [ "loser" ], [ "location" ], [ "date" ] ], "column_suffixes": [ [], [ "list", "length" ], [ "list", "length" ], [ "address" ], [ "number", "parsed", "year", "month", "day" ] ], "column_dtype": [ "text", "<a,text>", "<a,text>", "address", "date" ], "example": [ "hair", "mocho cota", "chamaco valaguez", "cuernavaca, morelos", "september 26, 1980" ] }
[ "how", "many", "times", "did", "mocho", "cota", "lose", "to", "chamaco", "valaguez", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "NNP", "VB", "TO", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "PERSON", "PERSON", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false, false, true, true, false ]
[ false, false, false, false, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c3_list", "=", "'mocho cota'", "and", "c2_list", "=", "'chamaco valaguez'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 4, 5 ], [], [], [], [ 8, 9 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "Literal", "Literal", "Column", "Column", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, "c2_list", "c2_list", null, null, null ] }
{ "nl_indices": [ [ 1, 0, 2 ], [ 4, 5 ], [ 8, 9 ], [ 6, 7 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 10 ], [ 14 ], [ 8, 12 ] ] }
nt-4533
204_373
{ "raw_header": [ "wager", "winner", "loser", "location", "date" ], "tokenized_header": [ [ "wager" ], [ "winner" ], [ "loser" ], [ "location" ], [ "date" ] ], "column_suffixes": [ [], [ "list", "length" ], [ "list", "length" ], [ "address" ], [ "number", "parsed", "year", "month", "day" ] ], "column_dtype": [ "text", "<a,text>", "<a,text>", "address", "date" ], "example": [ "hair", "mocho cota", "chamaco valaguez", "cuernavaca, morelos", "september 26, 1980" ] }
[ "how", "many", "total", "fights", "took", "place", "in", "mexico", "city", ",", "mexico", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD", "NN", "IN", "NNP", "NNP", ",", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "LOCATION", "LOCATION", "O", "LOCATION", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, true, true, true, true, false ]
[ false, false, false, false, false ]
9
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c4", "=", "'mexico city, mexico'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 7, 10 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "Column", "Column", "Column", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, "c4", "c4", "c4", null, null, null, null, null ] }
{ "nl_indices": [ [ 10, 9, 8, 7 ], [ 6, 5, 4 ], [ 1, 0, 2 ] ], "sql_indices": [ [ 10 ], [ 8 ], [ 1, 2, 3, 4 ] ] }
nt-4710
204_373
{ "raw_header": [ "wager", "winner", "loser", "location", "date" ], "tokenized_header": [ [ "wager" ], [ "winner" ], [ "loser" ], [ "location" ], [ "date" ] ], "column_suffixes": [ [], [ "list", "length" ], [ "list", "length" ], [ "address" ], [ "number", "parsed", "year", "month", "day" ] ], "column_dtype": [ "text", "<a,text>", "<a,text>", "address", "date" ], "example": [ "hair", "mocho cota", "chamaco valaguez", "cuernavaca, morelos", "september 26, 1980" ] }
[ "first", "opponent", "to", "defeat", "mocho", "cota", "in", "mexico", "city" ]
[ "JJ", "NN", "TO", "VB", "NNP", "NNP", "IN", "NNP", "NNP" ]
[ "ORDINAL", "O", "O", "O", "PERSON", "PERSON", "O", "LOCATION", "LOCATION" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false, true, true ]
[ false, false, false, false, false ]
Satánico
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c3_list", "=", "'mocho cota'", "and", "c4_address", "=", "'mexico city'", "order", "by", "c5_parsed", "asc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 4, 5 ], [], [], [], [ 7, 8 ], [], [], [], [], [], [ 0 ] ] }
{ "aligned_sql_token_type": [ "Column", "Column", "None", "Column", "Literal", "Literal", "Column", "Literal", "Literal" ], "aligned_sql_token_info": [ "c5_parsed", "c2", null, "c3_list", null, null, "c4_address", null, null ] }
{ "nl_indices": [ [ 1 ], [ 4, 5 ], [ 3 ], [ 7, 8 ], [ 6 ], [ 0 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ], [ 11 ], [ 9 ], [ 12, 13, 14, 15, 16, 17 ] ] }
nt-5014
204_373
{ "raw_header": [ "wager", "winner", "loser", "location", "date" ], "tokenized_header": [ [ "wager" ], [ "winner" ], [ "loser" ], [ "location" ], [ "date" ] ], "column_suffixes": [ [], [ "list", "length" ], [ "list", "length" ], [ "address" ], [ "number", "parsed", "year", "month", "day" ] ], "column_dtype": [ "text", "<a,text>", "<a,text>", "address", "date" ], "example": [ "hair", "mocho cota", "chamaco valaguez", "cuernavaca, morelos", "september 26, 1980" ] }
[ "only", "opponent", "to", "defeat", "mocho", "cota", "in", "1994" ]
[ "RB", "NN", "TO", "VB", "NNP", "NNP", "IN", "CD" ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O", "DATE" ]
[ false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false, true ]
[ false, false, false, false, false ]
Negro Casas
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c3_list", "=", "'mocho cota'", "and", "c5_year", "=", "1994" ], "span_indices": [ [], [], [], [], [], [], [], [ 4, 5 ], [], [], [], [ 7 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Column", "Literal", "Literal", "Column", "Literal" ], "aligned_sql_token_info": [ null, "c2", null, "c3_list", null, null, "c5_year", null ] }
{ "nl_indices": [ [ 4, 5 ], [ 3 ], [ 1 ], [ 7 ], [ 6 ] ], "sql_indices": [ [ 7 ], [ 5 ], [ 1 ], [ 11 ], [ 9 ] ] }
nt-7288
204_373
{ "raw_header": [ "wager", "winner", "loser", "location", "date" ], "tokenized_header": [ [ "wager" ], [ "winner" ], [ "loser" ], [ "location" ], [ "date" ] ], "column_suffixes": [ [], [ "list", "length" ], [ "list", "length" ], [ "address" ], [ "number", "parsed", "year", "month", "day" ] ], "column_dtype": [ "text", "<a,text>", "<a,text>", "address", "date" ], "example": [ "hair", "mocho cota", "chamaco valaguez", "cuernavaca, morelos", "september 26, 1980" ] }
[ "how", "many", "fights", "did", "mocho", "cota", "win", "after", "1983", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "NNP", "VB", "IN", "CD", "." ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false, false, true, false ]
[ false, false, false, false, false ]
5
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c2_list", "=", "'mocho cota'", "and", "c5_year", ">", "1983" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 4, 5 ], [], [], [], [ 8 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "Literal", "Literal", "Column", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, "c2_list", "['comp', 'comp_greater']", null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 4, 5 ], [ 6 ], [ 8 ], [ 7 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 10 ], [ 8 ], [ 14 ], [ 13 ] ] }
nt-7783
204_373
{ "raw_header": [ "wager", "winner", "loser", "location", "date" ], "tokenized_header": [ [ "wager" ], [ "winner" ], [ "loser" ], [ "location" ], [ "date" ] ], "column_suffixes": [ [], [ "list", "length" ], [ "list", "length" ], [ "address" ], [ "number", "parsed", "year", "month", "day" ] ], "column_dtype": [ "text", "<a,text>", "<a,text>", "address", "date" ], "example": [ "hair", "mocho cota", "chamaco valaguez", "cuernavaca, morelos", "september 26, 1980" ] }
[ "who", "is", "the", "first", "loser", "listed", "on", "this", "chart", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "VBN", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "ORDINAL", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, true, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, true, false, false ]
Chamaco Valaguez
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c3", "from", "w", "where", "id", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ "c3", null, "['first', '']", "['first', '']", "c3", "['first', '']", "['first', '']", "['first', '']", "['first', '']", null ] }
{ "nl_indices": [ [ 4 ], [ 3, 2, 5, 6, 7, 8 ], [ 0 ] ], "sql_indices": [ [ 1 ], [ 5, 6, 7 ], [ 1 ] ] }
nt-10582
204_373
{ "raw_header": [ "wager", "winner", "loser", "location", "date" ], "tokenized_header": [ [ "wager" ], [ "winner" ], [ "loser" ], [ "location" ], [ "date" ] ], "column_suffixes": [ [], [ "list", "length" ], [ "list", "length" ], [ "address" ], [ "number", "parsed", "year", "month", "day" ] ], "column_dtype": [ "text", "<a,text>", "<a,text>", "address", "date" ], "example": [ "hair", "mocho cota", "chamaco valaguez", "cuernavaca, morelos", "september 26, 1980" ] }
[ "number", "of", "mocho", "cota", "matches", "held", "in", "mexico", "city", "in", "1983", "or", "1984" ]
[ "NN", "IN", "NNP", "NNP", "VBZ", "VBN", "IN", "NNP", "NNP", "IN", "CD", "CC", "CD" ]
[ "O", "O", "PERSON", "PERSON", "O", "O", "O", "LOCATION", "LOCATION", "O", "DATE", "DATE", "DATE" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, true, true, false, false, false, true, true, false, true, false, true ]
[ false, false, false, false, false ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword", "Literal.Number", "Keyword", "Literal.Number", "Keyword" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c4_address", "=", "'mexico city'", "and", "c5_year", "in", "(", "1983", ",", "1984", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 7, 8 ], [], [], [], [], [ 10 ], [], [ 12 ], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "Column", "Column", "Literal", "Literal", "Column", "Literal", "Keyword", "Literal" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, "c4_address", "c4_address", null, null, "c5_year", null, "['conj', 'conj_or']", null ] }
{ "nl_indices": [ [ 0, 1 ], [ 5, 6 ], [ 7, 8 ], [ 9 ], [ 10 ], [ 12 ], [ 11 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 8 ], [ 10 ], [ 12 ], [ 15 ], [ 17 ], [ 18, 16, 13, 14 ] ] }
nt-10688
204_373
{ "raw_header": [ "wager", "winner", "loser", "location", "date" ], "tokenized_header": [ [ "wager" ], [ "winner" ], [ "loser" ], [ "location" ], [ "date" ] ], "column_suffixes": [ [], [ "list", "length" ], [ "list", "length" ], [ "address" ], [ "number", "parsed", "year", "month", "day" ] ], "column_dtype": [ "text", "<a,text>", "<a,text>", "address", "date" ], "example": [ "hair", "mocho cota", "chamaco valaguez", "cuernavaca, morelos", "september 26, 1980" ] }
[ "other", "wrestler", "to", "win", "a", "match", "in", "cuernavaca", "besides", "mocho", "cota" ]
[ "JJ", "NN", "TO", "VB", "DT", "NN", "IN", "NNP", "IN", "NNP", "NNP" ]
[ "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "PERSON", "PERSON" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, true, false, true, true ]
[ false, false, false, false, false ]
Chamaco Valaguez
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2", "from", "w", "where", "c4_address", "=", "'cuernavaca'", "and", "c2_list", "!=", "'mocho cota'" ], "span_indices": [ [], [], [], [], [], [], [], [ 7, 7 ], [], [], [], [ 9, 10 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "None", "None", "Column", "None", "None", "Column", "Literal", "Keyword", "Literal", "Literal" ], "aligned_sql_token_info": [ "['comp', 'comp_not']", null, null, "c2_list", null, null, "c4_address", null, "['comp', 'comp_not']", null, null ] }
{ "nl_indices": [ [ 3 ], [ 7 ], [ 6 ], [ 8 ], [ 9, 10 ], [ 3 ], [ 0 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ], [ 10 ], [ 11 ], [ 9 ], [ 10 ] ] }
nt-1054
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "bedford", "scored", "______", "more", "points", "than", "plymouth", "albion", "on", "the", "2", "april", "2005", "game", "." ]
[ "NNP", "VBD", "RB", "RBR", "NNS", "IN", "NNP", "NNP", "IN", "DT", "CD", "NNP", "CD", "NN", "." ]
[ "ORGANIZATION", "O", "O", "O", "O", "O", "ORGANIZATION", "ORGANIZATION", "O", "O", "DATE", "DATE", "DATE", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ true, false, false, false, false, false, true, true, false, false, true, true, true, false, false ]
[ false, false, false, false, false, false ]
18
{ "sql_type": [ "Keyword", "Column", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c4_number", "-", "c6_number", "from", "w", "where", "c1", "=", "'2 april 2005'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 10, 12 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "Column", "None", "None", "None", "None", "None", "Literal", "Literal", "Literal", "None", "None" ], "aligned_sql_token_info": [ null, null, null, "c6_number", "c6_number", null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3, 4 ], [ 10, 11, 12 ] ], "sql_indices": [ [ 1, 2, 3 ], [ 9 ] ] }
nt-1481
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "when", "did", "bedford", "score", "more", ",", "15", "february", "2005", "or", "19", "february", "2005", "?" ]
[ "WRB", "VBD-AUX", "NNP", "VB", "RBR", ",", "CD", "NNP", "CD", "CC", "CD", "NNP", "CD", "." ]
[ "O", "O", "ORGANIZATION", "NUMBER", "O", "O", "DATE", "DATE", "DATE", "O", "DATE", "DATE", "DATE", "O" ]
[ false, false, false, true, false, false, false, false, false, false, false, false, false, false ]
[ false, false, true, false, false, false, true, true, true, false, true, true, true, false ]
[ false, false, false, true, false, true ]
15 February 2005
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.String", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "where", "c1", "in", "(", "'15 february 2005'", ",", "'19 february 2005'", ")", "order", "by", "c4_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 6, 8 ], [], [ 10, 12 ], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "None", "Column", "Keyword", "None", "Literal", "Literal", "Literal", "Keyword", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "c1", null, null, "c4_number", "['sort', 'sort_desc']", null, null, null, null, "['conj', 'conj_or']", null, null, null, null ] }
{ "nl_indices": [ [ 0 ], [ 6, 8, 7 ], [ 10, 11, 12 ], [ 9 ], [ 4 ], [ 3 ], [ 0 ] ], "sql_indices": [ [ 1 ], [ 8 ], [ 10 ], [ 6, 7, 9, 11 ], [ 12, 13, 15, 16, 17 ], [ 14 ], [ 5 ] ] }
nt-1680
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "what", "is", "the", "least", "amount", "of", "points", "scored", "throughout", "the", "2004/05", "season", "?" ]
[ "WP", "VBD-AUX", "DT", "JJS", "NN", "IN", "NNS", "VBD", "IN", "DT", "CD", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false ]
12
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "min", "(", "c4_number", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Keyword", "None", "Column", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, "['max', 'max_min']", "['max', 'max_min']", "['max', 'max_min']", "['max', 'max_min']", null, "c4_number", null, null, null, null, null ] }
{ "nl_indices": [ [ 2, 3, 4, 5 ], [ 7 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-2566
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "the", "overall", "points", "scored", "for", "all", "games", "by", "bedford", "total", "?" ]
[ "DT", "JJ", "NNS", "VBD", "IN", "DT", "NNS", "IN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "ORGANIZATION", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, true, false, false ]
[ false, false, false, false, false, false ]
156
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "(", "select", "sum", "(", "c4_number", ")", "from", "w", "where", "c3", "=", "'bedford'", ")", "+", "(", "select", "sum", "(", "c6_number", ")", "from", "w", "where", "c5", "=", "'bedford'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [ 8, 8 ], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 8, 8 ], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "Column", "None", "None", "None", "None", "Literal", "None", "None" ], "aligned_sql_token_info": [ "['before', 'before_plus']", "['before', 'before_plus']", null, "c6_number", null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3 ], [ 3 ], [ 8 ], [ 8 ], [ 1, 0 ] ], "sql_indices": [ [ 5 ], [ 19 ], [ 26 ], [ 12 ], [ 0, 1, 3, 4, 6, 13, 14, 15, 27, 20, 17, 18 ] ] }
nt-3353
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "what", "'s", "the", "difference", "between", "bedford", "'s", "score", "on", "12", "march", "2005", "and", "their", "score", "on", "2", "april", "2005", "?" ]
[ "WP", "VBZ", "DT", "NN", "IN", "NNP", "POS", "NN", "IN", "CD", "NNP", "CD", "CC", "PRP$", "NN", "IN", "CD", "NNP", "CD", "." ]
[ "O", "O", "O", "O", "O", "ORGANIZATION", "O", "NUMBER", "O", "DATE", "DATE", "DATE", "O", "O", "NUMBER", "O", "DATE", "DATE", "DATE", "O" ]
[ false, false, false, false, false, false, false, true, false, false, false, false, false, false, true, false, false, false, false, false ]
[ false, false, false, false, false, true, false, false, false, true, true, true, false, false, false, false, true, true, true, false ]
[ false, false, false, true, false, true ]
16
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "(", "select", "c4_number", "from", "w", "where", "c1", "=", "'2 april 2005'", ")", "-", "(", "select", "c4_number", "from", "w", "where", "c1", "=", "'12 march 2005'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 16, 18 ], [], [], [], [], [], [], [], [], [], [], [ 9, 11 ], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "None", "None", "Column", "Column", "Literal", "Literal", "Literal", "Keyword", "None", "Column", "Column", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['diff', '']", "['diff', '']", null, null, "c4_number", "c1", null, null, null, "['diff', '']", null, "c4_number", "c1", null, null, null, null ] }
{ "nl_indices": [ [ 9, 10, 11 ], [ 16, 17, 18 ], [ 7 ], [ 14 ], [ 3, 4, 12 ], [ 8 ], [ 15 ] ], "sql_indices": [ [ 20 ], [ 9 ], [ 14 ], [ 3 ], [ 1, 0, 10, 11, 12, 21 ], [ 7 ], [ 18 ] ] }
nt-5335
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "what", "is", "the", "score", "by", "bedford", "in", "each", "game", "at", "home", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NNP", "IN", "DT", "NN", "IN", "NN", "." ]
[ "O", "O", "O", "NUMBER", "O", "ORGANIZATION", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, true, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, true, false, false, false, false, false, false ]
[ false, false, true, true, false, true ]
26|16|23|39
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c4_number", "from", "w", "where", "c3", "=", "'bedford'", "and", "c4_number", "not", "null" ], "span_indices": [ [], [], [], [], [], [], [], [ 5, 5 ], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "Literal", "None", "None", "None", "None", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "c4_number", null, null, null, null, null, null, "c3", null ] }
{ "nl_indices": [ [ 3 ], [ 5 ], [ 10 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-8425
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "how", "many", "games", "did", "bedford", "lose", "this", "season", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "VB", "DT", "NN", "." ]
[ "O", "O", "O", "O", "ORGANIZATION", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false, false, false, false ]
[ false, false, false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Column", "Keyword" ], "value": [ "select", "(", "select", "count", "(", "c2", ")", "from", "w", "where", "c3", "=", "'bedford'", "and", "c4_number", "<", "c6_number", ")", "+", "(", "select", "count", "(", "c2", ")", "from", "w", "where", "c5", "=", "'bedford'", "and", "c6_number", "<", "c4_number", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [ 4, 4 ], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 4, 4 ], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "Literal", "Column", "None", "None", "None" ], "aligned_sql_token_info": [ "['before', 'before_plus']", "['before', 'before_plus']", null, null, null, "c4_number", null, null, null ] }
{ "nl_indices": [ [ 5 ], [ 5 ], [ 4 ], [ 4 ], [ 1, 0 ] ], "sql_indices": [ [ 15, 14, 16 ], [ 32, 33, 34 ], [ 30 ], [ 12 ], [ 0, 1, 35, 17, 18, 19, 3, 4, 21, 22, 24, 6 ] ] }
nt-10269
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "how", "many", "number", "of", "competitions", "were", "played", "?" ]
[ "WRB", "JJ", "NN", "IN", "NNS", "VBD-AUX", "VBN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false ]
7
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "Column", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, "c2", null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 1, 0, 2 ] ], "sql_indices": [ [ 3 ], [ 1, 2, 4 ] ] }
nt-11593
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "on", "what", "date", "is", "there", "no", "score", "for", "a", "competition", "?" ]
[ "IN", "WDT", "NN", "VBD-AUX", "EX", "DT", "NN", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O" ]
[ false, false, true, false, false, false, true, false, false, true, false ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ true, true, false, true, false, true ]
16 October 2004
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "where", "c4_number", "is", "null" ], "span_indices": [ [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "None", "None", "Keyword", "Column", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, "c1", null, null, "['null', 'null_null']", "c4_number", null, null, null, null ] }
{ "nl_indices": [ [ 2 ], [ 6 ], [ 5 ] ], "sql_indices": [ [ 1 ], [ 5 ], [ 7, 6 ] ] }
nt-13802
203_331
{ "raw_header": [ "date", "competition", "home team", "score", "away team", "score" ], "tokenized_header": [ [ "date" ], [ "competition" ], [ "home", "team" ], [ "score" ], [ "away", "team" ], [ "score" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [], [], [ "number" ], [], [ "number" ] ], "column_dtype": [ "date", "text", "text", "number", "text", "number" ], "example": [ "16 october 2004", "powergen cup", "bedford", "26", "tabard", "13" ] }
[ "which", "competition", "was", "played", "earliest", "?" ]
[ "WDT", "NN", "VBD-AUX", "VBN", "JJS", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, false ]
[ false, false, false, false, false, false ]
[ false, true, false, false, false, false ]
Powergen Cup
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c1_parsed", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "Column", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, "c1_parsed", null ] }
{ "nl_indices": [ [ 4 ], [ 1 ] ], "sql_indices": [ [ 4, 5, 6, 7, 8 ], [ 1 ] ] }
nt-5788
203_720
{ "raw_header": [ "date", "opponent#", "rank#", "site", "result" ], "tokenized_header": [ [ "date" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "result" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "raw", "home", "first", "second" ], [ "number" ], [ "address" ], [ "result", "number", "number1", "number2" ] ], "column_dtype": [ "date", "text(text)", "rank", "address", "score" ], "example": [ "september 5", "miami (oh)", "#13", "carrier dome • syracuse, ny", "w 35-11" ] }
[ "which", "is", "the", "only", "opponent", "to", "play", "in", "the", "louisiana", "superdome", "?" ]
[ "WDT", "VBD-AUX", "DT", "JJ", "NN", "TO", "VB", "IN", "DT", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O" ]
[ false, false, false, false, true, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, true, true, false ]
[ false, true, false, false, false ]
Auburn
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2_raw", "from", "w", "where", "c4_address", "=", "'louisiana superdome • new orleans'" ], "span_indices": [ [], [], [], [], [], [], [], [ 9, 10 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "Column", "None", "None", "Column", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, null, "c2_raw", null, null, "c4_address", null, null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 7 ], [ 9, 10 ] ], "sql_indices": [ [ 1 ], [ 5 ], [ 7 ] ] }
nt-9453
203_720
{ "raw_header": [ "date", "opponent#", "rank#", "site", "result" ], "tokenized_header": [ [ "date" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "result" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "raw", "home", "first", "second" ], [ "number" ], [ "address" ], [ "result", "number", "number1", "number2" ] ], "column_dtype": [ "date", "text(text)", "rank", "address", "score" ], "example": [ "september 5", "miami (oh)", "#13", "carrier dome • syracuse, ny", "w 35-11" ] }
[ "how", "many", "wins", "did", "the", "1987", "syracuse", "football", "team", "have", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "DT", "CD", "NNP", "NN", "NN", "VBD-AUX", "." ]
[ "O", "O", "O", "O", "O", "DATE", "ORGANIZATION", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, true, false, false, false, false ]
[ false, false, false, false, false ]
11
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c5_result", "=", "'w'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 2, 2 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c5_result", null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 8, 9, 10 ] ] }
nt-9917
203_720
{ "raw_header": [ "date", "opponent#", "rank#", "site", "result" ], "tokenized_header": [ [ "date" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "result" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "raw", "home", "first", "second" ], [ "number" ], [ "address" ], [ "result", "number", "number1", "number2" ] ], "column_dtype": [ "date", "text(text)", "rank", "address", "score" ], "example": [ "september 5", "miami (oh)", "#13", "carrier dome • syracuse, ny", "w 35-11" ] }
[ "what", "was", "the", "highest", "amount", "points", "scored", "by", "the", "1987", "syracuse", "football", "team", "?" ]
[ "WP", "VBD-AUX", "DT", "JJS", "NN", "NNS", "VBN", "IN", "DT", "CD", "NNP", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "DATE", "ORGANIZATION", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, true, false, false, false ]
[ false, false, false, false, false ]
52
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "max", "(", "c5_number1", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Column", "Column", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, "['max', 'max_max']", "['max', 'max_max']", "['max', 'max_max']", "c5_number1", "c5_number1", null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3, 2, 4 ], [ 5, 6 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-12906
203_720
{ "raw_header": [ "date", "opponent#", "rank#", "site", "result" ], "tokenized_header": [ [ "date" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "result" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "raw", "home", "first", "second" ], [ "number" ], [ "address" ], [ "result", "number", "number1", "number2" ] ], "column_dtype": [ "date", "text(text)", "rank", "address", "score" ], "example": [ "september 5", "miami (oh)", "#13", "carrier dome • syracuse, ny", "w 35-11" ] }
[ "which", "opponent", "scored", "the", "least", "amount", "of", "points", "against", "them", "in", "a", "game", "?" ]
[ "WDT", "NN", "VBD", "DT", "JJS", "NN", "IN", "NNS", "IN", "PRP", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, false, false, false ]
Rutgers
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c5_number2", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, "c2", "c5_number2", "['sort', '']", "['sort', '']", "['sort', '']", "['sort', '']", "c5_number2", null, null, null, null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4, 5, 6 ], [ 2, 7 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8 ], [ 6 ] ] }
nt-13058
203_720
{ "raw_header": [ "date", "opponent#", "rank#", "site", "result" ], "tokenized_header": [ [ "date" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "result" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "raw", "home", "first", "second" ], [ "number" ], [ "address" ], [ "result", "number", "number1", "number2" ] ], "column_dtype": [ "date", "text(text)", "rank", "address", "score" ], "example": [ "september 5", "miami (oh)", "#13", "carrier dome • syracuse, ny", "w 35-11" ] }
[ "the", "1987", "syracuse", "orangemen", "football", "team", "scored", "their", "largest", "number", "of", "points", "in", "a", "game", "conducted", "on", "october", "24th", ",", "1987", "at", "the", "carrier", "dome", "in", "syracuse", ",", "ny", ";", "who", "was", "the", "oposing", "team", "in", "that", "match", "?" ]
[ "DT", "CD", "NNP", "NNP", "NN", "NN", "VBD", "PRP$", "JJS", "NN", "IN", "NNS", "IN", "DT", "NN", "VBN", "IN", "NNP", "JJ", ",", "CD", "IN", "DT", "NN", "NN", "IN", "NNP", ",", "NNP", ":", "WP", "VBD-AUX", "DT", "NN", "NN", "IN", "DT", "NN", "." ]
[ "O", "DATE", "ORGANIZATION", "ORGANIZATION", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "DATE", "DATE", "DATE", "DATE", "O", "O", "O", "O", "O", "LOCATION", "O", "LOCATION", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, true, false, true, false, true, true, false, true, true, true, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false ]
Colgate
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2", "from", "w", "where", "c1", "=", "'october 24'" ], "span_indices": [ [], [], [], [], [], [], [], [ 17, 18 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "Column", "Literal", "Literal", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "Column", "None", "None", "Column", "Column", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, "c1", null, null, null, null, null, null, null, null, null, null, null, null, null, "c2", null, null, "c2", "c2", null, null, null, null ] }
{ "nl_indices": [ [ 17, 18 ], [ 16 ], [ 30 ], [ 33, 34 ] ], "sql_indices": [ [ 7 ], [ 5 ], [ 1 ], [ 1 ] ] }
nt-13974
203_720
{ "raw_header": [ "date", "opponent#", "rank#", "site", "result" ], "tokenized_header": [ [ "date" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "result" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "raw", "home", "first", "second" ], [ "number" ], [ "address" ], [ "result", "number", "number1", "number2" ] ], "column_dtype": [ "date", "text(text)", "rank", "address", "score" ], "example": [ "september 5", "miami (oh)", "#13", "carrier dome • syracuse, ny", "w 35-11" ] }
[ "what", "date", "did", "both", "teams", "score", "16", "points", "each", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "NNS", "VBP", "CD", "NNS", "DT", "." ]
[ "O", "O", "O", "O", "O", "NUMBER", "NUMBER", "O", "O", "O" ]
[ false, true, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false ]
[ true, false, false, false, false ]
January 1
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c1", "from", "w", "where", "c5_number1", "=", "16", "and", "c5_number2", "=", "16" ], "span_indices": [ [], [], [], [], [], [], [], [ 6 ], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "None", "Column", "Literal", "Column", "None", "None" ], "aligned_sql_token_info": [ null, "c1", null, "['conj', 'conj_and']", null, "c5_number2", null, "c5_number2", null, null ] }
{ "nl_indices": [ [ 1 ], [ 3 ], [ 6 ], [ 5, 7 ], [ 5, 7 ], [ 6 ] ], "sql_indices": [ [ 1 ], [ 8 ], [ 7 ], [ 5 ], [ 9 ], [ 11 ] ] }
nt-14115
203_720
{ "raw_header": [ "date", "opponent#", "rank#", "site", "result" ], "tokenized_header": [ [ "date" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "result" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "raw", "home", "first", "second" ], [ "number" ], [ "address" ], [ "result", "number", "number1", "number2" ] ], "column_dtype": [ "date", "text(text)", "rank", "address", "score" ], "example": [ "september 5", "miami (oh)", "#13", "carrier dome • syracuse, ny", "w 35-11" ] }
[ "how", "many", "matches", "did", "the", "1987", "syracuse", "orangemen", "football", "team", "play", "against", "rival", "colleges", "during", "the", "month", "of", "september", ",", "1987", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "DT", "CD", "NNP", "NNP", "NN", "NN", "NN", "IN", "JJ", "NNS", "IN", "DT", "NN", "IN", "NNP", ",", "CD", "." ]
[ "O", "O", "O", "O", "O", "DATE", "ORGANIZATION", "ORGANIZATION", "O", "O", "O", "O", "O", "O", "O", "DATE", "DATE", "DATE", "DATE", "DATE", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, true, true, false, false ]
[ false, false, false, false, false ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c1_month", "=", "9" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 18 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "Column", "None", "Literal", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, null, null, null, null, null, null, null, null, null, null, "c1_month", null, null, null, null, null ] }
{ "nl_indices": [ [ 16 ], [ 18 ], [ 0, 1 ] ], "sql_indices": [ [ 8 ], [ 10 ], [ 1, 2, 3, 4 ] ] }
nt-1238
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "how", "many", "puzzles", "are", "on", "the", "chart", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, true, false, false ]
[ false, false, false, false, true, true, false, true ]
[ false, true, false, false, false, false, false, false, false, false, false, false ]
22
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c9", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c9", null, null, null, null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 2 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-2883
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "how", "many", "years", "have", "no", "games", "when", "awarded", "in", "the", "historical", "simulation", "category", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "DT", "NNS", "WRB", "VBN", "IN", "DT", "JJ", "NN", "NN", "." ]
[ "O", "O", "DURATION", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, true, true, true, false, false ]
[ false, false, false, false, false, false, true, false, true, true, false, false, false, true ]
[ false, true, false, false, false, false, false, false, false, false, true, false ]
5
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c11", "is", "null" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Keyword", "None", "None", "None", "None", "None", "Column", "Column", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null, "['null', 'null_null']", null, null, null, null, null, "c11", "c11", null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 4 ], [ 10, 11 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 9, 10 ], [ 8 ] ] }
nt-6261
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "was", "myst", "or", "sharp", "shooters", "game", "of", "the", "year", "first", "?" ]
[ "VBD-AUX", "NN", "CC", "JJ", "NNS", "NN", "IN", "DT", "NN", "RB", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "DATE", "DATE", "ORDINAL", "O" ]
[ false, false, false, false, false, true, true, true, true, false, false ]
[ false, true, true, true, true, true, true, true, false, false, true ]
[ true, true, false, false, false, false, false, false, false, false, false, false ]
Myst
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.String", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c2", "in", "(", "'myst'", ",", "'sharp shooters'", ")", "order", "by", "c1_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 1, 1 ], [], [ 3, 4 ], [], [], [], [], [], [ 9 ] ] }
{ "aligned_sql_token_type": [ "None", "Literal", "Keyword", "Literal", "Literal", "Column", "Column", "Column", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, "['conj', 'conj_or']", null, null, "c2", "c2", "c2", "c2", "c1_number", null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4 ], [ 2 ], [ 5, 6, 7, 8 ], [ 5, 6, 7, 8 ], [ 9 ] ], "sql_indices": [ [ 8 ], [ 10 ], [ 11, 9, 7, 6 ], [ 1 ], [ 5 ], [ 12, 13, 14, 15, 16 ] ] }
nt-7639
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "true", "or", "false", ",", "in", "1991", "there", "was", "not", "a", "game", "winner", "in", "the", "advanced", "strategy", "catagory", "." ]
[ "JJ", "CC", "JJ", ",", "IN", "CD", "EX", "VBD-AUX", "RB", "DT", "NN", "NN", "IN", "DT", "JJ", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "DATE", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, true, false, false, true, true, true, false, false ]
[ false, true, false, true, true, true, false, false, false, true, true, false, true, true, false, true, false, false ]
[ false, true, true, true, false, false, true, false, false, false, false, false ]
true
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "(", "select", "c4", "from", "w", "where", "c1_number", "=", "1991", ")", "is", "null" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 5 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "None", "Literal", "None", "None", "Keyword", "None", "None", "None", "None", "None", "Column", "Column", "None", "None" ], "aligned_sql_token_info": [ "['', '']", "['', '']", "['', '']", null, null, null, null, null, "['null', 'null_null']", null, null, null, null, null, "c4", "c4", null, null ] }
{ "nl_indices": [ [ 0, 1, 2 ], [ 5 ], [ 14, 15 ], [ 8 ] ], "sql_indices": [ [ 0, 1, 10 ], [ 9 ], [ 3 ], [ 12, 11 ] ] }
nt-8734
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "what", "game", "won", "game", "of", "the", "year", "in", "2014", ",", "the", "last", "year", "there", "is", "data", "available", "for", "?" ]
[ "WDT", "NN", "VBD", "NN", "IN", "DT", "NN", "IN", "CD", ",", "DT", "JJ", "NN", "EX", "VBD-AUX", "NN", "JJ", "IN", "." ]
[ "O", "O", "O", "O", "O", "DATE", "DATE", "DATE", "DATE", "DATE", "DATE", "DATE", "DATE", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, true, true, true, true, false, false, false, true, false, true, false, false, false, false, false, false ]
[ false, true, false, true, true, true, false, true, true, true, true, true, false, false, true, false, false, true, true ]
[ true, true, false, false, false, false, false, false, false, false, false, false ]
Garden Dice/The Card Expansion
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", "=", "2014" ], "span_indices": [ [], [], [], [], [], [], [], [ 8 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "Column", "Column", "Column", "Column", "Literal", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, "c2", "c2", "c2", "c2", "c1_number", null, null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3, 6, 5, 4 ], [ 8 ], [ 7 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-9265
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "what", "was", "the", "next", "game", "of", "the", "year", "after", "trumpet", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NN", "IN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "DATE", "DATE", "O", "O", "O" ]
[ false, false, true, false, true, true, true, true, false, false, false ]
[ false, false, true, false, true, true, true, false, false, true, true ]
[ true, true, false, false, false, false, false, false, false, false, false, false ]
Pipeline
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", ">", "(", "select", "c1_number", "from", "w", "where", "c2", "=", "'trumpet'", ")", "order", "by", "c1_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 9, 9 ], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Column", "Column", "Column", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "c1_number", "c1_number", "c2", "c2", "c2", "c2", "c1_number", null, null ] }
{ "nl_indices": [ [ 2, 3, 8 ], [ 4, 5, 6, 7 ], [ 4, 5, 6, 7 ], [ 9 ] ], "sql_indices": [ [ 5, 6, 7, 9, 16, 17, 18, 19, 20, 21 ], [ 1 ], [ 13 ], [ 15 ] ] }
nt-9864
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "what", "was", "the", "first", "game", "of", "the", "year", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "ORDINAL", "O", "O", "DATE", "DATE", "O" ]
[ false, false, true, false, true, true, true, true, false ]
[ false, false, true, false, true, true, true, false, true ]
[ true, true, false, false, false, false, false, false, false, false, false, false ]
Trumpet
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "order", "by", "c1_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Column", "Column", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, "c1_number", "c1_number", "c2", "c2", "c2", "c2", null ] }
{ "nl_indices": [ [ 2, 3 ], [ 4, 5, 6, 7 ] ], "sql_indices": [ [ 4, 5, 6, 7, 8 ], [ 1 ] ] }
nt-13547
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "what", "game", "of", "the", "year", "came", "after", "myst", "in", "1994", "?" ]
[ "WDT", "NN", "IN", "DT", "NN", "VBD", "IN", "NN", "IN", "CD", "." ]
[ "O", "O", "O", "DATE", "DATE", "O", "O", "O", "O", "DATE", "O" ]
[ false, true, true, true, true, false, false, false, false, false, false ]
[ false, true, true, true, false, false, false, true, true, true, true ]
[ true, true, false, false, false, false, false, false, false, false, false, false ]
Sharp Shooters
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", ">", "1994", "order", "by", "c1_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 9 ], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "Column", "Column", "Column", "None", "Column", "None", "None", "Literal", "None" ], "aligned_sql_token_info": [ null, "c2", "c2", "c2", "c2", null, "c1_number", null, null, null, null ] }
{ "nl_indices": [ [ 1, 2, 3, 4 ], [ 6 ], [ 9 ] ], "sql_indices": [ [ 1 ], [ 6, 8, 9, 10, 11, 12, 5 ], [ 7 ] ] }
nt-13921
204_675
{ "raw_header": [ "year", "game of the year", "abstract strategy", "advanced strategy", "family", "family card", "family strategy", "party", "puzzle", "word", "historical simulation", "other" ], "tokenized_header": [ [ "year" ], [ "game", "of", "the", "year" ], [ "abstract", "strategy" ], [ "advanced", "strategy" ], [ "family" ], [ "family", "card" ], [ "family", "strategy" ], [ "party" ], [ "puzzle" ], [ "word" ], [ "historical", "simulation" ], [ "other" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [], [], [], [], [], [], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "example": [ "1991", "trumpet", "master labyrinth", "wargames: v for victory", "stack", "arcade: wing commander", "real-life strategy: sherlock holmes consulting detective", "tabloid teasers", "3 in three", "swoggle", "war/adventure: heroquest", "trivia: play it by ear" ] }
[ "did", "blox", "win", "in", "2009", "or", "2010", "?" ]
[ "VBD-AUX", "NNP", "VB", "IN", "CD", "CC", "CD", "." ]
[ "O", "O", "O", "O", "DATE", "DATE", "DATE", "O" ]
[ false, false, false, false, false, false, false, false ]
[ false, true, false, true, true, true, true, true ]
[ false, false, false, false, false, false, false, false, false, false, false, false ]
2010
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.Number", "Keyword", "Literal.Number", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c1_number", "from", "w", "where", "c1_number", "in", "(", "2009", ",", "2010", ")", "and", "c3", "=", "'blox'" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 4 ], [], [ 6 ], [], [], [], [], [ 1, 1 ] ] }
{ "aligned_sql_token_type": [ "None", "Literal", "None", "Column", "Literal", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "c1_number", null, "['conj', 'conj_or']", null, null ] }
{ "nl_indices": [ [ 4 ], [ 6 ], [ 5 ], [ 1 ], [ 3 ], [ 3 ] ], "sql_indices": [ [ 8 ], [ 10 ], [ 6, 7, 9, 11 ], [ 15 ], [ 5 ], [ 1 ] ] }
nt-12007
202_22
{ "raw_header": [ "rank", "rider", "team", "points" ], "tokenized_header": [ [ "rank" ], [ "rider" ], [ "team" ], [ "points" ] ], "column_suffixes": [ [ "number" ], [ "first", "second" ], [], [ "number" ] ], "column_dtype": [ "number", "text(text)", "text", "number" ], "example": [ "1", "robbie mcewen (aus)", "davitamon-lotto", "288" ] }
[ "how", "many", "more", "points", "did", "erik", "zabel", "score", "than", "franciso", "ventoso", "?" ]
[ "WRB", "JJ", "JJR", "NNS", "VBD-AUX", "NNP", "NNP", "NN", "IN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "PERSON", "PERSON", "NUMBER", "O", "O", "O", "O" ]
[ false, false, false, true, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, true, false, false, false, true, false ]
[ false, false, false, true ]
71
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "(", "select", "c4", "from", "w", "where", "c2_first", "=", "'erik zabel'", ")", "-", "(", "select", "c4", "from", "w", "where", "c2_first", "=", "'francisco ventoso'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 5, 6 ], [], [], [], [], [], [], [], [], [], [], [ 9, 10 ], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Column", "None", "Literal", "Literal", "None", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "['diff', '']", "c4", null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3 ], [ 3 ], [ 5, 6 ], [ 9, 10 ], [ 2 ] ], "sql_indices": [ [ 3 ], [ 14 ], [ 9 ], [ 20 ], [ 0, 1, 10, 11, 12, 21 ] ] }
nt-12425
202_22
{ "raw_header": [ "rank", "rider", "team", "points" ], "tokenized_header": [ [ "rank" ], [ "rider" ], [ "team" ], [ "points" ] ], "column_suffixes": [ [ "number" ], [ "first", "second" ], [], [ "number" ] ], "column_dtype": [ "number", "text(text)", "text", "number" ], "example": [ "1", "robbie mcewen (aus)", "davitamon-lotto", "288" ] }
[ "how", "many", "points", "did", "robbie", "mcewen", "and", "cristian", "moreni", "score", "together", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "NNP", "CC", "NNP", "NNP", "VBP", "RB", "." ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O", "PERSON", "PERSON", "NUMBER", "O", "O" ]
[ false, false, true, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false, true, true, false, false, false ]
[ false, false, false, true ]
404
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "(", "select", "c4", "from", "w", "where", "c2_first", "=", "'robbie mcewen'", ")", "+", "(", "select", "c4", "from", "w", "where", "c2_first", "=", "'cristian moreni'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 4, 5 ], [], [], [], [], [], [], [], [], [], [], [ 7, 8 ], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "None", "Literal", "Literal", "None", "Literal", "Literal", "None", "Keyword", "None" ], "aligned_sql_token_info": [ null, null, "c4", null, null, null, null, null, null, null, "['before', 'before_plus']", null ] }
{ "nl_indices": [ [ 2 ], [ 2 ], [ 4, 5 ], [ 7, 8 ], [ 10 ] ], "sql_indices": [ [ 3 ], [ 14 ], [ 9 ], [ 20 ], [ 0, 1, 10, 11, 21, 12 ] ] }
nt-10824
203_635
{ "raw_header": [ "number/name", "wheel arrangement", "builder", "year", "disposition and\nlocation" ], "tokenized_header": [ [ "number\\\\/name" ], [ "wheel", "arrangement" ], [ "builder" ], [ "year" ], [ "disposition", "and", "location" ] ], "column_suffixes": [ [], [ "number", "number1", "number2", "number3" ], [], [ "number", "parsed", "year", "month", "day" ], [] ], "column_dtype": [ "text", "score", "text", "date", "text" ], "example": [ "1\nsan francisco", "4-4-0", "norris locomotive works", "4/16/1870", "to southern pacific #2, #1109. unknown" ] }
[ "how", "many", "san", "francisco", "and", "san", "jose", "railroad", "locomotives", "with", "known", "build", "dates", "were", "built", "before", "1869", "?" ]
[ "WRB", "JJ", "NNP", "NNP", "CC", "NNP", "NNP", "NNP", "NNS", "IN", "JJ", "VBP", "NNS", "VBD-AUX", "VBN", "IN", "CD", "." ]
[ "O", "O", "LOCATION", "LOCATION", "O", "LOCATION", "LOCATION", "O", "O", "O", "O", "O", "O", "O", "O", "O", "DATE", "O" ]
[ false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, true, true, true, true, true, true, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true ]
14
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c4_year", "<", "1869" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 16 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "Column", "None", "None", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, null, null, null, null, null, null, "c4_year", null, null, "['comp', '']", null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 15 ], [ 16 ], [ 12 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 9 ], [ 10 ], [ 8 ] ] }
nt-1653
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "which", "airport", "has", "no", "more", "than", "30,000", "passengers", "handled", "among", "the", "10", "busiest", "routes", "to", "and", "from", "london", "southend", "airport", "in", "2012", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "JJR", "IN", "CD", "NNS", "VBD", "IN", "DT", "CD", "JJS", "NNS", "TO", "CC", "IN", "NNP", "NNP", "NN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O", "O", "LOCATION", "LOCATION", "LOCATION", "O", "DATE", "O" ]
[ false, true, false, false, false, false, false, true, true, false, false, false, false, false, false, false, false, false, false, true, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, true, false ]
Spain - Palma de Mallorca
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c3_number", "<=", "30000" ], "span_indices": [ [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Keyword", "Literal", "Column", "Column", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['comp', 'comp_lequal']", "['comp', 'comp_lequal']", "['comp', 'comp_lequal']", null, "c3_number", "c3_number", null, null, null, null, null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3, 4, 5 ], [ 6 ], [ 7, 8 ], [ 1 ] ], "sql_indices": [ [ 6 ], [ 7 ], [ 5 ], [ 1 ] ] }
nt-2245
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "between", "the", "topped", "ranked", "airport", ",", "netherlands", "-", "amsterdam", ",", "&", "spain", "-", "palma", "de", "mallorca", ",", "what", "is", "the", "difference", "in", "the", "amount", "of", "passengers", "handled", "?" ]
[ "IN", "DT", "VBN", "VBD", "NN", ",", "NNP", ":", "NNP", ",", "CC", "NNP", ":", "NNP", "NNP", "NNP", ",", "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "NN", "IN", "NNS", "VBN", "." ]
[ "O", "O", "O", "O", "O", "O", "LOCATION", "O", "LOCATION", "O", "O", "LOCATION", "O", "LOCATION", "LOCATION", "LOCATION", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, false, false, true, true, true, false, false, true, true, true, true, true, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, true, false ]
77,631
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "(", "select", "c3_number", "from", "w", "where", "c2", "=", "'netherlands - amsterdam'", ")", "-", "(", "select", "c3_number", "from", "w", "where", "c2", "=", "'spain - palma de mallorca'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 6, 8 ], [], [], [], [], [], [], [], [], [], [], [ 11, 15 ], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "None", "None", "None", "Column", "None", "Literal", "Literal", "Literal", "None", "Keyword", "Literal", "Literal", "Literal", "Literal", "Literal", "None", "None", "None", "Keyword", "Keyword", "None", "None", "None", "None", "Column", "Column", "None" ], "aligned_sql_token_info": [ "['diff', '']", null, null, null, "c2", null, null, null, null, null, "['diff', '']", null, null, null, null, null, null, null, null, "['diff', '']", "['diff', '']", null, null, null, null, "c3_number", "c3_number", null ] }
{ "nl_indices": [ [ 0, 10, 19, 20 ], [ 6, 7, 8 ], [ 4 ], [ 4 ], [ 11, 12, 13, 14, 15 ], [ 26, 25 ], [ 25, 26 ] ], "sql_indices": [ [ 0, 1, 10, 11, 12, 21 ], [ 9 ], [ 7 ], [ 18 ], [ 20 ], [ 3 ], [ 14 ] ] }
nt-2596
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "how", "many", "passengers", "are", "going", "to", "or", "coming", "from", "spain", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "VBG", "TO", "CC", "VBG", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, true, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, true, false ]
217,548
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "sum", "(", "c3_number", ")", "from", "w", "where", "c2_list", "=", "'spain'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 9, 9 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None", "None", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_sum']", "['agg', 'agg_sum']", "c3_number", null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 9 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 10 ] ] }
nt-4053
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "how", "many", "airports", "are", "listed", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "VBN", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false ]
[ false, false, false, false, false, false ]
[ false, false, false, false ]
10
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-5207
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "where", "is", "the", "most", "popular", "destination", "for", "passengers", "leaving", "london", "southend", "airport", "?" ]
[ "WRB", "VBD-AUX", "DT", "RBS", "JJ", "NN", "IN", "NNS", "VBG", "NNP", "NNP", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O" ]
[ false, false, false, false, false, false, false, true, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, true, false ]
Netherlands - Amsterdam
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c3_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "None", "None", "Column", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "['sort', 'sort_desc']", null, null, "c3_number", null, null, null, null, null ] }
{ "nl_indices": [ [ 2, 3, 4 ], [ 7 ] ], "sql_indices": [ [ 4, 5, 7, 8, 9 ], [ 6 ] ] }
nt-6112
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "which", "airport", "has", "the", "least", "amount", "of", "passengers", "going", "through", "london", "southend", "airport", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "JJS", "NN", "IN", "NNS", "VBG", "IN", "NNP", "NNP", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O" ]
[ false, true, false, false, false, false, false, true, false, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, true, false ]
Spain - Palma de Mallorca
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c3_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['sort', '']", "['sort', '']", "['sort', '']", "['sort', '']", "c3_number", null, null, null, null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4, 5, 6 ], [ 7 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8 ], [ 6 ] ] }
nt-6116
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "looking", "at", "the", "top", "10", "busiest", "routes", "to", "and", "from", "london", "southend", "airport", "what", "is", "the", "average", "number", "of", "passengers", "handled", "?" ]
[ "VBG", "IN", "DT", "JJ", "CD", "JJS", "NNS", "TO", "CC", "IN", "NNP", "NNP", "NNP", "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NNS", "VBN", "." ]
[ "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, true, false ]
58,967.5
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "avg", "(", "c3_number", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "Keyword", "Keyword", "Keyword", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, "['agg', 'agg_avg']", "['agg', 'agg_avg']", "['agg', 'agg_avg']", "c3_number", "c3_number", null ] }
{ "nl_indices": [ [ 16, 17, 18 ], [ 19, 20 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-9512
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "how", "many", "airports", "in", "spain", "are", "among", "the", "10", "busiest", "routes", "to", "and", "from", "london", "southend", "airport", "in", "2012", "?" ]
[ "WRB", "JJ", "NNS", "IN", "NNP", "VBD-AUX", "IN", "DT", "CD", "JJS", "NNS", "TO", "CC", "IN", "NNP", "NNP", "NN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "LOCATION", "O", "O", "O", "NUMBER", "O", "O", "O", "O", "O", "LOCATION", "LOCATION", "LOCATION", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false ]
[ false, false, false, false, true, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, false, false ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c2_list", "=", "'spain'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 4, 4 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Literal", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 0, 1 ], [ 2 ] ], "sql_indices": [ [ 10 ], [ 1, 4, 2 ], [ 3 ] ] }
nt-9837
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "which", "airport", "had", "more", "passengers", "handled", "than", "the", "united", "kingdom", "?" ]
[ "WDT", "NN", "VBD-AUX", "RBR", "NNS", "VBD", "IN", "DT", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "LOCATION", "O" ]
[ false, true, false, false, true, true, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, true, true, false ]
[ false, true, true, false ]
Netherlands - Amsterdam
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c3_number", ">", "(", "select", "c3_number", "from", "w", "where", "c2_list", "=", "'united kingdom'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 8, 9 ], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Column", "Column", "Keyword", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['comp', 'comp_greater']", "c3_number", "c3_number", "['comp', 'comp_greater']", null, null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 8, 9 ], [ 5, 4 ], [ 5, 4 ], [ 3, 6 ] ], "sql_indices": [ [ 1 ], [ 15 ], [ 5 ], [ 9 ], [ 6 ] ] }
nt-13062
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "how", "many", "passengers", "were", "handled", "in", "an", "airport", "in", "spain", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "VBN", "IN", "DT", "NN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, true, false, true, false, false, true, false, false, false ]
[ false, false, false, false, false, false, false, false, false, true, false ]
[ false, true, true, false ]
217,548
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "sum", "(", "c3_number", ")", "from", "w", "where", "c2_list", "=", "'spain'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 9, 9 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Column", "None", "None", "Column", "None", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_sum']", "['agg', 'agg_sum']", "c3_number", null, "c3_number", null, null, "c2_list", null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 7 ], [ 9 ], [ 2, 4 ] ], "sql_indices": [ [ 1, 4, 2 ], [ 8 ], [ 10 ], [ 3 ] ] }
nt-13559
203_340
{ "raw_header": [ "rank", "airport", "passengers handled", "% change 2011 / 12" ], "tokenized_header": [ [ "rank" ], [ "airport" ], [ "passengers", "handled" ], [ "%", "change", "2011", "\\\\/", "12" ] ], "column_suffixes": [ [ "number" ], [ "list", "length" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "<d, text>", "number", "number" ], "example": [ "1", "netherlands - amsterdam", "105349", "1128" ] }
[ "what", "is", "the", "name", "of", "the", "only", "airport", "in", "portugal", "that", "is", "among", "the", "10", "busiest", "routes", "to", "and", "from", "london", "southend", "airport", "in", "2012", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "JJ", "NN", "IN", "NNP", "WDT", "VBD-AUX", "IN", "DT", "CD", "JJS", "NNS", "TO", "CC", "IN", "NNP", "NNP", "NN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O", "O", "LOCATION", "LOCATION", "LOCATION", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false ]
[ false, false, false, false, false, false, false, false, false, true, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, false, false ]
Portugal - Faro
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2", "from", "w", "where", "c2_list", "=", "'portugal'" ], "span_indices": [ [], [], [], [], [], [], [], [ 9, 9 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "None", "None", "Column", "None", "Literal", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, "c2_list", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 9 ], [ 7 ], [ 7 ] ], "sql_indices": [ [ 7 ], [ 1 ], [ 5 ] ] }
nt-716
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "how", "many", "films", "are", "under", "the", "publisher", "caliber", "comics", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "IN", "DT", "NN", "NNP", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, true, false, false, false ]
[ false, false, true, false, false, true, false, true, true, false ]
[ false, false, true, false, false, false, false ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c3", "=", "'caliber comics'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 7, 8 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None", "Column", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, null, "c3", null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 7, 8 ], [ 6 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 10 ], [ 8 ] ] }
nt-2070
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "which", "film", "made", "the", "most", "worldwide", "gross", "income", "?" ]
[ "WDT", "NN", "VBD", "DT", "RBS", "JJ", "JJ", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O" ]
[ false, true, false, false, false, true, true, false, false ]
[ false, true, false, true, true, false, false, false, false ]
[ false, true, false, false, false, true, false ]
The Avengers
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c6_first_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Column", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "c6_first_number", "c6_first_number", "c6_first_number", null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4 ], [ 5, 6, 7 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8, 9 ], [ 6 ] ] }
nt-2450
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "name", "the", "film", "from", "2008", "under", "the", "publisher", "dc", "comics", "that", "grossed", "over", "$", "10,000,000", "and", "was", "distributed", "by", "lionsgate", "." ]
[ "VB", "DT", "NN", "IN", "CD", "IN", "DT", "NN", "NNP", "NNS", "WDT", "VBD", "IN", "$", "CD", "CC", "VBD-AUX", "VBN", "IN", "NN", "." ]
[ "O", "O", "O", "O", "DATE", "O", "O", "O", "ORGANIZATION", "ORGANIZATION", "O", "O", "O", "MONEY", "MONEY", "O", "O", "O", "O", "ORGANIZATION", "O" ]
[ false, false, true, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, true, false, true, false, true, false, true, true, false, false, false, true, false, true, false, false, true, true, true ]
[ false, true, true, false, false, false, false ]
The Spirit
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", "=", "2008", "and", "c3", "=", "'dc comics'", "and", "c6_first_number", ">", "10000000", "and", "c5", "=", "'lionsgate'" ], "span_indices": [ [], [], [], [], [], [], [], [ 4 ], [], [], [], [ 8, 9 ], [], [], [], [ 14 ], [], [], [], [ 19, 19 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Literal", "None", "None", "Column", "Literal", "Literal", "None", "Column", "Keyword", "None", "Literal", "None", "None", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "c2", "c1_number", null, null, null, "c3", null, null, null, "c6_first_number", "['comp', 'comp_greater']", null, null, null, null, "c5", "c5", null, null ] }
{ "nl_indices": [ [ 2 ], [ 4 ], [ 3 ], [ 8, 9 ], [ 12 ], [ 14 ], [ 11 ], [ 17, 18 ], [ 19 ], [ 7 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ], [ 11 ], [ 14 ], [ 15 ], [ 13 ], [ 17 ], [ 19 ], [ 9 ] ] }
nt-5651
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "which", "2012", "superhero", "film", "did", "not", "gross", "at", "least", "100,000,000", "?" ]
[ "WDT", "CD", "NNP", "NN", "VBD-AUX", "RB", "JJ", "IN", "JJS", "CD", "." ]
[ "O", "DATE", "O", "O", "O", "O", "NUMBER", "O", "O", "NUMBER", "O" ]
[ false, false, false, true, false, false, true, false, false, false, false ]
[ false, true, true, true, false, false, false, true, false, false, false ]
[ false, true, false, false, false, true, false ]
Dredd
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", "=", "2012", "and", "c6_first_number", "<", "100000000" ], "span_indices": [ [], [], [], [], [], [], [], [ 1 ], [], [], [], [ 9 ] ] }
{ "aligned_sql_token_type": [ "None", "Literal", "None", "Column", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "c2", "['comp', '']", "['comp', '']", "c6_first_number", "['comp', '']", "['comp', '']", null, null ] }
{ "nl_indices": [ [ 1 ], [ 4, 5, 7, 8 ], [ 6 ], [ 9 ], [ 3 ] ], "sql_indices": [ [ 7 ], [ 10 ], [ 9 ], [ 11 ], [ 1 ] ] }
nt-8677
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "which", "live", "action", "american", "superhero", "movie", "was", "released", "before", "the", "1966", "batman", "movie", "?" ]
[ "WDT", "JJ", "NN", "JJ", "NN", "NN", "VBD-AUX", "VBN", "IN", "DT", "CD", "NNP", "NN", "." ]
[ "O", "O", "O", "MISC", "O", "O", "O", "O", "O", "O", "DATE", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false, false, false, true, true, true, true, false ]
[ false, false, false, false, false, false, false ]
Superman and the Mole Men
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", "<", "1966" ], "span_indices": [ [], [], [], [], [], [], [], [ 10 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "Column", "None", "None", "Column", "None", "Literal", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, "c2", null, null, "c1_number", null, null, null, null, null ] }
{ "nl_indices": [ [ 10 ], [ 5 ], [ 8 ] ], "sql_indices": [ [ 7 ], [ 1 ], [ 6, 5 ] ] }
nt-8889
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "what", "was", "the", "first", "superhero", "movie", "to", "gross", "over", "300,000,000", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "NN", "TO", "VB", "IN", "CD", "." ]
[ "O", "O", "O", "ORDINAL", "O", "O", "O", "NUMBER", "O", "NUMBER", "O" ]
[ false, false, false, false, false, false, false, true, false, false, false ]
[ false, false, true, true, true, true, true, false, false, false, false ]
[ false, false, false, false, false, true, false ]
Superman
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c6_first_number", ">", "300000000", "order", "by", "c1_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 9 ], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "None", "Column", "None", "Column", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "c1_number", "c1_number", null, "c2", null, "c6_first_number", "['comp', 'comp_greater']", null, null ] }
{ "nl_indices": [ [ 5 ], [ 2, 3 ], [ 9 ], [ 7 ], [ 8 ] ], "sql_indices": [ [ 1 ], [ 8, 9, 10, 11, 12 ], [ 7 ], [ 5 ], [ 6 ] ] }
nt-9775
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "what", "is", "the", "number", "of", "live", "action", "american", "superhero", "movies", "released", "in", "1978", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "JJ", "NN", "JJ", "NN", "NNS", "VBN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "MISC", "O", "O", "O", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, true, false, true, false, false, false, true, false, false, true, true, false ]
[ false, false, false, false, false, false, false ]
3
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c1_number", "=", "1978" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 12 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "None", "None", "None", "None", "Column", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, "c2", null, "c1_number", null, null ] }
{ "nl_indices": [ [ 12 ], [ 11 ], [ 9 ], [ 3, 4 ] ], "sql_indices": [ [ 10 ], [ 8 ], [ 3 ], [ 1, 2, 4 ] ] }
nt-10671
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "how", "many", "superhero", "movies", "have", "been", "television", "films", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD-AUX", "VBD-AUX", "NN", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, true, false, false, false, true, true, false ]
[ false, false, false, false, false, false, false ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c6", "=", "'television film'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6, 7 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "Column", "None", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, "c2", null, null, null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 3 ], [ 7, 6 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 10 ] ] }
nt-10952
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "which", "live", "action", "american", "superhero", "movie", "had", "the", "largest", "gross", "?" ]
[ "WDT", "JJ", "NN", "JJ", "NN", "NN", "VBD-AUX", "DT", "JJS", "JJ", "." ]
[ "O", "O", "O", "MISC", "O", "O", "O", "O", "O", "NUMBER", "O" ]
[ false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, true, true, false, true, false, false, false ]
[ false, false, false, false, false, true, false ]
The Avengers
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c6_first_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "Column", "None", "Keyword", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, "c2", null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "c6_first_number", null ] }
{ "nl_indices": [ [ 5 ], [ 9 ], [ 7, 8 ] ], "sql_indices": [ [ 1 ], [ 6 ], [ 4, 5, 7, 8, 9 ] ] }
nt-12094
203_79
{ "raw_header": [ "year", "film", "publisher", "director", "distributor", "worldwide gross", "notes" ], "tokenized_header": [ [ "year" ], [ "film" ], [ "publisher" ], [ "director" ], [ "distributor" ], [ "worldwide", "gross" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [], [], [ "first", "second", "first_number" ], [] ], "column_dtype": [ "number", "text", "text", "text", "text", "unitnum(text)", "text" ], "example": [ "1951", "superman and the mole men", "dc comics", "lee sholem", "lippert pictures inc", "$1,700,000 (est.\nus/ canada rentals)", "based on adventures of superman tv series" ] }
[ "how", "many", "live", "action", "american", "superhero", "movies", "were", "released", "in", "2013", "?" ]
[ "WRB", "JJ", "JJ", "NN", "JJ", "NN", "NNS", "VBD-AUX", "VBN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "MISC", "O", "O", "O", "O", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, false, false, false, true, true, false ]
[ false, false, false, false, false, false, false ]
7
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c1_number", "=", "2013" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 10 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "None", "Column", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, "c2", null, null, "c1_number", null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 10 ], [ 6 ], [ 9 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 10 ], [ 3 ], [ 8 ] ] }
nt-883
204_327
{ "raw_header": [ "", "player", "nationality", "drafted by", "year", "round", "overall" ], "tokenized_header": [ [ "" ], [ "player" ], [ "nationality" ], [ "drafted", "by" ], [ "year" ], [ "round" ], [ "overall" ] ], "column_suffixes": [ [], [], [], [], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "text", "text", "text", "number", "rank", "rank" ], "example": [ "w", "harald luckner", "sweden", "new york islanders", "1977", "7th", "121st" ] }
[ "total", "number", "of", "players", "drafted", "in", "round", "1" ]
[ "JJ", "NN", "IN", "NNS", "VBN", "IN", "NN", "CD" ]
[ "O", "O", "O", "O", "O", "O", "O", "NUMBER" ]
[ false, false, false, false, true, false, true, false ]
[ false, false, true, false, false, false, false, false ]
[ false, false, false, true, false, true, false ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c6_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 7 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "Column", "None", "None", "Column", "Literal" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, "c6_number", null ] }
{ "nl_indices": [ [ 0, 1, 2 ], [ 3 ], [ 6 ], [ 7 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 8 ], [ 10 ] ] }
nt-1361
204_327
{ "raw_header": [ "", "player", "nationality", "drafted by", "year", "round", "overall" ], "tokenized_header": [ [ "" ], [ "player" ], [ "nationality" ], [ "drafted", "by" ], [ "year" ], [ "round" ], [ "overall" ] ], "column_suffixes": [ [], [], [], [], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "text", "text", "text", "number", "rank", "rank" ], "example": [ "w", "harald luckner", "sweden", "new york islanders", "1977", "7th", "121st" ] }
[ "who", "was", "the", "only", "player", "drafted", "in", "the", "top", "10", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "VBN", "IN", "DT", "JJ", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O" ]
[ false, false, false, false, true, true, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, false, true, false, false, false ]
Jonas Brodin
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c7_number", "<=", "10" ], "span_indices": [ [], [], [], [], [], [], [], [ 9 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "Column", "None", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, null, "c2", null, null, null, "c7_number", null, null ] }
{ "nl_indices": [ [ 4 ], [ 9 ], [ 8 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5, 6 ] ] }
nt-2796
204_327
{ "raw_header": [ "", "player", "nationality", "drafted by", "year", "round", "overall" ], "tokenized_header": [ [ "" ], [ "player" ], [ "nationality" ], [ "drafted", "by" ], [ "year" ], [ "round" ], [ "overall" ] ], "column_suffixes": [ [], [], [], [], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "text", "text", "text", "number", "rank", "rank" ], "example": [ "w", "harald luckner", "sweden", "new york islanders", "1977", "7th", "121st" ] }
[ "which", "team", "has", "drafted", "the", "most", "players", "?" ]
[ "WDT", "NN", "VBD-AUX", "VBN", "DT", "RBS", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, true, false, false, false, false ]
[ false, false, false, false, false, false, false, false ]
[ false, false, false, true, false, false, false ]
Calgary Flames
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "group", "by", "c4", "order", "by", "count", "(", "c2", ")", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "Keyword", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, "c4", null, null, "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", "c2", null ] }
{ "nl_indices": [ [ 1 ], [ 5, 4 ], [ 6 ], [ 1 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8, 9, 10, 12, 13, 14, 15 ], [ 11 ], [ 6 ] ] }
nt-4400
204_327
{ "raw_header": [ "", "player", "nationality", "drafted by", "year", "round", "overall" ], "tokenized_header": [ [ "" ], [ "player" ], [ "nationality" ], [ "drafted", "by" ], [ "year" ], [ "round" ], [ "overall" ] ], "column_suffixes": [ [], [], [], [], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "text", "text", "text", "number", "rank", "rank" ], "example": [ "w", "harald luckner", "sweden", "new york islanders", "1977", "7th", "121st" ] }
[ "which", "player", "is", "listed", "next", "after", "jan", "ingman", "?" ]
[ "WDT", "NN", "VBD-AUX", "VBN", "RB", "IN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "PERSON", "PERSON", "O" ]
[ false, true, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, true, true, false ]
[ false, true, false, false, false, false, false ]
Håkan Nordin
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "id", "=", "(", "select", "id", "from", "w", "where", "c2", "=", "'jan ingman'", ")", "+", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 6, 7 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['before', 'before_plus']", "['before', 'before_plus']", "['before', 'before_plus']", null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 6, 7 ], [ 1 ], [ 3, 4, 5 ] ], "sql_indices": [ [ 1 ], [ 15 ], [ 13 ], [ 5, 6, 7, 9, 16, 17, 18 ] ] }