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-12673
204_930
{ "raw_header": [ "competition", "stage", "opponent", "result", "scorers" ], "tokenized_header": [ [ "competition" ], [ "stage" ], [ "opponent" ], [ "result" ], [ "scorers" ] ], "column_suffixes": [ [], [], [ "list", "length" ], [ "first", "second", "first_list", "first_length", "first_list_number", "first_list_number1", "first_list_number2" ], [ "list", "length" ] ], "column_dtype": [ "text", "text", "<n,text>", "<nw, score>(text)", "<c, text>" ], "example": [ "1975 afc championship", "first stage", "thailand\nsingapore", "2-3 (aet)", "0\ndolan 2, heydon, porter, wardell\niserief 3, monteath 3, heydon 3, wardell 3, millman" ] }
[ "what", "is", "the", "total", "number", "of", "competitions", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, true ]
[ false, false, false, false, false ]
21
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "count", "(", "distinct", "c1", ")", "from", "w" ], "span_indices": [ [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "Keyword", "Keyword", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null ] }
{ "nl_indices": [ [ 3, 4, 5 ], [ 6 ] ], "sql_indices": [ [ 1, 2, 3, 5 ], [ 4 ] ] }
nt-2131
204_945
{ "raw_header": [ "episode", "name", "synopsis", "sent home", "highest seller" ], "tokenized_header": [ [ "episode" ], [ "name" ], [ "synopsis" ], [ "sent", "home" ], [ "highest", "seller" ] ], "column_suffixes": [ [ "number" ], [], [], [ "list", "length" ], [] ], "column_dtype": [ "number", "text", "text", "<c,text>", "text" ], "example": [ "1", "vegas meltdown", "nine aspiring restaurateurs arrive in las vegas, where they meet chef robert irvine and the restaurant express bus. in order to secure one of the eight spots on board, they must first pitch their dream restaurant concept to robert: those with the best concepts head into lake las vegas for the first challenge. they'll have to create a restaurant from the ground up with just $500 and six hours to feed 250 hungry guests! the bottom three earners will be up for elimination", "ammerah, kimmy", "patrick" ] }
[ "what", "two", "episodes", "was", "adam", "the", "highest", "seller", "?" ]
[ "WDT", "CD", "NNS", "VBD-AUX", "NNP", "DT", "JJS", "NN", "." ]
[ "O", "NUMBER", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, true, true, false ]
[ false, true, false, false, true, true, false, false, true ]
[ false, false, false, false, true ]
5|6
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c1", "from", "w", "where", "c5", "=", "'adam'" ], "span_indices": [ [], [], [], [], [], [], [], [ 4, 4 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "None", "Literal", "None", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, "c1", null, null, null, "c5", "c5", null ] }
{ "nl_indices": [ [ 2 ], [ 4 ], [ 6, 7 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-2436
204_945
{ "raw_header": [ "episode", "name", "synopsis", "sent home", "highest seller" ], "tokenized_header": [ [ "episode" ], [ "name" ], [ "synopsis" ], [ "sent", "home" ], [ "highest", "seller" ] ], "column_suffixes": [ [ "number" ], [], [], [ "list", "length" ], [] ], "column_dtype": [ "number", "text", "text", "<c,text>", "text" ], "example": [ "1", "vegas meltdown", "nine aspiring restaurateurs arrive in las vegas, where they meet chef robert irvine and the restaurant express bus. in order to secure one of the eight spots on board, they must first pitch their dream restaurant concept to robert: those with the best concepts head into lake las vegas for the first challenge. they'll have to create a restaurant from the ground up with just $500 and six hours to feed 250 hungry guests! the bottom three earners will be up for elimination", "ammerah, kimmy", "patrick" ] }
[ "what", "was", "the", "last", "episode", "with", "two", "people", "sent", "home", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "CD", "NNS", "VBD", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O", "O" ]
[ false, false, false, false, true, false, false, false, true, true, false ]
[ false, false, true, false, false, true, true, false, false, false, true ]
[ true, false, false, true, false ]
Vegas or Bust
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c2", "from", "w", "where", "c4_length", "=", "2", "order", "by", "c1_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 6 ], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Column", "None", "Literal", "None", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "c1_number", null, null, null, "c4_length", "c4_length", null ] }
{ "nl_indices": [ [ 2, 3 ], [ 4 ], [ 6 ], [ 8, 9 ] ], "sql_indices": [ [ 8, 9, 11, 12, 13 ], [ 10 ], [ 7 ], [ 5 ] ] }
nt-3549
204_945
{ "raw_header": [ "episode", "name", "synopsis", "sent home", "highest seller" ], "tokenized_header": [ [ "episode" ], [ "name" ], [ "synopsis" ], [ "sent", "home" ], [ "highest", "seller" ] ], "column_suffixes": [ [ "number" ], [], [], [ "list", "length" ], [] ], "column_dtype": [ "number", "text", "text", "<c,text>", "text" ], "example": [ "1", "vegas meltdown", "nine aspiring restaurateurs arrive in las vegas, where they meet chef robert irvine and the restaurant express bus. in order to secure one of the eight spots on board, they must first pitch their dream restaurant concept to robert: those with the best concepts head into lake las vegas for the first challenge. they'll have to create a restaurant from the ground up with just $500 and six hours to feed 250 hungry guests! the bottom three earners will be up for elimination", "ammerah, kimmy", "patrick" ] }
[ "what", "is", "the", "difference", "in", "the", "number", "of", "people", "sent", "home", "in", "episode", "one", "and", "two", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "DT", "NN", "IN", "NNS", "VBN", "NN", "IN", "NN", "CD", "CC", "CD", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O", "NUMBER", "O" ]
[ false, false, false, false, false, false, false, false, false, true, true, false, true, false, false, false, false ]
[ false, true, true, false, true, true, false, true, false, false, false, true, false, true, true, true, true ]
[ true, false, false, true, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number", "Keyword", "Keyword" ], "value": [ "select", "abs", "(", "(", "select", "c4_length", "from", "w", "where", "c1_number", "=", "1", ")", "-", "(", "select", "c4_length", "from", "w", "where", "c1_number", "=", "2", ")", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [ 13 ], [], [], [], [], [], [], [], [], [], [], [ 15 ], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Keyword", "None", "None", "Column", "Column", "None", "Column", "Column", "None", "Column", "Literal", "Keyword", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['diff', '']", null, null, "c4_length", "c4_length", null, "c4_length", "c4_length", null, "c1_number", null, "['diff', '']", null, null ] }
{ "nl_indices": [ [ 12 ], [ 13 ], [ 12 ], [ 15 ], [ 3, 14 ], [ 9, 10 ], [ 9, 10 ], [ 6, 7 ], [ 6, 7 ] ], "sql_indices": [ [ 9 ], [ 11 ], [ 20 ], [ 22 ], [ 0, 1, 2, 3, 12, 13, 14, 24, 23 ], [ 5 ], [ 16 ], [ 5 ], [ 16 ] ] }
nt-7542
204_945
{ "raw_header": [ "episode", "name", "synopsis", "sent home", "highest seller" ], "tokenized_header": [ [ "episode" ], [ "name" ], [ "synopsis" ], [ "sent", "home" ], [ "highest", "seller" ] ], "column_suffixes": [ [ "number" ], [], [], [ "list", "length" ], [] ], "column_dtype": [ "number", "text", "text", "<c,text>", "text" ], "example": [ "1", "vegas meltdown", "nine aspiring restaurateurs arrive in las vegas, where they meet chef robert irvine and the restaurant express bus. in order to secure one of the eight spots on board, they must first pitch their dream restaurant concept to robert: those with the best concepts head into lake las vegas for the first challenge. they'll have to create a restaurant from the ground up with just $500 and six hours to feed 250 hungry guests! the bottom three earners will be up for elimination", "ammerah, kimmy", "patrick" ] }
[ "who", "was", "the", "last", "person", "to", "be", "sent", "home", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "TO", "VBD-AUX", "VBN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, true, true, false ]
[ true, false, true, false, false, true, true, false, false, true ]
[ false, false, false, true, false ]
Jan, Adam
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "order", "by", "c1_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "None", "None", "None", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, "c1_number", "c1_number", null, null, null, "c4", "c4", null ] }
{ "nl_indices": [ [ 2, 3 ], [ 7, 8 ] ], "sql_indices": [ [ 4, 5, 6, 7, 8, 9 ], [ 1 ] ] }
nt-9442
204_945
{ "raw_header": [ "episode", "name", "synopsis", "sent home", "highest seller" ], "tokenized_header": [ [ "episode" ], [ "name" ], [ "synopsis" ], [ "sent", "home" ], [ "highest", "seller" ] ], "column_suffixes": [ [ "number" ], [], [], [ "list", "length" ], [] ], "column_dtype": [ "number", "text", "text", "<c,text>", "text" ], "example": [ "1", "vegas meltdown", "nine aspiring restaurateurs arrive in las vegas, where they meet chef robert irvine and the restaurant express bus. in order to secure one of the eight spots on board, they must first pitch their dream restaurant concept to robert: those with the best concepts head into lake las vegas for the first challenge. they'll have to create a restaurant from the ground up with just $500 and six hours to feed 250 hungry guests! the bottom three earners will be up for elimination", "ammerah, kimmy", "patrick" ] }
[ "who", "was", "next", "to", "be", "sent", "home", "after", "patrick", "?" ]
[ "WP", "VBD-AUX", "JJ", "TO", "VBD-AUX", "VBN", "NN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "PERSON", "O" ]
[ false, false, false, false, false, true, true, false, false, false ]
[ true, false, false, true, true, false, false, false, true, true ]
[ false, false, false, true, false ]
Eric
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "c1_number", "=", "(", "select", "c1_number", "from", "w", "where", "c4", "=", "'patrick'", ")", "+", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 8, 8 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "None", "None", "Column", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "c1_number", null, null, "c4", "c4", "c1_number", null, null ] }
{ "nl_indices": [ [ 5, 6 ], [ 8 ], [ 2, 7 ], [ 5, 6 ] ], "sql_indices": [ [ 13 ], [ 15 ], [ 5, 7, 6, 9, 16, 17, 18 ], [ 1 ] ] }
nt-12891
204_945
{ "raw_header": [ "episode", "name", "synopsis", "sent home", "highest seller" ], "tokenized_header": [ [ "episode" ], [ "name" ], [ "synopsis" ], [ "sent", "home" ], [ "highest", "seller" ] ], "column_suffixes": [ [ "number" ], [], [], [ "list", "length" ], [] ], "column_dtype": [ "number", "text", "text", "<c,text>", "text" ], "example": [ "1", "vegas meltdown", "nine aspiring restaurateurs arrive in las vegas, where they meet chef robert irvine and the restaurant express bus. in order to secure one of the eight spots on board, they must first pitch their dream restaurant concept to robert: those with the best concepts head into lake las vegas for the first challenge. they'll have to create a restaurant from the ground up with just $500 and six hours to feed 250 hungry guests! the bottom three earners will be up for elimination", "ammerah, kimmy", "patrick" ] }
[ "who", "was", "sent", "home", "before", "patrick", "?" ]
[ "WP", "VBD-AUX", "VBN", "NN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "PERSON", "O" ]
[ false, false, true, true, false, false, false ]
[ true, false, false, false, false, true, true ]
[ false, false, false, true, false ]
Bianca
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "c1_number", "=", "(", "select", "c1_number", "from", "w", "where", "c4", "=", "'patrick'", ")", "-", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 5, 5 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "c4", "c4", "c1_number", null, null ] }
{ "nl_indices": [ [ 2, 3 ], [ 2, 3 ], [ 5 ], [ 4 ] ], "sql_indices": [ [ 1 ], [ 13 ], [ 15 ], [ 5, 6, 7, 9, 16, 17, 18 ] ] }
nt-13023
204_945
{ "raw_header": [ "episode", "name", "synopsis", "sent home", "highest seller" ], "tokenized_header": [ [ "episode" ], [ "name" ], [ "synopsis" ], [ "sent", "home" ], [ "highest", "seller" ] ], "column_suffixes": [ [ "number" ], [], [], [ "list", "length" ], [] ], "column_dtype": [ "number", "text", "text", "<c,text>", "text" ], "example": [ "1", "vegas meltdown", "nine aspiring restaurateurs arrive in las vegas, where they meet chef robert irvine and the restaurant express bus. in order to secure one of the eight spots on board, they must first pitch their dream restaurant concept to robert: those with the best concepts head into lake las vegas for the first challenge. they'll have to create a restaurant from the ground up with just $500 and six hours to feed 250 hungry guests! the bottom three earners will be up for elimination", "ammerah, kimmy", "patrick" ] }
[ "how", "many", "episodes", "were", "there", "where", "nobody", "was", "sent", "home", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "EX", "WRB", "NN", "VBD-AUX", "VBN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, false, true, false, false, false, false, true ]
[ false, false, false, true, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c4", "=", "'none'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6, 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "None", "None", "Literal", "None", "Column", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null, null, null, null, null, "c4", "c4", null ] }
{ "nl_indices": [ [ 1, 0 ], [ 2 ], [ 6 ], [ 8, 9 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 10 ], [ 8 ] ] }
nt-4119
203_534
{ "raw_header": [ "week", "date", "opponent", "home/away", "result", "bye" ], "tokenized_header": [ [ "week" ], [ "date" ], [ "opponent" ], [ "home/away" ], [ "result" ], [ "bye" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [ "result", "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "text", "text", "score", "text" ], "example": [ "1", "february 8", "new orleans voodoo", "home", "l 42-34", "0" ] }
[ "which", "team", "was", "the", "philadelphia", "soul", "'s", "next", "opponent", "after", "playing", "the", "chicago", "rush", "?" ]
[ "WDT", "NN", "VBD-AUX", "DT", "NNP", "NN", "POS", "JJ", "NN", "IN", "VBG", "DT", "NNP", "NN", "." ]
[ "O", "O", "O", "O", "ORGANIZATION", "ORGANIZATION", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O" ]
[ 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, true, true, false ]
[ false, false, true, false, false, false ]
Columbus Destroyers
{ "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", "=", "'chicago rush'", ")", "+", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 12, 13 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "None", "None", "Keyword", "Column", "Keyword", "None", "None", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, "['before', 'before_plus']", "c3", "['before', 'before_plus']", null, null, null, null, null ] }
{ "nl_indices": [ [ 8 ], [ 8 ], [ 12, 13 ], [ 9, 7 ] ], "sql_indices": [ [ 1 ], [ 13 ], [ 15 ], [ 5, 6, 7, 9, 16, 17, 18 ] ] }
nt-5832
203_534
{ "raw_header": [ "week", "date", "opponent", "home/away", "result", "bye" ], "tokenized_header": [ [ "week" ], [ "date" ], [ "opponent" ], [ "home/away" ], [ "result" ], [ "bye" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [ "result", "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "text", "text", "score", "text" ], "example": [ "1", "february 8", "new orleans voodoo", "home", "l 42-34", "0" ] }
[ "what", "is", "the", "total", "number", "of", "home", "games", "played", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NN", "NNS", "VBN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, true, false, false, false ]
[ false, false, false, false, false, false ]
8
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c4", "=", "'home'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6, 6 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "None", "None", "None" ], "aligned_sql_token_info": [ null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "c4", null, null, null ] }
{ "nl_indices": [ [ 2, 3, 4, 5 ], [ 6 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 8, 9, 10 ] ] }
nt-7244
203_534
{ "raw_header": [ "week", "date", "opponent", "home/away", "result", "bye" ], "tokenized_header": [ [ "week" ], [ "date" ], [ "opponent" ], [ "home/away" ], [ "result" ], [ "bye" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [ "result", "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "text", "text", "score", "text" ], "example": [ "1", "february 8", "new orleans voodoo", "home", "l 42-34", "0" ] }
[ "where", "did", "they", "play", "directly", "before", "the", "chicago", "rush", "game", "?" ]
[ "WRB", "VBD-AUX", "PRP", "VBP", "RB", "IN", "DT", "NNP", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, true, true, false, false ]
[ false, false, false, false, false, false ]
Tampa Bay Storm
{ "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", "=", "'chicago rush'", ")", "-", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 7, 8 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "None", "None", "Keyword", "Keyword", "None", "Literal", "Literal", "None", "None" ], "aligned_sql_token_info": [ "c3", null, null, null, "['before', 'before_minus']", "['before', 'before_minus']", null, null, null, null, null ] }
{ "nl_indices": [ [ 0 ], [ 4, 5 ], [ 7, 8 ], [ 0 ] ], "sql_indices": [ [ 1 ], [ 5, 6, 7, 9, 18, 17, 16 ], [ 15 ], [ 13 ] ] }
nt-7500
203_534
{ "raw_header": [ "week", "date", "opponent", "home/away", "result", "bye" ], "tokenized_header": [ [ "week" ], [ "date" ], [ "opponent" ], [ "home/away" ], [ "result" ], [ "bye" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [ "result", "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "text", "text", "score", "text" ], "example": [ "1", "february 8", "new orleans voodoo", "home", "l 42-34", "0" ] }
[ "how", "many", "games", "did", "the", "philadelphia", "soul", "lose", "before", "earning", "their", "first", "win", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "DT", "NNP", "NN", "VB", "IN", "VBG", "PRP$", "JJ", "VB", "." ]
[ "O", "O", "O", "O", "O", "LOCATION", "O", "O", "O", "O", "O", "ORDINAL", "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 ]
2
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "id", "<", "(", "select", "id", "from", "w", "where", "c5_result", "=", "'w'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 12, 12 ], [] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "None", "None", "None", "None", "None", "None", "Keyword", "None", "None", "None", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", null, null, null, null, null, null, "['comp', '']", null, null, null, "c5_result", null ] }
{ "nl_indices": [ [ 1, 0 ], [ 8 ], [ 12 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 8, 12, 10, 9, 19 ], [ 16, 18, 17 ] ] }
nt-11386
203_534
{ "raw_header": [ "week", "date", "opponent", "home/away", "result", "bye" ], "tokenized_header": [ [ "week" ], [ "date" ], [ "opponent" ], [ "home/away" ], [ "result" ], [ "bye" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [ "result", "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "text", "text", "score", "text" ], "example": [ "1", "february 8", "new orleans voodoo", "home", "l 42-34", "0" ] }
[ "what", "is", "the", "total", "number", "of", "games", "lost", "during", "the", "month", "of", "april", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "NNS", "VBN", "IN", "DT", "NN", "IN", "NNP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "DATE", "DATE", "DATE", "DATE", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, false, false, false, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c5_result", "=", "'l'", "and", "c2_month", "=", "4" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 7, 7 ], [], [], [], [ 12 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Keyword", "None", "Column", "Column", "Column", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", "['agg', 'agg_count']", null, "c5_result", "c2_month", "c2_month", "c2_month", "c2_month", null, null ] }
{ "nl_indices": [ [ 2, 3, 4, 5 ], [ 7 ], [ 10, 11, 8, 9 ], [ 12 ] ], "sql_indices": [ [ 1, 2, 3, 4 ], [ 8, 9, 10 ], [ 12 ], [ 14 ] ] }
nt-12594
203_534
{ "raw_header": [ "week", "date", "opponent", "home/away", "result", "bye" ], "tokenized_header": [ [ "week" ], [ "date" ], [ "opponent" ], [ "home/away" ], [ "result" ], [ "bye" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [ "result", "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "text", "text", "score", "text" ], "example": [ "1", "february 8", "new orleans voodoo", "home", "l 42-34", "0" ] }
[ "did", "the", "team", "win", "more", "home", "games", "or", "away", "games", "?" ]
[ "VBD-AUX", "DT", "NN", "VB", "JJR", "NN", "NNS", "CC", "RB", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, false, true, false, false, true, false, false ]
[ false, false, false, false, false, false ]
Home
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "c5_result", "=", "'w'", "group", "by", "c4", "order", "by", "count", "(", "*", ")", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 3, 3 ], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Column", "Keyword", "Column", "None", "Column", "Column", "None", "None" ], "aligned_sql_token_info": [ null, null, null, "c5_result", "['sort', 'sort_desc_group_count']", "c4", null, "c4", "c4", null, null ] }
{ "nl_indices": [ [ 5, 8, 7 ], [ 7, 8, 5 ], [ 4 ], [ 3 ] ], "sql_indices": [ [ 1 ], [ 10 ], [ 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19 ], [ 5, 6, 7 ] ] }
nt-13758
203_534
{ "raw_header": [ "week", "date", "opponent", "home/away", "result", "bye" ], "tokenized_header": [ [ "week" ], [ "date" ], [ "opponent" ], [ "home/away" ], [ "result" ], [ "bye" ] ], "column_suffixes": [ [ "number" ], [ "number", "parsed", "year", "month", "day" ], [], [], [ "result", "number", "number1", "number2" ], [] ], "column_dtype": [ "number", "date", "text", "text", "score", "text" ], "example": [ "1", "february 8", "new orleans voodoo", "home", "l 42-34", "0" ] }
[ "when", "was", "the", "first", "away", "game", "?" ]
[ "WRB", "VBD-AUX", "DT", "JJ", "RB", "NN", "." ]
[ "O", "O", "O", "ORDINAL", "O", "O", "O" ]
[ false, false, false, false, false, false, false ]
[ false, false, false, false, true, false, false ]
[ false, false, false, false, false, false ]
February 15
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c2", "from", "w", "where", "c4", "=", "'away'", "order", "by", "c2_parsed", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 4, 4 ], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Column", "Column", "Column", "None", "None" ], "aligned_sql_token_info": [ "c2", null, "c2_parsed", "c2_parsed", "c4", null, null ] }
{ "nl_indices": [ [ 0 ], [ 4 ], [ 3, 2 ] ], "sql_indices": [ [ 1 ], [ 5, 6, 7 ], [ 8, 9, 10, 11, 12 ] ] }
nt-12062
202_104
{ "raw_header": [ "governorate", "percentage", "seats won", "total seats" ], "tokenized_header": [ [ "governorate" ], [ "percentage" ], [ "seats", "won" ], [ "total", "seats" ] ], "column_suffixes": [ [], [ "number" ], [ "number" ], [ "number" ] ], "column_dtype": [ "text", "percentage", "number", "number" ], "example": [ "al-anbar", "8.2%", "0", "29" ] }
[ "how", "many", "groups", "have", "more", "than", "32", "total", "seats", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "JJR", "IN", "CD", "JJ", "NNS", "." ]
[ "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O" ]
[ false, false, false, false, false, false, false, true, true, false ]
[ false, false, false, false, false, false, false, true, false, false ]
[ false, false, true, true ]
3
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c1", ")", "from", "w", "where", "c4_number", ">", "32" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Keyword", "Keyword", "Literal", "Column", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c1", null, "['comp', 'comp_greater']", "['comp', 'comp_greater']", null, "c4_number", "c4_number", null ] }
{ "nl_indices": [ [ 0, 1 ], [ 2 ], [ 4, 5 ], [ 6 ], [ 8, 7 ] ], "sql_indices": [ [ 1, 2, 4 ], [ 3 ], [ 9 ], [ 10 ], [ 8 ] ] }
nt-427
204_389
{ "raw_header": [ "rnd.", "pick #", "nfl team", "player", "pos.", "college", "conf.", "notes" ], "tokenized_header": [ [ "rnd", "." ], [ "pick", "#" ], [ "nfl", "team" ], [ "player" ], [ "pos", "." ], [ "college" ], [ "conf", "." ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [ "number" ], [], [], [], [], [], [] ], "column_dtype": [ "number", "number", "text", "text", "text", "text", "text", "text" ], "example": [ "1", "1", "oakland raiders", "jamarcus russell", "qb", "lsu", "sec", "deceased" ] }
[ "did", "laron", "landry", "or", "ted", "ginn", "jr", "have", "an", "earlier", "draft", "pick", "?" ]
[ "VBD-AUX", "NNP", "NNP", "CC", "NNP", "NNP", "NNP", "VBD-AUX", "DT", "JJR", "NN", "NN", "." ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O", "O", "O", "O", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, true, false ]
[ false, true, true, false, true, true, true, false, false, false, true, false, false ]
[ false, true, false, false, false, false, false, false ]
LaRon Landry
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Literal.String", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "c4", "in", "(", "'laron landry'", ",", "'ted ginn jr'", ")", "order", "by", "c2_number", "asc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [ 1, 2 ], [], [ 4, 6 ], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "Literal", "Literal", "Keyword", "Literal", "Literal", "Literal", "None", "None", "Keyword", "None", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "['conj', 'conj_or']", null, null, null, null, null, "['sort', 'sort_asc']", null, "c2_number", null ] }
{ "nl_indices": [ [ 1, 2 ], [ 4, 5, 6 ], [ 3 ], [ 9 ], [ 11 ] ], "sql_indices": [ [ 8 ], [ 10 ], [ 6, 7, 9, 11 ], [ 12, 13, 15, 16, 17 ], [ 14 ] ] }
nt-2408
204_389
{ "raw_header": [ "rnd.", "pick #", "nfl team", "player", "pos.", "college", "conf.", "notes" ], "tokenized_header": [ [ "rnd", "." ], [ "pick", "#" ], [ "nfl", "team" ], [ "player" ], [ "pos", "." ], [ "college" ], [ "conf", "." ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [ "number" ], [], [], [], [], [], [] ], "column_dtype": [ "number", "number", "text", "text", "text", "text", "text", "text" ], "example": [ "1", "1", "oakland raiders", "jamarcus russell", "qb", "lsu", "sec", "deceased" ] }
[ "how", "many", "players", "are", "qbs", "?" ]
[ "WRB", "JJ", "NNS", "VBD-AUX", "NNS", "." ]
[ "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 ]
11
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "count", "(", "c4", ")", "from", "w", "where", "c5", "=", "'qb'" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 4, 4 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "None", "Literal", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c4", null, null, null ] }
{ "nl_indices": [ [ 1, 0 ], [ 2 ], [ 4 ] ], "sql_indices": [ [ 4, 2, 1 ], [ 3 ], [ 10 ] ] }
nt-8151
204_389
{ "raw_header": [ "rnd.", "pick #", "nfl team", "player", "pos.", "college", "conf.", "notes" ], "tokenized_header": [ [ "rnd", "." ], [ "pick", "#" ], [ "nfl", "team" ], [ "player" ], [ "pos", "." ], [ "college" ], [ "conf", "." ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [ "number" ], [], [], [], [], [], [] ], "column_dtype": [ "number", "number", "text", "text", "text", "text", "text", "text" ], "example": [ "1", "1", "oakland raiders", "jamarcus russell", "qb", "lsu", "sec", "deceased" ] }
[ "who", "was", "picked", "after", "jamarcus", "russell", "?" ]
[ "WP", "VBD-AUX", "VBN", "IN", "NNP", "NNP", "." ]
[ "O", "O", "O", "O", "PERSON", "PERSON", "O" ]
[ false, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false ]
[ false, false, false, false, false, false, false, false ]
Calvin Johnson
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c4", "from", "w", "where", "c2_number", "=", "(", "select", "c2_number", "from", "w", "where", "c4", "=", "'jamarcus russell'", ")", "+", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 4, 5 ], [], [], [] ] }
{ "aligned_sql_token_type": [ "Column", "None", "Column", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ "c4", null, "c2_number", "['before', 'before_plus']", null, null, null ] }
{ "nl_indices": [ [ 2 ], [ 2 ], [ 3 ], [ 0 ], [ 0 ], [ 4, 5 ] ], "sql_indices": [ [ 5 ], [ 9 ], [ 6, 7, 16, 17, 18 ], [ 1 ], [ 13 ], [ 15 ] ] }
nt-9552
204_389
{ "raw_header": [ "rnd.", "pick #", "nfl team", "player", "pos.", "college", "conf.", "notes" ], "tokenized_header": [ [ "rnd", "." ], [ "pick", "#" ], [ "nfl", "team" ], [ "player" ], [ "pos", "." ], [ "college" ], [ "conf", "." ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [ "number" ], [], [], [], [], [], [] ], "column_dtype": [ "number", "number", "text", "text", "text", "text", "text", "text" ], "example": [ "1", "1", "oakland raiders", "jamarcus russell", "qb", "lsu", "sec", "deceased" ] }
[ "what", "was", "the", "number", "of", "qb", "'s", "selected", "in", "the", "first", "round", "?" ]
[ "WP", "VBD-AUX", "DT", "NN", "IN", "NN", "POS", "VBN", "IN", "DT", "JJ", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "ORDINAL", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, false, true, true, false, false, true, 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", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "*", ")", "from", "w", "where", "c5", "=", "'qb'", "and", "c1_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 5, 5 ], [], [], [], [ 10 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "Literal", "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, "c1_number", null ] }
{ "nl_indices": [ [ 11 ], [ 10 ], [ 2, 3, 4 ], [ 5 ] ], "sql_indices": [ [ 12 ], [ 14 ], [ 1, 2, 3, 4 ], [ 10 ] ] }
nt-11058
204_389
{ "raw_header": [ "rnd.", "pick #", "nfl team", "player", "pos.", "college", "conf.", "notes" ], "tokenized_header": [ [ "rnd", "." ], [ "pick", "#" ], [ "nfl", "team" ], [ "player" ], [ "pos", "." ], [ "college" ], [ "conf", "." ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [ "number" ], [], [], [], [], [], [] ], "column_dtype": [ "number", "number", "text", "text", "text", "text", "text", "text" ], "example": [ "1", "1", "oakland raiders", "jamarcus russell", "qb", "lsu", "sec", "deceased" ] }
[ "first", "round", "pick", "calvin", "johnson", "went", "to", "which", "college", "?" ]
[ "RB", "JJ", "NN", "NNP", "NNP", "VBD", "TO", "WDT", "NN", "." ]
[ "ORDINAL", "O", "O", "PERSON", "PERSON", "O", "O", "O", "O", "O" ]
[ false, false, true, false, false, false, false, false, true, false ]
[ false, true, false, true, true, false, false, false, true, false ]
[ false, true, false, false, false, true, false, false ]
Georgia Tech
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String" ], "value": [ "select", "c6", "from", "w", "where", "c4", "=", "'calvin johnson'" ], "span_indices": [ [], [], [], [], [], [], [], [ 3, 4 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "Literal", "Literal", "None", "None", "None", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, null, null, null, "c6", null ] }
{ "nl_indices": [ [ 3, 4 ], [ 8 ] ], "sql_indices": [ [ 7 ], [ 1 ] ] }
nt-12589
204_389
{ "raw_header": [ "rnd.", "pick #", "nfl team", "player", "pos.", "college", "conf.", "notes" ], "tokenized_header": [ [ "rnd", "." ], [ "pick", "#" ], [ "nfl", "team" ], [ "player" ], [ "pos", "." ], [ "college" ], [ "conf", "." ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [ "number" ], [], [], [], [], [], [] ], "column_dtype": [ "number", "number", "text", "text", "text", "text", "text", "text" ], "example": [ "1", "1", "oakland raiders", "jamarcus russell", "qb", "lsu", "sec", "deceased" ] }
[ "how", "many", "players", "from", "wisconsin", "were", "picked", "in", "the", "first", "round", "?" ]
[ "WRB", "JJ", "NNS", "IN", "NNP", "VBD-AUX", "VBN", "IN", "DT", "JJ", "NN", "." ]
[ "O", "O", "O", "O", "LOCATION", "O", "O", "O", "O", "ORDINAL", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, false, false, false ]
[ false, false, false, true, true, false, false, true, false, false, true, false ]
[ false, false, false, false, false, false, false, false ]
1
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "count", "(", "c4", ")", "from", "w", "where", "c6", "=", "'wisconsin'", "and", "c1_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [ 4, 4 ], [], [], [], [ 9 ] ] }
{ "aligned_sql_token_type": [ "Keyword", "Keyword", "Column", "Column", "Literal", "None", "None", "None", "None", "Literal", "Column", "None" ], "aligned_sql_token_info": [ "['agg', 'agg_count']", "['agg', 'agg_count']", "c4", "c6", null, null, null, null, null, null, "c1_number", null ] }
{ "nl_indices": [ [ 10 ], [ 9 ], [ 1, 0 ], [ 2 ], [ 4 ], [ 3 ] ], "sql_indices": [ [ 12 ], [ 14 ], [ 2, 4, 1 ], [ 3 ], [ 10 ], [ 8 ] ] }
nt-12698
204_389
{ "raw_header": [ "rnd.", "pick #", "nfl team", "player", "pos.", "college", "conf.", "notes" ], "tokenized_header": [ [ "rnd", "." ], [ "pick", "#" ], [ "nfl", "team" ], [ "player" ], [ "pos", "." ], [ "college" ], [ "conf", "." ], [ "notes" ] ], "column_suffixes": [ [ "number" ], [ "number" ], [], [], [], [], [], [] ], "column_dtype": [ "number", "number", "text", "text", "text", "text", "text", "text" ], "example": [ "1", "1", "oakland raiders", "jamarcus russell", "qb", "lsu", "sec", "deceased" ] }
[ "who", "was", "the", "first", "pick", "in", "the", "draft", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NN", "." ]
[ "O", "O", "O", "ORDINAL", "O", "O", "O", "O", "O" ]
[ false, false, false, false, true, false, false, false, false ]
[ false, false, false, false, false, true, false, true, false ]
[ false, true, false, false, false, false, false, false ]
JaMarcus Russell
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c4", "from", "w", "where", "c2_number", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "Column", "None", "None", "Literal", "Column", "None", "None", "None", "None" ], "aligned_sql_token_info": [ "c4", null, null, null, "c2_number", null, null, null, null ] }
{ "nl_indices": [ [ 4 ], [ 3 ], [ 0 ] ], "sql_indices": [ [ 5 ], [ 7 ], [ 1 ] ] }
nt-36
204_879
{ "raw_header": [ "year", "host / location", "division i overall", "division i undergraduate", "division ii overall", "division ii community college" ], "tokenized_header": [ [ "year" ], [ "host", "\\\\/", "location" ], [ "division", "i", "overall" ], [ "division", "i", "undergraduate" ], [ "division", "ii", "overall" ], [ "division", "ii", "community", "college" ] ], "column_suffixes": [ [ "number" ], [ "address" ], [], [], [], [] ], "column_dtype": [ "number", "address", "text", "text", "text", "text" ], "example": [ "1997", "penn", "chicago", "swarthmore", "harvard", "valencia cc" ] }
[ "who", "was", "the", "top", "winner", "in", "2002", "of", "the", "division", "1", "undergraduate", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "CD", "IN", "DT", "NN", "CD", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "DATE", "O", "O", "O", "NUMBER", "O", "O" ]
[ false, false, false, false, false, false, false, false, false, true, false, true, false ]
[ false, false, false, false, false, false, true, false, false, false, false, false, false ]
[ false, false, true, true, true, true ]
Princeton
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.Number" ], "value": [ "select", "c4", "from", "w", "where", "c1_number", "=", "2002" ], "span_indices": [ [], [], [], [], [], [], [], [ 6 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "None", "None", "None", "Column", "Literal", "None", "None", "Column", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, null, null, "c1_number", null, null, null, "c4", "c4", "c4", null ] }
{ "nl_indices": [ [ 9, 10, 11 ], [ 6 ], [ 5 ] ], "sql_indices": [ [ 1 ], [ 7 ], [ 5 ] ] }
nt-306
204_879
{ "raw_header": [ "year", "host / location", "division i overall", "division i undergraduate", "division ii overall", "division ii community college" ], "tokenized_header": [ [ "year" ], [ "host", "\\\\/", "location" ], [ "division", "i", "overall" ], [ "division", "i", "undergraduate" ], [ "division", "ii", "overall" ], [ "division", "ii", "community", "college" ] ], "column_suffixes": [ [ "number" ], [ "address" ], [], [], [], [] ], "column_dtype": [ "number", "address", "text", "text", "text", "text" ], "example": [ "1997", "penn", "chicago", "swarthmore", "harvard", "valencia cc" ] }
[ "did", "chicago", "win", "more", "or", "less", "than", "cal", "berkeley", "?" ]
[ "VBD-AUX", "NNP", "VB", "JJR", "CC", "JJR", "IN", "JJ", "NNP", "." ]
[ "O", "LOCATION", "O", "O", "O", "O", "O", "O", "LOCATION", "O" ]
[ false, false, false, false, false, false, false, false, false, false ]
[ false, true, false, false, false, false, false, true, true, false ]
[ false, false, false, false, false, false ]
More
{ "sql_type": [ "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword" ], "value": [ "select", "(", "select", "count", "(", "*", ")", "from", "w", "where", "c3", "=", "'chicago'", ")", ">", "(", "select", "count", "(", "*", ")", "from", "w", "where", "c3", "=", "'cal-berkeley'", ")" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [ 1, 1 ], [], [], [], [], [], [], [], [], [], [], [], [], [], [ 7, 8 ], [] ] }
{ "aligned_sql_token_type": [ "None", "Literal", "None", "Keyword", "None", "None", "Keyword", "Literal", "Literal", "None" ], "aligned_sql_token_info": [ null, null, null, "['comp', 'comp_greater']", null, null, "['comp', 'comp_greater']", null, null, null ] }
{ "nl_indices": [ [ 1 ], [ 8, 7 ], [ 3, 6 ] ], "sql_indices": [ [ 12 ], [ 26 ], [ 3, 4, 5, 6, 1, 0, 13, 14, 15, 17, 18, 19, 20, 27 ] ] }
nt-396
204_879
{ "raw_header": [ "year", "host / location", "division i overall", "division i undergraduate", "division ii overall", "division ii community college" ], "tokenized_header": [ [ "year" ], [ "host", "\\\\/", "location" ], [ "division", "i", "overall" ], [ "division", "i", "undergraduate" ], [ "division", "ii", "overall" ], [ "division", "ii", "community", "college" ] ], "column_suffixes": [ [ "number" ], [ "address" ], [], [], [], [] ], "column_dtype": [ "number", "address", "text", "text", "text", "text" ], "example": [ "1997", "penn", "chicago", "swarthmore", "harvard", "valencia cc" ] }
[ "valencia", "cc", "and", "who", "else", "won", "the", "most", "division", "ii", "community", "college", "?" ]
[ "NNP", "NN", "CC", "WP", "RB", "VBD", "DT", "RBS", "NN", "CD", "NN", "NN", "." ]
[ "ORGANIZATION", "ORGANIZATION", "O", "O", "O", "O", "O", "MISC", "MISC", "NUMBER", "O", "O", "O" ]
[ false, false, false, false, false, false, false, false, true, true, true, true, false ]
[ true, true, true, false, false, false, false, false, false, false, false, true, false ]
[ false, false, true, true, true, true ]
Chipola
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c6", "from", "w", "where", "c6", "!=", "'valencia cc'", "group", "by", "c6", "order", "by", "count", "(", "*", ")", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 0, 1 ], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "Literal", "Literal", "None", "Keyword", "Keyword", "None", "Keyword", "Keyword", "Column", "Column", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, null, "['comp', 'comp_not']", "['comp', 'comp_not']", null, "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", "c6", "c6", "c6", "c6", null ] }
{ "nl_indices": [ [ 1, 0 ], [ 3, 4 ], [ 8, 9, 10, 11 ], [ 8, 9, 10, 11 ], [ 8, 9, 10, 11 ], [ 6, 7 ] ], "sql_indices": [ [ 7 ], [ 6 ], [ 5 ], [ 1 ], [ 10 ], [ 9, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] ] }
nt-1491
204_879
{ "raw_header": [ "year", "host / location", "division i overall", "division i undergraduate", "division ii overall", "division ii community college" ], "tokenized_header": [ [ "year" ], [ "host", "\\\\/", "location" ], [ "division", "i", "overall" ], [ "division", "i", "undergraduate" ], [ "division", "ii", "overall" ], [ "division", "ii", "community", "college" ] ], "column_suffixes": [ [ "number" ], [ "address" ], [], [], [], [] ], "column_dtype": [ "number", "address", "text", "text", "text", "text" ], "example": [ "1997", "penn", "chicago", "swarthmore", "harvard", "valencia cc" ] }
[ "who", "is", "listed", "the", "most", "in", "division", "ii", "community", "college", "?" ]
[ "WP", "VBD-AUX", "VBN", "DT", "RBS", "IN", "NN", "CD", "NN", "NN", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "NUMBER", "O", "O", "O" ]
[ false, false, false, false, false, false, true, true, true, true, false ]
[ false, false, false, false, false, false, false, false, false, true, false ]
[ false, false, true, true, true, true ]
Valencia CC
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c6", "from", "w", "group", "by", "c6", "order", "by", "count", "(", "*", ")", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Keyword", "None", "Column", "Column", "Column", "Column", "None" ], "aligned_sql_token_info": [ null, null, "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", "['sort', 'sort_desc_group_count']", null, "c6", "c6", "c6", "c6", null ] }
{ "nl_indices": [ [ 6, 7, 8, 9 ], [ 6, 7, 8, 9 ], [ 2, 3, 4 ] ], "sql_indices": [ [ 1 ], [ 6 ], [ 5, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] ] }
nt-3287
204_879
{ "raw_header": [ "year", "host / location", "division i overall", "division i undergraduate", "division ii overall", "division ii community college" ], "tokenized_header": [ [ "year" ], [ "host", "\\\\/", "location" ], [ "division", "i", "overall" ], [ "division", "i", "undergraduate" ], [ "division", "ii", "overall" ], [ "division", "ii", "community", "college" ] ], "column_suffixes": [ [ "number" ], [ "address" ], [], [], [], [] ], "column_dtype": [ "number", "address", "text", "text", "text", "text" ], "example": [ "1997", "penn", "chicago", "swarthmore", "harvard", "valencia cc" ] }
[ "what", "is", "the", "first", "year", "on", "the", "chart", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NN", "." ]
[ "O", "O", "DURATION", "DURATION", "DURATION", "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, false, false, false ]
1997
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Literal.Number" ], "value": [ "select", "c1", "from", "w", "where", "id", "=", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 3 ] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ null, null, "['first', '']", "['first', '']", "c1", "['first', '']", "['first', '']", "['first', '']", null ] }
{ "nl_indices": [ [ 4 ], [ 3, 2, 5, 6, 7 ] ], "sql_indices": [ [ 1 ], [ 5, 6, 7 ] ] }
nt-4775
204_879
{ "raw_header": [ "year", "host / location", "division i overall", "division i undergraduate", "division ii overall", "division ii community college" ], "tokenized_header": [ [ "year" ], [ "host", "\\\\/", "location" ], [ "division", "i", "overall" ], [ "division", "i", "undergraduate" ], [ "division", "ii", "overall" ], [ "division", "ii", "community", "college" ] ], "column_suffixes": [ [ "number" ], [ "address" ], [], [], [], [] ], "column_dtype": [ "number", "address", "text", "text", "text", "text" ], "example": [ "1997", "penn", "chicago", "swarthmore", "harvard", "valencia cc" ] }
[ "what", "is", "the", "last", "year", "on", "the", "chart", "?" ]
[ "WP", "VBD-AUX", "DT", "JJ", "NN", "IN", "DT", "NN", "." ]
[ "O", "O", "DATE", "DATE", "DATE", "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, false, false, false ]
2014
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "order", "by", "id", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword", "None" ], "aligned_sql_token_info": [ null, null, "['sort', 'sort_desc']", "['sort', 'sort_desc']", "c1", "['sort', 'sort_desc']", "['sort', 'sort_desc']", "['sort', 'sort_desc']", null ] }
{ "nl_indices": [ [ 4 ], [ 3, 2, 5, 6, 7 ] ], "sql_indices": [ [ 1 ], [ 4, 5, 6, 7, 8, 9 ] ] }
nt-10922
204_879
{ "raw_header": [ "year", "host / location", "division i overall", "division i undergraduate", "division ii overall", "division ii community college" ], "tokenized_header": [ [ "year" ], [ "host", "\\\\/", "location" ], [ "division", "i", "overall" ], [ "division", "i", "undergraduate" ], [ "division", "ii", "overall" ], [ "division", "ii", "community", "college" ] ], "column_suffixes": [ [ "number" ], [ "address" ], [], [], [], [] ], "column_dtype": [ "number", "address", "text", "text", "text", "text" ], "example": [ "1997", "penn", "chicago", "swarthmore", "harvard", "valencia cc" ] }
[ "when", "was", "the", "last", "time", "the", "event", "was", "held", "in", "minnesota", "?" ]
[ "WRB", "VBD-AUX", "DT", "JJ", "NN", "DT", "NN", "VBD-AUX", "VBN", "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 ]
2007
{ "sql_type": [ "Keyword", "Column", "Keyword", "Keyword", "Keyword", "Column", "Keyword", "Literal.String", "Keyword", "Keyword", "Column", "Keyword", "Keyword", "Keyword" ], "value": [ "select", "c1", "from", "w", "where", "c2", "=", "'minnesota'", "order", "by", "c1_number", "desc", "limit", "1" ], "span_indices": [ [], [], [], [], [], [], [], [ 10, 10 ], [], [], [], [], [], [] ] }
{ "aligned_sql_token_type": [ "None", "None", "Column", "Column", "Column", "None", "None", "None", "Column", "Column", "Literal", "None" ], "aligned_sql_token_info": [ null, null, "c1_number", "c1_number", "c1", null, null, null, "c2", "c2", null, null ] }
{ "nl_indices": [ [ 10 ], [ 9, 8 ], [ 4 ], [ 3, 2 ] ], "sql_indices": [ [ 7 ], [ 5 ], [ 1 ], [ 8, 9, 10, 11, 12, 13 ] ] }