dreamerdeo's picture
Upload folder using huggingface_hub
1faca1c
[
{
"db_id": "aircraft",
"query": "SELECT count(*) FROM aircraft",
"query_toks": [
"SELECT",
"count",
"(",
"*",
")",
"FROM",
"aircraft"
],
"query_toks_no_value": [
"select",
"count",
"(",
"*",
")",
"from",
"aircraft"
],
"question_spider": "How many aircrafts are there?",
"question": "有多少架飞机?",
"question_cspider": "有多少架飞机?",
"Harold": "BLEU = 36.56, 62.5/42.9/33.3/20.0 (BP=1.000, ratio=1.143, hyp_len=8, ref_len=7)",
"question_toks": [
"那",
"里",
"有",
"几",
"架",
"飞",
"机",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
3,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT count(*) FROM aircraft",
"query_toks": [
"SELECT",
"count",
"(",
"*",
")",
"FROM",
"aircraft"
],
"query_toks_no_value": [
"select",
"count",
"(",
"*",
")",
"from",
"aircraft"
],
"question_spider": "What is the number of aircraft?",
"question": "飞机的数量是多少?",
"question_cspider": "飞机的数量是多少?",
"Harold": "BLEU = 67.53, 100.0/85.7/66.7/60.0 (BP=0.882, ratio=0.889, hyp_len=8, ref_len=9)",
"question_toks": [
"飞",
"机",
"数",
"量",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
3,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Description FROM aircraft",
"query_toks": [
"SELECT",
"Description",
"FROM",
"aircraft"
],
"query_toks_no_value": [
"select",
"description",
"from",
"aircraft"
],
"question_spider": "List the description of all aircrafts.",
"question": "列出所有飞机的描述。",
"question_cspider": "列出所有飞机的描述。",
"Harold": "BLEU = 100.00, 100.0/100.0/100.0/100.0 (BP=1.000, ratio=1.000, hyp_len=10, ref_len=10)",
"question_toks": [
"列",
"出",
"所",
"有",
"飞",
"机",
"的",
"描",
"述",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Description FROM aircraft",
"query_toks": [
"SELECT",
"Description",
"FROM",
"aircraft"
],
"query_toks_no_value": [
"select",
"description",
"from",
"aircraft"
],
"question_spider": "What are the descriptions for the aircrafts?",
"question": "飞机的描述是什么?",
"question_cspider": "飞机的描述是什么?",
"Harold": "BLEU = 100.00, 100.0/100.0/100.0/100.0 (BP=1.000, ratio=1.000, hyp_len=9, ref_len=9)",
"question_toks": [
"飞",
"机",
"的",
"描",
"述",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT avg(International_Passengers) FROM airport",
"query_toks": [
"SELECT",
"avg",
"(",
"International_Passengers",
")",
"FROM",
"airport"
],
"query_toks_no_value": [
"select",
"avg",
"(",
"international_passengers",
")",
"from",
"airport"
],
"question_spider": "What is the average number of international passengers of all airports?",
"question": "所有机场的国际旅客平均人数是多少?",
"question_cspider": "所有机场的国际旅客平均人数是多少?",
"Harold": "BLEU = 67.61, 100.0/81.2/60.0/42.9 (BP=1.000, ratio=1.000, hyp_len=17, ref_len=17)",
"question_toks": [
"所",
"有",
"机",
"场",
"的",
"平",
"均",
"国",
"际",
"旅",
"客",
"人",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
5,
[
0,
[
0,
21,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT avg(International_Passengers) FROM airport",
"query_toks": [
"SELECT",
"avg",
"(",
"International_Passengers",
")",
"FROM",
"airport"
],
"query_toks_no_value": [
"select",
"avg",
"(",
"international_passengers",
")",
"from",
"airport"
],
"question_spider": "What is the average number of international passengers for an airport?",
"question": "机场的国际旅客平均人数是多少?",
"question_cspider": "机场的国际旅客平均人数是多少?",
"Harold": "BLEU = 87.02, 88.2/87.5/86.7/85.7 (BP=1.000, ratio=1.133, hyp_len=17, ref_len=15)",
"question_toks": [
"一",
"个",
"机",
"场",
"的",
"国",
"际",
"旅",
"客",
"平",
"均",
"人",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
5,
[
0,
[
0,
21,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT International_Passengers , Domestic_Passengers FROM airport WHERE Airport_Name = \"London Heathrow\"",
"query_toks": [
"SELECT",
"International_Passengers",
",",
"Domestic_Passengers",
"FROM",
"airport",
"WHERE",
"Airport_Name",
"=",
"``",
"London",
"Heathrow",
"''"
],
"query_toks_no_value": [
"select",
"international_passengers",
",",
"domestic_passengers",
"from",
"airport",
"where",
"airport_name",
"=",
"value"
],
"question_spider": "What are the number of international and domestic passengers of the airport named London \"Heathrow\"?",
"question": "“Heathrow”机场的国际和国内旅客人数是多少?",
"question_cspider": "“Heathrow”机场的国际和国内旅客人数是多少?",
"Harold": "BLEU = 62.99, 74.1/65.4/60.0/54.2 (BP=1.000, ratio=1.125, hyp_len=27, ref_len=24)",
"question_toks": [
"名",
"为",
"“",
"希",
"思",
"罗",
"机",
"场",
"”",
"伦",
"敦",
"机",
"场",
"的",
"国",
"际",
"和",
"国",
"内",
"旅",
"客",
"人",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
21,
false
],
null
]
],
[
0,
[
0,
[
0,
22,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
18,
false
],
null
],
"\"London Heathrow\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT International_Passengers , Domestic_Passengers FROM airport WHERE Airport_Name = \"London Heathrow\"",
"query_toks": [
"SELECT",
"International_Passengers",
",",
"Domestic_Passengers",
"FROM",
"airport",
"WHERE",
"Airport_Name",
"=",
"``",
"London",
"Heathrow",
"''"
],
"query_toks_no_value": [
"select",
"international_passengers",
",",
"domestic_passengers",
"from",
"airport",
"where",
"airport_name",
"=",
"value"
],
"question_spider": "How many international and domestic passengers are there in the airport London Heathrow?",
"question": "“Heathrow”机场有多少国际旅客和国内旅客?",
"question_cspider": "“Heathrow”机场有多少国际旅客和国内旅客?",
"Harold": "BLEU = 44.83, 72.2/64.7/56.2/46.7 (BP=0.757, ratio=0.783, hyp_len=18, ref_len=23)",
"question_toks": [
"伦",
"敦",
"希",
"思",
"罗",
"机",
"场",
"有",
"多",
"少",
"国",
"际",
"和",
"国",
"内",
"旅",
"客",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
21,
false
],
null
]
],
[
0,
[
0,
[
0,
22,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
18,
false
],
null
],
"\"London Heathrow\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT sum(Domestic_Passengers) FROM airport WHERE Airport_Name LIKE \"%London%\"",
"query_toks": [
"SELECT",
"sum",
"(",
"Domestic_Passengers",
")",
"FROM",
"airport",
"WHERE",
"Airport_Name",
"LIKE",
"``",
"%",
"London",
"%",
"''"
],
"query_toks_no_value": [
"select",
"sum",
"(",
"domestic_passengers",
")",
"from",
"airport",
"where",
"airport_name",
"like",
"value"
],
"question_spider": "What are the total number of Domestic Passengers of airports that contain the word \"London\".",
"question": "包含“London”这个词的机场的国内旅客总数是多少?",
"question_cspider": "包含“London”这个词的机场的国内旅客总数是多少?",
"Harold": "BLEU = 65.44, 81.8/71.4/65.0/57.9 (BP=0.956, ratio=0.957, hyp_len=22, ref_len=23)",
"question_toks": [
"包",
"含",
"“",
"伦",
"敦",
"”",
"字",
"样",
"的",
"机",
"场",
"的",
"国",
"内",
"旅",
"客",
"总",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
4,
[
0,
[
0,
22,
false
],
null
]
]
]
],
"where": [
[
false,
9,
[
0,
[
0,
18,
false
],
null
],
"\"%London%\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT sum(Domestic_Passengers) FROM airport WHERE Airport_Name LIKE \"%London%\"",
"query_toks": [
"SELECT",
"sum",
"(",
"Domestic_Passengers",
")",
"FROM",
"airport",
"WHERE",
"Airport_Name",
"LIKE",
"``",
"%",
"London",
"%",
"''"
],
"query_toks_no_value": [
"select",
"sum",
"(",
"domestic_passengers",
")",
"from",
"airport",
"where",
"airport_name",
"like",
"value"
],
"question_spider": "What are the total number of domestic passengers at all London airports?",
"question": "“London”机场的国内旅客总数是多少?",
"question_cspider": "“London”机场的国内旅客总数是多少?",
"Harold": "BLEU = 74.03, 76.5/75.0/73.3/71.4 (BP=1.000, ratio=1.000, hyp_len=17, ref_len=17)",
"question_toks": [
"伦",
"敦",
"所",
"有",
"机",
"场",
"的",
"国",
"内",
"旅",
"客",
"总",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
4,
[
0,
[
0,
22,
false
],
null
]
]
]
],
"where": [
[
false,
9,
[
0,
[
0,
18,
false
],
null
],
"\"%London%\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT max(Transit_Passengers) , min(Transit_Passengers) FROM airport",
"query_toks": [
"SELECT",
"max",
"(",
"Transit_Passengers",
")",
",",
"min",
"(",
"Transit_Passengers",
")",
"FROM",
"airport"
],
"query_toks_no_value": [
"select",
"max",
"(",
"transit_passengers",
")",
",",
"min",
"(",
"transit_passengers",
")",
"from",
"airport"
],
"question_spider": "What are the maximum and minimum number of transit passengers of all aiports.",
"question": "所有机场的过境旅客的最大和最小数量是多少?",
"question_cspider": "所有机场的过境旅客的最大和最小数量是多少?",
"Harold": "BLEU = 57.29, 81.0/65.0/52.6/38.9 (BP=1.000, ratio=1.000, hyp_len=21, ref_len=21)",
"question_toks": [
"所",
"有",
"机",
"场",
"的",
"中",
"转",
"乘",
"客",
"的",
"最",
"大",
"和",
"最",
"小",
"人",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
1,
[
0,
[
0,
23,
false
],
null
]
],
[
2,
[
0,
[
0,
23,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT max(Transit_Passengers) , min(Transit_Passengers) FROM airport",
"query_toks": [
"SELECT",
"max",
"(",
"Transit_Passengers",
")",
",",
"min",
"(",
"Transit_Passengers",
")",
"FROM",
"airport"
],
"query_toks_no_value": [
"select",
"max",
"(",
"transit_passengers",
")",
",",
"min",
"(",
"transit_passengers",
")",
"from",
"airport"
],
"question_spider": "What is the maximum and mininum number of transit passengers for all airports?",
"question": "所有机场过境旅客的最大值和最小值是多少?",
"question_cspider": "所有机场过境旅客的最大值和最小值是多少?",
"Harold": "BLEU = 46.88, 90.0/68.4/44.4/17.6 (BP=1.000, ratio=1.000, hyp_len=20, ref_len=20)",
"question_toks": [
"所",
"有",
"机",
"场",
"的",
"最",
"大",
"和",
"最",
"小",
"过",
"境",
"旅",
"客",
"人",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
1,
[
0,
[
0,
23,
false
],
null
]
],
[
2,
[
0,
[
0,
23,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Name FROM pilot WHERE Age >= 25",
"query_toks": [
"SELECT",
"Name",
"FROM",
"pilot",
"WHERE",
"Age",
">",
"=",
"25"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"where",
"age",
">",
"=",
"value"
],
"question_spider": "What are the name of pilots aged 25 or older?",
"question": "25岁或以上的飞行员叫什么名字?",
"question_cspider": "25岁或以上的飞行员叫什么名字?",
"Harold": "BLEU = 100.00, 100.0/100.0/100.0/100.0 (BP=1.000, ratio=1.000, hyp_len=16, ref_len=16)",
"question_toks": [
"2",
"5",
"岁",
"或",
"以",
"上",
"的",
"飞",
"行",
"员",
"叫",
"什",
"么",
"名",
"字",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
false,
5,
[
0,
[
0,
3,
false
],
null
],
25,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Name FROM pilot WHERE Age >= 25",
"query_toks": [
"SELECT",
"Name",
"FROM",
"pilot",
"WHERE",
"Age",
">",
"=",
"25"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"where",
"age",
">",
"=",
"value"
],
"question_spider": "what is the name of every pilot who is at least 25 years old?",
"question": "至少25岁的每名飞行员的名字是什么?",
"question_cspider": "至少25岁的每名飞行员的名字是什么?",
"Harold": "BLEU = 40.91, 88.2/56.2/33.3/21.4 (BP=0.943, ratio=0.944, hyp_len=17, ref_len=18)",
"question_toks": [
"每",
"个",
"至",
"少",
"2",
"5",
"岁",
"的",
"飞",
"行",
"员",
"叫",
"什",
"么",
"名",
"字",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
false,
5,
[
0,
[
0,
3,
false
],
null
],
25,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Name FROM pilot ORDER BY Name ASC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"pilot",
"ORDER",
"BY",
"Name",
"ASC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"order",
"by",
"name",
"asc"
],
"question_spider": "List all pilot names in ascending alphabetical order.",
"question": "按字母升序顺序列出所有的飞行员的名字。",
"question_cspider": "按字母升序顺序列出所有的飞行员的名字。",
"Harold": "BLEU = 38.57, 86.7/64.3/46.2/25.0 (BP=0.766, ratio=0.789, hyp_len=15, ref_len=19)",
"question_toks": [
"以",
"字",
"母",
"升",
"序",
"列",
"出",
"所",
"有",
"飞",
"行",
"员",
"姓",
"名",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"asc",
[
[
0,
[
0,
2,
false
],
null
]
]
],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Name FROM pilot ORDER BY Name ASC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"pilot",
"ORDER",
"BY",
"Name",
"ASC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"order",
"by",
"name",
"asc"
],
"question_spider": "What are the names of the pilots in alphabetical order?",
"question": "飞行员按字母顺序排列的名字是什么?",
"question_cspider": "飞行员按字母顺序排列的名字是什么?",
"Harold": "BLEU = 29.28, 92.9/61.5/33.3/9.1 (BP=0.807, ratio=0.824, hyp_len=14, ref_len=17)",
"question_toks": [
"飞",
"行",
"员",
"的",
"名",
"字",
"叫",
"什",
"么",
"字",
"母",
"顺",
"序",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"asc",
[
[
0,
[
0,
2,
false
],
null
]
]
],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Name FROM pilot WHERE Age <= 30 ORDER BY Name DESC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"pilot",
"WHERE",
"Age",
"<",
"=",
"30",
"ORDER",
"BY",
"Name",
"DESC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"where",
"age",
"<",
"=",
"value",
"order",
"by",
"name",
"desc"
],
"question_spider": "List names of all pilot aged 30 or younger in descending alphabetical order.",
"question": "按降序字母顺序列出所有30岁或以下的飞行员的名字。",
"question_cspider": "按降序字母顺序列出所有30岁或以下的飞行员的名字。",
"Harold": "BLEU = 56.64, 95.5/71.4/55.0/47.4 (BP=0.873, ratio=0.880, hyp_len=22, ref_len=25)",
"question_toks": [
"按",
"字",
"母",
"降",
"序",
"列",
"出",
"所",
"有",
"3",
"0",
"岁",
"以",
"下",
"的",
"飞",
"行",
"员",
"的",
"姓",
"名",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
false,
6,
[
0,
[
0,
3,
false
],
null
],
30,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
2,
false
],
null
]
]
],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Name FROM pilot WHERE Age <= 30 ORDER BY Name DESC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"pilot",
"WHERE",
"Age",
"<",
"=",
"30",
"ORDER",
"BY",
"Name",
"DESC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"where",
"age",
"<",
"=",
"value",
"order",
"by",
"name",
"desc"
],
"question_spider": "What are the names of all pilots 30 years old or young in descending alphabetical order?",
"question": "按字母降序排列的所有30岁或30岁的飞行员的名字是什么?",
"question_cspider": "按字母降序排列的所有30岁或30岁的飞行员的名字是什么?",
"Harold": "BLEU = 57.86, 82.1/70.4/53.8/36.0 (BP=1.000, ratio=1.000, hyp_len=28, ref_len=28)",
"question_toks": [
"年",
"龄",
"在",
"3",
"0",
"岁",
"以",
"下",
"的",
"所",
"有",
"飞",
"行",
"员",
"按",
"字",
"母",
"降",
"序",
"排",
"列",
"的",
"名",
"字",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
false,
6,
[
0,
[
0,
3,
false
],
null
],
30,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
2,
false
],
null
]
]
],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = \"London Gatwick\"",
"query_toks": [
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T3.Airport_Name",
"=",
"``",
"London",
"Gatwick",
"''"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t3",
".",
"airport_name",
"=",
"value"
],
"question_spider": "Please show the names of aircrafts associated with airport with name \"London Gatwick\".",
"question": "请显示与“London Gatwick”机场有关的飞机的名称。",
"question_cspider": "请显示与“London Gatwick”机场有关的飞机的名称。",
"Harold": "BLEU = 15.91, 53.6/25.9/11.5/4.0 (BP=1.000, ratio=1.333, hyp_len=28, ref_len=21)",
"question_toks": [
"请",
"显",
"示",
"与",
"机",
"场",
"关",
"联",
"的",
"飞",
"机",
"名",
"称",
",",
"名",
"称",
"为",
"“",
"伦",
"敦",
"盖",
"特",
"威",
"克",
"机",
"场",
"”",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
18,
false
],
null
],
"\"London Gatwick\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = \"London Gatwick\"",
"query_toks": [
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T3.Airport_Name",
"=",
"``",
"London",
"Gatwick",
"''"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t3",
".",
"airport_name",
"=",
"value"
],
"question_spider": "What are the names of all the aircrafts associated with London Gatwick airport?",
"question": "“London Gatwick”机场的所有飞机的名称是什么?",
"question_cspider": "“London Gatwick”机场的所有飞机的名称是什么?",
"Harold": "BLEU = 51.65, 60.9/54.5/47.6/45.0 (BP=1.000, ratio=1.150, hyp_len=23, ref_len=20)",
"question_toks": [
"与",
"伦",
"敦",
"盖",
"特",
"威",
"克",
"机",
"场",
"相",
"关",
"的",
"所",
"有",
"飞",
"机",
"的",
"名",
"称",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
18,
false
],
null
],
"\"London Gatwick\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft , T1.Description FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Total_Passengers > 10000000",
"query_toks": [
"SELECT",
"T1.Aircraft",
",",
"T1.Description",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T3.Total_Passengers",
">",
"10000000"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
",",
"t1",
".",
"description",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t3",
".",
"total_passengers",
">",
"value"
],
"question_spider": "Please show the names and descriptions of aircrafts associated with airports that have a total number of passengers bigger than 10000000.",
"question": "请出示与总旅客数超过100000人的机场有关的飞机的名称和说明。",
"question_cspider": "请出示与总旅客数超过100000人的机场有关的飞机的名称和说明。",
"Harold": "BLEU = 51.40, 83.3/58.6/42.9/33.3 (BP=1.000, ratio=1.034, hyp_len=30, ref_len=29)",
"question_toks": [
"请",
"显",
"示",
"与",
"乘",
"客",
"总",
"数",
"超",
"过",
"1",
"0",
"0",
"0",
"万",
"的",
"机",
"场",
"关",
"联",
"的",
"飞",
"机",
"的",
"名",
"称",
"和",
"说",
"明",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
],
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [
[
false,
3,
[
0,
[
0,
19,
false
],
null
],
10000000,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft , T1.Description FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Total_Passengers > 10000000",
"query_toks": [
"SELECT",
"T1.Aircraft",
",",
"T1.Description",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T3.Total_Passengers",
">",
"10000000"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
",",
"t1",
".",
"description",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t3",
".",
"total_passengers",
">",
"value"
],
"question_spider": "What are the names and descriptions of aircrafts associated with an airport that has more total passengers than 10000000?",
"question": "与总旅客数超过100000人的机场有关的飞机的名称和描述是什么?",
"question_cspider": "与总旅客数超过100000人的机场有关的飞机的名称和描述是什么?",
"Harold": "BLEU = 60.82, 83.3/69.0/53.6/44.4 (BP=1.000, ratio=1.034, hyp_len=30, ref_len=29)",
"question_toks": [
"与",
"总",
"乘",
"客",
"量",
"超",
"过",
"1",
"0",
"0",
"0",
"万",
"的",
"机",
"场",
"相",
"关",
"的",
"飞",
"机",
"的",
"名",
"称",
"和",
"描",
"述",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
],
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [
[
false,
3,
[
0,
[
0,
19,
false
],
null
],
10000000,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT avg(T3.Total_Passengers) FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T1.Aircraft = \"Robinson R-22\"",
"query_toks": [
"SELECT",
"avg",
"(",
"T3.Total_Passengers",
")",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T1.Aircraft",
"=",
"``",
"Robinson",
"R-22",
"''"
],
"query_toks_no_value": [
"select",
"avg",
"(",
"t3",
".",
"total_passengers",
")",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t1",
".",
"aircraft",
"=",
"value"
],
"question_spider": "What is the average total number of passengers of airports that are associated with aircraft \"Robinson R-22\"?",
"question": "与“Robinson R-22”飞机有关的机场的平均旅客总数是多少?",
"question_cspider": "与“Robinson R-22”飞机有关的机场的平均旅客总数是多少?",
"Harold": "BLEU = 48.14, 71.4/55.6/42.3/32.0 (BP=1.000, ratio=1.120, hyp_len=28, ref_len=25)",
"question_toks": [
"与",
"“",
"罗",
"宾",
"逊",
"R",
"-",
"2",
"2",
"”",
"飞",
"机",
"相",
"关",
"的",
"机",
"场",
"的",
"平",
"均",
"乘",
"客",
"总",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
5,
[
0,
[
0,
19,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
5,
false
],
null
],
"\"Robinson R-22\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT avg(T3.Total_Passengers) FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T1.Aircraft = \"Robinson R-22\"",
"query_toks": [
"SELECT",
"avg",
"(",
"T3.Total_Passengers",
")",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T1.Aircraft",
"=",
"``",
"Robinson",
"R-22",
"''"
],
"query_toks_no_value": [
"select",
"avg",
"(",
"t3",
".",
"total_passengers",
")",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t1",
".",
"aircraft",
"=",
"value"
],
"question_spider": "What is the average total number of passengers for all airports that the aircraft \"Robinson R-22\" visits?",
"question": "“Robinson R-22”飞机访问的所有机场的平均旅客总数是多少?",
"question_cspider": "“Robinson R-22”飞机访问的所有机场的平均旅客总数是多少?",
"Harold": "BLEU = 72.48, 79.3/71.4/70.4/69.2 (BP=1.000, ratio=1.115, hyp_len=29, ref_len=26)",
"question_toks": [
"“",
"罗",
"宾",
"逊",
"R",
"-",
"2",
"2",
"”",
"飞",
"机",
"访",
"问",
"的",
"所",
"有",
"机",
"场",
"的",
"平",
"均",
"旅",
"客",
"总",
"数",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
5,
[
0,
[
0,
19,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
5,
false
],
null
],
"\"Robinson R-22\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T2.Location , T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft",
"query_toks": [
"SELECT",
"T2.Location",
",",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"MATCH",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Winning_Aircraft"
],
"query_toks_no_value": [
"select",
"t2",
".",
"location",
",",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"winning_aircraft"
],
"question_spider": "Please list the location and the winning aircraft name.",
"question": "请列出地点和获奖的飞机名称。",
"question_cspider": "请列出地点和获奖的飞机名称。",
"Harold": "BLEU = 44.06, 84.6/66.7/45.5/20.0 (BP=0.926, ratio=0.929, hyp_len=13, ref_len=14)",
"question_toks": [
"请",
"列",
"出",
"位",
"置",
"和",
"获",
"奖",
"飞",
"机",
"名",
"称",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
16,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
11,
false
],
null
]
],
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T2.Location , T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft",
"query_toks": [
"SELECT",
"T2.Location",
",",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"MATCH",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Winning_Aircraft"
],
"query_toks_no_value": [
"select",
"t2",
".",
"location",
",",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"winning_aircraft"
],
"question_spider": "What is the location and name of the winning aircraft?",
"question": "获奖的飞机的位置和名称是什么?",
"question_cspider": "获奖的飞机的位置和名称是什么?",
"Harold": "BLEU = 82.93, 100.0/92.3/83.3/81.8 (BP=0.931, ratio=0.933, hyp_len=14, ref_len=15)",
"question_toks": [
"获",
"奖",
"飞",
"机",
"的",
"位",
"置",
"和",
"名",
"称",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
16,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
11,
false
],
null
]
],
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft ORDER BY COUNT(*) DESC LIMIT 1",
"query_toks": [
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"MATCH",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Winning_Aircraft",
"GROUP",
"BY",
"T2.Winning_Aircraft",
"ORDER",
"BY",
"COUNT",
"(",
"*",
")",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"winning_aircraft",
"group",
"by",
"t2",
".",
"winning_aircraft",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"value"
],
"question_spider": "List the name of the aircraft that has been named winning aircraft the most number of times.",
"question": "列出被评为获奖飞机次数最多的飞机的名称。",
"question_cspider": "列出被评为获奖飞机次数最多的飞机的名称。",
"Harold": "BLEU = 40.86, 84.2/55.6/29.4/25.0 (BP=0.949, ratio=0.950, hyp_len=19, ref_len=20)",
"question_toks": [
"列",
"出",
"最",
"多",
"被",
"命",
"名",
"为",
"获",
"胜",
"飞",
"机",
"的",
"飞",
"机",
"的",
"名",
"称",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
16,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
16,
false
]
],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
3,
0,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft ORDER BY COUNT(*) DESC LIMIT 1",
"query_toks": [
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"MATCH",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Winning_Aircraft",
"GROUP",
"BY",
"T2.Winning_Aircraft",
"ORDER",
"BY",
"COUNT",
"(",
"*",
")",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"winning_aircraft",
"group",
"by",
"t2",
".",
"winning_aircraft",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"value"
],
"question_spider": "What is the name of the aircraft that has won an award the most?",
"question": "得奖次数最多的飞机叫什么名字?",
"question_cspider": "得奖次数最多的飞机叫什么名字?",
"Harold": "BLEU = 72.22, 92.3/83.3/81.8/80.0 (BP=0.857, ratio=0.867, hyp_len=13, ref_len=15)",
"question_toks": [
"获",
"奖",
"最",
"多",
"的",
"飞",
"机",
"叫",
"什",
"么",
"名",
"字",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
16,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
16,
false
]
],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
3,
0,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft , COUNT(*) FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft",
"query_toks": [
"SELECT",
"T1.Aircraft",
",",
"COUNT",
"(",
"*",
")",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"MATCH",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Winning_Aircraft",
"GROUP",
"BY",
"T2.Winning_Aircraft"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
",",
"count",
"(",
"*",
")",
"from",
"aircraft",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"winning_aircraft",
"group",
"by",
"t2",
".",
"winning_aircraft"
],
"question_spider": "List the names of aircrafts and the number of times it won matches.",
"question": "列出飞机的名称和赢得比赛的次数。",
"question_cspider": "列出飞机的名称和赢得比赛的次数。",
"Harold": "BLEU = 100.00, 100.0/100.0/100.0/100.0 (BP=1.000, ratio=1.000, hyp_len=16, ref_len=16)",
"question_toks": [
"列",
"出",
"飞",
"机",
"的",
"名",
"称",
"和",
"赢",
"得",
"比",
"赛",
"的",
"次",
"数",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
16,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
],
[
3,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
16,
false
]
],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft , COUNT(*) FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft",
"query_toks": [
"SELECT",
"T1.Aircraft",
",",
"COUNT",
"(",
"*",
")",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"MATCH",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Winning_Aircraft",
"GROUP",
"BY",
"T2.Winning_Aircraft"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
",",
"count",
"(",
"*",
")",
"from",
"aircraft",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"winning_aircraft",
"group",
"by",
"t2",
".",
"winning_aircraft"
],
"question_spider": "For each aircraft that has won an award, what is its name and how many time has it won?",
"question": "每架获奖的飞机叫什么名字?获奖多少次?",
"question_cspider": "每架获奖的飞机叫什么名字?获奖多少次?",
"Harold": "BLEU = 18.26, 46.4/25.9/11.5/8.0 (BP=1.000, ratio=1.474, hyp_len=28, ref_len=19)",
"question_toks": [
"对",
"于",
"每",
"一",
"个",
"获",
"奖",
"的",
"飞",
"机",
",",
"它",
"的",
"名",
"字",
"是",
"什",
"么",
",",
"它",
"赢",
"得",
"了",
"多",
"少",
"时",
"间",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
16,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
],
[
3,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
16,
false
]
],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Name FROM pilot ORDER BY Age DESC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"pilot",
"ORDER",
"BY",
"Age",
"DESC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"order",
"by",
"age",
"desc"
],
"question_spider": "List names of all pilot in descending order of age.",
"question": "按年龄递减顺序列出所有飞行员的姓名。",
"question_cspider": "按年龄递减顺序列出所有飞行员的姓名。",
"Harold": "BLEU = 71.95, 93.8/86.7/78.6/69.2 (BP=0.882, ratio=0.889, hyp_len=16, ref_len=18)",
"question_toks": [
"按",
"年",
"龄",
"降",
"序",
"列",
"出",
"所",
"有",
"飞",
"行",
"员",
"的",
"姓",
"名",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
3,
false
],
null
]
]
],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Name FROM pilot ORDER BY Age DESC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"pilot",
"ORDER",
"BY",
"Age",
"DESC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"order",
"by",
"age",
"desc"
],
"question_spider": "What are the names of all pilots listed by descending age?",
"question": "按降序列出的所有飞行员的名字是什么?",
"question_cspider": "按降序列出的所有飞行员的名字是什么?",
"Harold": "BLEU = 75.17, 85.0/73.7/72.2/70.6 (BP=1.000, ratio=1.111, hyp_len=20, ref_len=18)",
"question_toks": [
"按",
"年",
"龄",
"下",
"降",
"列",
"出",
"的",
"所",
"有",
"飞",
"行",
"员",
"的",
"名",
"字",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
3,
false
],
null
]
]
],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft HAVING COUNT(*) >= 2",
"query_toks": [
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"MATCH",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Winning_Aircraft",
"GROUP",
"BY",
"T2.Winning_Aircraft",
"HAVING",
"COUNT",
"(",
"*",
")",
">",
"=",
"2"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"winning_aircraft",
"group",
"by",
"t2",
".",
"winning_aircraft",
"having",
"count",
"(",
"*",
")",
">",
"=",
"value"
],
"question_spider": "List the names of aircrafts and that won matches at least twice.",
"question": "列出至少赢得两次比赛飞机的名称。",
"question_cspider": "列出至少赢得两次比赛飞机的名称。",
"Harold": "BLEU = 52.98, 88.2/62.5/40.0/35.7 (BP=1.000, ratio=1.062, hyp_len=17, ref_len=16)",
"question_toks": [
"列",
"出",
"飞",
"机",
"名",
"称",
",",
"并",
"至",
"少",
"赢",
"得",
"两",
"次",
"比",
"赛",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
16,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
16,
false
]
],
"having": [
[
false,
5,
[
0,
[
3,
0,
false
],
null
],
2,
null
]
],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft HAVING COUNT(*) >= 2",
"query_toks": [
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"MATCH",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Winning_Aircraft",
"GROUP",
"BY",
"T2.Winning_Aircraft",
"HAVING",
"COUNT",
"(",
"*",
")",
">",
"=",
"2"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"winning_aircraft",
"group",
"by",
"t2",
".",
"winning_aircraft",
"having",
"count",
"(",
"*",
")",
">",
"=",
"value"
],
"question_spider": "What are the names of all aircrafts that have won a match at least twice?",
"question": "所有赢得至少两场比赛的飞机的名字是什么?",
"question_cspider": "所有赢得至少两场比赛的飞机的名字是什么?",
"Harold": "BLEU = 34.26, 85.7/55.0/26.3/11.1 (BP=1.000, ratio=1.050, hyp_len=21, ref_len=20)",
"question_toks": [
"至",
"少",
"赢",
"得",
"过",
"两",
"次",
"比",
"赛",
"的",
"所",
"有",
"飞",
"机",
"的",
"名",
"称",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
16,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
16,
false
]
],
"having": [
[
false,
5,
[
0,
[
3,
0,
false
],
null
],
2,
null
]
],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Aircraft FROM aircraft WHERE Aircraft_ID NOT IN (SELECT Winning_Aircraft FROM MATCH)",
"query_toks": [
"SELECT",
"Aircraft",
"FROM",
"aircraft",
"WHERE",
"Aircraft_ID",
"NOT",
"IN",
"(",
"SELECT",
"Winning_Aircraft",
"FROM",
"MATCH",
")"
],
"query_toks_no_value": [
"select",
"aircraft",
"from",
"aircraft",
"where",
"aircraft_id",
"not",
"in",
"(",
"select",
"winning_aircraft",
"from",
"match",
")"
],
"question_spider": "List the names of aircrafts and that did not win any match.",
"question": "列出没有赢得任何比赛的飞机名字。",
"question_cspider": "列出没有赢得任何比赛的飞机名字。",
"Harold": "BLEU = 87.62, 93.8/86.7/85.7/84.6 (BP=1.000, ratio=1.000, hyp_len=16, ref_len=16)",
"question_toks": [
"列",
"出",
"没",
"有",
"赢",
"得",
"任",
"何",
"比",
"赛",
"的",
"飞",
"机",
"名",
"称",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [
[
true,
8,
[
0,
[
0,
4,
false
],
null
],
{
"from": {
"table_units": [
[
"table_unit",
2
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
16,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
},
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT Aircraft FROM aircraft WHERE Aircraft_ID NOT IN (SELECT Winning_Aircraft FROM MATCH)",
"query_toks": [
"SELECT",
"Aircraft",
"FROM",
"aircraft",
"WHERE",
"Aircraft_ID",
"NOT",
"IN",
"(",
"SELECT",
"Winning_Aircraft",
"FROM",
"MATCH",
")"
],
"query_toks_no_value": [
"select",
"aircraft",
"from",
"aircraft",
"where",
"aircraft_id",
"not",
"in",
"(",
"select",
"winning_aircraft",
"from",
"match",
")"
],
"question_spider": "What are the names of all aicrafts that have never won any match?",
"question": "那些从来没有赢得任何比赛的飞机的名字是什么?",
"question_cspider": "那些从来没有赢得任何比赛的飞机的名字是什么?",
"Harold": "BLEU = 41.66, 81.0/55.0/36.8/22.2 (BP=0.953, ratio=0.955, hyp_len=21, ref_len=22)",
"question_toks": [
"从",
"未",
"赢",
"得",
"过",
"任",
"何",
"比",
"赛",
"的",
"所",
"有",
"飞",
"机",
"的",
"名",
"称",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [
[
true,
8,
[
0,
[
0,
4,
false
],
null
],
{
"from": {
"table_units": [
[
"table_unit",
2
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
16,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
},
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = \"London Heathrow\" INTERSECT SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = \"London Gatwick\"",
"query_toks": [
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T3.Airport_Name",
"=",
"``",
"London",
"Heathrow",
"''",
"INTERSECT",
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T3.Airport_Name",
"=",
"``",
"London",
"Gatwick",
"''"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t3",
".",
"airport_name",
"=",
"value",
"intersect",
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t3",
".",
"airport_name",
"=",
"value"
],
"question_spider": "Show the names of aircrafts that are associated with both an airport named \"London Heathrow\" and an airport named \"London Gatwick\"",
"question": "显示与名为“Heathrow”的机场和“London Gatwick”的机场相关联的飞机的名称",
"question_cspider": "显示与名为“Heathrow”的机场和“London Gatwick”的机场相关联的飞机的名称",
"Harold": "BLEU = 46.68, 64.9/52.8/42.9/32.4 (BP=1.000, ratio=1.057, hyp_len=37, ref_len=35)",
"question_toks": [
"显",
"示",
"与",
"名",
"为",
"“",
"伦",
"敦",
"希",
"思",
"罗",
"”",
"的",
"机",
"场",
"和",
"名",
"为",
"“",
"伦",
"敦",
"盖",
"特",
"威",
"克",
"”",
"的",
"机",
"场",
"相",
"关",
"的",
"飞",
"机",
"的",
"名",
"称"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
18,
false
],
null
],
"\"London Heathrow\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
18,
false
],
null
],
"\"London Gatwick\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
},
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = \"London Heathrow\" INTERSECT SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = \"London Gatwick\"",
"query_toks": [
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T3.Airport_Name",
"=",
"``",
"London",
"Heathrow",
"''",
"INTERSECT",
"SELECT",
"T1.Aircraft",
"FROM",
"aircraft",
"AS",
"T1",
"JOIN",
"airport_aircraft",
"AS",
"T2",
"ON",
"T1.Aircraft_ID",
"=",
"T2.Aircraft_ID",
"JOIN",
"airport",
"AS",
"T3",
"ON",
"T2.Airport_ID",
"=",
"T3.Airport_ID",
"WHERE",
"T3.Airport_Name",
"=",
"``",
"London",
"Gatwick",
"''"
],
"query_toks_no_value": [
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t3",
".",
"airport_name",
"=",
"value",
"intersect",
"select",
"t1",
".",
"aircraft",
"from",
"aircraft",
"as",
"t1",
"join",
"airport_aircraft",
"as",
"t2",
"on",
"t1",
".",
"aircraft_id",
"=",
"t2",
".",
"aircraft_id",
"join",
"airport",
"as",
"t3",
"on",
"t2",
".",
"airport_id",
"=",
"t3",
".",
"airport_id",
"where",
"t3",
".",
"airport_name",
"=",
"value"
],
"question_spider": "What are the names of all aircrafts that are associated with both London Heathrow and Gatwick airports?",
"question": "与“Heathrow”机场和“London Gatwick”机场有关的所有飞机的名称是什么?",
"question_cspider": "与“Heathrow”机场和“London Gatwick”机场有关的所有飞机的名称是什么?",
"Harold": "BLEU = 41.65, 65.5/53.6/44.4/38.5 (BP=0.842, ratio=0.853, hyp_len=29, ref_len=34)",
"question_toks": [
"与",
"伦",
"敦",
"希",
"思",
"罗",
"机",
"场",
"和",
"盖",
"特",
"威",
"克",
"机",
"场",
"相",
"关",
"的",
"所",
"有",
"飞",
"机",
"的",
"名",
"称",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
18,
false
],
null
],
"\"London Heathrow\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
4
],
[
"table_unit",
3
]
],
"conds": [
[
false,
2,
[
0,
[
0,
4,
false
],
null
],
[
0,
28,
false
],
null
],
"and",
[
false,
2,
[
0,
[
0,
27,
false
],
null
],
[
0,
17,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
18,
false
],
null
],
"\"London Gatwick\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
},
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT * FROM airport ORDER BY International_Passengers DESC LIMIT 1",
"query_toks": [
"SELECT",
"*",
"FROM",
"airport",
"ORDER",
"BY",
"International_Passengers",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"*",
"from",
"airport",
"order",
"by",
"international_passengers",
"desc",
"limit",
"value"
],
"question_spider": "Show all information on the airport that has the largest number of international passengers.",
"question": "显示国际旅客最多的机场的所有信息。",
"question_cspider": "显示国际旅客最多的机场的所有信息。",
"Harold": "BLEU = 68.99, 88.9/76.5/62.5/53.3 (BP=1.000, ratio=1.059, hyp_len=18, ref_len=17)",
"question_toks": [
"在",
"国",
"际",
"旅",
"客",
"最",
"多",
"的",
"机",
"场",
"上",
"显",
"示",
"所",
"有",
"信",
"息",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
21,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT * FROM airport ORDER BY International_Passengers DESC LIMIT 1",
"query_toks": [
"SELECT",
"*",
"FROM",
"airport",
"ORDER",
"BY",
"International_Passengers",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"*",
"from",
"airport",
"order",
"by",
"international_passengers",
"desc",
"limit",
"value"
],
"question_spider": "What is all the information on the airport with the largest number of international passengers?",
"question": "国际旅客最多的机场有哪些信息?",
"question_cspider": "国际旅客最多的机场有哪些信息?",
"Harold": "BLEU = 41.02, 72.2/47.1/31.2/26.7 (BP=1.000, ratio=1.200, hyp_len=18, ref_len=15)",
"question_toks": [
"机",
"场",
"上",
"国",
"际",
"旅",
"客",
"最",
"多",
"的",
"所",
"有",
"信",
"息",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
3
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
21,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT t1.name , t1.age FROM pilot AS t1 JOIN MATCH AS t2 ON t1.pilot_id = t2.winning_pilot WHERE t1.age < 30 GROUP BY t2.winning_pilot ORDER BY count(*) DESC LIMIT 1",
"query_toks": [
"SELECT",
"t1.name",
",",
"t1.age",
"FROM",
"pilot",
"AS",
"t1",
"JOIN",
"MATCH",
"AS",
"t2",
"ON",
"t1.pilot_id",
"=",
"t2.winning_pilot",
"WHERE",
"t1.age",
"<",
"30",
"GROUP",
"BY",
"t2.winning_pilot",
"ORDER",
"BY",
"count",
"(",
"*",
")",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"t1",
".",
"name",
",",
"t1",
".",
"age",
"from",
"pilot",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"pilot_id",
"=",
"t2",
".",
"winning_pilot",
"where",
"t1",
".",
"age",
"<",
"value",
"group",
"by",
"t2",
".",
"winning_pilot",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"value"
],
"question_spider": "find the name and age of the pilot who has won the most number of times among the pilots who are younger than 30.",
"question": "找出在30岁以下的飞行员中获胜次数最多的飞行员的姓名和年龄。",
"question_cspider": "找出在30岁以下的飞行员中获胜次数最多的飞行员的姓名和年龄。",
"Harold": "BLEU = 88.20, 96.7/89.7/85.7/81.5 (BP=1.000, ratio=1.000, hyp_len=30, ref_len=30)",
"question_toks": [
"在",
"3",
"0",
"岁",
"以",
"下",
"的",
"飞",
"行",
"员",
"中",
"找",
"到",
"获",
"胜",
"次",
"数",
"最",
"多",
"的",
"飞",
"行",
"员",
"的",
"姓",
"名",
"和",
"年",
"龄",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
1,
false
],
null
],
[
0,
15,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
],
[
0,
[
0,
[
0,
3,
false
],
null
]
]
]
],
"where": [
[
false,
4,
[
0,
[
0,
3,
false
],
null
],
30,
null
]
],
"groupBy": [
[
0,
15,
false
]
],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
3,
0,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT t1.name , t1.age FROM pilot AS t1 JOIN MATCH AS t2 ON t1.pilot_id = t2.winning_pilot WHERE t1.age < 30 GROUP BY t2.winning_pilot ORDER BY count(*) DESC LIMIT 1",
"query_toks": [
"SELECT",
"t1.name",
",",
"t1.age",
"FROM",
"pilot",
"AS",
"t1",
"JOIN",
"MATCH",
"AS",
"t2",
"ON",
"t1.pilot_id",
"=",
"t2.winning_pilot",
"WHERE",
"t1.age",
"<",
"30",
"GROUP",
"BY",
"t2.winning_pilot",
"ORDER",
"BY",
"count",
"(",
"*",
")",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"t1",
".",
"name",
",",
"t1",
".",
"age",
"from",
"pilot",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"pilot_id",
"=",
"t2",
".",
"winning_pilot",
"where",
"t1",
".",
"age",
"<",
"value",
"group",
"by",
"t2",
".",
"winning_pilot",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"value"
],
"question_spider": "What is the name and age of the pilot younger than 30 who has won the most number of times?",
"question": "获胜次数最多的30岁以下的飞行员的姓名和年龄是多少?",
"question_cspider": "获胜次数最多的30岁以下的飞行员的姓名和年龄是多少?",
"Harold": "BLEU = 67.63, 92.0/75.0/65.2/54.5 (BP=0.961, ratio=0.962, hyp_len=25, ref_len=26)",
"question_toks": [
"获",
"奖",
"次",
"数",
"最",
"多",
"的",
"3",
"0",
"岁",
"以",
"下",
"飞",
"行",
"员",
"的",
"名",
"字",
"和",
"年",
"龄",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
1,
false
],
null
],
[
0,
15,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
],
[
0,
[
0,
[
0,
3,
false
],
null
]
]
]
],
"where": [
[
false,
4,
[
0,
[
0,
3,
false
],
null
],
30,
null
]
],
"groupBy": [
[
0,
15,
false
]
],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
3,
0,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT t1.name , t1.age FROM pilot AS t1 JOIN MATCH AS t2 ON t1.pilot_id = t2.winning_pilot ORDER BY t1.age LIMIT 1",
"query_toks": [
"SELECT",
"t1.name",
",",
"t1.age",
"FROM",
"pilot",
"AS",
"t1",
"JOIN",
"MATCH",
"AS",
"t2",
"ON",
"t1.pilot_id",
"=",
"t2.winning_pilot",
"ORDER",
"BY",
"t1.age",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"t1",
".",
"name",
",",
"t1",
".",
"age",
"from",
"pilot",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"pilot_id",
"=",
"t2",
".",
"winning_pilot",
"order",
"by",
"t1",
".",
"age",
"limit",
"value"
],
"question_spider": "what is the name and age of the youngest winning pilot?",
"question": "最年轻的获奖飞行员的名字和年龄是多少?",
"question_cspider": "最年轻的获奖飞行员的名字和年龄是多少?",
"Harold": "BLEU = 100.00, 100.0/100.0/100.0/100.0 (BP=1.000, ratio=1.000, hyp_len=19, ref_len=19)",
"question_toks": [
"最",
"年",
"轻",
"的",
"获",
"奖",
"飞",
"行",
"员",
"的",
"名",
"字",
"和",
"年",
"龄",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
1,
false
],
null
],
[
0,
15,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
],
[
0,
[
0,
[
0,
3,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"asc",
[
[
0,
[
0,
3,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT t1.name , t1.age FROM pilot AS t1 JOIN MATCH AS t2 ON t1.pilot_id = t2.winning_pilot ORDER BY t1.age LIMIT 1",
"query_toks": [
"SELECT",
"t1.name",
",",
"t1.age",
"FROM",
"pilot",
"AS",
"t1",
"JOIN",
"MATCH",
"AS",
"t2",
"ON",
"t1.pilot_id",
"=",
"t2.winning_pilot",
"ORDER",
"BY",
"t1.age",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"t1",
".",
"name",
",",
"t1",
".",
"age",
"from",
"pilot",
"as",
"t1",
"join",
"match",
"as",
"t2",
"on",
"t1",
".",
"pilot_id",
"=",
"t2",
".",
"winning_pilot",
"order",
"by",
"t1",
".",
"age",
"limit",
"value"
],
"question_spider": "How old is the youngest winning pilot and what is their name?",
"question": "最年轻的中奖飞行员年龄多大?他们叫什么名字?",
"question_cspider": "最年轻的中奖飞行员年龄多大?他们叫什么名字?",
"Harold": "BLEU = 61.64, 90.5/75.0/57.9/44.4 (BP=0.953, ratio=0.955, hyp_len=21, ref_len=22)",
"question_toks": [
"最",
"年",
"轻",
"的",
"获",
"奖",
"飞",
"行",
"员",
"多",
"大",
"了",
"?",
"他",
"们",
"叫",
"什",
"么",
"名",
"字",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
],
[
"table_unit",
2
]
],
"conds": [
[
false,
2,
[
0,
[
0,
1,
false
],
null
],
[
0,
15,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
],
[
0,
[
0,
[
0,
3,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"asc",
[
[
0,
[
0,
3,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT name FROM pilot WHERE pilot_id NOT IN (SELECT Winning_Pilot FROM MATCH WHERE country = 'Australia')",
"query_toks": [
"SELECT",
"name",
"FROM",
"pilot",
"WHERE",
"pilot_id",
"NOT",
"IN",
"(",
"SELECT",
"Winning_Pilot",
"FROM",
"MATCH",
"WHERE",
"country",
"=",
"'Australia",
"'",
")"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"where",
"pilot_id",
"not",
"in",
"(",
"select",
"winning_pilot",
"from",
"match",
"where",
"country",
"=",
"value",
")"
],
"question_spider": "find the name of pilots who did not win the matches held in the country of Australia.",
"question": "找出在“Australia”举行的比赛中没有获胜的飞行员的名字。",
"question_cspider": "找出在“Australia”举行的比赛中没有获胜的飞行员的名字。",
"Harold": "BLEU = 35.63, 64.3/40.7/30.8/20.0 (BP=1.000, ratio=1.037, hyp_len=28, ref_len=27)",
"question_toks": [
"查",
"找",
"未",
"赢",
"得",
"在",
"澳",
"大",
"利",
"亚",
"国",
"家",
"/",
"地",
"区",
"举",
"行",
"的",
"比",
"赛",
"的",
"飞",
"行",
"员",
"的",
"姓",
"名",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
true,
8,
[
0,
[
0,
1,
false
],
null
],
{
"from": {
"table_units": [
[
"table_unit",
2
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
15,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
"\"Australia\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
},
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "aircraft",
"query": "SELECT name FROM pilot WHERE pilot_id NOT IN (SELECT Winning_Pilot FROM MATCH WHERE country = 'Australia')",
"query_toks": [
"SELECT",
"name",
"FROM",
"pilot",
"WHERE",
"pilot_id",
"NOT",
"IN",
"(",
"SELECT",
"Winning_Pilot",
"FROM",
"MATCH",
"WHERE",
"country",
"=",
"'Australia",
"'",
")"
],
"query_toks_no_value": [
"select",
"name",
"from",
"pilot",
"where",
"pilot_id",
"not",
"in",
"(",
"select",
"winning_pilot",
"from",
"match",
"where",
"country",
"=",
"value",
")"
],
"question_spider": "What are the names of the pilots that have not won any matches in Australia?",
"question": "在“Australia”没有赢得任何比赛的飞行员的名字是什么?",
"question_cspider": "在“Australia”没有赢得任何比赛的飞行员的名字是什么?",
"Harold": "BLEU = 82.24, 100.0/91.3/86.4/81.0 (BP=0.920, ratio=0.923, hyp_len=24, ref_len=26)",
"question_toks": [
"在",
"澳",
"大",
"利",
"亚",
"没",
"有",
"赢",
"得",
"任",
"何",
"比",
"赛",
"的",
"飞",
"行",
"员",
"的",
"名",
"字",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
true,
8,
[
0,
[
0,
1,
false
],
null
],
{
"from": {
"table_units": [
[
"table_unit",
2
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
15,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
"\"Australia\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
},
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
}
]