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-5102 | 204_970 | {
"raw_header": [
"year",
"award",
"category",
"title",
"result"
],
"tokenized_header": [
[
"year"
],
[
"award"
],
[
"category"
],
[
"title"
],
[
"result"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[],
[]
],
"column_dtype": [
"number",
"text",
"text",
"text",
"text"
],
"example": [
"1955",
"academy award",
"best actor",
"marty",
"won"
]
} | [
"for",
"what",
"title",
"did",
"mr.",
"borgnine",
"receive",
"the",
"most",
"awards",
"?"
] | [
"IN",
"WDT",
"NN",
"VBD-AUX",
"NNP",
"NNP",
"VB",
"DT",
"RBS",
"NNS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"PERSON",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
false,
true,
false
] | Marty | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c4",
"from",
"w",
"group",
"by",
"c4",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Column",
"None",
"None",
"None",
"None",
"Keyword",
"Keyword",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
"c4",
null,
null,
null,
null,
"['sort', 'sort_desc_group_count']",
"['sort', 'sort_desc_group_count']",
null,
null
]
} | {
"nl_indices": [
[
2
],
[
2
],
[
7,
8
]
],
"sql_indices": [
[
1
],
[
6
],
[
5,
4,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
]
} |
nt-5205 | 204_970 | {
"raw_header": [
"year",
"award",
"category",
"title",
"result"
],
"tokenized_header": [
[
"year"
],
[
"award"
],
[
"category"
],
[
"title"
],
[
"result"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[],
[]
],
"column_dtype": [
"number",
"text",
"text",
"text",
"text"
],
"example": [
"1955",
"academy award",
"best actor",
"marty",
"won"
]
} | [
"which",
"did",
"he",
"win",
"more",
",",
"best",
"foreign",
"actor",
"or",
"best",
"actor",
"?"
] | [
"WDT",
"VBD-AUX",
"PRP",
"VB",
"RBR",
",",
"JJS",
"JJ",
"NN",
"CC",
"JJS",
"NN",
"."
] | [
"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,
true,
true,
true,
true,
true,
true,
false
] | [
false,
false,
false,
false,
false
] | Best Actor | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Literal.String",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c3",
"from",
"w",
"where",
"c3",
"in",
"(",
"'best foreign actor'",
",",
"'best actor'",
")",
"group",
"by",
"c3",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[
6,
8
],
[],
[
10,
11
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"None",
"Keyword",
"None",
"Literal",
"Literal",
"Literal",
"Keyword",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
"['sort', 'sort_desc_group_count']",
null,
null,
null,
null,
"['conj', 'conj_or']",
null,
null,
null
]
} | {
"nl_indices": [
[
7,
8,
6
],
[
10,
11
],
[
9
],
[
4
]
],
"sql_indices": [
[
8
],
[
10
],
[
7,
6,
9,
11
],
[
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
]
} |
nt-9332 | 204_970 | {
"raw_header": [
"year",
"award",
"category",
"title",
"result"
],
"tokenized_header": [
[
"year"
],
[
"award"
],
[
"category"
],
[
"title"
],
[
"result"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[],
[]
],
"column_dtype": [
"number",
"text",
"text",
"text",
"text"
],
"example": [
"1955",
"academy award",
"best actor",
"marty",
"won"
]
} | [
"what",
"was",
"the",
"only",
"tv",
"show",
"this",
"actor",
"was",
"nominated",
"for",
"a",
"daytime",
"emmy",
"award",
"for",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"NN",
"DT",
"NN",
"VBD-AUX",
"VBN",
"IN",
"DT",
"JJ",
"NN",
"NN",
"IN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"TIME",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false
] | [
false,
false,
true,
false,
false,
false,
false,
true,
false,
true,
true,
true,
true,
true,
true,
true,
false
] | [
false,
true,
false,
false,
false
] | All Dogs Go to Heaven: The Series | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c4",
"from",
"w",
"where",
"c2",
"=",
"'daytime emmy award'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
12,
14
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"None",
"Column",
"Column",
"None",
"None",
"None",
"None",
"None",
"None",
"Literal",
"Literal",
"Literal",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
"c4",
"c4",
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
12,
13,
14
],
[
4,
5
]
],
"sql_indices": [
[
7
],
[
1
]
]
} |
nt-10188 | 204_970 | {
"raw_header": [
"year",
"award",
"category",
"title",
"result"
],
"tokenized_header": [
[
"year"
],
[
"award"
],
[
"category"
],
[
"title"
],
[
"result"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[],
[]
],
"column_dtype": [
"number",
"text",
"text",
"text",
"text"
],
"example": [
"1955",
"academy award",
"best actor",
"marty",
"won"
]
} | [
"how",
"many",
"total",
"awards",
"did",
"he",
"win",
"?"
] | [
"WRB",
"JJ",
"JJ",
"NNS",
"VBD-AUX",
"PRP",
"VB",
"."
] | [
"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
] | 7 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"c2",
")",
"from",
"w",
"where",
"c5",
"=",
"'won'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
6,
6
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c2",
null,
null,
"c5",
null
]
} | {
"nl_indices": [
[
1,
0,
2
],
[
3
],
[
6
]
],
"sql_indices": [
[
2,
1,
4
],
[
3
],
[
10,
9,
8
]
]
} |
nt-10786 | 204_970 | {
"raw_header": [
"year",
"award",
"category",
"title",
"result"
],
"tokenized_header": [
[
"year"
],
[
"award"
],
[
"category"
],
[
"title"
],
[
"result"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[],
[]
],
"column_dtype": [
"number",
"text",
"text",
"text",
"text"
],
"example": [
"1955",
"academy award",
"best actor",
"marty",
"won"
]
} | [
"how",
"many",
"awards",
"did",
"this",
"actor",
"win",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"DT",
"NN",
"VB",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
true,
false,
false
] | [
false,
false,
false,
false,
false
] | 7 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"c2",
")",
"from",
"w",
"where",
"c5",
"=",
"'won'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
6,
6
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"None",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c2",
null,
null,
null,
"c5",
null
]
} | {
"nl_indices": [
[
1,
0
],
[
2
],
[
6
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
],
[
10,
9,
8
]
]
} |
nt-11800 | 204_970 | {
"raw_header": [
"year",
"award",
"category",
"title",
"result"
],
"tokenized_header": [
[
"year"
],
[
"award"
],
[
"category"
],
[
"title"
],
[
"result"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[],
[]
],
"column_dtype": [
"number",
"text",
"text",
"text",
"text"
],
"example": [
"1955",
"academy award",
"best actor",
"marty",
"won"
]
} | [
"an",
"nbr",
"award",
"and",
"a",
"nyfcc",
"award",
"were",
"both",
"given",
"to",
"this",
"actor",
"for",
"his",
"role",
"in",
"what",
"film",
"?"
] | [
"DT",
"NN",
"NN",
"CC",
"DT",
"NN",
"NN",
"VBD-AUX",
"DT",
"VBN",
"TO",
"DT",
"NN",
"IN",
"PRP$",
"NN",
"IN",
"WP",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
true,
false,
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
true,
true,
false,
true,
true,
true,
false,
false,
false,
true,
false,
true,
true,
false,
false,
true,
false,
true,
false
] | [
false,
true,
false,
false,
false
] | Marty | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c4",
"from",
"w",
"where",
"c2",
"=",
"'nbr award'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
1,
2
]
]
} | {
"aligned_sql_token_type": [
"None",
"Literal",
"Literal",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
"c4",
null
]
} | {
"nl_indices": [
[
18
],
[
1,
2
]
],
"sql_indices": [
[
1
],
[
7
]
]
} |
nt-13731 | 204_970 | {
"raw_header": [
"year",
"award",
"category",
"title",
"result"
],
"tokenized_header": [
[
"year"
],
[
"award"
],
[
"category"
],
[
"title"
],
[
"result"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[],
[]
],
"column_dtype": [
"number",
"text",
"text",
"text",
"text"
],
"example": [
"1955",
"academy award",
"best actor",
"marty",
"won"
]
} | [
"how",
"long",
"after",
"his",
"first",
"best",
"actor",
"academy",
"award",
",",
"did",
"mr.",
"borgnine",
"receive",
"his",
"screen",
"actors",
"guild",
"life",
"acheivement",
"award",
"?"
] | [
"WRB",
"RB",
"IN",
"PRP$",
"JJ",
"JJS",
"NN",
"NNP",
"NN",
",",
"VBD-AUX",
"NNP",
"NNP",
"VB",
"PRP$",
"NN",
"NNS",
"NN",
"NN",
"NN",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"ORDINAL",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"PERSON",
"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,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
false,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
false,
true,
false
] | [
false,
true,
false,
false,
false
] | 56 years | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword"
],
"value": [
"select",
"abs",
"(",
"(",
"select",
"c1_number",
"from",
"w",
"where",
"c3",
"=",
"'best actor'",
"and",
"c2",
"=",
"'academy award'",
")",
"-",
"(",
"select",
"c1_number",
"from",
"w",
"where",
"c2",
"=",
"'screen actors guild life achievement award'",
")",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
5,
6
],
[],
[],
[],
[
7,
8
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
15,
20
],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Column",
"Column",
"Keyword",
"None",
"None",
"Literal",
"Literal",
"Literal",
"Column",
"None",
"None",
"None",
"None",
"None",
"None",
"Literal",
"Literal",
"Literal",
"Literal",
"Literal",
"Column",
"None"
],
"aligned_sql_token_info": [
"c1_number",
"c1_number",
"['diff', '']",
null,
null,
null,
null,
null,
"c2",
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
"c2",
null
]
} | {
"nl_indices": [
[
1,
0,
2
],
[
5,
6
],
[
7,
8
],
[
1,
0
],
[
1,
0
],
[
15,
16,
17,
18,
19,
20
],
[
8
],
[
20
]
],
"sql_indices": [
[
0,
1,
2,
3,
28,
27,
18,
17,
16
],
[
11
],
[
15
],
[
5
],
[
20
],
[
26
],
[
13
],
[
24
]
]
} |
nt-14090 | 204_970 | {
"raw_header": [
"year",
"award",
"category",
"title",
"result"
],
"tokenized_header": [
[
"year"
],
[
"award"
],
[
"category"
],
[
"title"
],
[
"result"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[],
[]
],
"column_dtype": [
"number",
"text",
"text",
"text",
"text"
],
"example": [
"1955",
"academy award",
"best actor",
"marty",
"won"
]
} | [
"was",
"he",
"nominated",
"more",
"than",
"he",
"actually",
"won",
"?"
] | [
"VBD-AUX",
"PRP",
"VBD",
"JJR",
"IN",
"PRP",
"RB",
"VBD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
true,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
false
] | no | {
"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",
"c5",
"=",
"'nominated'",
")",
">",
"(",
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c5",
"=",
"'won'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
2,
2
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
7,
7
],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Literal",
"Keyword",
"Keyword",
"None",
"None",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"['comp', 'comp_greater']",
"['comp', 'comp_greater']",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
2
],
[
7
],
[
3,
4
]
],
"sql_indices": [
[
12
],
[
26
],
[
1,
3,
4,
5,
6,
0,
13,
14,
15,
17,
18,
19,
20,
27
]
]
} |
nt-12748 | 203_25 | {
"raw_header": [
"stage",
"date",
"route",
"terrain",
"length",
"winner"
],
"tokenized_header": [
[
"stage"
],
[
"date"
],
[
"route"
],
[
"terrain"
],
[
"length"
],
[
"winner"
]
],
"column_suffixes": [
[
"number"
],
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"list",
"length"
],
[],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second"
]
],
"column_dtype": [
"number",
"date",
"<d, text>",
"text",
"unitnum(unitnum)",
"text(text)"
],
"example": [
"1",
"1 july",
"fontenay-sous-bois",
"individual time trial",
"6 km (3.7 mi)",
"eric vanderaerden (bel)"
]
} | [
"what",
"was",
"the",
"number",
"of",
"stages",
"in",
"the",
"1983",
"tour",
"de",
"france",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"NN",
"IN",
"NNS",
"IN",
"DT",
"CD",
"NN",
"IN",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"DATE",
"MISC",
"MISC",
"MISC",
"MISC"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false
] | [
false,
false,
false,
false,
false,
false
] | 22 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"count",
"(",
"c1_number",
")",
"from",
"w"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Keyword",
"Column",
"None",
"None",
"None",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c1_number",
null,
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
2,
3,
4
],
[
5
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
]
]
} |
nt-13894 | 203_25 | {
"raw_header": [
"stage",
"date",
"route",
"terrain",
"length",
"winner"
],
"tokenized_header": [
[
"stage"
],
[
"date"
],
[
"route"
],
[
"terrain"
],
[
"length"
],
[
"winner"
]
],
"column_suffixes": [
[
"number"
],
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"list",
"length"
],
[],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second"
]
],
"column_dtype": [
"number",
"date",
"<d, text>",
"text",
"unitnum(unitnum)",
"text(text)"
],
"example": [
"1",
"1 july",
"fontenay-sous-bois",
"individual time trial",
"6 km (3.7 mi)",
"eric vanderaerden (bel)"
]
} | [
"what",
"was",
"the",
"total",
"number",
"of",
"days",
"for",
"the",
"tour",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"NNS",
"IN",
"DT",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"DURATION",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
false,
false
] | 23 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"count",
"(",
"c2",
")",
"from",
"w"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c2",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
3,
4,
5,
2
],
[
6
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
]
]
} |
nt-1774 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"which",
"airlines",
"have",
"not",
"commenced",
"operations",
"as",
"of",
"2013",
"?"
] | [
"WDT",
"NNS",
"VBD-AUX",
"RB",
"VBN",
"NNS",
"IN",
"IN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"DATE",
"O"
] | [
false,
false,
false,
false,
true,
true,
false,
false,
false,
false
] | [
false,
true,
false,
false,
false,
false,
true,
false,
true,
false
] | [
false,
false,
false,
false,
true
] | Pearl Air Services|United Airlines Limited | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"c5_number",
"is",
"null"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"Keyword",
"Keyword",
"Column",
"Column",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
"c1",
"['null', 'null_null']",
"['null', 'null_null']",
"c5_number",
"c5_number",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
1
],
[
4,
5
],
[
3,
2
]
],
"sql_indices": [
[
1
],
[
5
],
[
6,
7
]
]
} |
nt-5104 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"what",
"other",
"airline",
"commenced",
"operations",
"the",
"same",
"year",
"as",
"eagle",
"air",
"?"
] | [
"WDT",
"JJ",
"NN",
"VBD",
"NNS",
"DT",
"JJ",
"NN",
"IN",
"NNP",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"DATE",
"DATE",
"DATE",
"O",
"O",
"O",
"O"
] | [
false,
false,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
false
] | [
true,
false,
false,
false,
true
] | Uganda Air Cargo | {
"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_first",
"!=",
"'eagle air'",
"and",
"c5_number",
"=",
"(",
"select",
"c5_number",
"from",
"w",
"where",
"c1_first",
"=",
"'eagle air'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
9,
10
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
9,
10
],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Column",
"Column",
"Column",
"Keyword",
"Keyword",
"None",
"Keyword",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
"c1_first",
"c5_number",
"c5_number",
"['same', '']",
"['same', '']",
null,
"['same', '']",
null,
null,
null
]
} | {
"nl_indices": [
[
9,
10
],
[
9,
10
],
[
2
],
[
2
],
[
2
],
[
4,
3
],
[
4,
3
],
[
6,
5,
8
]
],
"sql_indices": [
[
7
],
[
19
],
[
5
],
[
1
],
[
17
],
[
9
],
[
13
],
[
6,
8,
10,
11,
20,
18
]
]
} |
nt-6012 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"how",
"many",
"years",
"after",
"uganda",
"air",
"cargo",
"commenced",
"operations",
"did",
"air",
"uganda",
"commence",
"operations",
"?"
] | [
"WRB",
"JJ",
"NNS",
"IN",
"NNP",
"NNP",
"NN",
"VBD",
"NNS",
"VBD-AUX",
"NNP",
"NNP",
"VBP",
"NNS",
"."
] | [
"O",
"O",
"DURATION",
"O",
"LOCATION",
"O",
"O",
"O",
"O",
"O",
"O",
"LOCATION",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
true,
true,
true,
false,
false,
false,
true,
true,
false,
false,
false
] | [
false,
false,
false,
false,
true
] | 13 | {
"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",
"c5_number",
"from",
"w",
"where",
"c1",
"=",
"'air uganda'",
")",
"-",
"(",
"select",
"c5_number",
"from",
"w",
"where",
"c1",
"=",
"'uganda air cargo'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
10,
11
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
4,
6
],
[]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"None",
"Keyword",
"Literal",
"Literal",
"Literal",
"Column",
"Column",
"None",
"Literal",
"Literal",
"Column",
"Column",
"None"
],
"aligned_sql_token_info": [
"['before', 'before_minus']",
"['before', 'before_minus']",
null,
"['before', 'before_minus']",
null,
null,
null,
"c5_number",
"c5_number",
null,
null,
null,
"c5_number",
"c5_number",
null
]
} | {
"nl_indices": [
[
1,
0,
3
],
[
7,
8
],
[
13,
12
],
[
6,
5,
4
],
[
10,
11
]
],
"sql_indices": [
[
0,
2,
10,
11,
12,
21
],
[
3
],
[
14
],
[
20
],
[
9
]
]
} |
nt-6701 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"what",
"is",
"the",
"difference",
"between",
"the",
"time",
"air",
"uganda",
"commenced",
"operations",
"and",
"skyjet",
"airlines",
"commenced",
"operations",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"NN",
"IN",
"DT",
"NNP",
"NNP",
"NNP",
"VBD",
"NNS",
"CC",
"NNP",
"NNPS",
"VBD",
"NNS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"ORGANIZATION",
"ORGANIZATION",
"ORGANIZATION",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
false,
true,
true,
false
] | [
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
false,
true,
true,
false,
false,
false
] | [
false,
false,
false,
false,
true
] | 4 years | {
"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",
"c5_number",
"from",
"w",
"where",
"c1_first",
"=",
"'air uganda'",
")",
"-",
"(",
"select",
"c5_number",
"from",
"w",
"where",
"c1_first",
"=",
"'skyjet airlines'",
")",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
7,
8
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
12,
13
],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Keyword",
"None",
"None",
"Literal",
"Literal",
"Column",
"Column",
"Keyword",
"Literal",
"Literal",
"Column",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['diff', '']",
"['diff', '']",
"['diff', '']",
null,
null,
null,
null,
"c5_number",
"c5_number",
"['diff', '']",
null,
null,
"c5_number",
"c5_number",
null
]
} | {
"nl_indices": [
[
3,
2,
4,
11
],
[
9,
10
],
[
15,
14
],
[
8,
7
],
[
13,
12
]
],
"sql_indices": [
[
0,
1,
2,
3,
12,
13,
14,
23,
24
],
[
5
],
[
16
],
[
11
],
[
22
]
]
} |
nt-7326 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"after",
"1994",
"which",
"airline",
"was",
"the",
"next",
"to",
"commence",
"operations",
"?"
] | [
"IN",
"CD",
"WDT",
"NN",
"VBD-AUX",
"DT",
"JJ",
"TO",
"VB",
"NNS",
"."
] | [
"O",
"DATE",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
true,
false,
false,
false,
false,
false,
true,
false
] | [
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
true
] | Skyjet Airlines | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"c5_number",
">",
"1994",
"order",
"by",
"c5_number",
"asc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
1
],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Literal",
"None",
"Column",
"None",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Column",
"None"
],
"aligned_sql_token_info": [
"['comp', 'comp_greater']",
null,
null,
"c1",
null,
"['sort', 'sort_asc']",
"['sort', 'sort_asc']",
"['sort', 'sort_asc']",
"c5_number",
"c5_number",
null
]
} | {
"nl_indices": [
[
3
],
[
1
],
[
0
],
[
8,
9
],
[
8,
9
],
[
6,
5,
7
]
],
"sql_indices": [
[
1
],
[
7
],
[
6
],
[
5
],
[
10
],
[
8,
9,
11,
12,
13
]
]
} |
nt-8311 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"what",
"was",
"the",
"name",
"of",
"the",
"only",
"airline",
"that",
"commenced",
"operations",
"in",
"2005",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"NN",
"IN",
"DT",
"JJ",
"NN",
"WDT",
"VBD",
"NNS",
"IN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"DATE",
"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
] | [
true,
false,
false,
false,
true
] | Royal Daisy Airlines | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"c5_number",
"=",
"2005"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
12
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"Column",
"None",
"Column",
"Column",
"None",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
null,
null,
null,
"c1",
null,
"c5_number",
"c5_number",
null,
null,
null
]
} | {
"nl_indices": [
[
10,
9
],
[
12
],
[
7
]
],
"sql_indices": [
[
5
],
[
7
],
[
1
]
]
} |
nt-9311 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"how",
"long",
"between",
"the",
"operations",
"first",
"commenced",
"and",
"the",
"last",
"airline",
"to",
"commence",
"operations",
"?"
] | [
"WRB",
"RB",
"IN",
"DT",
"NNS",
"RB",
"VBD",
"CC",
"DT",
"JJ",
"NN",
"TO",
"VB",
"NNS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"ORDINAL",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
true,
false,
true,
false,
false,
false,
true,
false,
false,
true,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
true
] | 19 years | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Literal.Number",
"Keyword"
],
"value": [
"select",
"(",
"select",
"c5_number",
"from",
"w",
"order",
"by",
"c5_number",
"desc",
"limit",
"1",
")",
"-",
"(",
"select",
"c5_number",
"from",
"w",
"order",
"by",
"c5_number",
"asc",
"limit",
"1",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
5
],
[]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Keyword",
"None",
"Column",
"Keyword",
"Column",
"Keyword",
"None",
"Keyword",
"None",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
"['diff', '']",
"['diff', '']",
"['diff', '']",
null,
"c5_number",
"['sort', 'sort_asc']",
"c5_number",
"['diff', '']",
null,
"['sort', 'sort_desc']",
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
2,
1,
0,
7
],
[
6,
4
],
[
4,
6
],
[
4,
6
],
[
6,
4
],
[
9
],
[
5
]
],
"sql_indices": [
[
0,
1,
12,
13,
14,
25
],
[
8
],
[
3
],
[
16
],
[
21
],
[
6,
7,
9,
10,
11
],
[
19,
20,
22,
23,
24
]
]
} |
nt-9510 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"what",
"is",
"the",
"next",
"airline",
"to",
"be",
"listed",
"after",
"royal",
"daisy",
"airlines",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"TO",
"VBD-AUX",
"VBN",
"IN",
"NNP",
"NNP",
"NNPS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
false
] | [
true,
false,
false,
false,
false
] | Skyjet Airlines | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"id",
"=",
"(",
"select",
"id",
"from",
"w",
"where",
"c1",
"=",
"'royal daisy airlines'",
")",
"+",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
9,
11
],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Literal",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['before', 'before_plus']",
"['before', 'before_plus']",
"c1",
"['before', 'before_plus']",
"['before', 'before_plus']",
"['before', 'before_plus']",
"['before', 'before_plus']",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
4
],
[
3,
2,
5,
6,
7,
8
],
[
9,
10,
11
],
[
4
]
],
"sql_indices": [
[
1
],
[
5,
6,
7,
9,
18,
17,
16
],
[
15
],
[
13
]
]
} |
nt-11550 | 204_163 | {
"raw_header": [
"airline",
"icao",
"iata",
"callsign",
"commenced\noperations"
],
"tokenized_header": [
[
"airline"
],
[
"icao"
],
[
"iata"
],
[
"callsign"
],
[
"commenced",
"operations"
]
],
"column_suffixes": [
[
"first",
"second"
],
[],
[],
[],
[
"number"
]
],
"column_dtype": [
"text(text)",
"text",
"text",
"text",
"number"
],
"example": [
"eagle air (uganda)",
"uga",
"u7",
"uganda",
"2007"
]
} | [
"how",
"many",
"airlines",
"commenced",
"operation",
"after",
"2006",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD",
"NN",
"IN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"DATE",
"O"
] | [
false,
false,
false,
true,
false,
false,
false,
false
] | [
false,
false,
true,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true
] | 3 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"count",
"(",
"c1",
")",
"from",
"w",
"where",
"c5",
">",
"2006"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
6
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"Column",
"Column",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c1",
"c5",
"c5",
"['comp', 'comp_greater']",
null,
null
]
} | {
"nl_indices": [
[
1,
0
],
[
2
],
[
3,
4
],
[
5
],
[
6
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
],
[
8
],
[
9
],
[
10
]
]
} |
nt-1106 | 203_838 | {
"raw_header": [
"year",
"world car of the year",
"world performance car",
"world green car",
"world car design of the year"
],
"tokenized_header": [
[
"year"
],
[
"world",
"car",
"of",
"the",
"year"
],
[
"world",
"performance",
"car"
],
[
"world",
"green",
"car"
],
[
"world",
"car",
"design",
"of",
"the",
"year"
]
],
"column_suffixes": [
[
"number"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
]
],
"column_dtype": [
"number",
"<n, text(text)>",
"<n, text(text)>",
"<n, text(text)>",
"<n, text(text)>"
],
"example": [
"2006",
"bmw 3-series (winner)\nmazda mx-5\nporsche cayman s\nbmw 1-series\nhonda civic and honda civic hybrid\nland rover range rover sport\nlexus is\nmercedes-benz m-class\nmercedes-benz s-class\nsuzuki swift\nvolkswagen passat",
"porsche cayman s (winner)\naudi rs4\nbmw m5\naston martin v8 vantage\nbmw 130i msport\nbmw m6\nbugatti veyron 16.4\nchrysler 300c srt-8",
"honda civic hybrid (winner)\ncitroen c1 1.4 hdi diesel\nlexus rx 400h\nbmw 325ci",
"citroen c4 (winner)\nbmw 3-series\nhonda civic\naston martin v8 vantage\nbmw 1 series"
]
} | [
"how",
"many",
"total",
"world",
"performance",
"cars",
"are",
"there",
"for",
"2007",
"?"
] | [
"WRB",
"JJ",
"JJ",
"NN",
"NN",
"NNS",
"VBD-AUX",
"EX",
"IN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"DATE",
"O"
] | [
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
] | 10 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c3_length",
"from",
"w",
"where",
"c1_number",
"=",
"2007"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
9
]
]
} | {
"aligned_sql_token_type": [
"Column",
"Column",
"Column",
"Column",
"Column",
"Column",
"None",
"None",
"None",
"Literal",
"None"
],
"aligned_sql_token_info": [
"c3_length",
"c3_length",
"c3_length",
"c3_length",
"c3_length",
"c3_length",
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
9
],
[
3,
4,
5
],
[
0,
2,
1
]
],
"sql_indices": [
[
7
],
[
1
],
[
1
]
]
} |
nt-5114 | 203_838 | {
"raw_header": [
"year",
"world car of the year",
"world performance car",
"world green car",
"world car design of the year"
],
"tokenized_header": [
[
"year"
],
[
"world",
"car",
"of",
"the",
"year"
],
[
"world",
"performance",
"car"
],
[
"world",
"green",
"car"
],
[
"world",
"car",
"design",
"of",
"the",
"year"
]
],
"column_suffixes": [
[
"number"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
]
],
"column_dtype": [
"number",
"<n, text(text)>",
"<n, text(text)>",
"<n, text(text)>",
"<n, text(text)>"
],
"example": [
"2006",
"bmw 3-series (winner)\nmazda mx-5\nporsche cayman s\nbmw 1-series\nhonda civic and honda civic hybrid\nland rover range rover sport\nlexus is\nmercedes-benz m-class\nmercedes-benz s-class\nsuzuki swift\nvolkswagen passat",
"porsche cayman s (winner)\naudi rs4\nbmw m5\naston martin v8 vantage\nbmw 130i msport\nbmw m6\nbugatti veyron 16.4\nchrysler 300c srt-8",
"honda civic hybrid (winner)\ncitroen c1 1.4 hdi diesel\nlexus rx 400h\nbmw 325ci",
"citroen c4 (winner)\nbmw 3-series\nhonda civic\naston martin v8 vantage\nbmw 1 series"
]
} | [
"what",
"is",
"the",
"total",
"number",
"of",
"cars",
"entered",
"for",
"2007",
"in",
"the",
"green",
"car",
"category",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"NNS",
"VBN",
"IN",
"CD",
"IN",
"DT",
"JJ",
"NN",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"DATE",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
true,
false,
false,
true,
false,
false,
false,
false,
false,
true,
true,
true,
false,
false
] | [
false,
true,
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
true,
false,
false,
false
] | [
false,
true,
true,
true,
true
] | 3 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c4_length",
"from",
"w",
"where",
"c1_number",
"=",
"2007"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
9
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Column",
"Column",
"Column",
"None",
"None",
"None",
"Literal",
"None",
"None",
"Column",
"Column",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"c4_length",
"c4_length",
"c4_length",
null,
null,
null,
null,
null,
null,
"c4_length",
"c4_length",
null,
null
]
} | {
"nl_indices": [
[
12,
13
],
[
9
],
[
4,
3,
5
]
],
"sql_indices": [
[
1
],
[
7
],
[
1
]
]
} |
nt-6312 | 203_838 | {
"raw_header": [
"year",
"world car of the year",
"world performance car",
"world green car",
"world car design of the year"
],
"tokenized_header": [
[
"year"
],
[
"world",
"car",
"of",
"the",
"year"
],
[
"world",
"performance",
"car"
],
[
"world",
"green",
"car"
],
[
"world",
"car",
"design",
"of",
"the",
"year"
]
],
"column_suffixes": [
[
"number"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
]
],
"column_dtype": [
"number",
"<n, text(text)>",
"<n, text(text)>",
"<n, text(text)>",
"<n, text(text)>"
],
"example": [
"2006",
"bmw 3-series (winner)\nmazda mx-5\nporsche cayman s\nbmw 1-series\nhonda civic and honda civic hybrid\nland rover range rover sport\nlexus is\nmercedes-benz m-class\nmercedes-benz s-class\nsuzuki swift\nvolkswagen passat",
"porsche cayman s (winner)\naudi rs4\nbmw m5\naston martin v8 vantage\nbmw 130i msport\nbmw m6\nbugatti veyron 16.4\nchrysler 300c srt-8",
"honda civic hybrid (winner)\ncitroen c1 1.4 hdi diesel\nlexus rx 400h\nbmw 325ci",
"citroen c4 (winner)\nbmw 3-series\nhonda civic\naston martin v8 vantage\nbmw 1 series"
]
} | [
"how",
"many",
"world",
"green",
"cars",
"are",
"there",
"before",
"2007",
"?"
] | [
"WRB",
"JJ",
"NN",
"JJ",
"NNS",
"VBD-AUX",
"EX",
"IN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"DATE",
"O"
] | [
false,
false,
true,
true,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
true,
false,
false,
false,
false,
true,
false
] | [
false,
true,
true,
true,
true
] | 4 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"sum",
"(",
"c4_length",
")",
"from",
"w",
"where",
"c1_number",
"<",
"2007"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
8
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"Column",
"Column",
"None",
"None",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_sum']",
"['agg', 'agg_sum']",
"c4_length",
"c4_length",
"c4_length",
null,
null,
"['comp', '']",
null,
null
]
} | {
"nl_indices": [
[
8
],
[
2,
3,
4
],
[
1,
0
],
[
7
]
],
"sql_indices": [
[
10
],
[
3
],
[
1,
2,
4
],
[
9
]
]
} |
nt-10599 | 203_838 | {
"raw_header": [
"year",
"world car of the year",
"world performance car",
"world green car",
"world car design of the year"
],
"tokenized_header": [
[
"year"
],
[
"world",
"car",
"of",
"the",
"year"
],
[
"world",
"performance",
"car"
],
[
"world",
"green",
"car"
],
[
"world",
"car",
"design",
"of",
"the",
"year"
]
],
"column_suffixes": [
[
"number"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
],
[
"list",
"length",
"list_first",
"list_second"
]
],
"column_dtype": [
"number",
"<n, text(text)>",
"<n, text(text)>",
"<n, text(text)>",
"<n, text(text)>"
],
"example": [
"2006",
"bmw 3-series (winner)\nmazda mx-5\nporsche cayman s\nbmw 1-series\nhonda civic and honda civic hybrid\nland rover range rover sport\nlexus is\nmercedes-benz m-class\nmercedes-benz s-class\nsuzuki swift\nvolkswagen passat",
"porsche cayman s (winner)\naudi rs4\nbmw m5\naston martin v8 vantage\nbmw 130i msport\nbmw m6\nbugatti veyron 16.4\nchrysler 300c srt-8",
"honda civic hybrid (winner)\ncitroen c1 1.4 hdi diesel\nlexus rx 400h\nbmw 325ci",
"citroen c4 (winner)\nbmw 3-series\nhonda civic\naston martin v8 vantage\nbmw 1 series"
]
} | [
"how",
"many",
"world",
"performance",
"cars",
"were",
"entered",
"in",
"2009",
"?"
] | [
"WRB",
"JJ",
"NN",
"NN",
"NNS",
"VBD-AUX",
"VBN",
"IN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"DATE",
"O"
] | [
false,
false,
true,
true,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
true,
true,
false
] | [
false,
true,
true,
true,
true
] | 3 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c3_length",
"from",
"w",
"where",
"c1_number",
"=",
"2009"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
8
]
]
} | {
"aligned_sql_token_type": [
"Column",
"Column",
"Column",
"Column",
"Column",
"None",
"None",
"Column",
"Literal",
"None"
],
"aligned_sql_token_info": [
"c3_length",
"c3_length",
"c3_length",
"c3_length",
"c3_length",
null,
null,
"c1_number",
null,
null
]
} | {
"nl_indices": [
[
2,
3,
4
],
[
8
],
[
7
],
[
1,
0
]
],
"sql_indices": [
[
1
],
[
7
],
[
5
],
[
1
]
]
} |
nt-3821 | 204_549 | {
"raw_header": [
"series\nnumber",
"key",
"composed",
"published",
"opus no.",
"brown",
"kobylanska",
"chominski",
"dedication",
"notes"
],
"tokenized_header": [
[
"series",
"number"
],
[
"key"
],
[
"composed"
],
[
"published"
],
[
"opus",
"no",
"."
],
[
"brown"
],
[
"kobylańska"
],
[
"chominski"
],
[
"dedication"
],
[
"notes"
]
],
"column_suffixes": [
[
"list",
"length",
"list_number",
"list_minimum",
"list_maximum"
],
[
"list",
"length"
],
[
"first",
"second",
"first_minimum_number",
"first_minimum_parsed",
"first_minimum_year",
"first_maximum_number",
"first_maximum_parsed",
"first_maximum_year"
],
[
"first",
"second",
"first_number",
"second_number",
"second_parsed",
"second_year",
"second_month",
"second_day"
],
[],
[],
[],
[],
[],
[]
],
"column_dtype": [
"<c,numberspan>",
"<c,text>",
"timespan(text)",
"number(date)",
"text",
"text",
"text",
"text",
"text",
"text"
],
"example": [
"1-4",
"g, b♭",
"1838 (28 november)",
"1910 (20 february)",
"op. 6",
"b. 16",
"kk iia/2-3",
"s 1/2",
"countess pauline plater",
"revised versions (original versions were published in 1875)"
]
} | [
"which",
"is",
"older",
",",
"10-13",
"or",
"18-21",
"?"
] | [
"WDT",
"VBD-AUX",
"JJR",
",",
"CD",
"CC",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"NUMBER",
"O",
"NUMBER",
"O"
] | [
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
] | 10-13 | {
"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",
"(",
"'10-13'",
",",
"'18-21'",
")",
"order",
"by",
"c3_first_minimum_year",
"asc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[
4,
4
],
[],
[
6,
6
],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Column",
"None",
"Literal",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
"c3_first_minimum_year",
null,
null,
"['conj', 'conj_or']",
null,
null
]
} | {
"nl_indices": [
[
4
],
[
6
],
[
5
],
[
2
]
],
"sql_indices": [
[
8
],
[
10
],
[
6,
7,
9,
11
],
[
12,
13,
14,
15,
16,
17
]
]
} |
nt-4588 | 204_549 | {
"raw_header": [
"series\nnumber",
"key",
"composed",
"published",
"opus no.",
"brown",
"kobylanska",
"chominski",
"dedication",
"notes"
],
"tokenized_header": [
[
"series",
"number"
],
[
"key"
],
[
"composed"
],
[
"published"
],
[
"opus",
"no",
"."
],
[
"brown"
],
[
"kobylańska"
],
[
"chominski"
],
[
"dedication"
],
[
"notes"
]
],
"column_suffixes": [
[
"list",
"length",
"list_number",
"list_minimum",
"list_maximum"
],
[
"list",
"length"
],
[
"first",
"second",
"first_minimum_number",
"first_minimum_parsed",
"first_minimum_year",
"first_maximum_number",
"first_maximum_parsed",
"first_maximum_year"
],
[
"first",
"second",
"first_number",
"second_number",
"second_parsed",
"second_year",
"second_month",
"second_day"
],
[],
[],
[],
[],
[],
[]
],
"column_dtype": [
"<c,numberspan>",
"<c,text>",
"timespan(text)",
"number(date)",
"text",
"text",
"text",
"text",
"text",
"text"
],
"example": [
"1-4",
"g, b♭",
"1838 (28 november)",
"1910 (20 february)",
"op. 6",
"b. 16",
"kk iia/2-3",
"s 1/2",
"countess pauline plater",
"revised versions (original versions were published in 1875)"
]
} | [
"14-17",
"was",
"published",
"in",
"1836",
".",
"when",
"was",
"the",
"previous",
"one",
"published",
"?"
] | [
"CD",
"VBD-AUX",
"VBN",
"IN",
"CD",
".",
"WRB",
"VBD-AUX",
"DT",
"JJ",
"CD",
"VBN",
"."
] | [
"NUMBER",
"O",
"O",
"O",
"DATE",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O",
"O"
] | [
false,
false,
true,
false,
false,
true,
false,
false,
false,
false,
false,
true,
false
] | [
false,
true,
true,
true,
true,
true,
false,
true,
true,
false,
false,
true,
true
] | [
false,
false,
false,
true,
true,
false,
false,
false,
false,
false
] | 1834 | {
"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",
"c1",
"=",
"'14-17'",
")",
"-",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
0,
0
],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Literal",
"None",
"None",
"None",
"None",
"None",
"Column",
"None",
"None",
"Keyword",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
null,
null,
"c4",
null,
null,
"['before', 'before_minus']",
null,
"c4",
null
]
} | {
"nl_indices": [
[
11
],
[
0
],
[
9
],
[
6
]
],
"sql_indices": [
[
1
],
[
15
],
[
5,
6,
7,
9,
16,
17,
18
],
[
1
]
]
} |
nt-6551 | 204_549 | {
"raw_header": [
"series\nnumber",
"key",
"composed",
"published",
"opus no.",
"brown",
"kobylanska",
"chominski",
"dedication",
"notes"
],
"tokenized_header": [
[
"series",
"number"
],
[
"key"
],
[
"composed"
],
[
"published"
],
[
"opus",
"no",
"."
],
[
"brown"
],
[
"kobylańska"
],
[
"chominski"
],
[
"dedication"
],
[
"notes"
]
],
"column_suffixes": [
[
"list",
"length",
"list_number",
"list_minimum",
"list_maximum"
],
[
"list",
"length"
],
[
"first",
"second",
"first_minimum_number",
"first_minimum_parsed",
"first_minimum_year",
"first_maximum_number",
"first_maximum_parsed",
"first_maximum_year"
],
[
"first",
"second",
"first_number",
"second_number",
"second_parsed",
"second_year",
"second_month",
"second_day"
],
[],
[],
[],
[],
[],
[]
],
"column_dtype": [
"<c,numberspan>",
"<c,text>",
"timespan(text)",
"number(date)",
"text",
"text",
"text",
"text",
"text",
"text"
],
"example": [
"1-4",
"g, b♭",
"1838 (28 november)",
"1910 (20 february)",
"op. 6",
"b. 16",
"kk iia/2-3",
"s 1/2",
"countess pauline plater",
"revised versions (original versions were published in 1875)"
]
} | [
"what",
"is",
"the",
"series",
"number",
"of",
"the",
"piece",
"called",
"``",
"chopin",
"'s",
"last",
"composition",
"''",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"NN",
"NN",
"IN",
"DT",
"NN",
"VBN",
"``",
"NNP",
"POS",
"JJ",
"NN",
"''",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
true,
false,
false,
true,
true,
false,
false,
true,
true,
true,
true,
true,
true,
true
] | [
true,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | 49 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"c10",
"=",
"'\"chopin\\'s last composition\"; first published in an incomplete form 1855'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
9,
14
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Column",
"Column",
"None",
"None",
"None",
"None",
"Literal",
"Literal",
"Literal",
"Literal",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"c1",
"c1",
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
10,
11,
12,
13,
14,
9
],
[
3,
4
]
],
"sql_indices": [
[
7
],
[
1
]
]
} |
nt-7300 | 204_549 | {
"raw_header": [
"series\nnumber",
"key",
"composed",
"published",
"opus no.",
"brown",
"kobylanska",
"chominski",
"dedication",
"notes"
],
"tokenized_header": [
[
"series",
"number"
],
[
"key"
],
[
"composed"
],
[
"published"
],
[
"opus",
"no",
"."
],
[
"brown"
],
[
"kobylańska"
],
[
"chominski"
],
[
"dedication"
],
[
"notes"
]
],
"column_suffixes": [
[
"list",
"length",
"list_number",
"list_minimum",
"list_maximum"
],
[
"list",
"length"
],
[
"first",
"second",
"first_minimum_number",
"first_minimum_parsed",
"first_minimum_year",
"first_maximum_number",
"first_maximum_parsed",
"first_maximum_year"
],
[
"first",
"second",
"first_number",
"second_number",
"second_parsed",
"second_year",
"second_month",
"second_day"
],
[],
[],
[],
[],
[],
[]
],
"column_dtype": [
"<c,numberspan>",
"<c,text>",
"timespan(text)",
"number(date)",
"text",
"text",
"text",
"text",
"text",
"text"
],
"example": [
"1-4",
"g, b♭",
"1838 (28 november)",
"1910 (20 february)",
"op. 6",
"b. 16",
"kk iia/2-3",
"s 1/2",
"countess pauline plater",
"revised versions (original versions were published in 1875)"
]
} | [
"how",
"long",
"was",
"there",
"between",
"when",
"1-4",
"was",
"composed",
"and",
"when",
"it",
"was",
"published",
"?"
] | [
"WRB",
"RB",
"VBD-AUX",
"EX",
"IN",
"WRB",
"CD",
"VBD-AUX",
"VBN",
"CC",
"WRB",
"PRP",
"VBD-AUX",
"VBN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
false,
false,
true,
false
] | [
false,
false,
true,
false,
true,
false,
false,
true,
false,
true,
false,
false,
true,
true,
true
] | [
false,
false,
true,
true,
false,
false,
false,
false,
false,
false
] | 2 years | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c4_first_number",
"-",
"c3_first_minimum_number",
"from",
"w",
"where",
"c1",
"=",
"'1-4'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
6,
6
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"None",
"None",
"Keyword",
"None",
"Literal",
"None",
"Column",
"Keyword",
"None",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
"['before', 'before_minus']",
"['before', 'before_minus']",
null,
null,
"['before', 'before_minus']",
null,
null,
null,
"c3_first_minimum_number",
"['before', 'before_minus']",
null,
null,
null,
"c4_first_number",
null
]
} | {
"nl_indices": [
[
13
],
[
8
],
[
6
],
[
1,
0,
4,
9
]
],
"sql_indices": [
[
1
],
[
3
],
[
9
],
[
2
]
]
} |
nt-10690 | 204_549 | {
"raw_header": [
"series\nnumber",
"key",
"composed",
"published",
"opus no.",
"brown",
"kobylanska",
"chominski",
"dedication",
"notes"
],
"tokenized_header": [
[
"series",
"number"
],
[
"key"
],
[
"composed"
],
[
"published"
],
[
"opus",
"no",
"."
],
[
"brown"
],
[
"kobylańska"
],
[
"chominski"
],
[
"dedication"
],
[
"notes"
]
],
"column_suffixes": [
[
"list",
"length",
"list_number",
"list_minimum",
"list_maximum"
],
[
"list",
"length"
],
[
"first",
"second",
"first_minimum_number",
"first_minimum_parsed",
"first_minimum_year",
"first_maximum_number",
"first_maximum_parsed",
"first_maximum_year"
],
[
"first",
"second",
"first_number",
"second_number",
"second_parsed",
"second_year",
"second_month",
"second_day"
],
[],
[],
[],
[],
[],
[]
],
"column_dtype": [
"<c,numberspan>",
"<c,text>",
"timespan(text)",
"number(date)",
"text",
"text",
"text",
"text",
"text",
"text"
],
"example": [
"1-4",
"g, b♭",
"1838 (28 november)",
"1910 (20 february)",
"op. 6",
"b. 16",
"kk iia/2-3",
"s 1/2",
"countess pauline plater",
"revised versions (original versions were published in 1875)"
]
} | [
"what",
"was",
"the",
"top",
"publishing",
"year",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"DURATION",
"O"
] | [
false,
false,
false,
false,
false,
false,
false
] | [
false,
true,
true,
false,
false,
false,
true
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | 1855 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c4",
"from",
"w",
"group",
"by",
"c4_first_number",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Column",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['sort', 'sort_desc_group_count']",
"['sort', 'sort_desc_group_count']",
"c4_first_number",
"c4_first_number",
null
]
} | {
"nl_indices": [
[
5,
4
],
[
4,
5
],
[
2,
3
]
],
"sql_indices": [
[
1
],
[
6
],
[
5,
4,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
]
} |
nt-5615 | 204_322 | {
"raw_header": [
"township",
"fips",
"population",
"population\ndensity\n/km2 (/sq mi)",
"land area\nkm2 (sq mi)",
"water area\nkm2 (sq mi)",
"water %",
"geographic coordinates"
],
"tokenized_header": [
[
"township"
],
[
"fips"
],
[
"population"
],
[
"population",
"density",
"\\\\/",
"km",
"²",
"-lrb-",
"\\\\/",
"sq",
"mi",
"-rrb-"
],
[
"land",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"%"
],
[
"geographic",
"coordinates"
]
],
"column_suffixes": [
[],
[
"number"
],
[
"number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"number"
],
[]
],
"column_dtype": [
"text",
"number",
"number",
"number(number)",
"number(number)",
"number(number)",
"percentage",
"text"
],
"example": [
"alta",
"1500",
"221",
"2 (6)",
"93 (36)",
"0 (0)",
"0.48%",
"38°7′27′′n 97°38′44′′w / 38.12417°n 97.64556°w"
]
} | [
"what",
"townships",
"have",
"the",
"same",
"water",
"area",
"as",
"lake",
"township",
"?"
] | [
"WDT",
"NNS",
"VBD-AUX",
"DT",
"JJ",
"NN",
"NN",
"IN",
"NNP",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"LOCATION",
"LOCATION",
"O"
] | [
false,
false,
false,
false,
false,
true,
true,
false,
false,
true,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false
] | [
true,
false,
false,
false,
true,
true,
true,
false
] | Pleasant | {
"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",
"!=",
"'lake'",
"and",
"c6_first_number",
"=",
"(",
"select",
"c6_first_number",
"from",
"w",
"where",
"c1",
"=",
"'lake'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
8,
8
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
8,
8
],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"None",
"Keyword",
"Column",
"Column",
"Keyword",
"Literal",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
"c1",
null,
null,
"['same', '']",
"c6_first_number",
"c6_first_number",
"['same', '']",
null,
"c1",
null
]
} | {
"nl_indices": [
[
8
],
[
8
],
[
4,
7
],
[
9
],
[
9
],
[
1
],
[
5,
6
],
[
5,
6
]
],
"sql_indices": [
[
7
],
[
19
],
[
6,
8,
10,
11,
20,
18
],
[
17
],
[
5
],
[
1
],
[
9
],
[
13
]
]
} |
nt-6505 | 204_322 | {
"raw_header": [
"township",
"fips",
"population",
"population\ndensity\n/km2 (/sq mi)",
"land area\nkm2 (sq mi)",
"water area\nkm2 (sq mi)",
"water %",
"geographic coordinates"
],
"tokenized_header": [
[
"township"
],
[
"fips"
],
[
"population"
],
[
"population",
"density",
"\\\\/",
"km",
"²",
"-lrb-",
"\\\\/",
"sq",
"mi",
"-rrb-"
],
[
"land",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"%"
],
[
"geographic",
"coordinates"
]
],
"column_suffixes": [
[],
[
"number"
],
[
"number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"number"
],
[]
],
"column_dtype": [
"text",
"number",
"number",
"number(number)",
"number(number)",
"number(number)",
"percentage",
"text"
],
"example": [
"alta",
"1500",
"221",
"2 (6)",
"93 (36)",
"0 (0)",
"0.48%",
"38°7′27′′n 97°38′44′′w / 38.12417°n 97.64556°w"
]
} | [
"which",
"township",
"has",
"the",
"most",
"residents",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"DT",
"RBS",
"NNS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
true,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
false,
false,
false,
false
] | Emma | {
"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"
],
"aligned_sql_token_info": [
null,
"c1",
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"c3_number",
null
]
} | {
"nl_indices": [
[
1
],
[
5
],
[
3,
4
]
],
"sql_indices": [
[
1
],
[
6
],
[
4,
5,
7,
8,
9
]
]
} |
nt-7334 | 204_322 | {
"raw_header": [
"township",
"fips",
"population",
"population\ndensity\n/km2 (/sq mi)",
"land area\nkm2 (sq mi)",
"water area\nkm2 (sq mi)",
"water %",
"geographic coordinates"
],
"tokenized_header": [
[
"township"
],
[
"fips"
],
[
"population"
],
[
"population",
"density",
"\\\\/",
"km",
"²",
"-lrb-",
"\\\\/",
"sq",
"mi",
"-rrb-"
],
[
"land",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"%"
],
[
"geographic",
"coordinates"
]
],
"column_suffixes": [
[],
[
"number"
],
[
"number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"number"
],
[]
],
"column_dtype": [
"text",
"number",
"number",
"number(number)",
"number(number)",
"number(number)",
"percentage",
"text"
],
"example": [
"alta",
"1500",
"221",
"2 (6)",
"93 (36)",
"0 (0)",
"0.48%",
"38°7′27′′n 97°38′44′′w / 38.12417°n 97.64556°w"
]
} | [
"which",
"township",
"has",
"the",
"highest",
"average",
"population",
"density"
] | [
"WDT",
"NN",
"VBD-AUX",
"DT",
"JJS",
"JJ",
"NN",
"NN"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
true,
false,
false,
false,
false,
true,
true
] | [
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
true,
true,
false,
false,
false,
false
] | Emma | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"order",
"by",
"c4_first_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"Keyword",
"None",
"Column",
"Column"
],
"aligned_sql_token_info": [
null,
"c1",
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
null,
"c4_first_number",
"c4_first_number"
]
} | {
"nl_indices": [
[
1
],
[
3,
4
],
[
6,
7
]
],
"sql_indices": [
[
1
],
[
4,
5,
7,
8,
9
],
[
6
]
]
} |
nt-7948 | 204_322 | {
"raw_header": [
"township",
"fips",
"population",
"population\ndensity\n/km2 (/sq mi)",
"land area\nkm2 (sq mi)",
"water area\nkm2 (sq mi)",
"water %",
"geographic coordinates"
],
"tokenized_header": [
[
"township"
],
[
"fips"
],
[
"population"
],
[
"population",
"density",
"\\\\/",
"km",
"²",
"-lrb-",
"\\\\/",
"sq",
"mi",
"-rrb-"
],
[
"land",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"%"
],
[
"geographic",
"coordinates"
]
],
"column_suffixes": [
[],
[
"number"
],
[
"number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"number"
],
[]
],
"column_dtype": [
"text",
"number",
"number",
"number(number)",
"number(number)",
"number(number)",
"percentage",
"text"
],
"example": [
"alta",
"1500",
"221",
"2 (6)",
"93 (36)",
"0 (0)",
"0.48%",
"38°7′27′′n 97°38′44′′w / 38.12417°n 97.64556°w"
]
} | [
"what",
"township",
"has",
"the",
"lowest",
"population",
"?"
] | [
"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
] | [
true,
false,
true,
true,
false,
false,
false,
false
] | Lake | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"order",
"by",
"c3_number",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"Keyword",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
"c1",
null,
"['sort', '']",
"['sort', '']",
"c3_number",
null
]
} | {
"nl_indices": [
[
1
],
[
4,
3
],
[
5
]
],
"sql_indices": [
[
1
],
[
4,
5,
7,
8
],
[
6
]
]
} |
nt-10675 | 204_322 | {
"raw_header": [
"township",
"fips",
"population",
"population\ndensity\n/km2 (/sq mi)",
"land area\nkm2 (sq mi)",
"water area\nkm2 (sq mi)",
"water %",
"geographic coordinates"
],
"tokenized_header": [
[
"township"
],
[
"fips"
],
[
"population"
],
[
"population",
"density",
"\\\\/",
"km",
"²",
"-lrb-",
"\\\\/",
"sq",
"mi",
"-rrb-"
],
[
"land",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"%"
],
[
"geographic",
"coordinates"
]
],
"column_suffixes": [
[],
[
"number"
],
[
"number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"number"
],
[]
],
"column_dtype": [
"text",
"number",
"number",
"number(number)",
"number(number)",
"number(number)",
"percentage",
"text"
],
"example": [
"alta",
"1500",
"221",
"2 (6)",
"93 (36)",
"0 (0)",
"0.48%",
"38°7′27′′n 97°38′44′′w / 38.12417°n 97.64556°w"
]
} | [
"what",
"is",
"the",
"difference",
"in",
"land",
"area",
"between",
"alta",
"and",
"newton",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"NN",
"IN",
"NN",
"NN",
"IN",
"NNP",
"CC",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"LOCATION",
"O",
"LOCATION",
"O"
] | [
false,
false,
false,
false,
false,
true,
true,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
true,
false
] | [
false,
false,
false,
false,
true,
true,
false,
false
] | 24 | {
"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",
"c5_first_number",
"from",
"w",
"where",
"c1",
"=",
"'alta'",
")",
"-",
"(",
"select",
"c5_first_number",
"from",
"w",
"where",
"c1",
"=",
"'newton'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
8,
8
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
10,
10
],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Keyword",
"None",
"Column",
"Column",
"Keyword",
"Literal",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"['diff', '']",
null,
"c5_first_number",
"c5_first_number",
"['diff', '']",
null,
"['diff', '']",
null,
null
]
} | {
"nl_indices": [
[
5,
6
],
[
5,
6
],
[
8
],
[
10
],
[
3,
7,
9
]
],
"sql_indices": [
[
3
],
[
14
],
[
9
],
[
20
],
[
1,
0,
10,
11,
12,
21
]
]
} |
nt-10755 | 204_322 | {
"raw_header": [
"township",
"fips",
"population",
"population\ndensity\n/km2 (/sq mi)",
"land area\nkm2 (sq mi)",
"water area\nkm2 (sq mi)",
"water %",
"geographic coordinates"
],
"tokenized_header": [
[
"township"
],
[
"fips"
],
[
"population"
],
[
"population",
"density",
"\\\\/",
"km",
"²",
"-lrb-",
"\\\\/",
"sq",
"mi",
"-rrb-"
],
[
"land",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"%"
],
[
"geographic",
"coordinates"
]
],
"column_suffixes": [
[],
[
"number"
],
[
"number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"number"
],
[]
],
"column_dtype": [
"text",
"number",
"number",
"number(number)",
"number(number)",
"number(number)",
"percentage",
"text"
],
"example": [
"alta",
"1500",
"221",
"2 (6)",
"93 (36)",
"0 (0)",
"0.48%",
"38°7′27′′n 97°38′44′′w / 38.12417°n 97.64556°w"
]
} | [
"what",
"city",
"has",
"the",
"largest",
"population",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"DT",
"JJS",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
true,
true,
false,
false,
false,
false
] | Emma | {
"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"
],
"aligned_sql_token_info": [
null,
"c1",
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"c3_number",
null
]
} | {
"nl_indices": [
[
1
],
[
5
],
[
3,
4
]
],
"sql_indices": [
[
1
],
[
6
],
[
4,
5,
7,
8,
9
]
]
} |
nt-12231 | 204_322 | {
"raw_header": [
"township",
"fips",
"population",
"population\ndensity\n/km2 (/sq mi)",
"land area\nkm2 (sq mi)",
"water area\nkm2 (sq mi)",
"water %",
"geographic coordinates"
],
"tokenized_header": [
[
"township"
],
[
"fips"
],
[
"population"
],
[
"population",
"density",
"\\\\/",
"km",
"²",
"-lrb-",
"\\\\/",
"sq",
"mi",
"-rrb-"
],
[
"land",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"area",
"km",
"²",
"-lrb-",
"sq",
"mi",
"-rrb-"
],
[
"water",
"%"
],
[
"geographic",
"coordinates"
]
],
"column_suffixes": [
[],
[
"number"
],
[
"number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"first",
"second",
"first_number",
"second_number"
],
[
"number"
],
[]
],
"column_dtype": [
"text",
"number",
"number",
"number(number)",
"number(number)",
"number(number)",
"percentage",
"text"
],
"example": [
"alta",
"1500",
"221",
"2 (6)",
"93 (36)",
"0 (0)",
"0.48%",
"38°7′27′′n 97°38′44′′w / 38.12417°n 97.64556°w"
]
} | [
"what",
"township",
"has",
"the",
"highest",
"population",
"?"
] | [
"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
] | [
true,
false,
true,
true,
false,
false,
false,
false
] | Emma | {
"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"
],
"aligned_sql_token_info": [
null,
"c1",
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"c3_number",
null
]
} | {
"nl_indices": [
[
1
],
[
5
],
[
3,
4
]
],
"sql_indices": [
[
1
],
[
6
],
[
4,
5,
7,
8,
9
]
]
} |
nt-1083 | 204_376 | {
"raw_header": [
"date",
"venue",
"opponents",
"score",
"competition"
],
"tokenized_header": [
[
"date"
],
[
"venue"
],
[
"opponents"
],
[
"score"
],
[
"competition"
]
],
"column_suffixes": [
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"address"
],
[],
[
"number",
"number1",
"number2"
],
[]
],
"column_dtype": [
"date",
"address",
"text",
"score",
"text"
],
"example": [
"6 march 2013",
"dasarath rangasala stadium, kathmandu",
"bangladesh",
"0-4",
"2014 afc challenge cup qualification"
]
} | [
"how",
"many",
"victories",
"are",
"listed",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"VBN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false
] | 2 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Column"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c4_number1",
">",
"c4_number2"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c4_number2",
null,
null,
null
]
} | {
"nl_indices": [
[
0,
1
],
[
2
]
],
"sql_indices": [
[
1,
2,
3,
4
],
[
8,
9,
10
]
]
} |
nt-8803 | 204_376 | {
"raw_header": [
"date",
"venue",
"opponents",
"score",
"competition"
],
"tokenized_header": [
[
"date"
],
[
"venue"
],
[
"opponents"
],
[
"score"
],
[
"competition"
]
],
"column_suffixes": [
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"address"
],
[],
[
"number",
"number1",
"number2"
],
[]
],
"column_dtype": [
"date",
"address",
"text",
"score",
"text"
],
"example": [
"6 march 2013",
"dasarath rangasala stadium, kathmandu",
"bangladesh",
"0-4",
"2014 afc challenge cup qualification"
]
} | [
"how",
"many",
"times",
"has",
"guam",
"been",
"an",
"opponent",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"NNP",
"VBD-AUX",
"DT",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false
] | 9 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c3",
"=",
"'guam'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
4,
4
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Keyword",
"None",
"Literal",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
null,
"c3",
null
]
} | {
"nl_indices": [
[
4
],
[
7
],
[
1,
0,
2
]
],
"sql_indices": [
[
10
],
[
8
],
[
1,
2,
3,
4
]
]
} |
nt-10839 | 204_376 | {
"raw_header": [
"date",
"venue",
"opponents",
"score",
"competition"
],
"tokenized_header": [
[
"date"
],
[
"venue"
],
[
"opponents"
],
[
"score"
],
[
"competition"
]
],
"column_suffixes": [
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"address"
],
[],
[
"number",
"number1",
"number2"
],
[]
],
"column_dtype": [
"date",
"address",
"text",
"score",
"text"
],
"example": [
"6 march 2013",
"dasarath rangasala stadium, kathmandu",
"bangladesh",
"0-4",
"2014 afc challenge cup qualification"
]
} | [
"how",
"many",
"times",
"was",
"guam",
"an",
"opponent",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"NNP",
"DT",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
false,
false,
false
] | 9 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c3",
"=",
"'guam'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
4,
4
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Keyword",
"None",
"Literal",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
"c3",
null
]
} | {
"nl_indices": [
[
6
],
[
4
],
[
0,
1,
2
]
],
"sql_indices": [
[
8
],
[
10
],
[
1,
2,
3,
4
]
]
} |
nt-11545 | 204_376 | {
"raw_header": [
"date",
"venue",
"opponents",
"score",
"competition"
],
"tokenized_header": [
[
"date"
],
[
"venue"
],
[
"opponents"
],
[
"score"
],
[
"competition"
]
],
"column_suffixes": [
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"address"
],
[],
[
"number",
"number1",
"number2"
],
[]
],
"column_dtype": [
"date",
"address",
"text",
"score",
"text"
],
"example": [
"6 march 2013",
"dasarath rangasala stadium, kathmandu",
"bangladesh",
"0-4",
"2014 afc challenge cup qualification"
]
} | [
"where",
"have",
"they",
"played",
"more",
"often",
",",
"palau",
"track",
"and",
"field",
"stadium",
"or",
"the",
"yap",
"sports",
"complex",
"?"
] | [
"WRB",
"VBD-AUX",
"PRP",
"VBD",
"RBR",
"RB",
",",
"NNP",
"NNP",
"CC",
"NNP",
"NNP",
"CC",
"DT",
"NNP",
"NNS",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"PERSON",
"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,
true,
true,
true,
true,
true,
true,
false,
false,
true,
true,
true,
false
] | [
false,
false,
false,
false,
false
] | Palau Track and Field Stadium | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Literal.String",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c2_address",
"from",
"w",
"where",
"c2_address",
"in",
"(",
"'palau track and field stadium'",
",",
"'yap sports complex'",
")",
"group",
"by",
"c2_address",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[
7,
11
],
[],
[
14,
16
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Column",
"None",
"None",
"None",
"Keyword",
"Keyword",
"None",
"Literal",
"Literal",
"Literal",
"Literal",
"Literal",
"Keyword",
"None",
"Literal",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
"c2_address",
null,
null,
null,
"['sort', 'sort_desc_group_count']",
"['sort', 'sort_desc_group_count']",
null,
null,
null,
null,
null,
null,
"['conj', 'conj_or']",
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
7,
8,
9,
10,
11
],
[
14,
15,
16
],
[
12
],
[
0
],
[
0
],
[
0
],
[
4,
5
]
],
"sql_indices": [
[
8
],
[
10
],
[
7,
6,
9,
11
],
[
1
],
[
5
],
[
14
],
[
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
]
} |
nt-11610 | 204_376 | {
"raw_header": [
"date",
"venue",
"opponents",
"score",
"competition"
],
"tokenized_header": [
[
"date"
],
[
"venue"
],
[
"opponents"
],
[
"score"
],
[
"competition"
]
],
"column_suffixes": [
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"address"
],
[],
[
"number",
"number1",
"number2"
],
[]
],
"column_dtype": [
"date",
"address",
"text",
"score",
"text"
],
"example": [
"6 march 2013",
"dasarath rangasala stadium, kathmandu",
"bangladesh",
"0-4",
"2014 afc challenge cup qualification"
]
} | [
"which",
"date",
"is",
"listed",
"after",
"july",
"20th",
",",
"2012",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"VBN",
"IN",
"NNP",
"JJ",
",",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"DATE",
"DATE",
"DATE",
"DATE",
"O"
] | [
false,
true,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
true,
false,
true,
true,
false
] | [
true,
false,
false,
false,
false
] | 18 July 2012 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"id",
"=",
"(",
"select",
"id",
"from",
"w",
"where",
"c1",
"=",
"'20 july 2012'",
")",
"+",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
5,
8
],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"Keyword",
"Literal",
"Literal",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
"c1",
null,
"['before', 'before_plus']",
"['before', 'before_plus']",
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
5,
6,
7,
8
],
[
4,
3
],
[
1
],
[
1
]
],
"sql_indices": [
[
15
],
[
5,
6,
7,
9,
18,
17,
16
],
[
1
],
[
13
]
]
} |
nt-11751 | 204_376 | {
"raw_header": [
"date",
"venue",
"opponents",
"score",
"competition"
],
"tokenized_header": [
[
"date"
],
[
"venue"
],
[
"opponents"
],
[
"score"
],
[
"competition"
]
],
"column_suffixes": [
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"address"
],
[],
[
"number",
"number1",
"number2"
],
[]
],
"column_dtype": [
"date",
"address",
"text",
"score",
"text"
],
"example": [
"6 march 2013",
"dasarath rangasala stadium, kathmandu",
"bangladesh",
"0-4",
"2014 afc challenge cup qualification"
]
} | [
"who",
"was",
"the",
"last",
"opponent",
"on",
"the",
"list",
",",
"chronologically",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"DT",
"NN",
",",
"RB",
"."
] | [
"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,
true,
false,
false
] | [
false,
false,
false,
false,
false
] | Bangladesh | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c3",
"from",
"w",
"order",
"by",
"c1_parsed",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Column",
"None",
"Keyword",
"Keyword",
"Column",
"None",
"None",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
"c3",
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"c3",
null,
null,
null,
null,
"c1_parsed",
null
]
} | {
"nl_indices": [
[
4
],
[
3,
2
],
[
9
],
[
0
]
],
"sql_indices": [
[
1
],
[
4,
5,
7,
8,
9
],
[
6
],
[
1
]
]
} |
nt-14071 | 204_376 | {
"raw_header": [
"date",
"venue",
"opponents",
"score",
"competition"
],
"tokenized_header": [
[
"date"
],
[
"venue"
],
[
"opponents"
],
[
"score"
],
[
"competition"
]
],
"column_suffixes": [
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"address"
],
[],
[
"number",
"number1",
"number2"
],
[]
],
"column_dtype": [
"date",
"address",
"text",
"score",
"text"
],
"example": [
"6 march 2013",
"dasarath rangasala stadium, kathmandu",
"bangladesh",
"0-4",
"2014 afc challenge cup qualification"
]
} | [
"how",
"many",
"times",
"has",
"palau",
"been",
"an",
"opponent",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"NNP",
"VBD-AUX",
"DT",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false
] | 1 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c3",
"=",
"'palau'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
4,
4
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Keyword",
"None",
"Literal",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
null,
"c3",
null
]
} | {
"nl_indices": [
[
4
],
[
7
],
[
2,
1,
0
]
],
"sql_indices": [
[
10
],
[
8
],
[
1,
2,
3,
4
]
]
} |
nt-1058 | 203_333 | {
"raw_header": [
"kilometers",
"name",
"location",
"intersecting routes"
],
"tokenized_header": [
[
"kilometers"
],
[
"name"
],
[
"location"
],
[
"intersecting",
"routes"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"first",
"second"
]
],
"column_dtype": [
"number",
"text",
"text",
"text(text)"
],
"example": [
"0",
"mahanayim junction",
"mahanayim, near hatzor haglilit",
"highway 90 (israel)"
]
} | [
"what",
"is",
"the",
"total",
"kilometers",
"that",
"separates",
"the",
"mahanayim",
"junction",
"and",
"the",
"shipon",
"junction",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NNS",
"WDT",
"VBZ",
"DT",
"NNP",
"NN",
"CC",
"DT",
"NNP",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
true,
true,
false
] | [
true,
false,
false,
false
] | 23 | {
"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",
"c1_number",
"from",
"w",
"where",
"c2",
"=",
"'shipon junction'",
")",
"-",
"(",
"select",
"c1_number",
"from",
"w",
"where",
"c2",
"=",
"'mahanayim junction'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
12,
13
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
8,
9
],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Keyword",
"Column",
"None",
"Keyword",
"None",
"Literal",
"Literal",
"None",
"None",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"['diff', '']",
"c1_number",
null,
"['diff', '']",
null,
null,
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
8,
9
],
[
12,
13
],
[
4
],
[
4
],
[
3,
6
]
],
"sql_indices": [
[
20
],
[
9
],
[
3
],
[
14
],
[
1,
0,
10,
11,
12,
21
]
]
} |
nt-5709 | 203_333 | {
"raw_header": [
"kilometers",
"name",
"location",
"intersecting routes"
],
"tokenized_header": [
[
"kilometers"
],
[
"name"
],
[
"location"
],
[
"intersecting",
"routes"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"first",
"second"
]
],
"column_dtype": [
"number",
"text",
"text",
"text(text)"
],
"example": [
"0",
"mahanayim junction",
"mahanayim, near hatzor haglilit",
"highway 90 (israel)"
]
} | [
"what",
"is",
"the",
"last",
"junction",
"on",
"highway",
"91",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"NN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
true,
false,
false
] | [
false,
false,
false,
false
] | Zivan Junction | {
"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": [
"None",
"None",
"Column",
"Column",
"Column",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
"c1_number",
"c1_number",
"c2",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
2,
3
],
[
4
]
],
"sql_indices": [
[
4,
5,
7,
8,
9,
6
],
[
1
]
]
} |
nt-6458 | 203_333 | {
"raw_header": [
"kilometers",
"name",
"location",
"intersecting routes"
],
"tokenized_header": [
[
"kilometers"
],
[
"name"
],
[
"location"
],
[
"intersecting",
"routes"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"first",
"second"
]
],
"column_dtype": [
"number",
"text",
"text",
"text(text)"
],
"example": [
"0",
"mahanayim junction",
"mahanayim, near hatzor haglilit",
"highway 90 (israel)"
]
} | [
"what",
"junction",
"is",
"the",
"furthest",
"from",
"mahanayim",
"junction",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"DT",
"JJS",
"IN",
"NNP",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
true,
false,
false,
false,
false,
true,
true,
false
] | [
false,
false,
false,
false
] | Zivan Junction | {
"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": [
"None",
"Column",
"None",
"Column",
"Column",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
"c2",
null,
"c1_number",
"c1_number",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
1
],
[
3,
4
]
],
"sql_indices": [
[
1
],
[
4,
5,
7,
8,
9,
6
]
]
} |
nt-9760 | 203_333 | {
"raw_header": [
"kilometers",
"name",
"location",
"intersecting routes"
],
"tokenized_header": [
[
"kilometers"
],
[
"name"
],
[
"location"
],
[
"intersecting",
"routes"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"first",
"second"
]
],
"column_dtype": [
"number",
"text",
"text",
"text(text)"
],
"example": [
"0",
"mahanayim junction",
"mahanayim, near hatzor haglilit",
"highway 90 (israel)"
]
} | [
"what",
"is",
"the",
"number",
"of",
"routes",
"that",
"intersect",
"highway",
"91",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"NN",
"IN",
"NNS",
"WDT",
"VBP",
"NN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O"
] | [
false,
false,
false,
false,
false,
true,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false,
true,
false,
false
] | [
false,
false,
false,
true
] | 9 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"count",
"(",
"c4",
")",
"from",
"w"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Keyword",
"Keyword",
"Column",
"None",
"Column",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c4",
null,
"c4",
null,
null,
null
]
} | {
"nl_indices": [
[
5,
7
],
[
3,
4
]
],
"sql_indices": [
[
3
],
[
1,
2,
4
]
]
} |
nt-3721 | 203_637 | {
"raw_header": [
"player",
"for",
"against",
"result",
"date"
],
"tokenized_header": [
[
"player"
],
[
"for"
],
[
"against"
],
[
"result"
],
[
"date"
]
],
"column_suffixes": [
[],
[],
[],
[
"number",
"number1",
"number2"
],
[
"number",
"parsed",
"year",
"month",
"day"
]
],
"column_dtype": [
"text",
"text",
"text",
"score",
"date"
],
"example": [
"eric cantona",
"leeds united",
"tottenham hotspur",
"5-0",
"25 august 1992"
]
} | [
"how",
"many",
"players",
"were",
"for",
"leeds",
"united",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"IN",
"NNP",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"ORGANIZATION",
"ORGANIZATION",
"O"
] | [
false,
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
false,
false,
false,
true,
true,
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",
"=",
"'leeds united'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
5,
6
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"None",
"Column",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c1",
null,
"c2",
null,
null,
null
]
} | {
"nl_indices": [
[
5,
6
],
[
4
],
[
1,
0
],
[
2
]
],
"sql_indices": [
[
10
],
[
8
],
[
1,
2,
4
],
[
3
]
]
} |
nt-5947 | 203_637 | {
"raw_header": [
"player",
"for",
"against",
"result",
"date"
],
"tokenized_header": [
[
"player"
],
[
"for"
],
[
"against"
],
[
"result"
],
[
"date"
]
],
"column_suffixes": [
[],
[],
[],
[
"number",
"number1",
"number2"
],
[
"number",
"parsed",
"year",
"month",
"day"
]
],
"column_dtype": [
"text",
"text",
"text",
"score",
"date"
],
"example": [
"eric cantona",
"leeds united",
"tottenham hotspur",
"5-0",
"25 august 1992"
]
} | [
"what",
"was",
"the",
"result",
"of",
"the",
"match",
"between",
"queens",
"park",
"rangers",
"and",
"everton",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"NN",
"IN",
"DT",
"NN",
"IN",
"NNP",
"NNP",
"NNPS",
"CC",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"ORGANIZATION",
"ORGANIZATION",
"ORGANIZATION",
"O",
"ORGANIZATION",
"O"
] | [
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,
false,
true,
false
] | [
false,
false,
false,
true,
false
] | 4-2 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c4",
"from",
"w",
"where",
"c2",
"=",
"'queens park rangers'",
"and",
"c3",
"=",
"'everton'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
8,
10
],
[],
[],
[],
[
12,
12
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Column",
"None",
"None",
"None",
"Column",
"Literal",
"Literal",
"Literal",
"Column",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"c4",
null,
null,
null,
"c3",
null,
null,
null,
"c3",
null,
null
]
} | {
"nl_indices": [
[
3
],
[
8,
9,
10
],
[
12
],
[
7,
11
]
],
"sql_indices": [
[
1
],
[
7
],
[
11
],
[
5,
6,
8,
9,
10
]
]
} |
nt-7213 | 203_637 | {
"raw_header": [
"player",
"for",
"against",
"result",
"date"
],
"tokenized_header": [
[
"player"
],
[
"for"
],
[
"against"
],
[
"result"
],
[
"date"
]
],
"column_suffixes": [
[],
[],
[],
[
"number",
"number1",
"number2"
],
[
"number",
"parsed",
"year",
"month",
"day"
]
],
"column_dtype": [
"text",
"text",
"text",
"score",
"date"
],
"example": [
"eric cantona",
"leeds united",
"tottenham hotspur",
"5-0",
"25 august 1992"
]
} | [
"which",
"team",
"did",
"liverpool",
"play",
"against",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"NNP",
"VB",
"IN",
"."
] | [
"O",
"O",
"O",
"ORGANIZATION",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
true,
false,
false
] | Coventry City | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c3",
"from",
"w",
"where",
"c2",
"=",
"'liverpool'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
3,
3
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Literal",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
null,
"c3",
null
]
} | {
"nl_indices": [
[
3
],
[
5
]
],
"sql_indices": [
[
7
],
[
1
]
]
} |
nt-7591 | 203_637 | {
"raw_header": [
"player",
"for",
"against",
"result",
"date"
],
"tokenized_header": [
[
"player"
],
[
"for"
],
[
"against"
],
[
"result"
],
[
"date"
]
],
"column_suffixes": [
[],
[],
[],
[
"number",
"number1",
"number2"
],
[
"number",
"parsed",
"year",
"month",
"day"
]
],
"column_dtype": [
"text",
"text",
"text",
"score",
"date"
],
"example": [
"eric cantona",
"leeds united",
"tottenham hotspur",
"5-0",
"25 august 1992"
]
} | [
"southampton",
"played",
"on",
"may",
"8th",
",",
"1993",
",",
"who",
"was",
"their",
"opponent",
"?"
] | [
"NNP",
"VBD",
"IN",
"VBD-AUX",
"JJ",
",",
"CD",
",",
"WP",
"VBD-AUX",
"PRP$",
"NN",
"."
] | [
"ORGANIZATION",
"O",
"O",
"DATE",
"DATE",
"DATE",
"DATE",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
false,
true,
false,
false,
true,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false
] | Oldham Athletic | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c3",
"from",
"w",
"where",
"c2",
"=",
"'southampton'",
"and",
"c5",
"=",
"'8 may 1993'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
0,
0
],
[],
[],
[],
[
3,
6
]
]
} | {
"aligned_sql_token_type": [
"Literal",
"None",
"Column",
"Literal",
"Literal",
"Literal",
"Literal",
"None",
"None",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
"c5",
null,
null,
null,
null,
null,
null,
null,
null,
"c3",
null
]
} | {
"nl_indices": [
[
11
],
[
0
],
[
3,
4,
5,
6
],
[
2
]
],
"sql_indices": [
[
1
],
[
7
],
[
11
],
[
9
]
]
} |
nt-7967 | 203_637 | {
"raw_header": [
"player",
"for",
"against",
"result",
"date"
],
"tokenized_header": [
[
"player"
],
[
"for"
],
[
"against"
],
[
"result"
],
[
"date"
]
],
"column_suffixes": [
[],
[],
[],
[
"number",
"number1",
"number2"
],
[
"number",
"parsed",
"year",
"month",
"day"
]
],
"column_dtype": [
"text",
"text",
"text",
"score",
"date"
],
"example": [
"eric cantona",
"leeds united",
"tottenham hotspur",
"5-0",
"25 august 1992"
]
} | [
"who",
"does",
"john",
"hendrie",
"play",
"for",
"?"
] | [
"WP",
"VBD-AUX",
"NNP",
"NNP",
"VB",
"IN",
"."
] | [
"O",
"O",
"PERSON",
"PERSON",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
true,
true,
false,
false,
false
] | [
false,
true,
false,
false,
false
] | Middlesbrough | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c2",
"from",
"w",
"where",
"c1",
"=",
"'john hendrie'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
2,
3
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Literal",
"Literal",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
null,
"c2",
null
]
} | {
"nl_indices": [
[
5
],
[
2,
3
]
],
"sql_indices": [
[
1
],
[
7
]
]
} |
nt-8772 | 203_637 | {
"raw_header": [
"player",
"for",
"against",
"result",
"date"
],
"tokenized_header": [
[
"player"
],
[
"for"
],
[
"against"
],
[
"result"
],
[
"date"
]
],
"column_suffixes": [
[],
[],
[],
[
"number",
"number1",
"number2"
],
[
"number",
"parsed",
"year",
"month",
"day"
]
],
"column_dtype": [
"text",
"text",
"text",
"score",
"date"
],
"example": [
"eric cantona",
"leeds united",
"tottenham hotspur",
"5-0",
"25 august 1992"
]
} | [
"which",
"player",
"had",
"the",
"same",
"result",
"as",
"mark",
"robins",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"NN",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"PERSON",
"PERSON",
"O"
] | [
false,
true,
false,
false,
false,
true,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
true,
true,
false
] | [
true,
false,
false,
true,
false
] | John Hendrie | {
"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",
"!=",
"'mark robins'",
"and",
"c4",
"=",
"(",
"select",
"c4",
"from",
"w",
"where",
"c1",
"=",
"'mark robins'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
7,
8
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
7,
8
],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"Keyword",
"Column",
"None",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
"c1",
null,
"['same', '']",
"['same', '']",
"c4",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
1
],
[
1
],
[
3,
4
],
[
5
],
[
7,
8
],
[
5
],
[
7,
8
],
[
1
]
],
"sql_indices": [
[
1
],
[
5
],
[
6,
10,
11,
8,
20,
18
],
[
9
],
[
7
],
[
13
],
[
19
],
[
17
]
]
} |
nt-12709 | 203_637 | {
"raw_header": [
"player",
"for",
"against",
"result",
"date"
],
"tokenized_header": [
[
"player"
],
[
"for"
],
[
"against"
],
[
"result"
],
[
"date"
]
],
"column_suffixes": [
[],
[],
[],
[
"number",
"number1",
"number2"
],
[
"number",
"parsed",
"year",
"month",
"day"
]
],
"column_dtype": [
"text",
"text",
"text",
"score",
"date"
],
"example": [
"eric cantona",
"leeds united",
"tottenham hotspur",
"5-0",
"25 august 1992"
]
} | [
"name",
"the",
"players",
"for",
"tottenham",
"hotspur",
"."
] | [
"VB",
"DT",
"NNS",
"IN",
"NNP",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"ORGANIZATION",
"ORGANIZATION",
"O"
] | [
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
false,
false,
true,
true,
false
] | [
false,
true,
false,
false,
false
] | Teddy Sheringham | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"c2",
"=",
"'tottenham hotspur'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
4,
5
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Column",
"Column",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
"c1",
"c2",
null,
null,
null
]
} | {
"nl_indices": [
[
4,
5
],
[
3
],
[
2
]
],
"sql_indices": [
[
7
],
[
5
],
[
1
]
]
} |
nt-8034 | 202_208 | {
"raw_header": [
"",
"name on the register",
"date listed",
"location",
"municipality"
],
"tokenized_header": [
[
""
],
[
"name",
"on",
"the",
"register"
],
[
"date",
"listed"
],
[
"location"
],
[
"municipality"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"first",
"second",
"first_number",
"first_parsed",
"first_year",
"first_month",
"first_day"
],
[],
[]
],
"column_dtype": [
"number",
"text",
"date(text)",
"text",
"text"
],
"example": [
"1",
"catholic belltower",
"november 25, 1980\n(#80004399)",
"catholic mission in kolonia\n6°58′04′′n 158°12′42′′e / 6.967778°n 158.211667°e",
"nett"
]
} | [
"which",
"municipality",
"has",
"the",
"most",
"registered",
"items",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"DT",
"JJS",
"VBN",
"NNS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
true,
false,
true,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
true,
false,
false,
true
] | Nett | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c5",
"from",
"w",
"group",
"by",
"c5",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"Keyword",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
"c5",
null,
"['sort', 'sort_desc_group_count']",
"['sort', 'sort_desc_group_count']",
null,
null,
null
]
} | {
"nl_indices": [
[
1
],
[
1
],
[
3,
4
]
],
"sql_indices": [
[
1
],
[
6
],
[
5,
4,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
]
} |
nt-13964 | 202_208 | {
"raw_header": [
"",
"name on the register",
"date listed",
"location",
"municipality"
],
"tokenized_header": [
[
""
],
[
"name",
"on",
"the",
"register"
],
[
"date",
"listed"
],
[
"location"
],
[
"municipality"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"first",
"second",
"first_number",
"first_parsed",
"first_year",
"first_month",
"first_day"
],
[],
[]
],
"column_dtype": [
"number",
"text",
"date(text)",
"text",
"text"
],
"example": [
"1",
"catholic belltower",
"november 25, 1980\n(#80004399)",
"catholic mission in kolonia\n6°58′04′′n 158°12′42′′e / 6.967778°n 158.211667°e",
"nett"
]
} | [
"how",
"many",
"years",
"are",
"spanned",
"from",
"the",
"earliest",
"listing",
"to",
"the",
"latest",
"listing",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"VBN",
"IN",
"DT",
"JJS",
"NN",
"TO",
"DT",
"JJS",
"NN",
"."
] | [
"O",
"O",
"DURATION",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
true,
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
true,
false,
false,
false
] | 6 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"max",
"(",
"c3_first_year",
")",
"-",
"min",
"(",
"c3_first_year",
")",
"from",
"w"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"None",
"None",
"None",
"Column",
"Column",
"None",
"None",
"Column",
"Column",
"None",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_interval']",
"['agg', 'agg_interval']",
"c3_first_year",
null,
null,
null,
"c3_first_year",
"c3_first_year",
null,
null,
"c3_first_year",
"c3_first_year",
null,
null
]
} | {
"nl_indices": [
[
1,
0
],
[
2
],
[
2
],
[
11,
10
],
[
6,
7
]
],
"sql_indices": [
[
1,
2,
4,
5,
6,
7,
9
],
[
3
],
[
8
],
[
2,
1,
3,
4
],
[
6,
7,
8,
9
]
]
} |
nt-1229 | 204_554 | {
"raw_header": [
"rank",
"name",
"nation",
"time",
"speed",
"note"
],
"tokenized_header": [
[
"rank"
],
[
"name"
],
[
"nation"
],
[
"time"
],
[
"speed"
],
[
"note"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"number",
"min",
"sec"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"text",
"text",
"time",
"number",
"text"
],
"example": [
"1",
"vilija sereikaite",
"lithuania",
"3:33.766",
"50.522",
"q"
]
} | [
"who",
"finished",
"before",
"ellen",
"van",
"dijk",
"?"
] | [
"WP",
"VBD",
"RB",
"NNP",
"NNP",
"NNP",
"."
] | [
"O",
"O",
"O",
"PERSON",
"PERSON",
"PERSON",
"O"
] | [
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
true,
true,
true,
false
] | [
false,
false,
false,
false,
false,
false
] | Vilija Sereikaite | {
"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",
"c2",
"from",
"w",
"where",
"c1_number",
"<",
"(",
"select",
"c1_number",
"from",
"w",
"where",
"c2",
"=",
"'ellen van dijk'",
")",
"order",
"by",
"c1_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
3,
5
],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Column",
"Column",
"Keyword",
"Literal",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
"c2",
"c1_number",
"['sort', 'sort_desc']",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
2
],
[
1
],
[
1
],
[
1
],
[
3,
4,
5
],
[
0
],
[
0
]
],
"sql_indices": [
[
6,
7,
16,
17,
18,
20,
21,
22
],
[
5
],
[
19
],
[
9
],
[
15
],
[
13
],
[
1
]
]
} |
nt-2180 | 204_554 | {
"raw_header": [
"rank",
"name",
"nation",
"time",
"speed",
"note"
],
"tokenized_header": [
[
"rank"
],
[
"name"
],
[
"nation"
],
[
"time"
],
[
"speed"
],
[
"note"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"number",
"min",
"sec"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"text",
"text",
"time",
"number",
"text"
],
"example": [
"1",
"vilija sereikaite",
"lithuania",
"3:33.766",
"50.522",
"q"
]
} | [
"who",
"is",
"ranked",
"first",
"?"
] | [
"WP",
"VBD-AUX",
"VBN",
"RB",
"."
] | [
"O",
"O",
"O",
"ORDINAL",
"O"
] | [
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false
] | Vilija Sereikaite | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c2",
"from",
"w",
"where",
"c1_number",
"=",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
3
]
]
} | {
"aligned_sql_token_type": [
"Column",
"None",
"Column",
"Literal",
"None"
],
"aligned_sql_token_info": [
"c2",
null,
"c1_number",
null,
null
]
} | {
"nl_indices": [
[
0
],
[
2
],
[
3
]
],
"sql_indices": [
[
1
],
[
5
],
[
7
]
]
} |
nt-3504 | 204_554 | {
"raw_header": [
"rank",
"name",
"nation",
"time",
"speed",
"note"
],
"tokenized_header": [
[
"rank"
],
[
"name"
],
[
"nation"
],
[
"time"
],
[
"speed"
],
[
"note"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"number",
"min",
"sec"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"text",
"text",
"time",
"number",
"text"
],
"example": [
"1",
"vilija sereikaite",
"lithuania",
"3:33.766",
"50.522",
"q"
]
} | [
"how",
"many",
"cyclists",
"finished",
"with",
"the",
"speed",
"of",
"at",
"least",
"47.000",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD",
"IN",
"DT",
"NN",
"IN",
"IN",
"JJS",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O"
] | [
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,
true,
false
] | 12 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"count",
"(",
"c2",
")",
"from",
"w",
"where",
"c5_number",
">=",
"47"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
10
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"None",
"None",
"None",
"Column",
"None",
"Keyword",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c2",
null,
null,
null,
"c5_number",
null,
"['comp', 'comp_gequal']",
"['comp', 'comp_gequal']",
null,
null
]
} | {
"nl_indices": [
[
0,
1
],
[
2
],
[
6
],
[
8,
9
],
[
10
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
],
[
8
],
[
9
],
[
10
]
]
} |
nt-3694 | 204_554 | {
"raw_header": [
"rank",
"name",
"nation",
"time",
"speed",
"note"
],
"tokenized_header": [
[
"rank"
],
[
"name"
],
[
"nation"
],
[
"time"
],
[
"speed"
],
[
"note"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"number",
"min",
"sec"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"text",
"text",
"time",
"number",
"text"
],
"example": [
"1",
"vilija sereikaite",
"lithuania",
"3:33.766",
"50.522",
"q"
]
} | [
"which",
"is",
"the",
"last",
"russian",
"to",
"be",
"ranked",
"?"
] | [
"WDT",
"VBD-AUX",
"DT",
"JJ",
"JJ",
"TO",
"VBD-AUX",
"VBN",
"."
] | [
"O",
"O",
"O",
"O",
"MISC",
"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
] | Viktoriya Kondel | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c2",
"from",
"w",
"where",
"c3",
"=",
"'russia'",
"order",
"by",
"c1_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
4,
4
],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Literal",
"None",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
null,
null,
null,
"c1_number",
null
]
} | {
"nl_indices": [
[
2,
3
],
[
7
],
[
4
]
],
"sql_indices": [
[
8,
9,
11,
12,
13
],
[
10
],
[
7
]
]
} |
nt-8767 | 204_554 | {
"raw_header": [
"rank",
"name",
"nation",
"time",
"speed",
"note"
],
"tokenized_header": [
[
"rank"
],
[
"name"
],
[
"nation"
],
[
"time"
],
[
"speed"
],
[
"note"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"number",
"min",
"sec"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"text",
"text",
"time",
"number",
"text"
],
"example": [
"1",
"vilija sereikaite",
"lithuania",
"3:33.766",
"50.522",
"q"
]
} | [
"who",
"is",
"the",
"first",
"finisher",
"from",
"russia",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"NNP",
"."
] | [
"O",
"O",
"O",
"ORDINAL",
"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
] | Oxana Kozonchuk | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c2",
"from",
"w",
"where",
"c3",
"=",
"'russia'",
"order",
"by",
"c1_number",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
6,
6
],
[],
[],
[],
[],
[
3
]
]
} | {
"aligned_sql_token_type": [
"Column",
"None",
"Keyword",
"Keyword",
"Column",
"None",
"Literal",
"None"
],
"aligned_sql_token_info": [
"c2",
null,
"['sort', '']",
"['sort', '']",
"c1_number",
null,
null,
null
]
} | {
"nl_indices": [
[
4
],
[
3,
2
],
[
6
],
[
0
]
],
"sql_indices": [
[
10
],
[
8,
9,
11,
12
],
[
7
],
[
1
]
]
} |
nt-13428 | 204_554 | {
"raw_header": [
"rank",
"name",
"nation",
"time",
"speed",
"note"
],
"tokenized_header": [
[
"rank"
],
[
"name"
],
[
"nation"
],
[
"time"
],
[
"speed"
],
[
"note"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"number",
"min",
"sec"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"text",
"text",
"time",
"number",
"text"
],
"example": [
"1",
"vilija sereikaite",
"lithuania",
"3:33.766",
"50.522",
"q"
]
} | [
"which",
"country",
"is",
"top",
"ranking",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"JJ",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false
] | Lithuania | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword"
],
"value": [
"select",
"c3",
"from",
"w",
"where",
"c1_number",
"=",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Literal",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
"c3",
null,
null,
"c1_number",
null
]
} | {
"nl_indices": [
[
1
],
[
4
],
[
3
]
],
"sql_indices": [
[
1
],
[
5
],
[
7
]
]
} |
nt-13584 | 204_554 | {
"raw_header": [
"rank",
"name",
"nation",
"time",
"speed",
"note"
],
"tokenized_header": [
[
"rank"
],
[
"name"
],
[
"nation"
],
[
"time"
],
[
"speed"
],
[
"note"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"number",
"min",
"sec"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"text",
"text",
"time",
"number",
"text"
],
"example": [
"1",
"vilija sereikaite",
"lithuania",
"3:33.766",
"50.522",
"q"
]
} | [
"which",
"country",
"rank",
"last",
"?"
] | [
"WDT",
"NN",
"NN",
"JJ",
"."
] | [
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
true,
false,
false
] | [
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
false,
false
] | Poland | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c3",
"from",
"w",
"order",
"by",
"c1_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"Column",
"Keyword",
"None"
],
"aligned_sql_token_info": [
null,
"c3",
"c1_number",
"['sort', 'sort_desc']",
null
]
} | {
"nl_indices": [
[
1
],
[
2
],
[
3
]
],
"sql_indices": [
[
1
],
[
6
],
[
4,
5,
7,
8,
9
]
]
} |
nt-13724 | 204_554 | {
"raw_header": [
"rank",
"name",
"nation",
"time",
"speed",
"note"
],
"tokenized_header": [
[
"rank"
],
[
"name"
],
[
"nation"
],
[
"time"
],
[
"speed"
],
[
"note"
]
],
"column_suffixes": [
[
"number"
],
[],
[],
[
"number",
"min",
"sec"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"text",
"text",
"time",
"number",
"text"
],
"example": [
"1",
"vilija sereikaite",
"lithuania",
"3:33.766",
"50.522",
"q"
]
} | [
"which",
"country",
"had",
"more",
"athletes",
",",
"belarus",
"or",
"lithuania",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"RBR",
"NNS",
",",
"NNP",
"CC",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"LOCATION",
"O",
"LOCATION",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
true,
false,
true,
false
] | [
false,
false,
false,
false,
false,
false
] | Belarus | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Literal.String",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c3",
"from",
"w",
"where",
"c3",
"in",
"(",
"'belarus'",
",",
"'lithuania'",
")",
"group",
"by",
"c3",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[
6,
6
],
[],
[
8,
8
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"None",
"None",
"Literal",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
"c3",
null,
"['sort', 'sort_desc_group_count']",
null,
null,
null,
"['conj', 'conj_or']",
null,
null
]
} | {
"nl_indices": [
[
1
],
[
6
],
[
8
],
[
7
],
[
3
],
[
1
],
[
1
]
],
"sql_indices": [
[
1
],
[
8
],
[
10
],
[
6,
7,
9,
11
],
[
12,
13,
15,
16,
17,
18,
20,
21,
22,
23,
19
],
[
14
],
[
5
]
]
} |
nt-1627 | 203_250 | {
"raw_header": [
"name",
"type",
"r.a. (j2000)",
"dec. (j2000)",
"redshift (km/s)",
"apparent magnitude"
],
"tokenized_header": [
[
"name"
],
[
"type"
],
[
"r.a.",
"-lrb-",
"j2000",
"-rrb-"
],
[
"dec.",
"-lrb-",
"j2000",
"-rrb-"
],
[
"redshift",
"-lrb-",
"km\\\\/s",
"-rrb-"
],
[
"apparent",
"magnitude"
]
],
"column_suffixes": [
[],
[],
[
"number",
"hour",
"min",
"sec"
],
[],
[
"number"
],
[
"number"
]
],
"column_dtype": [
"text",
"text",
"time",
"text",
"numberspan",
"number"
],
"example": [
"ic 2049",
"sab(s)d?",
"04h 12m 04.3s",
"-58° 33′ 25′′",
"1469 ± 7",
"14.5"
]
} | [
"name",
"the",
"member",
"with",
"the",
"highest",
"apparent",
"magnitude",
"."
] | [
"VB",
"DT",
"NN",
"IN",
"DT",
"JJS",
"JJ",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
true,
false,
false,
false,
false,
false,
true,
true,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
false,
true
] | Abell 3202 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"order",
"by",
"c6_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Column",
"None",
"None",
"None",
"None",
"Keyword",
"Column",
"Column",
"None"
],
"aligned_sql_token_info": [
"c1",
null,
null,
null,
null,
"['sort', 'sort_desc']",
"c6_number",
"c6_number",
null
]
} | {
"nl_indices": [
[
0
],
[
5
],
[
6,
7
]
],
"sql_indices": [
[
1
],
[
4,
5,
7,
8,
9
],
[
6
]
]
} |
nt-9435 | 203_250 | {
"raw_header": [
"name",
"type",
"r.a. (j2000)",
"dec. (j2000)",
"redshift (km/s)",
"apparent magnitude"
],
"tokenized_header": [
[
"name"
],
[
"type"
],
[
"r.a.",
"-lrb-",
"j2000",
"-rrb-"
],
[
"dec.",
"-lrb-",
"j2000",
"-rrb-"
],
[
"redshift",
"-lrb-",
"km\\\\/s",
"-rrb-"
],
[
"apparent",
"magnitude"
]
],
"column_suffixes": [
[],
[],
[
"number",
"hour",
"min",
"sec"
],
[],
[
"number"
],
[
"number"
]
],
"column_dtype": [
"text",
"text",
"time",
"text",
"numberspan",
"number"
],
"example": [
"ic 2049",
"sab(s)d?",
"04h 12m 04.3s",
"-58° 33′ 25′′",
"1469 ± 7",
"14.5"
]
} | [
"what",
"number",
"of",
"``",
"irregular",
"''",
"types",
"are",
"there",
"?"
] | [
"WDT",
"NN",
"IN",
"``",
"JJ",
"''",
"NNS",
"VBD-AUX",
"EX",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false,
true
] | [
false,
false,
false,
false,
false,
false
] | 3 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c2",
"=",
"'irregular'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
4,
4
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"None",
"None",
"Literal",
"None",
"Column",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
null,
"c2",
null,
null,
null
]
} | {
"nl_indices": [
[
1,
0
],
[
4
],
[
6
]
],
"sql_indices": [
[
1,
2,
3,
4
],
[
10
],
[
8
]
]
} |
nt-1656 | 204_710 | {
"raw_header": [
"model",
"origin",
"type",
"versions",
"in service",
"notes"
],
"tokenized_header": [
[
"model"
],
[
"origin"
],
[
"type"
],
[
"versions"
],
[
"in",
"service"
],
[
"notes"
]
],
"column_suffixes": [
[],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length",
"list_number"
],
[]
],
"column_dtype": [
"text",
"<n, text>",
"<fn, text>",
"<n, text>",
"<n, number>",
"text"
],
"example": [
"vought f-8 crusader",
"united states",
"air superiority fighter/interceptor aircraft",
"f-8p",
"35",
"placed in open storage 1988-01-23 at basa air base. they suffered irreparable damage from mt. pinatubo's eruption on 1991-06-15"
]
} | [
"what",
"country",
"has",
"more",
"aircraft",
"listed",
"than",
"any",
"other",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"JJR",
"NN",
"VBN",
"IN",
"DT",
"JJ",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false,
true
] | [
false,
false,
false,
false,
false,
false
] | United States | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c2",
"from",
"w",
"group",
"by",
"c2",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"None",
"None",
"Keyword",
"Keyword",
"Keyword",
"None"
],
"aligned_sql_token_info": [
null,
"c2",
null,
"['sort', 'sort_desc_group_count']",
null,
null,
"['sort', 'sort_desc_group_count']",
"['sort', 'sort_desc_group_count']",
"['sort', 'sort_desc_group_count']",
null
]
} | {
"nl_indices": [
[
1
],
[
3,
6,
7,
8
],
[
1
]
],
"sql_indices": [
[
1
],
[
4,
5,
7,
8,
9,
10,
11,
12,
13,
14,
15
],
[
6
]
]
} |
nt-4123 | 204_710 | {
"raw_header": [
"model",
"origin",
"type",
"versions",
"in service",
"notes"
],
"tokenized_header": [
[
"model"
],
[
"origin"
],
[
"type"
],
[
"versions"
],
[
"in",
"service"
],
[
"notes"
]
],
"column_suffixes": [
[],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length",
"list_number"
],
[]
],
"column_dtype": [
"text",
"<n, text>",
"<fn, text>",
"<n, text>",
"<n, number>",
"text"
],
"example": [
"vought f-8 crusader",
"united states",
"air superiority fighter/interceptor aircraft",
"f-8p",
"35",
"placed in open storage 1988-01-23 at basa air base. they suffered irreparable damage from mt. pinatubo's eruption on 1991-06-15"
]
} | [
"what",
"country",
"has",
"the",
"last",
"listed",
"aircraft",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"DT",
"JJ",
"JJ",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
true,
false,
false,
true,
true
] | [
false,
false,
false,
false,
false,
false
] | France | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c2",
"from",
"w",
"order",
"by",
"id",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"Keyword",
"Keyword",
"None",
"None"
],
"aligned_sql_token_info": [
null,
"c2",
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
null,
null
]
} | {
"nl_indices": [
[
1
],
[
3,
4,
5
]
],
"sql_indices": [
[
1
],
[
4,
5,
6,
7,
8,
9
]
]
} |
nt-4880 | 204_710 | {
"raw_header": [
"model",
"origin",
"type",
"versions",
"in service",
"notes"
],
"tokenized_header": [
[
"model"
],
[
"origin"
],
[
"type"
],
[
"versions"
],
[
"in",
"service"
],
[
"notes"
]
],
"column_suffixes": [
[],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length",
"list_number"
],
[]
],
"column_dtype": [
"text",
"<n, text>",
"<fn, text>",
"<n, text>",
"<n, number>",
"text"
],
"example": [
"vought f-8 crusader",
"united states",
"air superiority fighter/interceptor aircraft",
"f-8p",
"35",
"placed in open storage 1988-01-23 at basa air base. they suffered irreparable damage from mt. pinatubo's eruption on 1991-06-15"
]
} | [
"what",
"is",
"the",
"only",
"model",
"of",
"these",
"aircraft",
"to",
"originate",
"in",
"canada",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"DT",
"NN",
"TO",
"VB",
"IN",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"LOCATION",
"O"
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false,
false,
true,
false,
false
] | [
false,
false,
true,
false,
false,
true,
false,
true,
true,
false,
true,
true,
true
] | [
true,
false,
false,
false,
true,
false
] | de Havilland Canada DHC-2 Beaver | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"c2",
"=",
"'canada'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
11,
11
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"None",
"Column",
"None",
"None",
"None",
"None",
"Column",
"Column",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
"c1",
null,
null,
null,
null,
"c2",
"c2",
null,
null
]
} | {
"nl_indices": [
[
4
],
[
11
],
[
9,
10
]
],
"sql_indices": [
[
1
],
[
7
],
[
5
]
]
} |
nt-6693 | 204_710 | {
"raw_header": [
"model",
"origin",
"type",
"versions",
"in service",
"notes"
],
"tokenized_header": [
[
"model"
],
[
"origin"
],
[
"type"
],
[
"versions"
],
[
"in",
"service"
],
[
"notes"
]
],
"column_suffixes": [
[],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length",
"list_number"
],
[]
],
"column_dtype": [
"text",
"<n, text>",
"<fn, text>",
"<n, text>",
"<n, number>",
"text"
],
"example": [
"vought f-8 crusader",
"united states",
"air superiority fighter/interceptor aircraft",
"f-8p",
"35",
"placed in open storage 1988-01-23 at basa air base. they suffered irreparable damage from mt. pinatubo's eruption on 1991-06-15"
]
} | [
"what",
"type",
"of",
"aircraft",
"has",
"the",
"longest",
"listed",
"service",
"record",
"?"
] | [
"WDT",
"NN",
"IN",
"NN",
"VBD-AUX",
"DT",
"JJS",
"JJ",
"NN",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
true,
false,
false,
false,
false,
false,
false,
true,
false,
false
] | [
false,
false,
true,
true,
false,
true,
false,
false,
false,
false,
true
] | [
false,
false,
true,
false,
true,
false
] | Fighter | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c3",
"from",
"w",
"order",
"by",
"c5_list_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"None",
"None",
"Keyword",
"Keyword",
"None",
"Column",
"None",
"None"
],
"aligned_sql_token_info": [
null,
"c3",
null,
null,
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
null,
"c5_list_number",
null,
null
]
} | {
"nl_indices": [
[
1
],
[
5,
6
],
[
8
]
],
"sql_indices": [
[
1
],
[
4,
5,
7,
8,
9
],
[
6
]
]
} |
nt-10255 | 204_710 | {
"raw_header": [
"model",
"origin",
"type",
"versions",
"in service",
"notes"
],
"tokenized_header": [
[
"model"
],
[
"origin"
],
[
"type"
],
[
"versions"
],
[
"in",
"service"
],
[
"notes"
]
],
"column_suffixes": [
[],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length",
"list_number"
],
[]
],
"column_dtype": [
"text",
"<n, text>",
"<fn, text>",
"<n, text>",
"<n, number>",
"text"
],
"example": [
"vought f-8 crusader",
"united states",
"air superiority fighter/interceptor aircraft",
"f-8p",
"35",
"placed in open storage 1988-01-23 at basa air base. they suffered irreparable damage from mt. pinatubo's eruption on 1991-06-15"
]
} | [
"how",
"many",
"aircraft",
"does",
"the",
"united",
"states",
"have",
"listed",
"?"
] | [
"WRB",
"JJ",
"NN",
"VBD-AUX",
"DT",
"NNP",
"NNPS",
"VBD-AUX",
"VBN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"LOCATION",
"LOCATION",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
true,
false,
true,
true,
true,
false,
false,
true
] | [
false,
false,
false,
false,
false,
false
] | 16 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c2_list",
"=",
"'united states'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
5,
6
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"None",
"None",
"None",
"Literal",
"Literal",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
0,
1
],
[
5,
6
]
],
"sql_indices": [
[
1,
2,
4,
3
],
[
10
]
]
} |
nt-11704 | 204_710 | {
"raw_header": [
"model",
"origin",
"type",
"versions",
"in service",
"notes"
],
"tokenized_header": [
[
"model"
],
[
"origin"
],
[
"type"
],
[
"versions"
],
[
"in",
"service"
],
[
"notes"
]
],
"column_suffixes": [
[],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length"
],
[
"list",
"length",
"list_number"
],
[]
],
"column_dtype": [
"text",
"<n, text>",
"<fn, text>",
"<n, text>",
"<n, number>",
"text"
],
"example": [
"vought f-8 crusader",
"united states",
"air superiority fighter/interceptor aircraft",
"f-8p",
"35",
"placed in open storage 1988-01-23 at basa air base. they suffered irreparable damage from mt. pinatubo's eruption on 1991-06-15"
]
} | [
"which",
"is",
"the",
"last",
"versions",
"on",
"the",
"chart"
] | [
"WDT",
"VBD-AUX",
"DT",
"JJ",
"NNS",
"IN",
"DT",
"NN"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
true,
false,
false,
true,
true,
false
] | [
false,
false,
false,
true,
false,
false
] | SA 330L | {
"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",
"None",
"Keyword",
"Keyword",
"Keyword"
],
"aligned_sql_token_info": [
null,
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"['sort', 'sort_desc']"
]
} | {
"nl_indices": [
[
2,
3,
5,
6,
7
]
],
"sql_indices": [
[
4,
5,
6,
7,
8,
9
]
]
} |
nt-17 | 204_299 | {
"raw_header": [
"name of place",
"number of counties",
"principal county",
"lower zip code"
],
"tokenized_header": [
[
"name",
"of",
"place"
],
[
"number",
"of",
"counties"
],
[
"principal",
"county"
],
[
"lower",
"zip",
"code"
]
],
"column_suffixes": [
[],
[
"number"
],
[],
[
"number"
]
],
"column_dtype": [
"text",
"number",
"text",
"number"
],
"example": [
"abbott",
"1",
"scott county",
"72944"
]
} | [
"which",
"is",
"the",
"first",
"city",
"listed",
"alphabetically",
"?"
] | [
"WDT",
"VBD-AUX",
"DT",
"JJ",
"NN",
"VBN",
"RB",
"."
] | [
"O",
"O",
"O",
"ORDINAL",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
false,
false
] | Abbott | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"min",
"(",
"c1",
")",
"from",
"w"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Column",
"None",
"Keyword",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['max', 'max_min']",
"['max', 'max_min']",
"c1",
null,
"['max', 'max_min']",
null
]
} | {
"nl_indices": [
[
2,
3,
6
],
[
4
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
]
]
} |
nt-185 | 204_299 | {
"raw_header": [
"name of place",
"number of counties",
"principal county",
"lower zip code"
],
"tokenized_header": [
[
"name",
"of",
"place"
],
[
"number",
"of",
"counties"
],
[
"principal",
"county"
],
[
"lower",
"zip",
"code"
]
],
"column_suffixes": [
[],
[
"number"
],
[],
[
"number"
]
],
"column_dtype": [
"text",
"number",
"text",
"number"
],
"example": [
"abbott",
"1",
"scott county",
"72944"
]
} | [
"how",
"many",
"total",
"towns",
"on",
"the",
"list",
"are",
"in",
"montgomery",
"county",
"?"
] | [
"WRB",
"JJ",
"JJ",
"NNS",
"IN",
"DT",
"NN",
"VBD-AUX",
"IN",
"NNP",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"LOCATION",
"LOCATION",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
false
] | [
false,
false,
true,
false
] | 3 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c3",
"=",
"'montgomery county'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
9,
10
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Keyword",
"None",
"None",
"None",
"None",
"None",
"None",
"Literal",
"Column",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
null,
null,
null,
null,
"c3",
null
]
} | {
"nl_indices": [
[
0,
1,
2
],
[
9,
10
],
[
10
]
],
"sql_indices": [
[
1,
2,
3,
4
],
[
10
],
[
8
]
]
} |
nt-11531 | 204_299 | {
"raw_header": [
"name of place",
"number of counties",
"principal county",
"lower zip code"
],
"tokenized_header": [
[
"name",
"of",
"place"
],
[
"number",
"of",
"counties"
],
[
"principal",
"county"
],
[
"lower",
"zip",
"code"
]
],
"column_suffixes": [
[],
[
"number"
],
[],
[
"number"
]
],
"column_dtype": [
"text",
"number",
"text",
"number"
],
"example": [
"abbott",
"1",
"scott county",
"72944"
]
} | [
"does",
"pulaski",
"county",
"have",
"more",
"cities",
"beginning",
"with",
"the",
"letter",
"``",
"a",
"''",
"than",
"montgomery",
"county",
"?"
] | [
"VBD-AUX",
"NNP",
"NNP",
"VBD-AUX",
"RBR",
"NNS",
"VBG",
"IN",
"DT",
"NN",
"``",
"NN",
"''",
"IN",
"NNP",
"NNP",
"."
] | [
"O",
"LOCATION",
"LOCATION",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"LOCATION",
"LOCATION",
"O"
] | [
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
] | [
false,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
true,
true,
false
] | [
false,
false,
true,
false
] | yes | {
"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",
"=",
"'pulaski county'",
")",
">",
"(",
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c3",
"=",
"'montgomery county'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
1,
2
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
14,
15
],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Literal",
"Literal",
"None",
"Keyword",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"Keyword",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
"['comp', 'comp_greater']",
null,
null,
null,
null,
null,
null,
null,
null,
"['comp', 'comp_greater']",
null,
null,
null
]
} | {
"nl_indices": [
[
14,
15
],
[
1,
2
],
[
4,
13
]
],
"sql_indices": [
[
26
],
[
12
],
[
0,
1,
3,
4,
5,
6,
13,
14,
15,
18,
17,
19,
20,
27
]
]
} |
nt-13447 | 204_299 | {
"raw_header": [
"name of place",
"number of counties",
"principal county",
"lower zip code"
],
"tokenized_header": [
[
"name",
"of",
"place"
],
[
"number",
"of",
"counties"
],
[
"principal",
"county"
],
[
"lower",
"zip",
"code"
]
],
"column_suffixes": [
[],
[
"number"
],
[],
[
"number"
]
],
"column_dtype": [
"text",
"number",
"text",
"number"
],
"example": [
"abbott",
"1",
"scott county",
"72944"
]
} | [
"which",
"is",
"the",
"last",
"city",
"listed",
"alphabetically",
"?"
] | [
"WDT",
"VBD-AUX",
"DT",
"JJ",
"NN",
"VBN",
"RB",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false
] | [
false,
false,
false,
false
] | Azor | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"max",
"(",
"c1",
")",
"from",
"w"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Column",
"None",
"Keyword",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['max', 'max_max']",
"['max', 'max_max']",
"c1",
null,
"['max', 'max_max']",
null
]
} | {
"nl_indices": [
[
3,
2,
6
],
[
4
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
]
]
} |
nt-343 | 203_215 | {
"raw_header": [
"year",
"competition",
"venue",
"position",
"event",
"notes"
],
"tokenized_header": [
[
"year"
],
[
"competition"
],
[
"venue"
],
[
"position"
],
[
"event"
],
[
"notes"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"address"
],
[
"number"
],
[],
[
"number",
"hour",
"min",
"sec"
]
],
"column_dtype": [
"number",
"text",
"address",
"rank",
"text",
"time"
],
"example": [
"1975",
"asian championships",
"seoul, south korea",
"1st",
"5,000m",
"2:09:37"
]
} | [
"which",
"competition",
"was",
"in",
"tokyo",
",",
"japan",
"but",
"came",
"in",
"2nd",
"position",
"?"
] | [
"WDT",
"NN",
"VBD-AUX",
"IN",
"NNP",
",",
"NNP",
"CC",
"VBD",
"IN",
"JJ",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"LOCATION",
"O",
"LOCATION",
"O",
"O",
"O",
"ORDINAL",
"O",
"O"
] | [
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
true,
true,
true,
false,
false,
false,
true,
false,
false
] | [
false,
true,
false,
true,
false,
false
] | Asian Championships | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c2",
"from",
"w",
"where",
"c3",
"=",
"'tokyo, japan'",
"and",
"c4_number",
"=",
"2"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
4,
6
],
[],
[],
[],
[
10
]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"None",
"Literal",
"Literal",
"Literal",
"None",
"None",
"None",
"Literal",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
"c2",
null,
null,
null,
null,
null,
null,
null,
null,
null,
"c4_number",
null
]
} | {
"nl_indices": [
[
1
],
[
4,
5,
6
],
[
10
],
[
11
]
],
"sql_indices": [
[
1
],
[
7
],
[
11
],
[
9
]
]
} |
nt-827 | 203_215 | {
"raw_header": [
"year",
"competition",
"venue",
"position",
"event",
"notes"
],
"tokenized_header": [
[
"year"
],
[
"competition"
],
[
"venue"
],
[
"position"
],
[
"event"
],
[
"notes"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"address"
],
[
"number"
],
[],
[
"number",
"hour",
"min",
"sec"
]
],
"column_dtype": [
"number",
"text",
"address",
"rank",
"text",
"time"
],
"example": [
"1975",
"asian championships",
"seoul, south korea",
"1st",
"5,000m",
"2:09:37"
]
} | [
"what",
"year",
"was",
"itoh",
"'s",
"only",
"victory",
"at",
"the",
"10,000",
"m",
"distance",
"."
] | [
"WDT",
"NN",
"VBD-AUX",
"NNP",
"POS",
"JJ",
"NN",
"IN",
"DT",
"CD",
"NN",
"NN",
"."
] | [
"O",
"DURATION",
"O",
"PERSON",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O",
"O",
"O"
] | [
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false
] | [
true,
false,
false,
false,
false,
false
] | 1981 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c1_number",
"from",
"w",
"where",
"c4_number",
"=",
"1",
"and",
"c5",
"=",
"'10,000m'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
9,
10
]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"None",
"None",
"None",
"Column",
"None",
"None",
"Literal",
"Literal",
"None",
"None"
],
"aligned_sql_token_info": [
null,
"c1_number",
null,
null,
null,
null,
"c4_number",
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
1
],
[
9,
10
],
[
6
]
],
"sql_indices": [
[
1
],
[
11
],
[
5,
6,
7
]
]
} |
nt-2716 | 203_215 | {
"raw_header": [
"year",
"competition",
"venue",
"position",
"event",
"notes"
],
"tokenized_header": [
[
"year"
],
[
"competition"
],
[
"venue"
],
[
"position"
],
[
"event"
],
[
"notes"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"address"
],
[
"number"
],
[],
[
"number",
"hour",
"min",
"sec"
]
],
"column_dtype": [
"number",
"text",
"address",
"rank",
"text",
"time"
],
"example": [
"1975",
"asian championships",
"seoul, south korea",
"1st",
"5,000m",
"2:09:37"
]
} | [
"did",
"ito",
"take",
"1st",
"in",
"the",
"10,000",
"m",
"before",
"or",
"after",
"he",
"took",
"28th",
"in",
"the",
"10,000",
"m",
"?"
] | [
"VBD-AUX",
"NNP",
"VB",
"CD",
"IN",
"DT",
"CD",
"NN",
"IN",
"CC",
"IN",
"PRP",
"VBD",
"JJ",
"IN",
"DT",
"CD",
"NN",
"."
] | [
"O",
"O",
"O",
"ORDINAL",
"O",
"O",
"NUMBER",
"O",
"O",
"O",
"O",
"O",
"O",
"ORDINAL",
"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,
true,
false,
false,
true,
true,
false,
false,
false,
false,
false,
true,
false,
false,
true,
true,
false
] | [
false,
false,
false,
false,
false,
false
] | Before | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword"
],
"value": [
"select",
"(",
"select",
"c1_number",
"from",
"w",
"where",
"c4_number",
"=",
"1",
"and",
"c5",
"=",
"'10,000m'",
")",
"<",
"(",
"select",
"c1_number",
"from",
"w",
"where",
"c4_number",
"=",
"28",
"and",
"c5",
"=",
"'10,000m'",
")"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
3
],
[],
[],
[],
[
6,
7
],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
13
],
[],
[],
[],
[
16,
17
],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Literal",
"None",
"None",
"Literal",
"Literal",
"Column",
"Column",
"Column",
"None",
"None",
"Literal",
"None",
"None",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
null,
null,
null,
null,
null,
"c1_number",
"c1_number",
"c1_number",
null,
null,
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
3
],
[
6,
7
],
[
13
],
[
16,
17
],
[
8,
9,
10
]
],
"sql_indices": [
[
9
],
[
13
],
[
24
],
[
28
],
[
0,
1,
3,
14,
15,
16,
29,
18
]
]
} |
nt-3375 | 203_215 | {
"raw_header": [
"year",
"competition",
"venue",
"position",
"event",
"notes"
],
"tokenized_header": [
[
"year"
],
[
"competition"
],
[
"venue"
],
[
"position"
],
[
"event"
],
[
"notes"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"address"
],
[
"number"
],
[],
[
"number",
"hour",
"min",
"sec"
]
],
"column_dtype": [
"number",
"text",
"address",
"rank",
"text",
"time"
],
"example": [
"1975",
"asian championships",
"seoul, south korea",
"1st",
"5,000m",
"2:09:37"
]
} | [
"which",
"competition",
"came",
"in",
"last",
"position",
"out",
"of",
"all",
"of",
"the",
"competitions",
"shown",
"?"
] | [
"WDT",
"NN",
"VBD",
"IN",
"JJ",
"NN",
"IN",
"IN",
"DT",
"IN",
"DT",
"NNS",
"VBN",
"."
] | [
"O",
"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,
false,
false,
false,
false
] | [
false,
true,
false,
true,
false,
false
] | World Championships | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c2",
"from",
"w",
"order",
"by",
"c4_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"None",
"Keyword",
"Column",
"None",
"None",
"None",
"None",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
"c2",
null,
null,
"['sort', 'sort_desc']",
"c4_number",
null,
null,
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
5
],
[
1
],
[
4
]
],
"sql_indices": [
[
6
],
[
1
],
[
4,
5,
7,
8,
9
]
]
} |
nt-3806 | 203_215 | {
"raw_header": [
"year",
"competition",
"venue",
"position",
"event",
"notes"
],
"tokenized_header": [
[
"year"
],
[
"competition"
],
[
"venue"
],
[
"position"
],
[
"event"
],
[
"notes"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"address"
],
[
"number"
],
[],
[
"number",
"hour",
"min",
"sec"
]
],
"column_dtype": [
"number",
"text",
"address",
"rank",
"text",
"time"
],
"example": [
"1975",
"asian championships",
"seoul, south korea",
"1st",
"5,000m",
"2:09:37"
]
} | [
"list",
"the",
"number",
"of",
"fukuoka",
"marathons",
"."
] | [
"NN",
"DT",
"NN",
"IN",
"NNP",
"NNPS",
"."
] | [
"O",
"O",
"O",
"O",
"LOCATION",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false
] | [
false,
false,
false,
false,
false,
false
] | 2 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c2",
"=",
"'fukuoka marathon'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
4,
5
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null
]
} | {
"nl_indices": [
[
4,
5
],
[
2,
3
]
],
"sql_indices": [
[
10
],
[
1,
2,
3,
4
]
]
} |
nt-8023 | 203_215 | {
"raw_header": [
"year",
"competition",
"venue",
"position",
"event",
"notes"
],
"tokenized_header": [
[
"year"
],
[
"competition"
],
[
"venue"
],
[
"position"
],
[
"event"
],
[
"notes"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"address"
],
[
"number"
],
[],
[
"number",
"hour",
"min",
"sec"
]
],
"column_dtype": [
"number",
"text",
"address",
"rank",
"text",
"time"
],
"example": [
"1975",
"asian championships",
"seoul, south korea",
"1st",
"5,000m",
"2:09:37"
]
} | [
"what",
"was",
"the",
"least",
"position",
"won",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJS",
"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,
false,
true,
false,
false
] | 28th | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c4",
"from",
"w",
"order",
"by",
"c4_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Column",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"c4_number",
null,
null
]
} | {
"nl_indices": [
[
3,
2
],
[
4
],
[
4
]
],
"sql_indices": [
[
5,
4,
7,
8,
9
],
[
6
],
[
1
]
]
} |
nt-8083 | 203_215 | {
"raw_header": [
"year",
"competition",
"venue",
"position",
"event",
"notes"
],
"tokenized_header": [
[
"year"
],
[
"competition"
],
[
"venue"
],
[
"position"
],
[
"event"
],
[
"notes"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"address"
],
[
"number"
],
[],
[
"number",
"hour",
"min",
"sec"
]
],
"column_dtype": [
"number",
"text",
"address",
"rank",
"text",
"time"
],
"example": [
"1975",
"asian championships",
"seoul, south korea",
"1st",
"5,000m",
"2:09:37"
]
} | [
"how",
"many",
"times",
"did",
"japan",
"place",
"in",
"the",
"top",
"2",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"NNP",
"NNP",
"IN",
"DT",
"JJ",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"LOCATION",
"O",
"O",
"O",
"O",
"NUMBER",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false
] | 4 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c4_number",
"<=",
"2"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
9
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Keyword",
"None",
"None",
"Column",
"None",
"None",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
"c4_number",
null,
null,
"['comp', 'comp_lequal']",
null,
null
]
} | {
"nl_indices": [
[
0,
1,
2
],
[
9
],
[
5
],
[
8
]
],
"sql_indices": [
[
1,
3,
4,
2
],
[
10
],
[
8
],
[
9
]
]
} |
nt-13079 | 203_215 | {
"raw_header": [
"year",
"competition",
"venue",
"position",
"event",
"notes"
],
"tokenized_header": [
[
"year"
],
[
"competition"
],
[
"venue"
],
[
"position"
],
[
"event"
],
[
"notes"
]
],
"column_suffixes": [
[
"number"
],
[],
[
"address"
],
[
"number"
],
[],
[
"number",
"hour",
"min",
"sec"
]
],
"column_dtype": [
"number",
"text",
"address",
"rank",
"text",
"time"
],
"example": [
"1975",
"asian championships",
"seoul, south korea",
"1st",
"5,000m",
"2:09:37"
]
} | [
"what",
"is",
"the",
"number",
"of",
"achievements",
"listed",
"for",
"ito",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"NN",
"IN",
"NNS",
"VBN",
"IN",
"NNP",
"."
] | [
"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
] | [
false,
false,
false,
false,
false,
false
] | 6 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Keyword",
"Keyword",
"None",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
3,
4
]
],
"sql_indices": [
[
1,
2,
3,
4
]
]
} |
nt-4815 | 203_77 | {
"raw_header": [
"album title",
"format",
"year",
"original label",
"chart positions"
],
"tokenized_header": [
[
"album",
"title"
],
[
"format"
],
[
"year"
],
[
"original",
"label"
],
[
"chart",
"positions"
]
],
"column_suffixes": [
[],
[],
[
"number"
],
[],
[]
],
"column_dtype": [
"text",
"text",
"number",
"text",
"text"
],
"example": [
"distant plastic trees",
"lp",
"1991",
"red flame",
"#152 (billboard 200)"
]
} | [
"what",
"is",
"the",
"total",
"number",
"of",
"albus",
"from",
"this",
"chart",
"that",
"made",
"the",
"billboard",
"200",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"NNP",
"IN",
"DT",
"NN",
"WDT",
"VBD",
"DT",
"NN",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"PERSON",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
false,
false,
false,
false
] | [
false,
false,
true,
false,
false,
true,
false,
false,
false,
false,
false,
false,
true,
true,
true,
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": [
"None",
"None",
"None",
"Keyword",
"Keyword",
"Keyword",
"Column",
"None",
"None",
"None",
"None",
"Keyword",
"None",
"Column",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c1",
null,
null,
null,
null,
"['null', 'null_not']",
null,
"c5",
"c5",
null
]
} | {
"nl_indices": [
[
3,
4,
5
],
[
6
],
[
14,
13
],
[
11
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
],
[
8
],
[
9,
10
]
]
} |
nt-6936 | 203_77 | {
"raw_header": [
"album title",
"format",
"year",
"original label",
"chart positions"
],
"tokenized_header": [
[
"album",
"title"
],
[
"format"
],
[
"year"
],
[
"original",
"label"
],
[
"chart",
"positions"
]
],
"column_suffixes": [
[],
[],
[
"number"
],
[],
[]
],
"column_dtype": [
"text",
"text",
"number",
"text",
"text"
],
"example": [
"distant plastic trees",
"lp",
"1991",
"red flame",
"#152 (billboard 200)"
]
} | [
"what",
"was",
"the",
"earliest",
"released",
"album",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJS",
"VBN",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
true,
false,
false,
false,
false
] | [
true,
false,
false,
false,
false
] | Distant Plastic Trees | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"order",
"by",
"c3_number",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Column",
"Column",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
null,
"c3_number",
"c3_number",
null,
"c1",
null
]
} | {
"nl_indices": [
[
5
],
[
2,
3
]
],
"sql_indices": [
[
1
],
[
4,
5,
7,
8,
6
]
]
} |
nt-7561 | 203_77 | {
"raw_header": [
"album title",
"format",
"year",
"original label",
"chart positions"
],
"tokenized_header": [
[
"album",
"title"
],
[
"format"
],
[
"year"
],
[
"original",
"label"
],
[
"chart",
"positions"
]
],
"column_suffixes": [
[],
[],
[
"number"
],
[],
[]
],
"column_dtype": [
"text",
"text",
"number",
"text",
"text"
],
"example": [
"distant plastic trees",
"lp",
"1991",
"red flame",
"#152 (billboard 200)"
]
} | [
"how",
"many",
"years",
"after",
"1999",
"did",
"merge",
"records",
"release",
"their",
"next",
"album",
"?"
] | [
"WRB",
"JJ",
"NNS",
"IN",
"CD",
"VBD-AUX",
"VB",
"NNS",
"VB",
"PRP$",
"JJ",
"NN",
"."
] | [
"O",
"O",
"DATE",
"DATE",
"DATE",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
true,
false,
true,
true,
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
false
] | 5 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number",
"Keyword",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"(",
"select",
"min",
"(",
"c3_number",
")",
"from",
"w",
"where",
"c3_number",
">",
"1999",
")",
"-",
"1999"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
4
],
[],
[],
[
4
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Column",
"Keyword",
"Literal",
"None",
"None",
"None",
"None",
"None",
"Keyword",
"None",
"None"
],
"aligned_sql_token_info": [
null,
null,
"c3_number",
"['before', 'before_minus']",
null,
null,
null,
null,
null,
null,
"['max', 'max_min']",
null,
null
]
} | {
"nl_indices": [
[
10
],
[
2
],
[
2
],
[
3
],
[
4
],
[
4
]
],
"sql_indices": [
[
3,
4,
6,
11
],
[
5
],
[
10
],
[
14
],
[
12
],
[
15
]
]
} |
nt-9072 | 203_77 | {
"raw_header": [
"album title",
"format",
"year",
"original label",
"chart positions"
],
"tokenized_header": [
[
"album",
"title"
],
[
"format"
],
[
"year"
],
[
"original",
"label"
],
[
"chart",
"positions"
]
],
"column_suffixes": [
[],
[],
[
"number"
],
[],
[]
],
"column_dtype": [
"text",
"text",
"number",
"text",
"text"
],
"example": [
"distant plastic trees",
"lp",
"1991",
"red flame",
"#152 (billboard 200)"
]
} | [
"what",
"album",
"title",
"came",
"next",
"after",
"get",
"lost",
"?"
] | [
"WDT",
"NN",
"NN",
"VBD",
"RB",
"IN",
"VB",
"VBN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
true,
true,
false,
false,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
true,
true,
false
] | [
true,
false,
false,
false,
false
] | 69 Love Songs | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"id",
"=",
"(",
"select",
"id",
"from",
"w",
"where",
"c1",
"=",
"'get lost'",
")",
"+",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
6,
7
],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"Column",
"None",
"Keyword",
"Keyword",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
"c1",
"c1",
null,
"['before', 'before_plus']",
"['before', 'before_plus']",
null,
null,
null
]
} | {
"nl_indices": [
[
1,
2
],
[
4,
5
],
[
6,
7
],
[
1,
2
]
],
"sql_indices": [
[
1
],
[
5,
6,
7,
9,
16,
17,
18
],
[
15
],
[
13
]
]
} |
nt-10735 | 203_77 | {
"raw_header": [
"album title",
"format",
"year",
"original label",
"chart positions"
],
"tokenized_header": [
[
"album",
"title"
],
[
"format"
],
[
"year"
],
[
"original",
"label"
],
[
"chart",
"positions"
]
],
"column_suffixes": [
[],
[],
[
"number"
],
[],
[]
],
"column_dtype": [
"text",
"text",
"number",
"text",
"text"
],
"example": [
"distant plastic trees",
"lp",
"1991",
"red flame",
"#152 (billboard 200)"
]
} | [
"how",
"many",
"albums",
"garnered",
"chart",
"positions",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD",
"NN",
"NNS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
true,
true,
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",
"Column",
"Keyword",
"Column",
"Column",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c1",
"['null', 'null_not']",
"c5",
"c5",
null
]
} | {
"nl_indices": [
[
0,
1
],
[
2
],
[
3
],
[
4,
5
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
],
[
9,
10
],
[
8
]
]
} |
nt-379 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"which",
"is",
"the",
"last",
"dance",
"on",
"the",
"chart"
] | [
"WDT",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"DT",
"NN"
] | [
"O",
"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,
false,
false
] | Showdance | {
"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"
],
"aligned_sql_token_info": [
null,
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"c1",
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
"['sort', 'sort_desc']"
]
} | {
"nl_indices": [
[
4
],
[
3,
2,
5,
6,
7
]
],
"sql_indices": [
[
1
],
[
4,
5,
6,
7,
8,
9
]
]
} |
nt-1307 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"what",
"is",
"the",
"last",
"type",
"of",
"dance",
"listed",
"?"
] | [
"WP",
"VBD-AUX",
"DT",
"JJ",
"NN",
"IN",
"NN",
"VBN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
true,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
false
] | Showdance | {
"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",
"None",
"None",
"Column",
"Keyword",
"None"
],
"aligned_sql_token_info": [
null,
null,
"['sort', 'sort_desc']",
"['sort', 'sort_desc']",
null,
null,
"c1",
"['sort', 'sort_desc']",
null
]
} | {
"nl_indices": [
[
6
],
[
3,
2,
7
]
],
"sql_indices": [
[
1
],
[
4,
5,
6,
7,
8,
9
]
]
} |
nt-3750 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"how",
"many",
"dances",
"at",
"most",
"scored",
"at",
"least",
"35",
"?"
] | [
"WRB",
"JJ",
"NNS",
"IN",
"JJS",
"VBN",
"IN",
"JJS",
"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
] | 7 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"count",
"(",
"c1",
")",
"from",
"w",
"where",
"c3_number",
">=",
"35"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
8
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"None",
"Column",
"Column",
"Keyword",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c1",
null,
"c3_number",
"c3_number",
"['comp', 'comp_gequal']",
"['comp', 'comp_gequal']",
null,
null
]
} | {
"nl_indices": [
[
0,
1
],
[
2
],
[
4,
5
],
[
6,
7
],
[
8
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
],
[
8
],
[
9
],
[
10
]
]
} |
nt-5406 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"how",
"many",
"dancers",
"achieved",
"a",
"best",
"score",
"of",
"at",
"least",
"40",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD",
"DT",
"JJS",
"NN",
"IN",
"IN",
"JJS",
"CD",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O",
"O",
"O",
"NUMBER",
"O"
] | [
false,
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,
false,
true
] | 3 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"count",
"(",
"c2",
")",
"from",
"w",
"where",
"c3_number",
">=",
"40"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
10
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Column",
"None",
"None",
"Column",
"Column",
"None",
"Keyword",
"Keyword",
"Literal",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"c2",
null,
null,
"c3_number",
"c3_number",
null,
"['comp', 'comp_gequal']",
"['comp', 'comp_gequal']",
null,
null
]
} | {
"nl_indices": [
[
0,
1
],
[
2
],
[
5,
6
],
[
8,
9
],
[
10
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
],
[
8
],
[
9
],
[
10
]
]
} |
nt-5517 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"which",
"is",
"the",
"first",
"best",
"score",
"on",
"the",
"chart"
] | [
"WDT",
"VBD-AUX",
"DT",
"JJ",
"JJS",
"NN",
"IN",
"DT",
"NN"
] | [
"O",
"O",
"O",
"ORDINAL",
"O",
"NUMBER",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
true,
true,
false,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
false,
true,
true,
false,
true
] | 34 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c3",
"from",
"w",
"where",
"id",
"=",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
3
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"Keyword",
"Keyword",
"Column",
"Column",
"Keyword",
"Keyword",
"Keyword"
],
"aligned_sql_token_info": [
null,
null,
"['first', '']",
"['first', '']",
"c3",
"c3",
"['first', '']",
"['first', '']",
"['first', '']"
]
} | {
"nl_indices": [
[
4,
5
],
[
3,
2,
6,
7,
8
]
],
"sql_indices": [
[
1
],
[
5,
6,
7
]
]
} |
nt-8779 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"how",
"many",
"of",
"the",
"worst",
"dancers",
"scored",
"less",
"than",
"15",
"points",
"for",
"their",
"dance",
"?"
] | [
"WRB",
"JJ",
"IN",
"DT",
"JJS",
"NNS",
"VBD",
"JJR",
"IN",
"CD",
"NNS",
"IN",
"PRP$",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
false,
false,
false
] | [
true,
false,
false,
true,
true
] | 2 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"count",
"(",
"c4",
")",
"from",
"w",
"where",
"c5_number",
"<",
"15"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
9
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"None",
"None",
"Column",
"Column",
"Column",
"Keyword",
"Keyword",
"Literal",
"None",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
"c5_number",
"c4",
"c5_number",
"['comp', '']",
"['comp', '']",
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
0,
1
],
[
4,
5
],
[
7,
8
],
[
9
],
[
6,
4
]
],
"sql_indices": [
[
1,
2,
4
],
[
3
],
[
9
],
[
10
],
[
8
]
]
} |
nt-10304 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"which",
"dance",
"is",
"previous",
"to",
"tango"
] | [
"WDT",
"NN",
"VBD-AUX",
"JJ",
"TO",
"NNP"
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
true,
false,
false,
false,
false
] | [
false,
false,
false,
false,
false,
true
] | [
true,
false,
false,
false,
false
] | Jive | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String",
"Keyword",
"Keyword",
"Keyword"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"id",
"=",
"(",
"select",
"id",
"from",
"w",
"where",
"c1",
"=",
"'tango'",
")",
"-",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
5,
5
],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"None",
"Keyword",
"Keyword",
"Literal"
],
"aligned_sql_token_info": [
null,
"c1",
null,
"['before', 'before_minus']",
"['before', 'before_minus']",
null
]
} | {
"nl_indices": [
[
1
],
[
3,
4
],
[
5
],
[
1
]
],
"sql_indices": [
[
1
],
[
5,
6,
7,
9,
16,
17,
18
],
[
15
],
[
13
]
]
} |
nt-11792 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"how",
"many",
"times",
"was",
"henrik",
"normann",
"the",
"worst",
"dancer",
"for",
"a",
"specific",
"dance",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"NNP",
"NNP",
"DT",
"JJS",
"NN",
"IN",
"DT",
"JJ",
"NN",
"."
] | [
"O",
"O",
"O",
"O",
"PERSON",
"PERSON",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | [
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
false,
true,
false
] | [
false,
false,
false,
false,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
true,
false,
true,
true
] | 5 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c4_list",
"=",
"'henrik normann'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
4,
5
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"Keyword",
"None",
"Literal",
"Literal",
"None",
"Column",
"Column",
"None",
"None",
"None",
"None",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
null,
"c4_list",
"c4_list",
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
0,
1,
2
],
[
4,
5
],
[
7,
8
]
],
"sql_indices": [
[
1,
2,
3,
4
],
[
10
],
[
8
]
]
} |
nt-13110 | 204_711 | {
"raw_header": [
"dance",
"best dancer(s)",
"best score",
"worst dancer(s)",
"worst score"
],
"tokenized_header": [
[
"dance"
],
[
"best",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"best",
"score"
],
[
"worst",
"dancer",
"-lrb-",
"s",
"-rrb-"
],
[
"worst",
"score"
]
],
"column_suffixes": [
[
"first",
"second"
],
[
"list",
"length"
],
[
"number"
],
[
"list",
"length"
],
[
"number"
]
],
"column_dtype": [
"text(text)",
"<n,text>",
"number",
"<n,text>",
"number"
],
"example": [
"waltz (international standard)",
"argo ader",
"34",
"henrik normann\npiret jarvis",
"14"
]
} | [
"who",
"scored",
"higher",
",",
"argo",
"ader",
"for",
"the",
"quickstep",
"or",
"lauri",
"pedaja",
"for",
"the",
"paso",
"doble",
"?"
] | [
"WP",
"VBD",
"JJR",
",",
"NNP",
"NNP",
"IN",
"DT",
"NN",
"CC",
"NN",
"NN",
"IN",
"DT",
"NNP",
"NNP",
"."
] | [
"O",
"O",
"O",
"O",
"PERSON",
"PERSON",
"O",
"O",
"O",
"O",
"PERSON",
"PERSON",
"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,
true,
false,
false,
true,
false,
true,
true,
false,
false,
true,
true,
false
] | [
false,
false,
false,
false,
false
] | Argo Ader | {
"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_list",
"from",
"w",
"where",
"c1",
"in",
"(",
"'quickstep'",
",",
"'paso doble'",
")",
"order",
"by",
"c3_number",
"desc",
"limit",
"1"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[
8,
8
],
[],
[
14,
15
],
[],
[],
[],
[],
[],
[],
[]
]
} | {
"aligned_sql_token_type": [
"Column",
"Column",
"Keyword",
"None",
"None",
"None",
"None",
"None",
"Literal",
"Keyword",
"None",
"None",
"None",
"None",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
"c2_list",
"c3_number",
"['sort', 'sort_desc']",
null,
null,
null,
null,
null,
null,
"['conj', 'conj_or']",
null,
null,
null,
null,
null,
null,
null
]
} | {
"nl_indices": [
[
8
],
[
14,
15
],
[
9
],
[
2
],
[
1
],
[
0
]
],
"sql_indices": [
[
8
],
[
10
],
[
6,
7,
9,
11
],
[
13,
12,
15,
16,
17
],
[
14
],
[
1
]
]
} |
nt-563 | 203_114 | {
"raw_header": [
"week",
"date",
"tv time",
"opponent",
"result",
"game site",
"record",
"attendance",
"bye"
],
"tokenized_header": [
[
"week"
],
[
"date"
],
[
"tv",
"time"
],
[
"opponent"
],
[
"result"
],
[
"game",
"site"
],
[
"record"
],
[
"attendance"
],
[
"bye"
]
],
"column_suffixes": [
[
"number"
],
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"number",
"hour",
"min"
],
[
"raw",
"home"
],
[
"result",
"number",
"number1",
"number2"
],
[
"first",
"second"
],
[
"number",
"number1",
"number2"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"date",
"time",
"text",
"score",
"text(text)",
"score",
"number",
"text"
],
"example": [
"1",
"september 7, 1998",
"abc 7:00 pm mt",
"new england patriots",
"w 27-21",
"mile high stadium (abc)",
"1-0",
"74745",
"0"
]
} | [
"which",
"week",
"-lrb-",
"s",
"-rrb-",
"did",
"not",
"have",
"more",
"than",
"75,000",
"in",
"attendance",
"?"
] | [
"WDT",
"NN",
"-LRB-",
"NNS",
"-RRB-",
"VBD-AUX",
"RB",
"VBD-AUX",
"JJR",
"IN",
"CD",
"IN",
"NN",
"."
] | [
"O",
"DURATION",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"NUMBER",
"O",
"O",
"O"
] | [
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
] | [
false,
false,
true,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false
] | [
true,
false,
false,
false,
false,
false,
false,
true,
false
] | 1|3|4|5|6|9|10|13|14|15|16|17 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"c1",
"from",
"w",
"where",
"c8_number",
"<=",
"75000"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
10
]
]
} | {
"aligned_sql_token_type": [
"None",
"Column",
"Column",
"Column",
"Column",
"None",
"Keyword",
"None",
"Keyword",
"Keyword",
"Literal",
"None",
"Column",
"None"
],
"aligned_sql_token_info": [
null,
"c1",
"c1",
"c1",
"c1",
null,
"['comp', 'comp_lequal']",
null,
"['comp', 'comp_lequal']",
"['comp', 'comp_lequal']",
null,
null,
"c8_number",
null
]
} | {
"nl_indices": [
[
1,
2,
3,
4
],
[
6,
8,
9
],
[
10
],
[
12
]
],
"sql_indices": [
[
1
],
[
6
],
[
7
],
[
5
]
]
} |
nt-2913 | 203_114 | {
"raw_header": [
"week",
"date",
"tv time",
"opponent",
"result",
"game site",
"record",
"attendance",
"bye"
],
"tokenized_header": [
[
"week"
],
[
"date"
],
[
"tv",
"time"
],
[
"opponent"
],
[
"result"
],
[
"game",
"site"
],
[
"record"
],
[
"attendance"
],
[
"bye"
]
],
"column_suffixes": [
[
"number"
],
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"number",
"hour",
"min"
],
[
"raw",
"home"
],
[
"result",
"number",
"number1",
"number2"
],
[
"first",
"second"
],
[
"number",
"number1",
"number2"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"date",
"time",
"text",
"score",
"text(text)",
"score",
"number",
"text"
],
"example": [
"1",
"september 7, 1998",
"abc 7:00 pm mt",
"new england patriots",
"w 27-21",
"mile high stadium (abc)",
"1-0",
"74745",
"0"
]
} | [
"list",
"each",
"of",
"dates",
"played",
"at",
"mile",
"high",
"stadium",
"."
] | [
"NN",
"DT",
"IN",
"NNS",
"VBN",
"IN",
"NN",
"JJ",
"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,
true,
true,
true,
true,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | September 7, 1998|September 13, 1998|October 4, 1998|October 25, 1998|November 8, 1998|November 22, 1998|December 6, 1998|December 27, 1998 | {
"sql_type": [
"Keyword",
"Column",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Literal.String"
],
"value": [
"select",
"c2",
"from",
"w",
"where",
"c6_first",
"=",
"'mile high stadium'"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[
6,
8
]
]
} | {
"aligned_sql_token_type": [
"None",
"None",
"None",
"Column",
"None",
"Column",
"Literal",
"Literal",
"Literal",
"None"
],
"aligned_sql_token_info": [
null,
null,
null,
"c2",
null,
"c6_first",
null,
null,
null,
null
]
} | {
"nl_indices": [
[
3
],
[
8,
7,
6
],
[
5
]
],
"sql_indices": [
[
1
],
[
7
],
[
5
]
]
} |
nt-3468 | 203_114 | {
"raw_header": [
"week",
"date",
"tv time",
"opponent",
"result",
"game site",
"record",
"attendance",
"bye"
],
"tokenized_header": [
[
"week"
],
[
"date"
],
[
"tv",
"time"
],
[
"opponent"
],
[
"result"
],
[
"game",
"site"
],
[
"record"
],
[
"attendance"
],
[
"bye"
]
],
"column_suffixes": [
[
"number"
],
[
"number",
"parsed",
"year",
"month",
"day"
],
[
"number",
"hour",
"min"
],
[
"raw",
"home"
],
[
"result",
"number",
"number1",
"number2"
],
[
"first",
"second"
],
[
"number",
"number1",
"number2"
],
[
"number"
],
[]
],
"column_dtype": [
"number",
"date",
"time",
"text",
"score",
"text(text)",
"score",
"number",
"text"
],
"example": [
"1",
"september 7, 1998",
"abc 7:00 pm mt",
"new england patriots",
"w 27-21",
"mile high stadium (abc)",
"1-0",
"74745",
"0"
]
} | [
"how",
"many",
"games",
"did",
"the",
"broncos",
"win",
"in",
"1998",
"by",
"more",
"than",
"10",
"points",
"?"
] | [
"WRB",
"JJ",
"NNS",
"VBD-AUX",
"DT",
"NNS",
"VBP",
"IN",
"CD",
"IN",
"JJR",
"IN",
"CD",
"NNS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"ORGANIZATION",
"O",
"O",
"DATE",
"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,
true,
false,
false,
false,
true,
false,
false
] | [
false,
false,
false,
false,
false,
false,
false,
false,
false
] | 9 | {
"sql_type": [
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Keyword",
"Column",
"Keyword",
"Column",
"Keyword",
"Literal.Number"
],
"value": [
"select",
"count",
"(",
"*",
")",
"from",
"w",
"where",
"c5_number1",
"-",
"c5_number2",
">",
"10"
],
"span_indices": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[
12
]
]
} | {
"aligned_sql_token_type": [
"Keyword",
"Keyword",
"None",
"None",
"None",
"None",
"Column",
"None",
"None",
"Column",
"Keyword",
"Keyword",
"Literal",
"None",
"None"
],
"aligned_sql_token_info": [
"['agg', 'agg_count']",
"['agg', 'agg_count']",
null,
null,
null,
null,
"c5_number2",
null,
null,
"c5_number2",
"['comp', 'comp_greater']",
"['comp', 'comp_greater']",
null,
null,
null
]
} | {
"nl_indices": [
[
1,
0
],
[
10,
11
],
[
6,
9
],
[
12
]
],
"sql_indices": [
[
1,
2,
3,
4
],
[
11
],
[
8,
9,
10
],
[
12
]
]
} |