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-5705
204_68
{ "raw_header": [ "name", "profession", "hometown", "term expires", "office" ], "tokenized_header": [ [ "name" ], [ "profession" ], [ "hometown" ], [ "term", "expires" ], [ "office" ] ], "column_suffixes": [ [], [], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "text", "number", "text" ], "example": [ "bill w. burgess jr", "attorney", "lawton", "2011", "chair" ] }
[ "which", "state", "regent", "'s", "term", "will", "last", "the", "longest", "?" ]
[ "WDT", "NN", "NN", "POS", "NN", "VBD-AUX", "VB", "DT", "JJS", "." ]
[ "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, true, false ]
John Massey
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "order", "by", "c4_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "Column", "None", "Column", "None", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ null, "c1", "c1", null, "c4_number", null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "['sort', 'sort_desc']", null ] }
{ "nl_indices": [ [ 1, 2 ], [ 4 ], [ 7, 6, 8 ] ], "sql_indices": [ [ 1 ], [ 6 ], [ 5, 4, 7, 8, 9 ] ] }
nt-6760
204_68
{ "raw_header": [ "name", "profession", "hometown", "term expires", "office" ], "tokenized_header": [ [ "name" ], [ "profession" ], [ "hometown" ], [ "term", "expires" ], [ "office" ] ], "column_suffixes": [ [], [], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "text", "number", "text" ], "example": [ "bill w. burgess jr", "attorney", "lawton", "2011", "chair" ] }
[ "what", "is", "the", "total", "amount", "of", "current", "state", "regents", "who", "are", "bankers", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "JJ", "NN", "NNS", "WP", "VBD-AUX", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "DATE", "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 ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c2", "=", "'banker'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 11, 11 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "Keyword", "None", "Column", "Column", "None", "None", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, "c1", "c1", null, null, null, null ] }
{ "nl_indices": [ [ 7, 8 ], [ 11 ], [ 3, 4, 5 ] ], "sql_indices": [ [ 3 ], [ 10 ], [ 1, 2, 4 ] ] }
nt-11672
204_68
{ "raw_header": [ "name", "profession", "hometown", "term expires", "office" ], "tokenized_header": [ [ "name" ], [ "profession" ], [ "hometown" ], [ "term", "expires" ], [ "office" ] ], "column_suffixes": [ [], [], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "text", "number", "text" ], "example": [ "bill w. burgess jr", "attorney", "lawton", "2011", "chair" ] }
[ "which", "state", "regent", "is", "from", "the", "same", "hometown", "as", "ronald", "h.", "white", ",", "m.d.", "?" ]
[ "WDT", "NN", "NN", "VBD-AUX", "IN", "DT", "JJ", "NN", "IN", "NNP", "NNP", "NNP", ",", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "PERSON", "PERSON", "PERSON", "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, false, true, true, true, true, true, false ]
[ false, false, true, false, false ]
Mike Turpen
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "c1", "from", "w", "where", "c1", "!=", "'ronald h. white, m.d'", "and", "c3", "=", "(", "select", "c3", "from", "w", "where", "c1", "=", "'ronald h. white, m.d'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [ 9, 13 ], [], [], [], [], [], [], [], [], [], [], [], [ 9, 13 ], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "Column", "None", "None", "None", "Keyword", "Column", "Keyword", "Literal", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, "c1", "c1", null, null, null, "['same', '']", "c3", "['same', '']", null, null, null, null, null, null ] }
{ "nl_indices": [ [ 1, 2 ], [ 2, 1 ], [ 2, 1 ], [ 6, 8 ], [ 9, 10, 11, 12, 13 ], [ 9, 10, 11, 12, 13 ], [ 7 ], [ 7 ] ], "sql_indices": [ [ 1 ], [ 5 ], [ 17 ], [ 6, 8, 10, 11, 20, 18 ], [ 19 ], [ 7 ], [ 13 ], [ 9 ] ] }
nt-11754
204_68
{ "raw_header": [ "name", "profession", "hometown", "term expires", "office" ], "tokenized_header": [ [ "name" ], [ "profession" ], [ "hometown" ], [ "term", "expires" ], [ "office" ] ], "column_suffixes": [ [], [], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "text", "number", "text" ], "example": [ "bill w. burgess jr", "attorney", "lawton", "2011", "chair" ] }
[ "how", "many", "members", "had", "businessman", "listed", "as", "their", "profession", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NN", "VBN", "IN", "PRP$", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, true, false, false, false, false, false ]
[ false, true, 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", "=", "'businessman'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 4, 4 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Literal", "None", "None", "None", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null, null, null, null, null, "c2", null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 4 ], [ 8 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 10 ], [ 8 ] ] }
nt-12462
204_68
{ "raw_header": [ "name", "profession", "hometown", "term expires", "office" ], "tokenized_header": [ [ "name" ], [ "profession" ], [ "hometown" ], [ "term", "expires" ], [ "office" ] ], "column_suffixes": [ [], [], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "text", "number", "text" ], "example": [ "bill w. burgess jr", "attorney", "lawton", "2011", "chair" ] }
[ "how", "many", "of", "the", "current", "state", "regents", "have", "a", "listed", "office", "title", "?" ]
[ "WRB", "JJ", "IN", "DT", "JJ", "NN", "NNS", "VBD-AUX", "DT", "JJ", "NN", "NN", "." ]
[ "O", "O", "O", "O", "DATE", "O", "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, false ]
[ false, false, false, false, true ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c5", "not", "null" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "Column", "Column", "None", "None", "Keyword", "Column", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, "c1", "c1", null, null, "['null', 'null_not']", "c5", "c5", null ] }
{ "nl_indices": [ [ 0, 1 ], [ 5, 6 ], [ 10, 11 ], [ 9 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 8 ], [ 9, 10 ] ] }
nt-12929
204_68
{ "raw_header": [ "name", "profession", "hometown", "term expires", "office" ], "tokenized_header": [ [ "name" ], [ "profession" ], [ "hometown" ], [ "term", "expires" ], [ "office" ] ], "column_suffixes": [ [], [], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "text", "number", "text" ], "example": [ "bill w. burgess jr", "attorney", "lawton", "2011", "chair" ] }
[ "other", "members", "of", "the", "state", "regents", "from", "tulsa", "besides", "joseph", "l.", "parker", "jr.", "." ]
[ "JJ", "NNS", "IN", "DT", "NN", "NNS", "IN", "NNP", "IN", "NNP", "NNP", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "PERSON", "PERSON", "PERSON", "PERSON", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, true, false, true, true, true, true, true ]
[ false, false, false, false, false ]
William Stuart Price
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c1", "from", "w", "where", "c3", "=", "'tulsa'", "and", "c1", "!=", "'joseph l. parker jr'" ], "span_indices": [ [], [], [], [], [], [], [], [ 7, 7 ], [], [], [], [ 9, 12 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "Column", "Column", "Column", "Literal", "Keyword", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, null, "c1", "c1", "c3", null, "['comp', 'comp_not']", null, null, null, null, null ] }
{ "nl_indices": [ [ 4, 5 ], [ 6 ], [ 7 ], [ 8 ], [ 9, 10, 11, 12 ] ], "sql_indices": [ [ 1 ], [ 5 ], [ 7 ], [ 10 ], [ 11 ] ] }
nt-13633
204_68
{ "raw_header": [ "name", "profession", "hometown", "term expires", "office" ], "tokenized_header": [ [ "name" ], [ "profession" ], [ "hometown" ], [ "term", "expires" ], [ "office" ] ], "column_suffixes": [ [], [], [], [ "number" ], [] ], "column_dtype": [ "text", "text", "text", "number", "text" ], "example": [ "bill w. burgess jr", "attorney", "lawton", "2011", "chair" ] }
[ "how", "many", "of", "the", "current", "state", "regents", "will", "be", "in", "office", "until", "at", "least", "2016", "?" ]
[ "WRB", "JJ", "IN", "DT", "JJ", "NN", "NNS", "VBD-AUX", "VBD-AUX", "IN", "NN", "IN", "IN", "JJS", "CD", "." ]
[ "O", "O", "O", "O", "DATE", "O", "O", "O", "O", "O", "O", "O", "O", "O", "DATE", "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, false, false, false, false, false, true, false ]
[ false, false, false, false, true ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c4_number", ">=", "2016" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 14 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "Column", "Column", "None", "None", "Column", "Column", "Column", "Keyword", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, "c1", "c1", null, null, "c4_number", "c4_number", "c4_number", "['comp', 'comp_gequal']", "['comp', 'comp_gequal']", null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 5, 6 ], [ 13, 12 ], [ 11, 9, 10 ], [ 14 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 9 ], [ 8 ], [ 10 ] ] }
nt-2706
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "how", "many", "euro", "2000", "qualifying", "competitions", "are", "listed", "?" ]
[ "WRB", "JJ", "NN", "CD", "VBG", "NNS", "VBD-AUX", "VBN", "." ]
[ "O", "O", "MISC", "DATE", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, true, true, true, false, false, false, false ]
[ false, false, false, false, false, false, false ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "distinct", "c2", ")", "from", "w", "where", "c7", "=", "'euro 2000 qualifying'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [ 2, 4 ] ] }
{ "aligned_sql_token_type": [ "Column", "Column", "Literal", "Literal", "Literal", "Column", "None", "None", "None" ], "aligned_sql_token_info": [ "c2", "c2", null, null, null, "c7", null, null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 2, 3, 4 ], [ 5 ] ], "sql_indices": [ [ 1, 2, 3, 5, 4 ], [ 11 ], [ 9 ] ] }
nt-5227
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "how", "many", "games", "took", "place", "in", "ostrava", "?" ]
[ "WRB", "JJ", "NNS", "VBD", "NN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ 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", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "distinct", "c2", ")", "from", "w", "where", "c3_address", "=", "'ostrava'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [ 6, 6 ] ] }
{ "aligned_sql_token_type": [ "Column", "Column", "None", "Column", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "c2", "c2", null, "c3_address", "c3_address", "c3_address", null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 6 ], [ 4, 5, 3 ] ], "sql_indices": [ [ 1, 2, 3, 4, 5 ], [ 11 ], [ 9 ] ] }
nt-5486
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "what", "opponent", "is", "listed", "last", "on", "the", "table", "?" ]
[ "WDT", "NN", "VBD-AUX", "VBN", "RB", "IN", "DT", "NN", "." ]
[ "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, true, false, false, false ]
Germany
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "order", "by", "id", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ null, "c4", null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "['sort', 'sort_desc']", "['sort', 'sort_desc']", "['sort', 'sort_desc']", null ] }
{ "nl_indices": [ [ 1 ], [ 4, 3, 5, 6, 7 ] ], "sql_indices": [ [ 1 ], [ 9, 4, 5, 6, 7, 8 ] ] }
nt-6219
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "list", "the", "opponents", "which", "are", "under", "the", "friendly", "competition", "." ]
[ "NN", "DT", "NNS", "WDT", "VBD-AUX", "IN", "DT", "JJ", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false, false, true, false, true ]
[ false, false, false, false, false, false, true ]
Finland|Belarus|Germany
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c4", "from", "w", "where", "c7", "=", "'friendly'" ], "span_indices": [ [], [], [], [], [], [], [], [ 7, 7 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "None", "None", "None", "None", "Literal", "Column", "None" ], "aligned_sql_token_info": [ null, null, "c4", null, null, null, null, null, "c7", null ] }
{ "nl_indices": [ [ 2 ], [ 7 ], [ 8 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-6637
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "how", "many", "total", "games", "took", "place", "in", "1999", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD", "NN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "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, false ]
3
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c2_year", "=", "1999" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 7 ] ] }
{ "aligned_sql_token_type": [ "Column", "Column", "Column", "None", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "c2", "c2", "c2", null, null, null, "c2_year", null, null ] }
{ "nl_indices": [ [ 1, 0, 2 ], [ 7 ], [ 6 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 10 ], [ 8 ] ] }
nt-7218
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "what", "venue", "is", "listed", "above", "wembley", "stadium", ",", "london", "?" ]
[ "WDT", "NN", "VBD-AUX", "VBN", "IN", "NNP", "NNP", ",", "NNP", "." ]
[ "O", "O", "O", "O", "O", "LOCATION", "LOCATION", "O", "LOCATION", "O" ]
[ false, true, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, true, true, true, false ]
[ false, false, true, false, false, false, false ]
Letná Stadium, Prague
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c3", "from", "w", "where", "id", "=", "(", "select", "id", "from", "w", "where", "c3", "=", "'wembley stadium, london'", ")", "-", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 5, 8 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, "c3", null, "['before', 'before_minus']", "['before', 'before_minus']", null, null, null, null, null ] }
{ "nl_indices": [ [ 6, 8, 7, 5 ], [ 4, 3 ], [ 1 ], [ 1 ] ], "sql_indices": [ [ 15 ], [ 5, 6, 7, 9, 16, 17, 18 ], [ 1 ], [ 13 ] ] }
nt-9298
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "what", "was", "the", "number", "of", "times", "czech", "republic", "played", "against", "germany", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NNS", "JJ", "NN", "VBN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "LOCATION", "LOCATION", "O", "O", "LOCATION", "O" ]
[ 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 ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c4", "=", "'germany'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 10, 10 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Keyword", "None", "None", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, "c4", "c4", null, null ] }
{ "nl_indices": [ [ 2, 3, 4, 5 ], [ 8, 9 ], [ 10 ] ], "sql_indices": [ [ 4, 3, 2, 1 ], [ 8 ], [ 10 ] ] }
nt-12001
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "bazaly", ",", "ostrava", "was", "used", "on", "6", "september", "1004", ",", "but", "what", "venue", "was", "used", "on", "18", "september", "1996", "?" ]
[ "RB", ",", "NNP", "VBD-AUX", "VBN", "IN", "CD", "NNP", "CD", ",", "CC", "WP", "NN", "VBD-AUX", "VBN", "IN", "CD", "NNP", "CD", "." ]
[ "O", "O", "LOCATION", "O", "O", "O", "DATE", "DATE", "DATE", "O", "O", "O", "O", "O", "O", "O", "DATE", "DATE", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false ]
[ true, true, true, false, false, false, true, true, false, true, false, false, false, false, false, false, true, true, true, false ]
[ false, false, true, false, false, false, false ]
Na Stínadlech, Teplice
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c3", "from", "w", "where", "c2", "=", "'18 september 1996'" ], "span_indices": [ [], [], [], [], [], [], [], [ 16, 18 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None", "Column", "None", "None", "Column", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, null, null, null, null, null, "c3", null, null, "c2", null, null, null, null ] }
{ "nl_indices": [ [ 12 ], [ 16, 17, 18 ], [ 15 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-12319
203_537
{ "raw_header": [ "#", "date", "venue", "opponent", "score", "result", "competition" ], "tokenized_header": [ [ "#" ], [ "date" ], [ "venue" ], [ "opponent" ], [ "score" ], [ "result" ], [ "competition" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [ "address" ], [], [ "number", "number1", "number2" ], [ "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "address", "text", "score", "score", "text" ], "example": [ "1", "6 september 1994", "bazaly, ostrava", "malta", "6-1", "6-1", "euro 1996 qualifying" ] }
[ "which", "team", "did", "czech", "republic", "score", "the", "most", "goals", "against", "?" ]
[ "WDT", "NN", "VBD-AUX", "NNP", "NNP", "VBP", "DT", "RBS", "NNS", "IN", "." ]
[ "O", "O", "O", "LOCATION", "LOCATION", "NUMBER", "O", "O", "O", "O", "O" ]
[ 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, false, true, false, false ]
Malta
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "order", "by", "c5_number1", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "None", "Column", "Keyword", "Keyword", "None", "Column", "None" ], "aligned_sql_token_info": [ null, "c4", null, null, null, "c5_number1", "['sort', 'sort_desc']", "['sort', 'sort_desc']", null, "c4", null ] }
{ "nl_indices": [ [ 1, 9 ], [ 5 ], [ 6, 7 ] ], "sql_indices": [ [ 1 ], [ 6 ], [ 5, 4, 7, 8, 9 ] ] }
nt-8
203_564
{ "raw_header": [ "hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], "tokenized_header": [ [ "hand" ], [ "1", "credit" ], [ "2", "credits" ], [ "3", "credits" ], [ "4", "credits" ], [ "5", "credits" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "number", "number", "number", "number", "number" ], "example": [ "royal flush", "250", "500", "750", "1000", "4000" ] }
[ "after", "winning", "on", "four", "credits", "with", "a", "full", "house", ",", "what", "is", "your", "payout", "?" ]
[ "IN", "VBG", "IN", "CD", "NNS", "IN", "DT", "JJ", "NN", ",", "WP", "VBD-AUX", "PRP$", "NN", "." ]
[ "O", "O", "O", "NUMBER", "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, true, false, false, true, true, true, true, false, false, false, false, false ]
[ false, false, true, true, true, true ]
32
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c5_number", "from", "w", "where", "c1", "=", "'full house'" ], "span_indices": [ [], [], [], [], [], [], [], [ 7, 8 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "Column", "None", "None", "Literal", "Literal", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, "c5_number", "c5_number", null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3, 4 ], [ 7, 8 ] ], "sql_indices": [ [ 1 ], [ 7 ] ] }
nt-4455
203_564
{ "raw_header": [ "hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], "tokenized_header": [ [ "hand" ], [ "1", "credit" ], [ "2", "credits" ], [ "3", "credits" ], [ "4", "credits" ], [ "5", "credits" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "number", "number", "number", "number", "number" ], "example": [ "royal flush", "250", "500", "750", "1000", "4000" ] }
[ "each", "four", "aces", "win", "is", "a", "multiple", "of", "what", "number", "?" ]
[ "DT", "CD", "VBZ", "VB", "VBD-AUX", "DT", "JJ", "IN", "WP", "NN", "." ]
[ "O", "NUMBER", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, true, true, false, false, true, false, true, false, false, false ]
[ false, false, false, false, false, false ]
400
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2_number", "from", "w", "where", "c1", "=", "'four aces'" ], "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": [ [ 1, 2 ] ], "sql_indices": [ [ 7 ] ] }
nt-7301
203_564
{ "raw_header": [ "hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], "tokenized_header": [ [ "hand" ], [ "1", "credit" ], [ "2", "credits" ], [ "3", "credits" ], [ "4", "credits" ], [ "5", "credits" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "number", "number", "number", "number", "number" ], "example": [ "royal flush", "250", "500", "750", "1000", "4000" ] }
[ "what", "is", "the", "total", "amount", "of", "a", "3", "credit", "straight", "flush", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "CD", "NN", "JJ", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, true, true, false, false, false ]
[ false, false, false, false, false, true, true, true, false, true, true, false ]
[ false, true, false, true, false, false ]
180
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c4_number", "from", "w", "where", "c1", "=", "'straight flush'" ], "span_indices": [ [], [], [], [], [], [], [], [ 9, 10 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "None", "None", "Column", "Column", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, "c4_number", "c4_number", null, null, null ] }
{ "nl_indices": [ [ 7, 8 ], [ 9, 10 ] ], "sql_indices": [ [ 1 ], [ 7 ] ] }
nt-7416
203_564
{ "raw_header": [ "hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], "tokenized_header": [ [ "hand" ], [ "1", "credit" ], [ "2", "credits" ], [ "3", "credits" ], [ "4", "credits" ], [ "5", "credits" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "number", "number", "number", "number", "number" ], "example": [ "royal flush", "250", "500", "750", "1000", "4000" ] }
[ "is", "a", "2", "credit", "full", "house", "the", "same", "as", "a", "5", "credit", "three", "of", "a", "kind", "?" ]
[ "VBD-AUX", "DT", "CD", "NN", "JJ", "NN", "DT", "JJ", "IN", "DT", "CD", "NN", "CD", "IN", "DT", "NN", "." ]
[ "O", "O", "NUMBER", "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O", "NUMBER", "O", "O", "O", "O" ]
[ false, false, true, true, false, false, false, false, false, false, true, true, false, false, false, false, false ]
[ false, true, true, false, true, true, false, false, false, true, true, false, true, true, true, true, false ]
[ false, true, true, false, false, true ]
No
{ "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", "c1", "=", "'full house'", ")", "=", "(", "select", "c6_number", "from", "w", "where", "c1", "=", "'three of a kind'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 4, 5 ], [], [], [], [], [], [], [], [], [], [], [ 12, 15 ], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Literal", "Literal", "None", "Keyword", "Keyword", "None", "Column", "Column", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "c3_number", "c3_number", null, null, null, "['', '']", "['', '']", null, "c6_number", "c6_number", null, null, null, null, null ] }
{ "nl_indices": [ [ 7, 8 ], [ 3, 2 ], [ 5, 4 ], [ 11, 10 ], [ 12, 13, 14, 15 ] ], "sql_indices": [ [ 0, 1, 10, 11, 12, 21 ], [ 3 ], [ 9 ], [ 14 ], [ 20 ] ] }
nt-7529
203_564
{ "raw_header": [ "hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], "tokenized_header": [ [ "hand" ], [ "1", "credit" ], [ "2", "credits" ], [ "3", "credits" ], [ "4", "credits" ], [ "5", "credits" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "number", "number", "number", "number", "number" ], "example": [ "royal flush", "250", "500", "750", "1000", "4000" ] }
[ "which", "hand", "is", "the", "top", "hand", "in", "the", "card", "game", "super", "aces", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NN", "NN", "NNP", "VBZ", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, true, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, true, false ]
[ true, false, false, false, false, false ]
Royal flush
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "where", "id", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, "['first', '']", "['first', '']", "c1", null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3, 4 ], [ 5 ] ], "sql_indices": [ [ 6, 5, 7 ], [ 1 ] ] }
nt-8210
203_564
{ "raw_header": [ "hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], "tokenized_header": [ [ "hand" ], [ "1", "credit" ], [ "2", "credits" ], [ "3", "credits" ], [ "4", "credits" ], [ "5", "credits" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "number", "number", "number", "number", "number" ], "example": [ "royal flush", "250", "500", "750", "1000", "4000" ] }
[ "which", "is", "a", "higher", "standing", "hand", ":", "a", "straight", "or", "a", "flush", "?" ]
[ "WDT", "VBD-AUX", "DT", "JJR", "NN", "NN", ":", "DT", "JJ", "CC", "DT", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, true, false, false, false, false, false, false, false ]
[ false, false, true, false, false, false, false, true, true, true, true, true, false ]
[ true, false, false, false, false, false ]
Flush
{ "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", "(", "'straight'", ",", "'flush'", ")", "order", "by", "c2", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 8, 8 ], [], [ 11, 11 ], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "Column", "Column", "None", "None", "Literal", "Keyword", "None", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "c2", "c2", "c1", null, null, null, "['conj', 'conj_or']", null, null, null ] }
{ "nl_indices": [ [ 3, 4 ], [ 8 ], [ 11 ], [ 5 ], [ 9 ], [ 5 ] ], "sql_indices": [ [ 12, 13, 15, 16, 17, 14 ], [ 8 ], [ 10 ], [ 1 ], [ 6, 7, 9, 11 ], [ 5 ] ] }
nt-10783
203_564
{ "raw_header": [ "hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], "tokenized_header": [ [ "hand" ], [ "1", "credit" ], [ "2", "credits" ], [ "3", "credits" ], [ "4", "credits" ], [ "5", "credits" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "number", "number", "number", "number", "number" ], "example": [ "royal flush", "250", "500", "750", "1000", "4000" ] }
[ "what", "is", "the", "difference", "of", "payout", "on", "3", "credits", ",", "between", "a", "straight", "flush", "and", "royal", "flush", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NN", "IN", "CD", "NNS", ",", "IN", "DT", "JJ", "JJ", "CC", "JJ", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, true, true, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false, false, true, false, true, false, true, true, true, false, true, true, false ]
[ false, false, true, true, true, true ]
570
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword" ], "value": [ "select", "abs", "(", "(", "select", "c4_number", "from", "w", "where", "c1", "=", "'straight flush'", ")", "-", "(", "select", "c4_number", "from", "w", "where", "c1", "=", "'royal flush'", ")", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [ 12, 13 ], [], [], [], [], [], [], [], [], [], [], [ 15, 16 ], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "None", "None", "None", "Column", "Column", "None", "Keyword", "None", "Literal", "Literal", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['diff', '']", null, null, null, "c4_number", "c4_number", null, "['diff', '']", null, null, null, "['diff', '']", null, null, null ] }
{ "nl_indices": [ [ 7, 8 ], [ 7, 8 ], [ 12, 13 ], [ 15, 16 ], [ 3, 10, 14 ] ], "sql_indices": [ [ 5 ], [ 16 ], [ 11 ], [ 22 ], [ 1, 0, 2, 3, 12, 13, 14, 24, 23 ] ] }
nt-11230
203_564
{ "raw_header": [ "hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], "tokenized_header": [ [ "hand" ], [ "1", "credit" ], [ "2", "credits" ], [ "3", "credits" ], [ "4", "credits" ], [ "5", "credits" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "number", "number", "number", "number", "number" ], "example": [ "royal flush", "250", "500", "750", "1000", "4000" ] }
[ "the", "number", "of", "credits", "returned", "for", "a", "one", "credit", "bet", "on", "a", "royal", "flush", "are", "." ]
[ "DT", "NN", "IN", "NNS", "VBD", "IN", "DT", "CD", "NN", "NN", "IN", "DT", "NNP", "NN", "VBD-AUX", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, true, false, false, false, false, true, false, false, false, false, false, false, false ]
[ false, false, true, false, false, false, true, false, false, false, false, true, true, true, false, false ]
[ false, true, true, true, true, true ]
250
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2_number", "from", "w", "where", "c1", "=", "'royal flush'" ], "span_indices": [ [], [], [], [], [], [], [], [ 12, 13 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "None", "None", "Column", "Column", "None", "None", "None", "Literal", "Literal", "None", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, "c2_number", "c2_number", null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 7, 8 ], [ 12, 13 ] ], "sql_indices": [ [ 1 ], [ 7 ] ] }
nt-2533
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "how", "many", "cities", "have", "populations", "greater", "than", "arquata", "scrivia", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNS", "JJR", "IN", "NNP", "NNP", "." ]
[ "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, true, true, false ]
[ false, false, false, false, false, false ]
8
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c3_number", ">", "(", "select", "c3_number", "from", "w", "where", "c2", "=", "'arquata scrivia'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 7, 8 ], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Column", "Keyword", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, "c3_number", "['comp', 'comp_greater']", "['comp', 'comp_greater']", null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 4 ], [ 4 ], [ 7, 8 ], [ 6, 5 ], [ 2 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 8 ], [ 12 ], [ 18 ], [ 9 ], [ 16 ] ] }
nt-2748
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "how", "many", "cities", "have", "at", "least", "25,000", "people", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "IN", "JJS", "CD", "NNS", "." ]
[ "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 ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c3_number", ">=", "25000" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Keyword", "Keyword", "Literal", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, "['comp', 'comp_gequal']", "['comp', 'comp_gequal']", null, "c3_number", null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 4, 5 ], [ 6 ], [ 7 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 9 ], [ 10 ], [ 8 ] ] }
nt-2789
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "how", "many", "cities", "have", "densities", "at", "least", "above", "400", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNS", "IN", "JJS", "IN", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "NUMBER", "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 ]
6
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c5_number", ">", "400" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 8 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Column", "Keyword", "Keyword", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null, "c5_number", "['comp', 'comp_greater']", "['comp', 'comp_greater']", "['comp', 'comp_greater']", null, null ] }
{ "nl_indices": [ [ 8 ], [ 0, 1 ], [ 2 ], [ 4 ], [ 5, 6, 7 ] ], "sql_indices": [ [ 10 ], [ 1, 2, 4 ], [ 3 ], [ 8 ], [ 9 ] ] }
nt-4604
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "which", "city", "has", "the", "smallest", "area", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "JJS", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, true, false ]
[ false, false, false, false, false, false, false ]
[ false, true, false, true, false, false ]
Serravalle Scrivia
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c4_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['sort', '']", "['sort', '']", "c4_number", null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4 ], [ 5 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8 ], [ 6 ] ] }
nt-7672
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "which", "communes", "have", "a", "population", "above", "30,000", "?" ]
[ "WDT", "NNS", "VBD-AUX", "DT", "NN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "NUMBER", "O" ]
[ false, false, false, false, true, false, false, false ]
[ false, false, false, false, false, false, false, false ]
[ false, false, true, false, false, false ]
Alessandria|Casale Monferrato
{ "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", "None", "Column", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, "c3_number", "['comp', 'comp_greater']", null, null ] }
{ "nl_indices": [ [ 1 ], [ 4 ], [ 5 ], [ 6 ] ], "sql_indices": [ [ 1 ], [ 5 ], [ 6 ], [ 7 ] ] }
nt-8559
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "which", "city", "has", "the", "least", "density", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "JJS", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, true, false ]
[ false, false, false, false, false, false, false ]
[ false, true, false, false, true, false ]
Castelnuovo Scrivia
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c5_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['sort', '']", "['sort', '']", "c5_number", null ] }
{ "nl_indices": [ [ 1 ], [ 4, 3 ], [ 5 ] ], "sql_indices": [ [ 1 ], [ 5, 4, 7, 8 ], [ 6 ] ] }
nt-8697
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "which", "commune", "has", "the", "least", "number", "of", "inhabitants", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "JJS", "NN", "IN", "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, false, false, false ]
[ false, false, false, false, false, false ]
Castelnuovo Scrivia
{ "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" ], "aligned_sql_token_info": [ null, "c2", null, "['sort', '']", "['sort', '']", "['sort', '']", "['sort', '']", "c3_number", null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4, 5, 6 ], [ 7 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8 ], [ 6 ] ] }
nt-8965
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "what", "is", "the", "city", "with", "the", "lowest", "density", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "JJS", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, true, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false, false ]
[ false, true, false, false, true, false ]
Castelnuovo Scrivia
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c5_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "Keyword", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "c2", null, "['sort', '']", "['sort', '']", "c5_number", null ] }
{ "nl_indices": [ [ 3 ], [ 5, 6 ], [ 7 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8 ], [ 6 ] ] }
nt-9043
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "which", "city", "is", "the", "most", "densely", "populated", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "RBS", "RB", "VBN", "." ]
[ "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, true, false, false, false, false ]
Acqui Terme
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c5_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, "c2", null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "c5_number", "c5_number", null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4 ], [ 5, 6 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8, 9 ], [ 6 ] ] }
nt-12602
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "what", "is", "the", "difference", "between", "the", "population", "of", "ovada", "and", "the", "population", "of", "serravalle", "scrivia", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "NN", "IN", "NN", "CC", "DT", "NN", "IN", "NN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O", "O", "O", "O", "O" ]
[ 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, false, false, true, true, false ]
[ false, false, true, false, false, false ]
5467
{ "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", "=", "'ovada'", ")", "-", "(", "select", "c3_number", "from", "w", "where", "c2", "=", "'serravalle scrivia'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 8, 8 ], [], [], [], [], [], [], [], [], [], [], [ 13, 14 ], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "None", "Column", "None", "Literal", "Keyword", "None", "None", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['diff', '']", "['diff', '']", null, "c3_number", null, null, "['diff', '']", null, null, null, null, null, null ] }
{ "nl_indices": [ [ 8 ], [ 13, 14 ], [ 3, 4, 9 ], [ 6 ], [ 6 ] ], "sql_indices": [ [ 9 ], [ 20 ], [ 0, 1, 10, 12, 11, 21 ], [ 3 ], [ 14 ] ] }
nt-12731
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "how", "many", "cities", "do", "not", "have", "lower", "populations", "than", "valenza", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "RB", "VBD-AUX", "JJR", "NNS", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "PERSON", "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 ]
5
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c2", "!=", "'valenza'", "and", "c3_number", ">=", "(", "select", "c3_number", "from", "w", "where", "c2", "=", "'valenza'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 9, 9 ], [], [], [], [], [], [], [], [], [], [], [], [ 9, 9 ], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Keyword", "None", "Keyword", "Column", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, "['conj', 'conj_and']", null, "['conj', 'conj_and']", "c3_number", "['conj', 'conj_and']", null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 2 ], [ 2 ], [ 9 ], [ 9 ], [ 7 ], [ 7 ], [ 4, 6, 8 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 8 ], [ 20 ], [ 10 ], [ 22 ], [ 12 ], [ 16 ], [ 13, 9, 11 ] ] }
nt-13578
203_413
{ "raw_header": [ "rank", "city", "population", "area\n(km2)", "density\n(inhabitants/km2)", "altitude\n(mslm)" ], "tokenized_header": [ [ "rank" ], [ "city" ], [ "population" ], [ "area", "-lrb-", "km2", "-rrb-" ], [ "density", "-lrb-", "inhabitants\\\\/km2", "-rrb-" ], [ "altitude", "-lrb-", "mslm", "-rrb-" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "rank", "text", "number", "number", "number", "number" ], "example": [ "1st", "alessandria", "94191", "203.97", "461.8", "95" ] }
[ "how", "many", "people", "live", "in", "tortona", "?" ]
[ "WRB", "JJ", "NNS", "VBP", "IN", "NNP", "." ]
[ "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, false ]
27476
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c3_number", "from", "w", "where", "c2", "=", "'tortona'" ], "span_indices": [ [], [], [], [], [], [], [], [ 5, 5 ] ] }
{ "aligned_sql_token_type": [ "Column", "Column", "Column", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "c3_number", "c3_number", "c3_number", null, "c2", null, null ] }
{ "nl_indices": [ [ 5 ], [ 1, 2, 0 ], [ 4 ] ], "sql_indices": [ [ 7 ], [ 1 ], [ 5 ] ] }
nt-4673
204_293
{ "raw_header": [ "district", "name", "party", "district office", "first elected" ], "tokenized_header": [ [ "district" ], [ "name" ], [ "party" ], [ "district", "office" ], [ "first", "elected" ] ], "column_suffixes": [ [ "number" ], [], [], [], [ "number" ] ], "column_dtype": [ "number", "text", "text", "text", "number" ], "example": [ "1", "a.g. crowe", "rep", "slidell", "2007" ] }
[ "which", "political", "party", "has", "the", "most", "people", "in", "office", "?" ]
[ "WDT", "JJ", "NN", "VBD-AUX", "DT", "JJS", "NNS", "IN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, true, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, true, true, false ]
Rep
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c3", "from", "w", "group", "by", "c3", "order", "by", "count", "(", "*", ")", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "None", "Keyword", "Keyword", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, "c3", null, "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", null, null, null, null ] }
{ "nl_indices": [ [ 2 ], [ 2 ], [ 4, 5 ] ], "sql_indices": [ [ 1 ], [ 6 ], [ 5, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] ] }
nt-8025
204_293
{ "raw_header": [ "district", "name", "party", "district office", "first elected" ], "tokenized_header": [ [ "district" ], [ "name" ], [ "party" ], [ "district", "office" ], [ "first", "elected" ] ], "column_suffixes": [ [ "number" ], [], [], [], [ "number" ] ], "column_dtype": [ "number", "text", "text", "text", "number" ], "example": [ "1", "a.g. crowe", "rep", "slidell", "2007" ] }
[ "name", "a", "senator", "who", "was", "elected", "before", "brown", "." ]
[ "VB", "DT", "NN", "WP", "VBD-AUX", "VBN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "PERSON", "O" ]
[ true, false, false, false, false, true, false, false, false ]
[ false, false, false, false, false, false, false, true, true ]
[ false, true, false, false, true ]
A.G. Crowe
{ "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", "=", "'troy brown'", ")", "-", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 7, 7 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "None", "None", "None", "None", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "c2", null, null, null, null, null, "['before', 'before_minus']", null, null ] }
{ "nl_indices": [ [ 6 ], [ 7 ], [ 0 ], [ 0 ] ], "sql_indices": [ [ 5, 6, 7, 9, 16, 17, 18 ], [ 15 ], [ 1 ], [ 13 ] ] }
nt-8469
204_293
{ "raw_header": [ "district", "name", "party", "district office", "first elected" ], "tokenized_header": [ [ "district" ], [ "name" ], [ "party" ], [ "district", "office" ], [ "first", "elected" ] ], "column_suffixes": [ [ "number" ], [], [], [], [ "number" ] ], "column_dtype": [ "number", "text", "text", "text", "number" ], "example": [ "1", "a.g. crowe", "rep", "slidell", "2007" ] }
[ "how", "many", "senators", "are", "from", "baton", "rouge", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "IN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "LOCATION", "LOCATION", "O" ]
[ false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, true, false ]
[ false, false, false, false, false ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c4", "=", "'baton rouge'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 5, 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "Column", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, "c4", null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 5, 6 ], [ 4 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 10 ], [ 8 ] ] }
nt-10052
204_293
{ "raw_header": [ "district", "name", "party", "district office", "first elected" ], "tokenized_header": [ [ "district" ], [ "name" ], [ "party" ], [ "district", "office" ], [ "first", "elected" ] ], "column_suffixes": [ [ "number" ], [], [], [], [ "number" ] ], "column_dtype": [ "number", "text", "text", "text", "number" ], "example": [ "1", "a.g. crowe", "rep", "slidell", "2007" ] }
[ "how", "many", "total", "senators", "are", "there", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD-AUX", "EX", "." ]
[ "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 ]
39
{ "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" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, null ] }
{ "nl_indices": [ [ 3 ], [ 1, 2, 0 ] ], "sql_indices": [ [ 3 ], [ 2, 1, 4 ] ] }
nt-10804
204_293
{ "raw_header": [ "district", "name", "party", "district office", "first elected" ], "tokenized_header": [ [ "district" ], [ "name" ], [ "party" ], [ "district", "office" ], [ "first", "elected" ] ], "column_suffixes": [ [ "number" ], [], [], [], [ "number" ] ], "column_dtype": [ "number", "text", "text", "text", "number" ], "example": [ "1", "a.g. crowe", "rep", "slidell", "2007" ] }
[ "who", "was", "the", "only", "louisiana", "state", "senator", "first", "elected", "in", "2005", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NNP", "NNP", "NNP", "NNP", "VBN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "LOCATION", "O", "O", "ORDINAL", "O", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, true, true, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, true ]
Ed Murray
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c5_number", "=", "2005" ], "span_indices": [ [], [], [], [], [], [], [], [ 10 ] ] }
{ "aligned_sql_token_type": [ "Column", "None", "None", "None", "None", "None", "Column", "Column", "Column", "None", "Literal", "None" ], "aligned_sql_token_info": [ "c2", null, null, null, null, null, "c2", "c5_number", "c5_number", null, null, null ] }
{ "nl_indices": [ [ 7, 8 ], [ 10 ], [ 0 ], [ 6 ] ], "sql_indices": [ [ 5 ], [ 7 ], [ 1 ], [ 1 ] ] }
nt-12019
204_293
{ "raw_header": [ "district", "name", "party", "district office", "first elected" ], "tokenized_header": [ [ "district" ], [ "name" ], [ "party" ], [ "district", "office" ], [ "first", "elected" ] ], "column_suffixes": [ [ "number" ], [], [], [], [ "number" ] ], "column_dtype": [ "number", "text", "text", "text", "number" ], "example": [ "1", "a.g. crowe", "rep", "slidell", "2007" ] }
[ "who", "was", "elected", "earlier", ",", "amedee", "or", "cortez", "?" ]
[ "WP", "VBD-AUX", "VBN", "RBR", ",", "NNP", "CC", "NNP", "." ]
[ "O", "O", "O", "O", "O", "PERSON", "O", "PERSON", "O" ]
[ false, false, true, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false, true, false ]
[ false, false, false, false, true ]
Amedee
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.String", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c2", "in", "(", "'jody amedee'", ",", "'page cortez'", ")", "order", "by", "c5_number", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 5, 5 ], [], [ 7, 7 ], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Column", "Keyword", "None", "Literal", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "c2", null, "c5_number", "['sort', '']", null, null, "['conj', 'conj_or']", null, null ] }
{ "nl_indices": [ [ 3 ], [ 2 ], [ 5 ], [ 7 ], [ 6 ], [ 0 ], [ 0 ] ], "sql_indices": [ [ 12, 13, 15, 16 ], [ 14 ], [ 8 ], [ 10 ], [ 9, 6, 7, 11 ], [ 5 ], [ 1 ] ] }
nt-12244
204_293
{ "raw_header": [ "district", "name", "party", "district office", "first elected" ], "tokenized_header": [ [ "district" ], [ "name" ], [ "party" ], [ "district", "office" ], [ "first", "elected" ] ], "column_suffixes": [ [ "number" ], [], [], [], [ "number" ] ], "column_dtype": [ "number", "text", "text", "text", "number" ], "example": [ "1", "a.g. crowe", "rep", "slidell", "2007" ] }
[ "j.p", "morrell", "was", "elected", "in", "2008", "-", "the", "same", "as", "which", "other", "louisiana", "state", "senator", "?" ]
[ "NNP", "NNP", "VBD-AUX", "VBN", "IN", "CD", ":", "DT", "JJ", "IN", "WDT", "JJ", "NNP", "NNP", "NNP", "." ]
[ "PERSON", "PERSON", "O", "O", "O", "DATE", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O" ]
[ false, false, false, true, false, false, false, false, false, false, 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, true ]
Conrad Appel
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c2", "!=", "'j.p. morrell'", "and", "c5_number", "=", "2008" ], "span_indices": [ [], [], [], [], [], [], [], [ 0, 1 ], [], [], [], [ 5 ] ] }
{ "aligned_sql_token_type": [ "Literal", "Literal", "None", "Column", "Column", "Column", "None", "None", "None", "None", "None", "Keyword", "None", "None", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "c5_number", "c5_number", "c5_number", null, null, null, null, null, "['comp', 'comp_not']", null, null, "c2", null ] }
{ "nl_indices": [ [ 5, 3, 4 ], [ 1, 0 ], [ 11 ], [ 14 ], [ 14 ] ], "sql_indices": [ [ 11, 9 ], [ 7 ], [ 6 ], [ 1 ], [ 5 ] ] }
nt-23
204_849
{ "raw_header": [ "rank", "name", "nationality", "time" ], "tokenized_header": [ [ "rank" ], [ "name" ], [ "nationality" ], [ "time" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ] ], "column_dtype": [ "number", "text", "text", "time" ], "example": [ "4", "brahim boulami", "morocco", "8:17.73" ] }
[ "what", "counties", "had", "the", "least", "participants", "for", "the", "race", "?" ]
[ "WDT", "NNS", "VBD-AUX", "DT", "JJS", "NNS", "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 ]
Morocco|France|Spain
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c3", "from", "w", "group", "by", "c3", "having", "count", "(", "c2", ")", "=", "(", "select", "count", "(", "c2", ")", "from", "w", "group", "by", "c3", "order", "by", "count", "(", "c2", ")", "asc", "limit", "1", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Column", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, "c3", null, "['sort', 'sort_asc_group_having_count']", "['sort', 'sort_asc_group_having_count']", "c2", null, null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 1 ], [ 1 ], [ 5 ], [ 5 ], [ 5 ], [ 3, 4 ] ], "sql_indices": [ [ 1 ], [ 23 ], [ 6 ], [ 10 ], [ 28 ], [ 17 ], [ 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 24, 25, 26, 27, 29, 30, 31, 32, 33, 22 ] ] }
nt-4602
204_849
{ "raw_header": [ "rank", "name", "nationality", "time" ], "tokenized_header": [ [ "rank" ], [ "name" ], [ "nationality" ], [ "time" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ] ], "column_dtype": [ "number", "text", "text", "time" ], "example": [ "4", "brahim boulami", "morocco", "8:17.73" ] }
[ "what", "was", "the", "nationality", "of", "the", "first", "ranked", "competitor", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "JJ", "VBD", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "ORDINAL", "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, true, false ]
Morocco
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c3", "from", "w", "where", "id", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "Keyword", "Keyword", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, "c3", null, "['first', '']", "['first', '']", null, null, null ] }
{ "nl_indices": [ [ 5, 6 ], [ 3 ] ], "sql_indices": [ [ 5, 6, 7 ], [ 1 ] ] }
nt-9968
204_849
{ "raw_header": [ "rank", "name", "nationality", "time" ], "tokenized_header": [ [ "rank" ], [ "name" ], [ "nationality" ], [ "time" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ] ], "column_dtype": [ "number", "text", "text", "time" ], "example": [ "4", "brahim boulami", "morocco", "8:17.73" ] }
[ "who", "was", "the", "first", "person", "of", "the", "race", "to", "break", "the", "nine", "minute", "mark", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NN", "TO", "VB", "DT", "CD", "NN", "NN", "." ]
[ "O", "O", "O", "ORDINAL", "O", "O", "O", "O", "O", "O", "DURATION", "DURATION", "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, false, false ]
Thomas Chorny
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c4_number", ">=", "9", "order", "by", "c1_number", "asc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 11 ], [], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Column", "None", "None", "None", "None", "Keyword", "Keyword", "Literal", "Column", "Keyword", "None" ], "aligned_sql_token_info": [ null, null, "c1_number", "c1_number", "c2", null, null, null, null, "['comp', 'comp_gequal']", "['comp', 'comp_gequal']", null, "c4_number", "['comp', 'comp_gequal']", null ] }
{ "nl_indices": [ [ 3, 2 ], [ 4 ], [ 9, 10, 13 ], [ 12 ], [ 11 ] ], "sql_indices": [ [ 8, 9, 10, 11, 12, 13 ], [ 1 ], [ 6 ], [ 5 ], [ 7 ] ] }
nt-12081
204_849
{ "raw_header": [ "rank", "name", "nationality", "time" ], "tokenized_header": [ [ "rank" ], [ "name" ], [ "nationality" ], [ "time" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ] ], "column_dtype": [ "number", "text", "text", "time" ], "example": [ "4", "brahim boulami", "morocco", "8:17.73" ] }
[ "who", "was", "the", "first", "runner", "to", "place", "from", "kenya", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "TO", "VB", "IN", "NNP", "." ]
[ "O", "O", "O", "ORDINAL", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false ]
Reuben Kosgei
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c3", "=", "'kenya'", "order", "by", "c1_number", "asc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 8, 8 ], [], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Column", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "c1_number", "c1_number", "c2", null, null, "c3", null, null ] }
{ "nl_indices": [ [ 2, 3 ], [ 8 ], [ 7 ], [ 4 ] ], "sql_indices": [ [ 10, 8, 9, 11, 12, 13 ], [ 7 ], [ 5 ], [ 1 ] ] }
nt-2349
204_708
{ "raw_header": [ "victim(s)", "age", "gender", "date", "type of attack", "location", "details", "source(s)" ], "tokenized_header": [ [ "victim", "-lrb-", "s", "-rrb-" ], [ "age" ], [ "gender" ], [ "date" ], [ "type", "of", "attack" ], [ "location" ], [ "details" ], [ "source", "-lrb-", "s", "-rrb-" ] ], "column_suffixes": [ [], [ "number" ], [], [ "number", "parsed", "year", "month", "day" ], [], [ "address" ], [], [] ], "column_dtype": [ "text", "number", "text", "date", "text", "address", "text", "text" ], "example": [ "daughter of a frontiersman named \"baker\"", "18", "♀", "1915, february 10", "defending cows", "northwestern colorado, usa", "encountered a wolf resting on a hill while on her way to bring in cows at dusk. the animal attacked her after she shouted and threw rocks to scare it away. it seized her by the shoulder, threw her to the ground, and badly bit her arms and legs before being shot by her brother", "george bird grinnell" ] }
[ "was", "zacarias", "hugo", "above", "or", "below", "18", "years", "of", "age", "when", "he", "was", "attacked", "?" ]
[ "VBD-AUX", "NNP", "NNP", "IN", "CC", "IN", "CD", "NNS", "IN", "NN", "WRB", "PRP", "VBD-AUX", "VBN", "." ]
[ "O", "O", "O", "O", "O", "O", "DURATION", "NUMBER", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, true, true, false, false, false, false, false ]
[ true, true, true, false, true, false, true, true, true, false, true, true, true, true, false ]
[ false, true, false, false, true, false, false, false ]
below
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "(", "select", "c2_number", "from", "w", "where", "c1", "=", "'zacarias hugo'", ")", ">", "18" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 1, 2 ], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "None", "Literal", "Literal", "Keyword", "Keyword", "Keyword", "Literal", "None", "None", "Column", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, "['comp', 'comp_greater']", "['comp', 'comp_greater']", "['comp', 'comp_greater']", null, null, null, "c2_number", null, null, null, null, null ] }
{ "nl_indices": [ [ 6 ], [ 1, 2 ], [ 9 ], [ 3, 4, 5 ] ], "sql_indices": [ [ 12 ], [ 9 ], [ 3 ], [ 1, 0, 11, 10 ] ] }
nt-5641
204_708
{ "raw_header": [ "victim(s)", "age", "gender", "date", "type of attack", "location", "details", "source(s)" ], "tokenized_header": [ [ "victim", "-lrb-", "s", "-rrb-" ], [ "age" ], [ "gender" ], [ "date" ], [ "type", "of", "attack" ], [ "location" ], [ "details" ], [ "source", "-lrb-", "s", "-rrb-" ] ], "column_suffixes": [ [], [ "number" ], [], [ "number", "parsed", "year", "month", "day" ], [], [ "address" ], [], [] ], "column_dtype": [ "text", "number", "text", "date", "text", "address", "text", "text" ], "example": [ "daughter of a frontiersman named \"baker\"", "18", "♀", "1915, february 10", "defending cows", "northwestern colorado, usa", "encountered a wolf resting on a hill while on her way to bring in cows at dusk. the animal attacked her after she shouted and threw rocks to scare it away. it seized her by the shoulder, threw her to the ground, and badly bit her arms and legs before being shot by her brother", "george bird grinnell" ] }
[ "who", "was", "the", "victim", "of", "the", "last", "wolf", "attack", "to", "occur", "in", "california", ",", "usa", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "JJ", "NNP", "NN", "TO", "VB", "IN", "NNP", ",", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "LOCATION", "O" ]
[ false, false, false, true, true, false, false, false, true, false, false, false, false, false, false, false ]
[ true, true, true, false, true, true, false, true, true, true, false, true, true, true, true, false ]
[ true, false, false, false, true, false, false, false ]
Christopher Nimitz
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "where", "c6_address", "=", "'california'", "order", "by", "c4_year", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 12, 12 ], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "Column", "Column", "None", "None", "None", "None", "Column", "Literal", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, "c1", null, "c4_year", "c4_year", null, null, null, null, "c6_address", null, null, null, null ] }
{ "nl_indices": [ [ 12 ], [ 11 ], [ 3 ], [ 5, 6 ] ], "sql_indices": [ [ 7 ], [ 5 ], [ 1 ], [ 8, 9, 10, 11, 12, 13 ] ] }
nt-9710
204_708
{ "raw_header": [ "victim(s)", "age", "gender", "date", "type of attack", "location", "details", "source(s)" ], "tokenized_header": [ [ "victim", "-lrb-", "s", "-rrb-" ], [ "age" ], [ "gender" ], [ "date" ], [ "type", "of", "attack" ], [ "location" ], [ "details" ], [ "source", "-lrb-", "s", "-rrb-" ] ], "column_suffixes": [ [], [ "number" ], [], [ "number", "parsed", "year", "month", "day" ], [], [ "address" ], [], [] ], "column_dtype": [ "text", "number", "text", "date", "text", "address", "text", "text" ], "example": [ "daughter of a frontiersman named \"baker\"", "18", "♀", "1915, february 10", "defending cows", "northwestern colorado, usa", "encountered a wolf resting on a hill while on her way to bring in cows at dusk. the animal attacked her after she shouted and threw rocks to scare it away. it seized her by the shoulder, threw her to the ground, and badly bit her arms and legs before being shot by her brother", "george bird grinnell" ] }
[ "how", "many", "total", "non", "fatal", "attacks", "by", "wolves", "have", "been", "recorded", "?" ]
[ "WRB", "JJ", "JJ", "JJ", "JJ", "NNS", "IN", "NNS", "VBD-AUX", "VBD-AUX", "VBN", "." ]
[ "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, false, true, true, true, true, true, false, false ]
[ false, false, false, false, false, false, false, false ]
22
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "*", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 0, 1, 2 ] ], "sql_indices": [ [ 1, 2, 3, 4 ] ] }
nt-10985
204_708
{ "raw_header": [ "victim(s)", "age", "gender", "date", "type of attack", "location", "details", "source(s)" ], "tokenized_header": [ [ "victim", "-lrb-", "s", "-rrb-" ], [ "age" ], [ "gender" ], [ "date" ], [ "type", "of", "attack" ], [ "location" ], [ "details" ], [ "source", "-lrb-", "s", "-rrb-" ] ], "column_suffixes": [ [], [ "number" ], [], [ "number", "parsed", "year", "month", "day" ], [], [ "address" ], [], [] ], "column_dtype": [ "text", "number", "text", "date", "text", "address", "text", "text" ], "example": [ "daughter of a frontiersman named \"baker\"", "18", "♀", "1915, february 10", "defending cows", "northwestern colorado, usa", "encountered a wolf resting on a hill while on her way to bring in cows at dusk. the animal attacked her after she shouted and threw rocks to scare it away. it seized her by the shoulder, threw her to the ground, and badly bit her arms and legs before being shot by her brother", "george bird grinnell" ] }
[ "was", "the", "wolf", "attack", "on", "david", "tobuk", "predatory", "or", "agonistic", "?" ]
[ "VBD-AUX", "DT", "NNP", "NN", "IN", "NNP", "NNP", "JJ", "CC", "JJ", "." ]
[ "O", "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "O", "O" ]
[ false, false, false, true, false, false, false, false, false, false, false ]
[ true, true, true, true, true, true, true, true, true, true, false ]
[ false, false, false, false, true, false, false, false ]
Predatory
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c5", "from", "w", "where", "c1", "=", "'david tobuk'" ], "span_indices": [ [], [], [], [], [], [], [], [ 5, 6 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "Literal", "Literal", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 5, 6 ] ], "sql_indices": [ [ 7 ] ] }
nt-11796
204_708
{ "raw_header": [ "victim(s)", "age", "gender", "date", "type of attack", "location", "details", "source(s)" ], "tokenized_header": [ [ "victim", "-lrb-", "s", "-rrb-" ], [ "age" ], [ "gender" ], [ "date" ], [ "type", "of", "attack" ], [ "location" ], [ "details" ], [ "source", "-lrb-", "s", "-rrb-" ] ], "column_suffixes": [ [], [ "number" ], [], [ "number", "parsed", "year", "month", "day" ], [], [ "address" ], [], [] ], "column_dtype": [ "text", "number", "text", "date", "text", "address", "text", "text" ], "example": [ "daughter of a frontiersman named \"baker\"", "18", "♀", "1915, february 10", "defending cows", "northwestern colorado, usa", "encountered a wolf resting on a hill while on her way to bring in cows at dusk. the animal attacked her after she shouted and threw rocks to scare it away. it seized her by the shoulder, threw her to the ground, and badly bit her arms and legs before being shot by her brother", "george bird grinnell" ] }
[ "what", "was", "the", "date", "of", "the", "attack", "on", "dr.", "bob", "piorkowski", "and", "his", "wife", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "NN", "IN", "NNP", "NNP", "NNP", "CC", "PRP$", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "O", "O" ]
[ false, false, false, true, true, false, true, false, false, false, false, false, false, false, false ]
[ false, true, true, false, true, true, true, true, true, true, true, true, true, true, false ]
[ false, false, false, true, true, false, false, false ]
October, 1975
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c4", "from", "w", "where", "c1", "=", "'dr. bob piorkowski, alaska fish and game, and his wife'" ], "span_indices": [ [], [], [], [], [], [], [], [ 8, 13 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "None", "None", "None", "Literal", "Literal", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "c4", null, null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 3 ], [ 8, 9, 10, 11, 12, 13 ] ], "sql_indices": [ [ 1 ], [ 7 ] ] }
nt-5064
202_137
{ "raw_header": [ "film", "year", "role", "language" ], "tokenized_header": [ [ "film" ], [ "year" ], [ "role" ], [ "language" ] ], "column_suffixes": [ [], [ "minimum_number", "minimum_parsed", "minimum_year", "maximum_number", "maximum_parsed", "maximum_year" ], [], [ "list", "length" ] ], "column_dtype": [ "text", "timespan", "text", "<f, text>" ], "example": [ "miss christina", "2013", "mrs. moscu", "romanian" ] }
[ "when", "was", "morgenstern", "'s", "film", "debut", "?" ]
[ "WRB", "VBD-AUX", "NNP", "POS", "NN", "NN", "." ]
[ "O", "O", "PERSON", "O", "O", "O", "O" ]
[ false, false, false, false, true, false, false ]
[ false, false, true, true, false, false, false ]
[ true, false, false, false ]
1983
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "min", "(", "c2_minimum_number", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "None", "None", "None", "Column", "None" ], "aligned_sql_token_info": [ "c2_minimum_number", null, null, null, null, "c2_minimum_number", null ] }
{ "nl_indices": [ [ 5 ], [ 0 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 3 ] ] }
nt-6037
202_137
{ "raw_header": [ "film", "year", "role", "language" ], "tokenized_header": [ [ "film" ], [ "year" ], [ "role" ], [ "language" ] ], "column_suffixes": [ [], [ "minimum_number", "minimum_parsed", "minimum_year", "maximum_number", "maximum_parsed", "maximum_year" ], [], [ "list", "length" ] ], "column_dtype": [ "text", "timespan", "text", "<f, text>" ], "example": [ "miss christina", "2013", "mrs. moscu", "romanian" ] }
[ "what", "language", "has", "the", "most", "films", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "RBS", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, false, false ]
[ false, false, false, true, true, false, false ]
[ false, false, false, true ]
Romanian
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4_list", "from", "w", "group", "by", "c4_list", "order", "by", "count", "(", "c1", ")", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, "c4_list", null, "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", "c1", null ] }
{ "nl_indices": [ [ 1 ], [ 5 ], [ 1 ], [ 4, 3 ] ], "sql_indices": [ [ 1 ], [ 11 ], [ 6 ], [ 5, 4, 7, 8, 9, 10, 12, 13, 14, 15 ] ] }
nt-448
202_279
{ "raw_header": [ "year", "title", "role", "notes" ], "tokenized_header": [ [ "year" ], [ "title" ], [ "role" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [] ], "column_dtype": [ "number", "text", "text", "text" ], "example": [ "1999", "bob rizzo's simply funk with suzanne", "himself", "as matthew j. morrison" ] }
[ "what", "movies", "was", "morrison", "involved", "with", "in", "2007", "?" ]
[ "WDT", "NNS", "VBD-AUX", "NNP", "VBN", "IN", "IN", "CD", "." ]
[ "O", "O", "O", "PERSON", "O", "O", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ true, false, false, true, false, true, true, true, false ]
[ false, false, false, false ]
Music and Lyrics|Dan in Real Life|I Think I Love My Wife
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", "=", "2007" ], "span_indices": [ [], [], [], [], [], [], [], [ 7 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, null, null, "c1_number", null, null ] }
{ "nl_indices": [ [ 1 ], [ 6 ], [ 7 ] ], "sql_indices": [ [ 1 ], [ 5 ], [ 7 ] ] }
nt-1836
202_279
{ "raw_header": [ "year", "title", "role", "notes" ], "tokenized_header": [ [ "year" ], [ "title" ], [ "role" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [] ], "column_dtype": [ "number", "text", "text", "text" ], "example": [ "1999", "bob rizzo's simply funk with suzanne", "himself", "as matthew j. morrison" ] }
[ "how", "many", "movies", "has", "morrison", "acted", "in", "after", "2010", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "VBD", "IN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "PERSON", "O", "O", "O", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, false, true, false, false, false ]
[ false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c1", ">", "2010" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 8 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None", "Column", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, null, "c1", "['comp', 'comp_greater']", null, null ] }
{ "nl_indices": [ [ 7 ], [ 8 ], [ 1, 0 ], [ 2 ], [ 6 ] ], "sql_indices": [ [ 9 ], [ 10 ], [ 1, 2, 4 ], [ 3 ], [ 8 ] ] }
nt-2943
202_279
{ "raw_header": [ "year", "title", "role", "notes" ], "tokenized_header": [ [ "year" ], [ "title" ], [ "role" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [] ], "column_dtype": [ "number", "text", "text", "text" ], "example": [ "1999", "bob rizzo's simply funk with suzanne", "himself", "as matthew j. morrison" ] }
[ "which", "year", "had", "the", "most", "matthew", "j.", "morrison", "films", "released", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "RBS", "NNP", "NNP", "NNP", "NNS", "VBN", "." ]
[ "O", "DURATION", "O", "O", "O", "PERSON", "PERSON", "PERSON", "O", "O", "O" ]
[ false, true, false, false, false, false, false, false, false, false, false ]
[ false, false, false, true, false, true, true, true, false, false, false ]
[ true, false, false, false ]
2007
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "group", "by", "c1", "order", "by", "count", "(", "c2", ")", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "None", "None", "None", "Column", "None", "None" ], "aligned_sql_token_info": [ null, "c1", null, "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", null, null, null, "c2", null, null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4 ], [ 1 ], [ 8 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8, 9, 10, 12, 13, 14, 15 ], [ 6 ], [ 11 ] ] }
nt-11324
202_279
{ "raw_header": [ "year", "title", "role", "notes" ], "tokenized_header": [ [ "year" ], [ "title" ], [ "role" ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [], [], [] ], "column_dtype": [ "number", "text", "text", "text" ], "example": [ "1999", "bob rizzo's simply funk with suzanne", "himself", "as matthew j. morrison" ] }
[ "which", "movie", "did", "matthew", "j.", "morrison", "play", "a", "policeman", "and", "what", "year", "was", "it", "released", "?" ]
[ "WDT", "NN", "VBD-AUX", "NNP", "NNP", "NNP", "VB", "DT", "NN", "CC", "WDT", "NN", "VBD-AUX", "PRP", "VBN", "." ]
[ "O", "O", "O", "PERSON", "PERSON", "PERSON", "O", "O", "O", "O", "O", "DURATION", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false ]
[ false, false, false, true, true, true, false, true, true, true, true, false, false, false, false, false ]
[ true, false, false, false ]
Dan in Real Life|2007
{ "sql_type": [ "Keyword", "Column", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c2", ",", "c1", "from", "w", "where", "c3", "=", "'policeman'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 8, 8 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "None", "None", "Column", "None", "Literal", "None", "None", "Column", "None", "None", "None", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, null, null, "c3", null, null, null, null, "c1", null, null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 6 ], [ 8 ], [ 11 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 9 ], [ 3 ] ] }
nt-4597
203_718
{ "raw_header": [ "pos", "rider", "manufacturer", "time/retired", "points" ], "tokenized_header": [ [ "pos" ], [ "rider" ], [ "manufacturer" ], [ "time\\\\/retired" ], [ "points" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ], [ "number" ] ], "column_dtype": [ "rank", "text", "text", "time", "number" ], "example": [ "1", "tohru ukawa", "honda", "49:50.449", "25" ] }
[ "who", "earned", "the", "most", "points", "at", "the", "250cc", "valencian", "community", "motorcycle", "grand", "prix", "?" ]
[ "WP", "VBD", "DT", "RBS", "NNS", "IN", "DT", "NN", "NN", "NN", "NN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "MISC", "MISC", "O", "O", "MISC", "MISC", "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, true ]
Tohru Ukawa
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c5_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Keyword", "Keyword", "Column", "None", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "c2", null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "c5_number", null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 2, 3 ], [ 4 ], [ 0 ] ], "sql_indices": [ [ 4, 5, 7, 8, 9 ], [ 6 ], [ 1 ] ] }
nt-6939
203_718
{ "raw_header": [ "pos", "rider", "manufacturer", "time/retired", "points" ], "tokenized_header": [ [ "pos" ], [ "rider" ], [ "manufacturer" ], [ "time\\\\/retired" ], [ "points" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ], [ "number" ] ], "column_dtype": [ "rank", "text", "text", "time", "number" ], "example": [ "1", "tohru ukawa", "honda", "49:50.449", "25" ] }
[ "which", "rider", "is", "listed", "in", "the", "position", "after", "loris", "capirossi", "?" ]
[ "WDT", "NN", "VBD-AUX", "VBN", "IN", "DT", "NN", "IN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "PERSON", "PERSON", "O" ]
[ false, true, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, true, true, false ]
[ false, true, false, false, false ]
Shinya Nakano
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", "=", "(", "select", "c1_number", "from", "w", "where", "c2", "=", "'loris capirossi'", ")", "+", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 8, 9 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "None", "None", "Column", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, "c2", null, null, null, null, "c1_number", "['before', 'before_plus']", null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 8, 9 ], [ 7 ], [ 6 ], [ 6 ], [ 1 ] ], "sql_indices": [ [ 1 ], [ 15 ], [ 17, 18 ], [ 5 ], [ 9 ], [ 13 ] ] }
nt-7317
203_718
{ "raw_header": [ "pos", "rider", "manufacturer", "time/retired", "points" ], "tokenized_header": [ [ "pos" ], [ "rider" ], [ "manufacturer" ], [ "time\\\\/retired" ], [ "points" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ], [ "number" ] ], "column_dtype": [ "rank", "text", "text", "time", "number" ], "example": [ "1", "tohru ukawa", "honda", "49:50.449", "25" ] }
[ "how", "many", "riders", "got", "more", "than", "10", "points", "?" ]
[ "WRB", "JJ", "NNS", "VBD", "JJR", "IN", "CD", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O" ]
[ false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false, true, false, false ]
[ false, false, false, false, true ]
5
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c5_number", ">", "10" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Keyword", "Keyword", "Literal", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, "['comp', 'comp_greater']", "['comp', 'comp_greater']", null, "c5_number", null ] }
{ "nl_indices": [ [ 4, 5 ], [ 6 ], [ 0, 1 ], [ 7 ], [ 2 ] ], "sql_indices": [ [ 9 ], [ 10 ], [ 1, 2, 4 ], [ 8 ], [ 3 ] ] }
nt-7654
203_718
{ "raw_header": [ "pos", "rider", "manufacturer", "time/retired", "points" ], "tokenized_header": [ [ "pos" ], [ "rider" ], [ "manufacturer" ], [ "time\\\\/retired" ], [ "points" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ], [ "number" ] ], "column_dtype": [ "rank", "text", "text", "time", "number" ], "example": [ "1", "tohru ukawa", "honda", "49:50.449", "25" ] }
[ "what", "is", "the", "last", "manufacturer", "listed", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "VBN", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, true, false, false ]
[ false, false, false, false, false, false, false ]
[ false, false, true, false, false ]
Aprilia
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c3", "from", "w", "order", "by", "id", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Column", "Keyword", "None" ], "aligned_sql_token_info": [ null, null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "c3", "['sort', 'sort_desc']", null ] }
{ "nl_indices": [ [ 4 ], [ 3, 2, 5 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 6, 7, 8, 9 ] ] }
nt-9667
203_718
{ "raw_header": [ "pos", "rider", "manufacturer", "time/retired", "points" ], "tokenized_header": [ [ "pos" ], [ "rider" ], [ "manufacturer" ], [ "time\\\\/retired" ], [ "points" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ], [ "number" ] ], "column_dtype": [ "rank", "text", "text", "time", "number" ], "example": [ "1", "tohru ukawa", "honda", "49:50.449", "25" ] }
[ "who", "was", "the", "last", "person", "to", "complete", "the", "250cc", "valencian", "community", "motorcycle", "grand", "prix", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "TO", "VB", "DT", "NN", "NN", "NN", "NN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "MISC", "MISC", "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, false, false, false ]
[ false, false, false, false, false ]
Jarno Janssen
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "order", "by", "c1_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Column", "Column", "Column", "None", "None", "None", "None", "None", "None", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "c2", null, "c1_number", "c1_number", "c2", null, null, null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 0 ], [ 2, 3 ] ], "sql_indices": [ [ 1 ], [ 1 ], [ 4, 5, 6, 7, 8, 9 ] ] }
nt-12139
203_718
{ "raw_header": [ "pos", "rider", "manufacturer", "time/retired", "points" ], "tokenized_header": [ [ "pos" ], [ "rider" ], [ "manufacturer" ], [ "time\\\\/retired" ], [ "points" ] ], "column_suffixes": [ [ "number" ], [], [], [ "number", "min", "sec" ], [ "number" ] ], "column_dtype": [ "rank", "text", "text", "time", "number" ], "example": [ "1", "tohru ukawa", "honda", "49:50.449", "25" ] }
[ "how", "many", "riders", "scored", "no", "points", "at", "all", "?" ]
[ "WRB", "JJ", "NNS", "VBD", "DT", "NNS", "IN", "DT", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, true, false, false, false ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true ]
16
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c5_number", "is", "null" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Keyword", "Column", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, "['null', 'null_null']", "c5_number", null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 5 ], [ 0, 1 ], [ 2 ] ], "sql_indices": [ [ 10, 9 ], [ 8 ], [ 1, 2, 4 ], [ 3 ] ] }
nt-812
204_583
{ "raw_header": [ "capacitor type", "capacity", "volts", "temp.", "energy-to-weight ratio", "power-to-weight ratio" ], "tokenized_header": [ [ "capacitor", "type" ], [ "capacity" ], [ "volts" ], [ "temp", "." ], [ "energy", "to", "weight", "ratio" ], [ "power", "to", "weight", "ratio" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [], [] ], "column_dtype": [ "text", "unitnum", "unitnum", "unitnum", "text", "text" ], "example": [ "act premlis lithium ion capacitor", "2000 f", "4.0 v", "25 °c", "54 kj/kg to 2.0 v", "44.4 w/kg @ 5 a" ] }
[ "which", "capacitor", "has", "the", "same", "temperature", "as", "the", "nesccap", "electric", "double", "layer", "capacitor", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NNP", "NNP", "JJ", "NN", "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, true, false ]
[ false, true, false, false, false, false, false, false, true, true, true, true, true, true ]
[ true, false, false, false, false, false ]
ACT Premlis Lithium ion capacitor
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "c1", "from", "w", "where", "c1", "!=", "'nesccap electric double-layer capacitor'", "and", "c4_number", "=", "(", "select", "c4_number", "from", "w", "where", "c1", "=", "'nesccap electric double-layer capacitor'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [ 8, 12 ], [], [], [], [], [], [], [], [], [], [], [], [ 8, 12 ], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "Keyword", "Column", "Keyword", "None", "Literal", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, "c1", null, null, "['same', '']", "c4_number", "['same', '']", null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 8, 9, 10, 11, 12 ], [ 8, 9, 10, 11, 12 ], [ 1 ], [ 1 ], [ 1 ], [ 5 ], [ 5 ], [ 4, 6 ] ], "sql_indices": [ [ 7 ], [ 19 ], [ 1 ], [ 5 ], [ 17 ], [ 13 ], [ 9 ], [ 6, 8, 10, 11, 18, 20 ] ] }
nt-6208
204_583
{ "raw_header": [ "capacitor type", "capacity", "volts", "temp.", "energy-to-weight ratio", "power-to-weight ratio" ], "tokenized_header": [ [ "capacitor", "type" ], [ "capacity" ], [ "volts" ], [ "temp", "." ], [ "energy", "to", "weight", "ratio" ], [ "power", "to", "weight", "ratio" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [], [] ], "column_dtype": [ "text", "unitnum", "unitnum", "unitnum", "text", "text" ], "example": [ "act premlis lithium ion capacitor", "2000 f", "4.0 v", "25 °c", "54 kj/kg to 2.0 v", "44.4 w/kg @ 5 a" ] }
[ "what", "is", "the", "average", "temp", "of", "the", "nesccap", "electric", "double", "layer", "capacitor", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NNP", "NNP", "JJ", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, true, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false, false, true, true, true, true, true, true ]
[ true, false, false, true, false, false ]
25 °C
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "avg", "(", "c4_number", ")", "from", "w", "where", "c1", "=", "'nesccap electric double-layer capacitor'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 7, 11 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Column", "None", "None", "Literal", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_avg']", "c4_number", null, null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 7, 8, 9, 10, 11 ], [ 3 ] ], "sql_indices": [ [ 3 ], [ 10 ], [ 1, 2, 4 ] ] }
nt-7028
204_583
{ "raw_header": [ "capacitor type", "capacity", "volts", "temp.", "energy-to-weight ratio", "power-to-weight ratio" ], "tokenized_header": [ [ "capacitor", "type" ], [ "capacity" ], [ "volts" ], [ "temp", "." ], [ "energy", "to", "weight", "ratio" ], [ "power", "to", "weight", "ratio" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [], [] ], "column_dtype": [ "text", "unitnum", "unitnum", "unitnum", "text", "text" ], "example": [ "act premlis lithium ion capacitor", "2000 f", "4.0 v", "25 °c", "54 kj/kg to 2.0 v", "44.4 w/kg @ 5 a" ] }
[ "what", "comes", "after", "2.7", "volts" ]
[ "WDT", "VBZ", "IN", "CD", "NNS" ]
[ "O", "O", "O", "NUMBER", "O" ]
[ false, false, false, false, true ]
[ false, false, false, true, false ]
[ false, false, true, false, false, false ]
3500 V
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c3", "from", "w", "where", "id", ">", "(", "select", "id", "from", "w", "where", "c3_number", "=", "2.7", "order", "by", "id", "desc", "limit", "1", ")", "order", "by", "id", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 3 ], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Literal", "Column" ], "aligned_sql_token_info": [ null, null, "['sort', 'sort_desc']", null, "c3_number" ] }
{ "nl_indices": [ [ 3 ], [ 4 ], [ 2 ], [ 4 ] ], "sql_indices": [ [ 15 ], [ 13 ], [ 5, 6, 7, 9, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ], [ 1 ] ] }
nt-8534
204_583
{ "raw_header": [ "capacitor type", "capacity", "volts", "temp.", "energy-to-weight ratio", "power-to-weight ratio" ], "tokenized_header": [ [ "capacitor", "type" ], [ "capacity" ], [ "volts" ], [ "temp", "." ], [ "energy", "to", "weight", "ratio" ], [ "power", "to", "weight", "ratio" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [], [] ], "column_dtype": [ "text", "unitnum", "unitnum", "unitnum", "text", "text" ], "example": [ "act premlis lithium ion capacitor", "2000 f", "4.0 v", "25 °c", "54 kj/kg to 2.0 v", "44.4 w/kg @ 5 a" ] }
[ "what", "is", "the", "difference", "in", "volts", "between", "the", "eestor", "eesu", "barium", "titanate", "supercapacitor", "and", "the", "act", "premlis", "lithium", "ion", "capacitor", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NNS", "IN", "DT", "NN", "NN", "NN", "NN", "NN", "CC", "DT", "NNP", "NNP", "NN", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false, false, false, true, true, true, true, true, false, false, true, true, true, true, true, true ]
[ true, false, true, false, false, false ]
3496 V
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword" ], "value": [ "select", "abs", "(", "(", "select", "c3_number", "from", "w", "where", "c1", "=", "'eestor eesu barium titanate supercapacitor'", ")", "-", "(", "select", "c3_number", "from", "w", "where", "c1", "=", "'act premlis lithium ion capacitor'", ")", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [ 8, 12 ], [], [], [], [], [], [], [], [], [], [], [ 15, 19 ], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "None", "Column", "Keyword", "None", "Literal", "Literal", "Literal", "Literal", "Literal", "Keyword", "None", "Literal", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['diff', '']", null, "c3_number", "['diff', '']", null, null, null, null, null, null, "['diff', '']", null, null, null, null, null, null, null ] }
{ "nl_indices": [ [ 15, 16, 17, 18, 19 ], [ 5 ], [ 5 ], [ 3, 6, 13 ], [ 8, 9, 10, 11, 12 ] ], "sql_indices": [ [ 22 ], [ 5 ], [ 16 ], [ 1, 0, 3, 12, 13, 14, 2, 24, 23 ], [ 11 ] ] }
nt-9305
204_583
{ "raw_header": [ "capacitor type", "capacity", "volts", "temp.", "energy-to-weight ratio", "power-to-weight ratio" ], "tokenized_header": [ [ "capacitor", "type" ], [ "capacity" ], [ "volts" ], [ "temp", "." ], [ "energy", "to", "weight", "ratio" ], [ "power", "to", "weight", "ratio" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ], [], [] ], "column_dtype": [ "text", "unitnum", "unitnum", "unitnum", "text", "text" ], "example": [ "act premlis lithium ion capacitor", "2000 f", "4.0 v", "25 °c", "54 kj/kg to 2.0 v", "44.4 w/kg @ 5 a" ] }
[ "which", "capacitor", "has", "the", "top", "voltage", "rating", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "JJ", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, false, false, false ]
[ false, true, false, false, false, true, false, true ]
[ true, false, false, false, false, false ]
EEStor EESU barium titanate supercapacitor
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "order", "by", "c3_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Keyword", "Column", "None", "None" ], "aligned_sql_token_info": [ null, "c1", null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "c3_number", null, null ] }
{ "nl_indices": [ [ 1 ], [ 3, 4 ], [ 5 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 7, 8, 9 ], [ 6 ] ] }
nt-3278
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "what", "is", "the", "number", "of", "victories", "this", "player", "has", "had", "on", "hard", "surfaces", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NNS", "DT", "NN", "VBD-AUX", "VBD-AUX", "IN", "JJ", "NNS", "." ]
[ "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, false ]
[ false, false, false, false, false, false, false, false, false, false, false, true, false, 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", "c5", "=", "'hard'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 11, 11 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "None", "None", "None", "None", "None", "None", "Literal", "Column", "None" ], "aligned_sql_token_info": [ null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, null, null, null, "c5", null ] }
{ "nl_indices": [ [ 12 ], [ 11 ], [ 2, 3, 4 ] ], "sql_indices": [ [ 8 ], [ 10 ], [ 1, 2, 3, 4 ] ] }
nt-3866
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "where", "was", "the", "last", "match", "played", "?" ]
[ "WRB", "VBD-AUX", "DT", "JJ", "NN", "VBN", "." ]
[ "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 ]
Lenzerheide, Switzerland
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "order", "by", "c3_parsed", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Column", "Column", "None", "None", "None" ], "aligned_sql_token_info": [ "c4", null, "c3_parsed", "c3_parsed", null, null, null ] }
{ "nl_indices": [ [ 0 ], [ 3, 2 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 6, 7, 8, 9 ] ] }
nt-6039
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "on", "how", "many", "dates", "was", "the", "outcome", "the", "same", "as", "on", "1", "august", "2011" ]
[ "IN", "WRB", "JJ", "NNS", "VBD-AUX", "DT", "NN", "DT", "JJ", "IN", "IN", "CD", "NNP", "CD" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "DATE", "DATE", "DATE" ]
[ 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, true, true, true ]
[ true, false, false, false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "count", "(", "c3", ")", "from", "w", "where", "c3", "!=", "'1 august 2011'", "and", "c1", "=", "(", "select", "c1", "from", "w", "where", "c3", "=", "'1 august 2011'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 11, 13 ], [], [], [], [], [], [], [], [], [], [], [], [ 11, 13 ], [] ] }
{ "aligned_sql_token_type": [ "None", "Keyword", "Keyword", "Column", "None", "None", "Column", "Keyword", "Keyword", "Keyword", "None", "Literal", "Literal", "Literal" ], "aligned_sql_token_info": [ null, "['agg', 'agg_count']", "['agg', 'agg_count']", "c3", null, null, "c1", "['same', '']", "['same', '']", "['same', '']", null, null, null, null ] }
{ "nl_indices": [ [ 2, 1 ], [ 3 ], [ 11, 12, 13 ], [ 11, 12, 13 ], [ 7, 8, 9 ], [ 6 ], [ 6 ], [ 3 ], [ 3 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 22 ], [ 10 ], [ 9, 11, 13, 14, 23 ], [ 12 ], [ 16 ], [ 8 ], [ 20 ] ] }
nt-8384
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "who", "did", "this", "player", "face", "in", "her", "only", "game", "in", "switzerland", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "NN", "IN", "PRP$", "JJ", "NN", "IN", "NNP", "." ]
[ "O", "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, false, false, true, false ]
[ false, false, false, false, false, false, false ]
Laura Siegemund
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c6", "from", "w", "where", "c4", "=", "'lenzerheide, switzerland'" ], "span_indices": [ [], [], [], [], [], [], [], [ 10, 10 ] ] }
{ "aligned_sql_token_type": [ "Column", "None", "None", "None", "Column", "None", "None", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "c6", null, null, null, "c6", null, null, null, null, "c4", null, null ] }
{ "nl_indices": [ [ 10 ], [ 0, 4 ], [ 9 ] ], "sql_indices": [ [ 7 ], [ 1 ], [ 5 ] ] }
nt-8433
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "tell", "me", "the", "number", "of", "matches", "played", "on", "clay", "." ]
[ "VB", "PRP", "DT", "NN", "IN", "NNS", "VBN", "IN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, true ]
[ false, false, false, false, false, false, false, false, true, true ]
[ false, true, false, false, false, false, false ]
5
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c5", "=", "'clay'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 8, 8 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, "c5", null, null ] }
{ "nl_indices": [ [ 2, 3, 4 ], [ 8 ], [ 7 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 10 ], [ 8 ] ] }
nt-9060
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "how", "many", "games", "did", "this", "player", "play", "in", "2011", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "DT", "NN", "NN", "IN", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "DATE", "O" ]
[ 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 ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c3_year", "=", "2011" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 8 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, null, "c3_year", null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 8 ], [ 7 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 10 ], [ 8 ] ] }
nt-9664
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "what", "match", "did", "she", "win", "before", "the", "match", "in", "ribeirao", "preto", ",", "brazil", "?" ]
[ "WDT", "NN", "VBD-AUX", "PRP", "VB", "IN", "DT", "NN", "IN", "NNP", "NNP", ",", "NNP", "." ]
[ "O", "O", "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, false, false, false, false, false, true, true, true, false ]
[ false, false, false, false, false, false, false ]
Goiânia, Brazil
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "c1", "=", "'winner'", "and", "c3_parsed", "<", "(", "select", "c3_parsed", "from", "w", "where", "c4", "=", "'ribeirao preto, brazil'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [ 4, 4 ], [], [], [], [], [], [], [], [], [], [], [], [ 9, 12 ], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "None", "Column", "Column", "None", "None", "Column", "Literal", "Literal", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, "c4", null, null, "c1", "c3_parsed", null, null, "c4", null, null, null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 5 ], [ 9, 10, 11, 12 ], [ 1 ], [ 1 ], [ 8 ] ], "sql_indices": [ [ 7, 6, 5 ], [ 9, 10, 11, 20, 13 ], [ 19 ], [ 1 ], [ 17 ], [ 17 ] ] }
nt-10279
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "how", "long", "from", "the", "first", "date", "listed", "to", "the", "last", "date", "listed", "?" ]
[ "WRB", "RB", "IN", "DT", "JJ", "NN", "VBN", "TO", "DT", "JJ", "NN", "VBN", "." ]
[ "O", "O", "O", "O", "ORDINAL", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ 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, false, true, false, false, false, false ]
2 years
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "max", "(", "c3_year", ")", "-", "min", "(", "c3_year", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "Keyword", "Keyword", "Column", "None", "None", "Keyword", "Keyword", "Column", "None", "None" ], "aligned_sql_token_info": [ "['before', 'before_minus']", "['before', 'before_minus']", null, "['max', 'max_max']", "['max', 'max_max']", "c3_year", null, null, "['max', 'max_min']", "['max', 'max_min']", "c3_year", null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 4, 3 ], [ 9, 8 ], [ 5 ], [ 10 ] ], "sql_indices": [ [ 5 ], [ 1, 2, 4 ], [ 6, 7, 9 ], [ 3 ], [ 8 ] ] }
nt-11121
204_868
{ "raw_header": [ "outcome", "no.", "date", "tournament", "surface", "opponent", "score" ], "tokenized_header": [ [ "outcome" ], [ "no", "." ], [ "date" ], [ "tournament" ], [ "surface" ], [ "opponent" ], [ "score" ] ], "column_suffixes": [ [], [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [], [ "list", "length", "list_first", "list_second", "list_first_number", "list_first_number1", "list_first_number2", "list_second_number", "list_second_number1", "list_second_number2" ] ], "column_dtype": [ "text", "number", "date", "text", "text", "text", "<c,score(score)>" ], "example": [ "runner-up", "1", "1 august 2011", "sao paulo, brazil", "clay", "maria fernanda alves", "6-4, 5-7, 3-6" ] }
[ "how", "many", "times", "was", "the", "surface", "clay", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "DT", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, true, false, false ]
[ false, false, false, false, false, false, true, false ]
[ false, false, false, false, true, false, false ]
5
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c5", "=", "'clay'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6, 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, "c5", null, null ] }
{ "nl_indices": [ [ 1, 0, 2 ], [ 5 ], [ 6 ] ], "sql_indices": [ [ 4, 1, 2, 3 ], [ 8 ], [ 10 ] ] }
nt-2778
204_978
{ "raw_header": [ "position", "nation", "number", "name", "soproni liga", "uefa cup", "hungarian cup", "league cup", "total" ], "tokenized_header": [ [ "position" ], [ "nation" ], [ "number" ], [ "name" ], [ "soproni", "liga" ], [ "uefa", "cup" ], [ "hungarian", "cup" ], [ "league", "cup" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "number", "number", "text", "number", "number", "number", "number", "number" ], "example": [ "1", "", "14", "gergely rudolf", "16", "3", "0", "0", "19" ] }
[ "lorant", "olah", "scored", "the", "same", "number", "of", "goals", "in", "the", "uefa", "cup", "as", "what", "other", "player", "?" ]
[ "NNP", "NNP", "VBD", "DT", "JJ", "NN", "IN", "NNS", "IN", "DT", "NNP", "NNP", "IN", "WP", "JJ", "NN", "." ]
[ "PERSON", "PERSON", "O", "O", "O", "O", "O", "O", "O", "O", "ORGANIZATION", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, true, false, false, false, false, true, true, 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, false, false, true, true, true, false ]
Omagbemi Dudu
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "c4", "!=", "'lorant olah'", "and", "c6_number", "=", "(", "select", "c6_number", "from", "w", "where", "c4", "=", "'lorant olah'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [ 0, 1 ], [], [], [], [], [], [], [], [], [], [], [], [ 0, 1 ], [] ] }
{ "aligned_sql_token_type": [ "Literal", "Literal", "None", "Keyword", "Keyword", "Keyword", "Keyword", "None", "None", "None", "Column", "Column", "Keyword", "None", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "['same', '']", "['same', '']", "['same', '']", "['same', '']", null, null, null, "c6_number", "c6_number", "['same', '']", null, "['comp', 'comp_not']", "c4", null ] }
{ "nl_indices": [ [ 15 ], [ 14 ], [ 10, 11 ], [ 11, 10 ], [ 4, 3, 6, 5, 12 ], [ 1, 0 ], [ 0, 1 ], [ 15 ], [ 15 ] ], "sql_indices": [ [ 1 ], [ 6 ], [ 9 ], [ 13 ], [ 8, 6, 10, 11, 20 ], [ 7 ], [ 19 ], [ 17 ], [ 5 ] ] }
nt-4617
204_978
{ "raw_header": [ "position", "nation", "number", "name", "soproni liga", "uefa cup", "hungarian cup", "league cup", "total" ], "tokenized_header": [ [ "position" ], [ "nation" ], [ "number" ], [ "name" ], [ "soproni", "liga" ], [ "uefa", "cup" ], [ "hungarian", "cup" ], [ "league", "cup" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "number", "number", "text", "number", "number", "number", "number", "number" ], "example": [ "1", "", "14", "gergely rudolf", "16", "3", "0", "0", "19" ] }
[ "how", "many", "goals", "does", "zoltán", "kiss", "have", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNP", "VB", "VBD-AUX", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false ]
[ false, false, true, false, true, true, false, false ]
[ false, false, false, false, false, false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c9", "from", "w", "where", "c4", "=", "'zoltan kiss'" ], "span_indices": [ [], [], [], [], [], [], [], [ 4, 5 ] ] }
{ "aligned_sql_token_type": [ "Column", "Column", "Column", "None", "Literal", "Literal", "None", "None" ], "aligned_sql_token_info": [ "c9", "c9", "c9", null, null, null, null, null ] }
{ "nl_indices": [ [ 2, 1, 0 ], [ 5, 4 ] ], "sql_indices": [ [ 1 ], [ 7 ] ] }
nt-5962
204_978
{ "raw_header": [ "position", "nation", "number", "name", "soproni liga", "uefa cup", "hungarian cup", "league cup", "total" ], "tokenized_header": [ [ "position" ], [ "nation" ], [ "number" ], [ "name" ], [ "soproni", "liga" ], [ "uefa", "cup" ], [ "hungarian", "cup" ], [ "league", "cup" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "number", "number", "text", "number", "number", "number", "number", "number" ], "example": [ "1", "", "14", "gergely rudolf", "16", "3", "0", "0", "19" ] }
[ "what", "is", "the", "total", "number", "of", "matches", "in", "the", "uefa", "cup", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NNS", "IN", "DT", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "MISC", "MISC", "O" ]
[ false, false, false, true, true, false, false, false, false, true, true, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, true, false, false, true, true, true, true ]
5
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "sum", "(", "c6_number", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "Keyword", "None", "None", "None", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_sum']", "['agg', 'agg_sum']", "['agg', 'agg_sum']", null, null, null, "c6_number", "c6_number", null ] }
{ "nl_indices": [ [ 9, 10 ], [ 3, 4, 5 ] ], "sql_indices": [ [ 3 ], [ 2, 1, 4 ] ] }
nt-8567
204_978
{ "raw_header": [ "position", "nation", "number", "name", "soproni liga", "uefa cup", "hungarian cup", "league cup", "total" ], "tokenized_header": [ [ "position" ], [ "nation" ], [ "number" ], [ "name" ], [ "soproni", "liga" ], [ "uefa", "cup" ], [ "hungarian", "cup" ], [ "league", "cup" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "number", "number", "text", "number", "number", "number", "number", "number" ], "example": [ "1", "", "14", "gergely rudolf", "16", "3", "0", "0", "19" ] }
[ "tell", "me", "a", "player", "with", "the", "same", "number", "of", "soproni", "liga", "goals", "as", "szucs", "?" ]
[ "VB", "PRP", "DT", "NN", "IN", "DT", "JJ", "NN", "IN", "NNP", "NNP", "NNS", "IN", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "ORGANIZATION", "ORGANIZATION", "O", "O", "PERSON", "O" ]
[ false, false, false, false, false, false, false, true, false, true, true, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, true, false, false, false ]
[ false, false, true, false, true, false, false, false, false ]
Zoltán Kiss
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "c4", "!=", "'istvan szucs'", "and", "c5_number", "=", "(", "select", "c5_number", "from", "w", "where", "c4", "=", "'istvan szucs'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [ 13, 13 ], [], [], [], [], [], [], [], [], [], [], [], [ 13, 13 ], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "Keyword", "Keyword", "None", "None", "Column", "Column", "None", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "c4", null, "['same', '']", "['same', '']", null, null, "c5_number", "c5_number", null, "['same', '']", null, null ] }
{ "nl_indices": [ [ 3 ], [ 3 ], [ 13 ], [ 13 ], [ 6, 5, 12 ], [ 9, 10 ], [ 9, 10 ], [ 3 ] ], "sql_indices": [ [ 1 ], [ 17 ], [ 19 ], [ 7 ], [ 6, 8, 10, 11, 20 ], [ 9 ], [ 13 ], [ 5 ] ] }
nt-8768
204_978
{ "raw_header": [ "position", "nation", "number", "name", "soproni liga", "uefa cup", "hungarian cup", "league cup", "total" ], "tokenized_header": [ [ "position" ], [ "nation" ], [ "number" ], [ "name" ], [ "soproni", "liga" ], [ "uefa", "cup" ], [ "hungarian", "cup" ], [ "league", "cup" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "number", "number", "text", "number", "number", "number", "number", "number" ], "example": [ "1", "", "14", "gergely rudolf", "16", "3", "0", "0", "19" ] }
[ "how", "many", "more", "total", "goals", "does", "leandro", "de", "almeida", "has", "than", "zsombor", "kerekes", "?" ]
[ "WRB", "JJ", "JJR", "JJ", "NNS", "VBD-AUX", "NNP", "NNP", "NNP", "VBD-AUX", "IN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "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, true, false, true, true, true, false, false, true, true, false ]
[ false, false, false, false, false, false, false, false, true ]
3
{ "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", "c9_number", "from", "w", "where", "c4", "=", "'leandro de almeida'", ")", "-", "(", "select", "c9_number", "from", "w", "where", "c4", "=", "'zsombor kerekes'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [ 6, 8 ], [], [], [], [], [], [], [], [], [], [], [ 11, 12 ], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "Column", "None", "None", "Literal", "Literal", "Literal", "None", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "['diff', '']", "['diff', '']", "['diff', '']", "c9_number", null, null, null, null, null, null, "['diff', '']", null, null, null ] }
{ "nl_indices": [ [ 1, 0, 2, 10 ], [ 3 ], [ 3 ], [ 6, 7, 8 ], [ 11, 12 ] ], "sql_indices": [ [ 0, 1, 10, 11, 12, 21 ], [ 3 ], [ 14 ], [ 9 ], [ 20 ] ] }
nt-8999
204_978
{ "raw_header": [ "position", "nation", "number", "name", "soproni liga", "uefa cup", "hungarian cup", "league cup", "total" ], "tokenized_header": [ [ "position" ], [ "nation" ], [ "number" ], [ "name" ], [ "soproni", "liga" ], [ "uefa", "cup" ], [ "hungarian", "cup" ], [ "league", "cup" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "number", "number", "text", "number", "number", "number", "number", "number" ], "example": [ "1", "", "14", "gergely rudolf", "16", "3", "0", "0", "19" ] }
[ "who", "is", "immediately", "before", "biro", "on", "the", "list", "?" ]
[ "WP", "VBD-AUX", "RB", "IN", "NNP", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "O", "PERSON", "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 ]
Tibor Dombi
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "id", "=", "(", "select", "id", "from", "w", "where", "c4", "=", "'peter biro'", ")", "-", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 4, 4 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Keyword", "Keyword", "Literal", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ "c4", null, "['before', 'before_minus']", "['before', 'before_minus']", null, "['before', 'before_minus']", "['before', 'before_minus']", "['before', 'before_minus']", null ] }
{ "nl_indices": [ [ 0 ], [ 2, 3, 5, 6, 7 ], [ 4 ], [ 0 ] ], "sql_indices": [ [ 1 ], [ 5, 6, 7, 9, 18, 16, 17 ], [ 15 ], [ 13 ] ] }
nt-10421
204_978
{ "raw_header": [ "position", "nation", "number", "name", "soproni liga", "uefa cup", "hungarian cup", "league cup", "total" ], "tokenized_header": [ [ "position" ], [ "nation" ], [ "number" ], [ "name" ], [ "soproni", "liga" ], [ "uefa", "cup" ], [ "hungarian", "cup" ], [ "league", "cup" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "number", "number", "text", "number", "number", "number", "number", "number" ], "example": [ "1", "", "14", "gergely rudolf", "16", "3", "0", "0", "19" ] }
[ "how", "many", "players", "scored", "more", "than", "10", "goals", "?" ]
[ "WRB", "JJ", "NNS", "VBD", "JJR", "IN", "CD", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O" ]
[ false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, false, false, false, false, false ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c4", ")", "from", "w", "where", "c9_number", ">", "10" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "Column", "Keyword", "Keyword", "Literal", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c4", "c9_number", "['comp', 'comp_greater']", "['comp', 'comp_greater']", null, "c9_number", null ] }
{ "nl_indices": [ [ 7, 3 ], [ 4, 5 ], [ 6 ], [ 1, 0 ], [ 2 ] ], "sql_indices": [ [ 8 ], [ 9 ], [ 10 ], [ 1, 2, 4 ], [ 3 ] ] }
nt-12645
204_978
{ "raw_header": [ "position", "nation", "number", "name", "soproni liga", "uefa cup", "hungarian cup", "league cup", "total" ], "tokenized_header": [ [ "position" ], [ "nation" ], [ "number" ], [ "name" ], [ "soproni", "liga" ], [ "uefa", "cup" ], [ "hungarian", "cup" ], [ "league", "cup" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "number", "number", "text", "number", "number", "number", "number", "number" ], "example": [ "1", "", "14", "gergely rudolf", "16", "3", "0", "0", "19" ] }
[ "whom", "is", "listed", "first", "on", "the", "chart", "?" ]
[ "WP", "VBD-AUX", "VBN", "RB", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "ORDINAL", "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 ]
Gergely Rudolf
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c4", "from", "w", "where", "id", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ "c4", null, "['first', '']", "['first', '']", "['first', '']", "['first', '']", "['first', '']", null ] }
{ "nl_indices": [ [ 3, 4, 5, 6, 2 ], [ 0 ] ], "sql_indices": [ [ 5, 6, 7 ], [ 1 ] ] }
nt-1378
204_294
{ "raw_header": [ "date", "time", "opponent#", "rank#", "site", "tv", "result", "attendance" ], "tokenized_header": [ [ "date" ], [ "time" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "tv" ], [ "result" ], [ "attendance" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "number", "hour", "min" ], [ "raw", "home" ], [ "number" ], [ "first", "second", "first_address" ], [], [ "result", "number", "number1", "number2" ], [ "number" ] ], "column_dtype": [ "date", "time", "text", "rank", "address(text)", "text", "score", "number" ], "example": [ "september 1", "2:30 pm", "nevada", "#19", "faurot field • columbia, mo (rivalry)", "abc", "w 52-10", "84078" ] }
[ "the", "nebraska", "cornhuskers", "last", "game", "was", "played", "where" ]
[ "DT", "NNP", "NNS", "JJ", "NN", "VBD-AUX", "VBN", "WRB" ]
[ "O", "ORGANIZATION", "ORGANIZATION", "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 ]
Folsom Field • Boulder, CO
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c5", "from", "w", "order", "by", "c1_parsed", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "None", "None", "None", "Column" ], "aligned_sql_token_info": [ null, null, null, "c1_parsed", null, null, null, "c5" ] }
{ "nl_indices": [ [ 3 ], [ 7 ] ], "sql_indices": [ [ 4, 5, 6, 7, 8, 9 ], [ 1 ] ] }
nt-2361
204_294
{ "raw_header": [ "date", "time", "opponent#", "rank#", "site", "tv", "result", "attendance" ], "tokenized_header": [ [ "date" ], [ "time" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "tv" ], [ "result" ], [ "attendance" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "number", "hour", "min" ], [ "raw", "home" ], [ "number" ], [ "first", "second", "first_address" ], [], [ "result", "number", "number1", "number2" ], [ "number" ] ], "column_dtype": [ "date", "time", "text", "rank", "address(text)", "text", "score", "number" ], "example": [ "september 1", "2:30 pm", "nevada", "#19", "faurot field • columbia, mo (rivalry)", "abc", "w 52-10", "84078" ] }
[ "what", "was", "the", "nebraska", "cornhuskers", "highest", "rank", "of", "2007" ]
[ "WP", "VBD-AUX", "DT", "NNP", "NNPS", "JJS", "NN", "IN", "CD" ]
[ "O", "O", "O", "ORGANIZATION", "ORGANIZATION", "O", "O", "O", "DATE" ]
[ 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 ]
14
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "min", "(", "c4_number", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "Keyword", "Column", "None", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, "['max', 'max_min']", "c4_number", null, null ] }
{ "nl_indices": [ [ 6 ], [ 5 ] ], "sql_indices": [ [ 3 ], [ 4, 2, 1 ] ] }
nt-4807
204_294
{ "raw_header": [ "date", "time", "opponent#", "rank#", "site", "tv", "result", "attendance" ], "tokenized_header": [ [ "date" ], [ "time" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "tv" ], [ "result" ], [ "attendance" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "number", "hour", "min" ], [ "raw", "home" ], [ "number" ], [ "first", "second", "first_address" ], [], [ "result", "number", "number1", "number2" ], [ "number" ] ], "column_dtype": [ "date", "time", "text", "rank", "address(text)", "text", "score", "number" ], "example": [ "september 1", "2:30 pm", "nevada", "#19", "faurot field • columbia, mo (rivalry)", "abc", "w 52-10", "84078" ] }
[ "which", "opponent", "comes", "before", "usc", "?" ]
[ "WDT", "NN", "VBZ", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ false, true, false, false, false, false ]
[ false, false, false, false, true, false ]
[ false, false, true, false, false, false, false, false ]
Wake Forest
{ "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", "Keyword" ], "value": [ "select", "c3_raw", "from", "w", "where", "c1_parsed", "<", "(", "select", "c1_parsed", "from", "w", "where", "c3_raw", "=", "'usc'", ")", "order", "by", "c1_parsed", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 4, 4 ], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, "c3_raw", null, "c1_parsed", null, null ] }
{ "nl_indices": [ [ 1 ], [ 3 ], [ 4 ], [ 1 ] ], "sql_indices": [ [ 1 ], [ 5, 6, 7, 9, 16, 17, 18, 19, 20, 21, 22 ], [ 15 ], [ 13 ] ] }
nt-12877
204_294
{ "raw_header": [ "date", "time", "opponent#", "rank#", "site", "tv", "result", "attendance" ], "tokenized_header": [ [ "date" ], [ "time" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "tv" ], [ "result" ], [ "attendance" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "number", "hour", "min" ], [ "raw", "home" ], [ "number" ], [ "first", "second", "first_address" ], [], [ "result", "number", "number1", "number2" ], [ "number" ] ], "column_dtype": [ "date", "time", "text", "rank", "address(text)", "text", "score", "number" ], "example": [ "september 1", "2:30 pm", "nevada", "#19", "faurot field • columbia, mo (rivalry)", "abc", "w 52-10", "84078" ] }
[ "what", "is", "the", "total", "of", "dates", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NNS", "." ]
[ "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 ]
12
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c1", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "None", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_count']", null, "c1", null ] }
{ "nl_indices": [ [ 5 ], [ 3 ] ], "sql_indices": [ [ 3 ], [ 1, 2, 4 ] ] }
nt-13138
204_294
{ "raw_header": [ "date", "time", "opponent#", "rank#", "site", "tv", "result", "attendance" ], "tokenized_header": [ [ "date" ], [ "time" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "tv" ], [ "result" ], [ "attendance" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "number", "hour", "min" ], [ "raw", "home" ], [ "number" ], [ "first", "second", "first_address" ], [], [ "result", "number", "number1", "number2" ], [ "number" ] ], "column_dtype": [ "date", "time", "text", "rank", "address(text)", "text", "score", "number" ], "example": [ "september 1", "2:30 pm", "nevada", "#19", "faurot field • columbia, mo (rivalry)", "abc", "w 52-10", "84078" ] }
[ "which", "game", "was", "higher", "scoring", "by", "nebraska", ",", "sept", "1", "or", "sept", "8", "?" ]
[ "WDT", "NN", "VBD-AUX", "JJR", "NNP", "IN", "NNP", ",", "NNP", "CD", "CC", "NNP", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "LOCATION", "O", "DATE", "DATE", "O", "DATE", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, true, false, true, false, false, true, false ]
[ false, false, false, false, false, false, false, false ]
Sept 1
{ "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", "(", "'september 1'", ",", "'september 8'", ")", "order", "by", "c7_number1", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 8, 9 ], [], [ 11, 12 ], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Keyword", "Column", "None", "None", "None", "Literal", "Literal", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, "c1", null, "['sort', 'sort_desc']", "c7_number1", null, null, null, null, null, "['conj', 'conj_or']", null, null, null ] }
{ "nl_indices": [ [ 3 ], [ 8, 9 ], [ 11, 12 ], [ 10 ], [ 4 ], [ 1 ], [ 1 ] ], "sql_indices": [ [ 12, 13, 15, 16, 17 ], [ 8 ], [ 10 ], [ 6, 7, 9, 11 ], [ 14 ], [ 1 ], [ 5 ] ] }
nt-13749
204_294
{ "raw_header": [ "date", "time", "opponent#", "rank#", "site", "tv", "result", "attendance" ], "tokenized_header": [ [ "date" ], [ "time" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "tv" ], [ "result" ], [ "attendance" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "number", "hour", "min" ], [ "raw", "home" ], [ "number" ], [ "first", "second", "first_address" ], [], [ "result", "number", "number1", "number2" ], [ "number" ] ], "column_dtype": [ "date", "time", "text", "rank", "address(text)", "text", "score", "number" ], "example": [ "september 1", "2:30 pm", "nevada", "#19", "faurot field • columbia, mo (rivalry)", "abc", "w 52-10", "84078" ] }
[ "in", "2007", ",", "how", "many", "games", "did", "the", "nebraska", "football", "team", "play", "after", "falling", "from", "the", "national", "rankings", "?" ]
[ "IN", "CD", ",", "WRB", "JJ", "NNS", "VBD-AUX", "DT", "NNP", "NN", "NN", "NN", "IN", "VBG", "IN", "DT", "JJ", "NNS", "." ]
[ "O", "DATE", "O", "O", "O", "O", "O", "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, 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 ]
6
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c4", "is", "null" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "None", "None", "None", "None", "None", "None", "None", "None", "Keyword", "None", "None", "None", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, null, null, null, null, "['null', 'null_null']", null, null, null, "c4", null ] }
{ "nl_indices": [ [ 3, 4 ], [ 17 ], [ 13 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 8 ], [ 9, 10 ] ] }
nt-13754
204_294
{ "raw_header": [ "date", "time", "opponent#", "rank#", "site", "tv", "result", "attendance" ], "tokenized_header": [ [ "date" ], [ "time" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "tv" ], [ "result" ], [ "attendance" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "number", "hour", "min" ], [ "raw", "home" ], [ "number" ], [ "first", "second", "first_address" ], [], [ "result", "number", "number1", "number2" ], [ "number" ] ], "column_dtype": [ "date", "time", "text", "rank", "address(text)", "text", "score", "number" ], "example": [ "september 1", "2:30 pm", "nevada", "#19", "faurot field • columbia, mo (rivalry)", "abc", "w 52-10", "84078" ] }
[ "how", "many", "total", "games", "were", "aired", "on", "espn", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD-AUX", "VBN", "IN", "NNP", "." ]
[ "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 ]
[ 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", "=", "'espn'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 7, 7 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Keyword", "None", "None", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, "c6", "c6", null, null ] }
{ "nl_indices": [ [ 7 ], [ 5, 6 ], [ 0, 1, 2 ] ], "sql_indices": [ [ 10 ], [ 8 ], [ 1, 2, 3, 4 ] ] }
nt-14063
204_294
{ "raw_header": [ "date", "time", "opponent#", "rank#", "site", "tv", "result", "attendance" ], "tokenized_header": [ [ "date" ], [ "time" ], [ "opponent", "#" ], [ "rank", "#" ], [ "site" ], [ "tv" ], [ "result" ], [ "attendance" ] ], "column_suffixes": [ [ "number", "parsed", "year", "month", "day" ], [ "number", "hour", "min" ], [ "raw", "home" ], [ "number" ], [ "first", "second", "first_address" ], [], [ "result", "number", "number1", "number2" ], [ "number" ] ], "column_dtype": [ "date", "time", "text", "rank", "address(text)", "text", "score", "number" ], "example": [ "september 1", "2:30 pm", "nevada", "#19", "faurot field • columbia, mo (rivalry)", "abc", "w 52-10", "84078" ] }
[ "how", "many", "sites", "are", "there", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "EX", "." ]
[ "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 ]
6
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "distinct", "c5", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c5", null, null, null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ] ], "sql_indices": [ [ 1, 2, 3, 5 ], [ 4 ] ] }
nt-908
204_302
{ "raw_header": [ "rank", "nation", "gold", "silver", "bronze", "total" ], "tokenized_header": [ [ "rank" ], [ "nation" ], [ "gold" ], [ "silver" ], [ "bronze" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "text", "number", "number", "number", "number" ], "example": [ "1", "cuba", "4", "3", "2", "9" ] }
[ "who", "is", "ranked", "#", "1", "?" ]
[ "WP", "VBD-AUX", "VBN", "#", "CD", "." ]
[ "O", "O", "O", "MONEY", "MONEY", "O" ]
[ false, false, false, false, false, false ]
[ false, false, false, false, true, false ]
[ false, false, false, false, false, false ]
Cuba
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c1_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 4 ] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Column", "None", "Literal", "None" ], "aligned_sql_token_info": [ "c2", null, "c1_number", null, null, null ] }
{ "nl_indices": [ [ 0 ], [ 2 ], [ 4 ] ], "sql_indices": [ [ 1 ], [ 5 ], [ 7 ] ] }
nt-1944
204_302
{ "raw_header": [ "rank", "nation", "gold", "silver", "bronze", "total" ], "tokenized_header": [ [ "rank" ], [ "nation" ], [ "gold" ], [ "silver" ], [ "bronze" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "text", "number", "number", "number", "number" ], "example": [ "1", "cuba", "4", "3", "2", "9" ] }
[ "what", "is", "the", "total", "number", "of", "nations", "that", "did", "not", "win", "gold", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NNS", "WDT", "VBD-AUX", "RB", "VB", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, true, false, false, false, false, false, false, false, true, false ]
[ false, false, false, true, false, false, false, false, false, false, false, false, false ]
[ false, false, true, false, false, true ]
4
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "c2", ")", "from", "w", "where", "c3_number", "=", "0" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "Keyword", "Column", "None", "Literal", "Literal", "Literal", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "c2", null, null, null, null, "c3_number", null ] }
{ "nl_indices": [ [ 8, 9, 10 ], [ 11 ], [ 3, 4, 5 ], [ 6 ] ], "sql_indices": [ [ 10 ], [ 8 ], [ 1, 2, 4 ], [ 3 ] ] }
nt-3613
204_302
{ "raw_header": [ "rank", "nation", "gold", "silver", "bronze", "total" ], "tokenized_header": [ [ "rank" ], [ "nation" ], [ "gold" ], [ "silver" ], [ "bronze" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "text", "number", "number", "number", "number" ], "example": [ "1", "cuba", "4", "3", "2", "9" ] }
[ "how", "many", "total", "medals", "did", "argentina", "win", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD-AUX", "NNP", "VB", "." ]
[ "O", "O", "O", "O", "O", "LOCATION", "O", "O" ]
[ false, false, true, false, false, false, false, false ]
[ false, false, true, false, false, true, false, false ]
[ false, false, false, false, false, true ]
7
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c6_number", "from", "w", "where", "c2", "=", "'argentina'" ], "span_indices": [ [], [], [], [], [], [], [], [ 5, 5 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "None", "None", "Literal", "None", "None" ], "aligned_sql_token_info": [ null, null, "c6_number", null, null, null, null, null ] }
{ "nl_indices": [ [ 5 ], [ 2 ] ], "sql_indices": [ [ 7 ], [ 1 ] ] }
nt-3674
204_302
{ "raw_header": [ "rank", "nation", "gold", "silver", "bronze", "total" ], "tokenized_header": [ [ "rank" ], [ "nation" ], [ "gold" ], [ "silver" ], [ "bronze" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "text", "number", "number", "number", "number" ], "example": [ "1", "cuba", "4", "3", "2", "9" ] }
[ "who", "had", "more", "silver", "medals", ",", "cuba", "or", "brazil", "?" ]
[ "WP", "VBD-AUX", "RBR", "JJ", "NNS", ",", "NNP", "CC", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "LOCATION", "O", "LOCATION", "O" ]
[ false, false, false, true, false, false, false, false, false, false ]
[ false, false, false, false, false, false, true, false, true, false ]
[ false, false, false, true, false, false ]
Cuba
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.String", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c2", "in", "(", "'cuba'", ",", "'brazil'", ")", "order", "by", "c4_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 6, 6 ], [], [ 8, 8 ], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Keyword", "Column", "None", "None", "Literal", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ "c2", null, "['sort', 'sort_desc']", "c4_number", null, null, null, "['conj', 'conj_or']", null, null ] }
{ "nl_indices": [ [ 6 ], [ 8 ], [ 2 ], [ 0 ], [ 0 ], [ 7 ], [ 3 ] ], "sql_indices": [ [ 8 ], [ 10 ], [ 12, 13, 15, 16, 17 ], [ 1 ], [ 5 ], [ 6, 7, 9, 11 ], [ 14 ] ] }
nt-7291
204_302
{ "raw_header": [ "rank", "nation", "gold", "silver", "bronze", "total" ], "tokenized_header": [ [ "rank" ], [ "nation" ], [ "gold" ], [ "silver" ], [ "bronze" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "text", "number", "number", "number", "number" ], "example": [ "1", "cuba", "4", "3", "2", "9" ] }
[ "how", "many", "total", "medals", "were", "there", "all", "together", "?" ]
[ "WRB", "JJ", "JJ", "NNS", "VBD-AUX", "EX", "DT", "RB", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, true, false, false, false, false, false, false ]
[ false, false, true, false, false, false, false, false, false ]
[ false, false, false, false, false, true ]
36
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "sum", "(", "c6_number", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_sum']", "['agg', 'agg_sum']", "c6_number", null, null, null, "['agg', 'agg_sum']", "['agg', 'agg_sum']", null ] }
{ "nl_indices": [ [ 0, 1, 6, 7 ], [ 2 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ] ] }
nt-8422
204_302
{ "raw_header": [ "rank", "nation", "gold", "silver", "bronze", "total" ], "tokenized_header": [ [ "rank" ], [ "nation" ], [ "gold" ], [ "silver" ], [ "bronze" ], [ "total" ] ], "column_suffixes": [ [ "number" ], [], [ "number" ], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "number", "text", "number", "number", "number", "number" ], "example": [ "1", "cuba", "4", "3", "2", "9" ] }
[ "which", "ranking", "is", "mexico", "?" ]
[ "WDT", "JJ", "VBD-AUX", "NNP", "." ]
[ "O", "O", "O", "LOCATION", "O" ]
[ false, false, false, false, false ]
[ false, false, false, true, false ]
[ false, false, false, false, false, false ]
4
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c1_number", "from", "w", "where", "c2", "=", "'mexico'" ], "span_indices": [ [], [], [], [], [], [], [], [ 3, 3 ] ] }
{ "aligned_sql_token_type": [ "None", "Column", "None", "Literal", "None" ], "aligned_sql_token_info": [ null, "c1_number", null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 3 ] ], "sql_indices": [ [ 1 ], [ 7 ] ] }