dreamerdeo's picture
Upload folder using huggingface_hub
1faca1c
[
{
"db_id": "climbing",
"query": "SELECT count(*) FROM climber",
"query_toks": [
"SELECT",
"count",
"(",
"*",
")",
"FROM",
"climber"
],
"query_toks_no_value": [
"select",
"count",
"(",
"*",
")",
"from",
"climber"
],
"question_spider": "How many climbers are there?",
"question": "那儿有多少登山者?",
"question_cspider": "那儿有多少登山者?",
"Harold": "BLEU = 33.03, 66.7/37.5/28.6/16.7 (BP=1.000, ratio=1.000, hyp_len=9, 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": "climbing",
"query": "SELECT count(*) FROM climber",
"query_toks": [
"SELECT",
"count",
"(",
"*",
")",
"FROM",
"climber"
],
"query_toks_no_value": [
"select",
"count",
"(",
"*",
")",
"from",
"climber"
],
"question_spider": "Count the number of climbers.",
"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,
[
[
3,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM climber ORDER BY Points DESC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"climber",
"ORDER",
"BY",
"Points",
"DESC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"climber",
"order",
"by",
"points",
"desc"
],
"question_spider": "List the names of climbers in descending order of points.",
"question": "按降序列出登山者名字。",
"question_cspider": "按降序列出登山者名字。",
"Harold": "BLEU = 50.09, 69.2/50.0/45.5/40.0 (BP=1.000, ratio=1.182, hyp_len=13, ref_len=11)",
"question_toks": [
"以",
"点",
"降",
"序",
"列",
"出",
"登",
"山",
"者",
"的",
"姓",
"名",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
8,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
11,
false
],
null
]
]
],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM climber ORDER BY Points DESC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"climber",
"ORDER",
"BY",
"Points",
"DESC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"climber",
"order",
"by",
"points",
"desc"
],
"question_spider": "What are the names of the climbers, ordered by points descending?",
"question": "按降序排列,登山者的名字是什么?",
"question_cspider": "按降序排列,登山者的名字是什么?",
"Harold": "BLEU = 77.01, 100.0/80.0/71.4/61.5 (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,
8,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
11,
false
],
null
]
]
],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM climber WHERE Country != \"Switzerland\"",
"query_toks": [
"SELECT",
"Name",
"FROM",
"climber",
"WHERE",
"Country",
"!",
"=",
"``",
"Switzerland",
"''"
],
"query_toks_no_value": [
"select",
"name",
"from",
"climber",
"where",
"country",
"!",
"=",
"value"
],
"question_spider": "List the names of climbers whose country is not Switzerland.",
"question": "列出那些不是“Switzerland”的登山者的名字。",
"question_cspider": "列出那些不是“Switzerland”的登山者的名字。",
"Harold": "BLEU = 48.59, 100.0/76.9/50.0/45.5 (BP=0.751, ratio=0.778, hyp_len=14, ref_len=18)",
"question_toks": [
"列",
"出",
"不",
"是",
"瑞",
"士",
"的",
"登",
"山",
"者",
"的",
"名",
"字",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
8,
false
],
null
]
]
]
],
"where": [
[
false,
7,
[
0,
[
0,
9,
false
],
null
],
"\"Switzerland\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM climber WHERE Country != \"Switzerland\"",
"query_toks": [
"SELECT",
"Name",
"FROM",
"climber",
"WHERE",
"Country",
"!",
"=",
"``",
"Switzerland",
"''"
],
"query_toks_no_value": [
"select",
"name",
"from",
"climber",
"where",
"country",
"!",
"=",
"value"
],
"question_spider": "What are the names of climbers who are not from the country of Switzerland?",
"question": "不是来自“Switzerland”国家的登山者的名字是什么?",
"question_cspider": "不是来自“Switzerland”国家的登山者的名字是什么?",
"Harold": "BLEU = 29.61, 86.7/57.1/30.8/25.0 (BP=0.670, ratio=0.714, hyp_len=15, ref_len=21)",
"question_toks": [
"非",
"瑞",
"士",
"国",
"家",
"的",
"登",
"山",
"者",
"叫",
"什",
"么",
"名",
"字",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
8,
false
],
null
]
]
]
],
"where": [
[
false,
7,
[
0,
[
0,
9,
false
],
null
],
"\"Switzerland\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT max(Points) FROM climber WHERE Country = \"United Kingdom\"",
"query_toks": [
"SELECT",
"max",
"(",
"Points",
")",
"FROM",
"climber",
"WHERE",
"Country",
"=",
"``",
"United",
"Kingdom",
"''"
],
"query_toks_no_value": [
"select",
"max",
"(",
"points",
")",
"from",
"climber",
"where",
"country",
"=",
"value"
],
"question_spider": "What is the maximum point for climbers whose country is United Kingdom?",
"question": "United Kingdom登山者的最大点数是什么?",
"question_cspider": "United Kingdom登山者的最大点数是什么?",
"Harold": "BLEU = 24.62, 50.0/29.4/18.8/13.3 (BP=1.000, ratio=1.286, hyp_len=18, ref_len=14)",
"question_toks": [
"国",
"家",
"是",
"英",
"国",
"的",
"登",
"山",
"者",
"的",
"最",
"高",
"积",
"分",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
1,
[
0,
[
0,
11,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
9,
false
],
null
],
"\"United Kingdom\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT max(Points) FROM climber WHERE Country = \"United Kingdom\"",
"query_toks": [
"SELECT",
"max",
"(",
"Points",
")",
"FROM",
"climber",
"WHERE",
"Country",
"=",
"``",
"United",
"Kingdom",
"''"
],
"query_toks_no_value": [
"select",
"max",
"(",
"points",
")",
"from",
"climber",
"where",
"country",
"=",
"value"
],
"question_spider": "Return the maximum number of points for climbers from the United Kingdom.",
"question": "返回来自United Kingdom的登山者的最大点数。",
"question_cspider": "返回来自United Kingdom的登山者的最大点数。",
"Harold": "BLEU = 80.65, 87.5/80.0/78.6/76.9 (BP=1.000, ratio=1.000, hyp_len=16, ref_len=16)",
"question_toks": [
"返",
"回",
"来",
"自",
"英",
"国",
"的",
"登",
"山",
"者",
"的",
"最",
"大",
"积",
"分",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
1,
[
0,
[
0,
11,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
9,
false
],
null
],
"\"United Kingdom\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT COUNT(DISTINCT Country) FROM climber",
"query_toks": [
"SELECT",
"COUNT",
"(",
"DISTINCT",
"Country",
")",
"FROM",
"climber"
],
"query_toks_no_value": [
"select",
"count",
"(",
"distinct",
"country",
")",
"from",
"climber"
],
"question_spider": "How many distinct countries are the climbers from?",
"question": "登山者来自多少不同的国家?",
"question_cspider": "登山者来自多少不同的国家?",
"Harold": "BLEU = 67.03, 84.6/75.0/63.6/50.0 (BP=1.000, ratio=1.000, hyp_len=13, ref_len=13)",
"question_toks": [
"登",
"山",
"者",
"来",
"自",
"几",
"个",
"不",
"同",
"的",
"国",
"家",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
3,
[
0,
[
0,
9,
true
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT COUNT(DISTINCT Country) FROM climber",
"query_toks": [
"SELECT",
"COUNT",
"(",
"DISTINCT",
"Country",
")",
"FROM",
"climber"
],
"query_toks_no_value": [
"select",
"count",
"(",
"distinct",
"country",
")",
"from",
"climber"
],
"question_spider": "Count the number of different countries that climbers are from.",
"question": "计算登山者来自的不同国家的数量。",
"question_cspider": "计算登山者来自的不同国家的数量。",
"Harold": "BLEU = 73.32, 84.2/77.8/70.6/62.5 (BP=1.000, ratio=1.188, hyp_len=19, ref_len=16)",
"question_toks": [
"计",
"算",
"登",
"山",
"者",
"来",
"自",
"的",
"不",
"同",
"国",
"家",
"/",
"地",
"区",
"的",
"数",
"量",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
3,
[
0,
[
0,
9,
true
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM mountain ORDER BY Name ASC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"mountain",
"ORDER",
"BY",
"Name",
"ASC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"mountain",
"order",
"by",
"name",
"asc"
],
"question_spider": "What are the names of mountains in ascending alphabetical order?",
"question": "按字母上升顺序的山脉名称是什么?",
"question_cspider": "按字母上升顺序的山脉名称是什么?",
"Harold": "BLEU = 57.91, 81.2/60.0/50.0/46.2 (BP=1.000, ratio=1.000, hyp_len=16, ref_len=16)",
"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": "climbing",
"query": "SELECT Name FROM mountain ORDER BY Name ASC",
"query_toks": [
"SELECT",
"Name",
"FROM",
"mountain",
"ORDER",
"BY",
"Name",
"ASC"
],
"query_toks_no_value": [
"select",
"name",
"from",
"mountain",
"order",
"by",
"name",
"asc"
],
"question_spider": "Give the names of mountains in alphabetical order.",
"question": "按字母顺序,给出山的名字。",
"question_cspider": "按字母顺序,给出山的名字。",
"Harold": "BLEU = 59.74, 91.7/72.7/60.0/44.4 (BP=0.920, ratio=0.923, hyp_len=12, ref_len=13)",
"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": "climbing",
"query": "SELECT Country FROM mountain WHERE Height > 5000",
"query_toks": [
"SELECT",
"Country",
"FROM",
"mountain",
"WHERE",
"Height",
">",
"5000"
],
"query_toks_no_value": [
"select",
"country",
"from",
"mountain",
"where",
"height",
">",
"value"
],
"question_spider": "What are the countries of mountains with height bigger than 5000?",
"question": "高度大于5000的山所属于的国家是什么?",
"question_cspider": "高度大于5000的山所属于的国家是什么?",
"Harold": "BLEU = 38.87, 64.7/50.0/40.0/35.7 (BP=0.838, ratio=0.850, hyp_len=17, ref_len=20)",
"question_toks": [
"海",
"拔",
"大",
"于",
"5",
"0",
"0",
"0",
"的",
"山",
"脉",
"有",
"哪",
"些",
"国",
"家",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [
[
false,
3,
[
0,
[
0,
3,
false
],
null
],
5000,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Country FROM mountain WHERE Height > 5000",
"query_toks": [
"SELECT",
"Country",
"FROM",
"mountain",
"WHERE",
"Height",
">",
"5000"
],
"query_toks_no_value": [
"select",
"country",
"from",
"mountain",
"where",
"height",
">",
"value"
],
"question_spider": "Return the countries of the mountains that have a height larger than 5000.",
"question": "返回高度大于5000的山的国家。",
"question_cspider": "返回高度大于5000的山的国家。",
"Harold": "BLEU = 81.54, 93.8/86.7/78.6/69.2 (BP=1.000, ratio=1.000, hyp_len=16, ref_len=16)",
"question_toks": [
"返",
"回",
"高",
"度",
"大",
"于",
"5",
"0",
"0",
"0",
"的",
"山",
"脉",
"国",
"家",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [
[
false,
3,
[
0,
[
0,
3,
false
],
null
],
5000,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM mountain ORDER BY Height DESC LIMIT 1",
"query_toks": [
"SELECT",
"Name",
"FROM",
"mountain",
"ORDER",
"BY",
"Height",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"name",
"from",
"mountain",
"order",
"by",
"height",
"desc",
"limit",
"value"
],
"question_spider": "What is the name of the highest mountain?",
"question": "最高的山叫什么名字?",
"question_cspider": "最高的山叫什么名字?",
"Harold": "BLEU = 65.80, 90.0/77.8/62.5/42.9 (BP=1.000, ratio=1.000, hyp_len=10, ref_len=10)",
"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": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM mountain ORDER BY Height DESC LIMIT 1",
"query_toks": [
"SELECT",
"Name",
"FROM",
"mountain",
"ORDER",
"BY",
"Height",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"name",
"from",
"mountain",
"order",
"by",
"height",
"desc",
"limit",
"value"
],
"question_spider": "Return the name of the mountain with the greatest height.",
"question": "返回最高的山的名字。",
"question_cspider": "返回最高的山的名字。",
"Harold": "BLEU = 32.65, 75.0/45.5/30.0/11.1 (BP=1.000, ratio=1.200, hyp_len=12, ref_len=10)",
"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": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT DISTINCT Range FROM mountain ORDER BY Prominence DESC LIMIT 3",
"query_toks": [
"SELECT",
"DISTINCT",
"Range",
"FROM",
"mountain",
"ORDER",
"BY",
"Prominence",
"DESC",
"LIMIT",
"3"
],
"query_toks_no_value": [
"select",
"distinct",
"range",
"from",
"mountain",
"order",
"by",
"prominence",
"desc",
"limit",
"value"
],
"question_spider": "List the distinct ranges of the mountains with the top 3 prominence.",
"question": "列出前3声望最高山的不同山脉。",
"question_cspider": "列出前3声望最高山的不同山脉。",
"Harold": "BLEU = 0.00, 66.7/36.4/20.0/0.0 (BP=0.779, ratio=0.800, hyp_len=12, ref_len=15)",
"question_toks": [
"列",
"出",
"前",
"三",
"名",
"最",
"突",
"出",
"的",
"山",
"脉",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
true,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
4,
false
],
null
]
]
],
"limit": 3,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT DISTINCT Range FROM mountain ORDER BY Prominence DESC LIMIT 3",
"query_toks": [
"SELECT",
"DISTINCT",
"Range",
"FROM",
"mountain",
"ORDER",
"BY",
"Prominence",
"DESC",
"LIMIT",
"3"
],
"query_toks_no_value": [
"select",
"distinct",
"range",
"from",
"mountain",
"order",
"by",
"prominence",
"desc",
"limit",
"value"
],
"question_spider": "What are the different ranges of the 3 mountains with the highest prominence?",
"question": "3个突出最高的山有什么不同的山脉?",
"question_cspider": "3个突出最高的山有什么不同的山脉?",
"Harold": "BLEU = 0.00, 70.6/25.0/0.0/0.0 (BP=1.000, ratio=1.000, hyp_len=17, ref_len=17)",
"question_toks": [
"最",
"突",
"出",
"的",
"三",
"座",
"山",
"脉",
"的",
"不",
"同",
"范",
"围",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
true,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
4,
false
],
null
]
]
],
"limit": 3,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT T1.Name , T2.Name FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID",
"query_toks": [
"SELECT",
"T1.Name",
",",
"T2.Name",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID"
],
"query_toks_no_value": [
"select",
"t1",
".",
"name",
",",
"t2",
".",
"name",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id"
],
"question_spider": "Show names of climbers and the names of mountains they climb.",
"question": "显示登山者的名字和山的名字。",
"question_cspider": "显示登山者的名字和山的名字。",
"Harold": "BLEU = 69.65, 82.4/75.0/66.7/57.1 (BP=1.000, ratio=1.214, hyp_len=17, ref_len=14)",
"question_toks": [
"显",
"示",
"登",
"山",
"者",
"的",
"名",
"字",
"和",
"他",
"们",
"登",
"山",
"的",
"名",
"字",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
8,
false
],
null
]
],
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT T1.Name , T2.Name FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID",
"query_toks": [
"SELECT",
"T1.Name",
",",
"T2.Name",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID"
],
"query_toks_no_value": [
"select",
"t1",
".",
"name",
",",
"t2",
".",
"name",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id"
],
"question_spider": "What are the names of climbers and the corresponding names of mountains that they climb?",
"question": "登山者的名字和他们所攀登的山的对应名字是什么?",
"question_cspider": "登山者的名字和他们所攀登的山的对应名字是什么?",
"Harold": "BLEU = 63.38, 95.0/78.9/66.7/58.8 (BP=0.861, ratio=0.870, hyp_len=20, ref_len=23)",
"question_toks": [
"登",
"山",
"者",
"的",
"名",
"字",
"和",
"他",
"们",
"登",
"山",
"的",
"相",
"应",
"名",
"字",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
8,
false
],
null
]
],
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT T1.Name , T2.Height FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID",
"query_toks": [
"SELECT",
"T1.Name",
",",
"T2.Height",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID"
],
"query_toks_no_value": [
"select",
"t1",
".",
"name",
",",
"t2",
".",
"height",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id"
],
"question_spider": "Show the names of climbers and the heights of mountains they climb.",
"question": "显示登山者的名字和他们攀登的高山的高度。",
"question_cspider": "显示登山者的名字和他们攀登的高山的高度。",
"Harold": "BLEU = 81.41, 95.0/84.2/77.8/70.6 (BP=1.000, ratio=1.000, hyp_len=20, ref_len=20)",
"question_toks": [
"显",
"示",
"登",
"山",
"者",
"的",
"姓",
"名",
"和",
"他",
"们",
"攀",
"登",
"的",
"高",
"山",
"的",
"高",
"度",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
8,
false
],
null
]
],
[
0,
[
0,
[
0,
3,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT T1.Name , T2.Height FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID",
"query_toks": [
"SELECT",
"T1.Name",
",",
"T2.Height",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID"
],
"query_toks_no_value": [
"select",
"t1",
".",
"name",
",",
"t2",
".",
"height",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id"
],
"question_spider": "What are the names of climbers and the corresponding heights of the mountains that they climb?",
"question": "登山者的名字和他们所攀登的山的相应高度是什么?",
"question_cspider": "登山者的名字和他们所攀登的山的相应高度是什么?",
"Harold": "BLEU = 52.35, 82.6/63.6/47.6/30.0 (BP=1.000, ratio=1.000, hyp_len=23, ref_len=23)",
"question_toks": [
"登",
"山",
"者",
"的",
"名",
"字",
"是",
"什",
"么",
",",
"以",
"及",
"他",
"们",
"所",
"爬",
"山",
"的",
"相",
"应",
"高",
"度",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
8,
false
],
null
]
],
[
0,
[
0,
[
0,
3,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT T2.Height FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID ORDER BY T1.Points DESC LIMIT 1",
"query_toks": [
"SELECT",
"T2.Height",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID",
"ORDER",
"BY",
"T1.Points",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"t2",
".",
"height",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id",
"order",
"by",
"t1",
".",
"points",
"desc",
"limit",
"value"
],
"question_spider": "Show the height of the mountain climbed by the climber with the maximum points.",
"question": "显示分数最好的登山者攀登的最大高度。",
"question_cspider": "显示分数最好的登山者攀登的最大高度。",
"Harold": "BLEU = 32.28, 73.3/42.9/30.8/25.0 (BP=0.819, ratio=0.833, hyp_len=15, ref_len=18)",
"question_toks": [
"用",
"最",
"高",
"点",
"显",
"示",
"登",
"山",
"者",
"攀",
"登",
"的",
"山",
"高",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
3,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
11,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT T2.Height FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID ORDER BY T1.Points DESC LIMIT 1",
"query_toks": [
"SELECT",
"T2.Height",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID",
"ORDER",
"BY",
"T1.Points",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"t2",
".",
"height",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id",
"order",
"by",
"t1",
".",
"points",
"desc",
"limit",
"value"
],
"question_spider": "What is the height of the mountain climbined by the climbing who had the most points?",
"question": "分数最高的登山者所爬的山的高度是多少?",
"question_cspider": "分数最高的登山者所爬的山的高度是多少?",
"Harold": "BLEU = 48.13, 65.0/52.6/44.4/35.3 (BP=1.000, ratio=1.053, hyp_len=20, ref_len=19)",
"question_toks": [
"攀",
"登",
"最",
"多",
"点",
"的",
"登",
"山",
"者",
"所",
"能",
"攀",
"登",
"的",
"高",
"度",
"是",
"多",
"少",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
3,
false
],
null
]
]
]
],
"where": [],
"groupBy": [],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
0,
11,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT DISTINCT T2.Name FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID WHERE T1.Country = \"West Germany\"",
"query_toks": [
"SELECT",
"DISTINCT",
"T2.Name",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID",
"WHERE",
"T1.Country",
"=",
"``",
"West",
"Germany",
"''"
],
"query_toks_no_value": [
"select",
"distinct",
"t2",
".",
"name",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id",
"where",
"t1",
".",
"country",
"=",
"value"
],
"question_spider": "Show the distinct names of mountains climbed by climbers from country \"West Germany\".",
"question": "展示来自“Germany”国家的登山者所攀登的山的不同名称。",
"question_cspider": "展示来自“Germany”国家的登山者所攀登的山的不同名称。",
"Harold": "BLEU = 46.63, 78.6/59.3/42.3/24.0 (BP=1.000, ratio=1.120, hyp_len=28, ref_len=25)",
"question_toks": [
"显",
"示",
"来",
"自",
"“",
"西",
"德",
"”",
"国",
"家",
"/",
"地",
"区",
"的",
"登",
"山",
"者",
"攀",
"登",
"的",
"山",
"脉",
"的",
"不",
"同",
"名",
"称",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
true,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
9,
false
],
null
],
"\"West Germany\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT DISTINCT T2.Name FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID WHERE T1.Country = \"West Germany\"",
"query_toks": [
"SELECT",
"DISTINCT",
"T2.Name",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID",
"WHERE",
"T1.Country",
"=",
"``",
"West",
"Germany",
"''"
],
"query_toks_no_value": [
"select",
"distinct",
"t2",
".",
"name",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id",
"where",
"t1",
".",
"country",
"=",
"value"
],
"question_spider": "What are the different names of mountains ascended by climbers from the country of West Germany?",
"question": "来自“Germany”国家的登山者登上的不同山叫什么名字?",
"question_cspider": "来自“Germany”国家的登山者登上的不同山叫什么名字?",
"Harold": "BLEU = 21.96, 60.9/31.8/14.3/10.0 (BP=0.957, ratio=0.958, hyp_len=23, ref_len=24)",
"question_toks": [
"西",
"德",
"国",
"家",
"/",
"地",
"区",
"的",
"登",
"山",
"者",
"登",
"高",
"的",
"山",
"脉",
"有",
"何",
"不",
"同",
"名",
"称",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
true,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
9,
false
],
null
],
"\"West Germany\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT T1.Time FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID WHERE T2.Country = \"Uganda\"",
"query_toks": [
"SELECT",
"T1.Time",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID",
"WHERE",
"T2.Country",
"=",
"``",
"Uganda",
"''"
],
"query_toks_no_value": [
"select",
"t1",
".",
"time",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id",
"where",
"t2",
".",
"country",
"=",
"value"
],
"question_spider": "Show the times used by climbers to climb mountains in Country Uganda.",
"question": "显示登山者在“Uganda”爬山所用的时间。",
"question_cspider": "显示登山者在“Uganda”爬山所用的时间。",
"Harold": "BLEU = 47.41, 88.2/68.8/46.7/28.6 (BP=0.889, ratio=0.895, hyp_len=17, ref_len=19)",
"question_toks": [
"显",
"示",
"登",
"山",
"者",
"在",
"乌",
"干",
"达",
"乡",
"村",
"爬",
"山",
"的",
"时",
"间",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
10,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
6,
false
],
null
],
"\"Uganda\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT T1.Time FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID WHERE T2.Country = \"Uganda\"",
"query_toks": [
"SELECT",
"T1.Time",
"FROM",
"climber",
"AS",
"T1",
"JOIN",
"mountain",
"AS",
"T2",
"ON",
"T1.Mountain_ID",
"=",
"T2.Mountain_ID",
"WHERE",
"T2.Country",
"=",
"``",
"Uganda",
"''"
],
"query_toks_no_value": [
"select",
"t1",
".",
"time",
"from",
"climber",
"as",
"t1",
"join",
"mountain",
"as",
"t2",
"on",
"t1",
".",
"mountain_id",
"=",
"t2",
".",
"mountain_id",
"where",
"t2",
".",
"country",
"=",
"value"
],
"question_spider": "What are the times used by climbers who climbed mountains in the country of Uganda?",
"question": "在“Uganda”,爬山的登山者使用的时间是多少?",
"question_cspider": "在“Uganda”,爬山的登山者使用的时间是多少?",
"Harold": "BLEU = 28.98, 66.7/41.2/31.2/20.0 (BP=0.801, ratio=0.818, hyp_len=18, ref_len=22)",
"question_toks": [
"在",
"乌",
"干",
"达",
"的",
"国",
"家",
"爬",
"山",
"的",
"登",
"山",
"者",
"现",
"在",
"几",
"点",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
],
[
"table_unit",
0
]
],
"conds": [
[
false,
2,
[
0,
[
0,
12,
false
],
null
],
[
0,
1,
false
],
null
]
]
},
"select": [
false,
[
[
0,
[
0,
[
0,
10,
false
],
null
]
]
]
],
"where": [
[
false,
2,
[
0,
[
0,
6,
false
],
null
],
"\"Uganda\"",
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Country , COUNT(*) FROM climber GROUP BY Country",
"query_toks": [
"SELECT",
"Country",
",",
"COUNT",
"(",
"*",
")",
"FROM",
"climber",
"GROUP",
"BY",
"Country"
],
"query_toks_no_value": [
"select",
"country",
",",
"count",
"(",
"*",
")",
"from",
"climber",
"group",
"by",
"country"
],
"question_spider": "Please show the countries and the number of climbers from each country.",
"question": "请显示国家和各国的登山者人数。",
"question_cspider": "请显示国家和各国的登山者人数。",
"Harold": "BLEU = 53.75, 70.0/57.9/50.0/41.2 (BP=1.000, ratio=1.333, hyp_len=20, ref_len=15)",
"question_toks": [
"请",
"显",
"示",
"国",
"家",
"和",
"每",
"个",
"国",
"家",
"/",
"地",
"区",
"的",
"登",
"山",
"者",
"人",
"数",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
9,
false
],
null
]
],
[
3,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
9,
false
]
],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Country , COUNT(*) FROM climber GROUP BY Country",
"query_toks": [
"SELECT",
"Country",
",",
"COUNT",
"(",
"*",
")",
"FROM",
"climber",
"GROUP",
"BY",
"Country"
],
"query_toks_no_value": [
"select",
"country",
",",
"count",
"(",
"*",
")",
"from",
"climber",
"group",
"by",
"country"
],
"question_spider": "How many climbers are from each country?",
"question": "每个国家有多少登山者?",
"question_cspider": "每个国家有多少登山者?",
"Harold": "BLEU = 58.77, 81.8/70.0/55.6/37.5 (BP=1.000, ratio=1.000, hyp_len=11, ref_len=11)",
"question_toks": [
"每",
"个",
"国",
"家",
"有",
"几",
"个",
"登",
"山",
"者",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
9,
false
],
null
]
],
[
3,
[
0,
[
0,
0,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
9,
false
]
],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Country FROM mountain GROUP BY Country HAVING COUNT(*) > 1",
"query_toks": [
"SELECT",
"Country",
"FROM",
"mountain",
"GROUP",
"BY",
"Country",
"HAVING",
"COUNT",
"(",
"*",
")",
">",
"1"
],
"query_toks_no_value": [
"select",
"country",
"from",
"mountain",
"group",
"by",
"country",
"having",
"count",
"(",
"*",
")",
">",
"value"
],
"question_spider": "List the countries that have more than one mountain.",
"question": "列出拥有一座以上山的国家。",
"question_cspider": "列出拥有一座以上山的国家。",
"Harold": "BLEU = 52.66, 84.6/66.7/45.5/30.0 (BP=1.000, ratio=1.000, hyp_len=13, ref_len=13)",
"question_toks": [
"列",
"出",
"拥",
"有",
"不",
"止",
"一",
"座",
"山",
"的",
"国",
"家",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
6,
false
]
],
"having": [
[
false,
3,
[
0,
[
3,
0,
false
],
null
],
1,
null
]
],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Country FROM mountain GROUP BY Country HAVING COUNT(*) > 1",
"query_toks": [
"SELECT",
"Country",
"FROM",
"mountain",
"GROUP",
"BY",
"Country",
"HAVING",
"COUNT",
"(",
"*",
")",
">",
"1"
],
"query_toks_no_value": [
"select",
"country",
"from",
"mountain",
"group",
"by",
"country",
"having",
"count",
"(",
"*",
")",
">",
"value"
],
"question_spider": "Which countries have more than one mountain?",
"question": "哪些国家拥有一座以上的山?",
"question_cspider": "哪些国家拥有一座以上的山?",
"Harold": "BLEU = 76.77, 100.0/90.9/80.0/66.7 (BP=0.920, ratio=0.923, hyp_len=12, ref_len=13)",
"question_toks": [
"哪",
"些",
"国",
"家",
"有",
"一",
"座",
"以",
"上",
"的",
"山",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
6,
false
]
],
"having": [
[
false,
3,
[
0,
[
3,
0,
false
],
null
],
1,
null
]
],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM mountain WHERE Mountain_ID NOT IN (SELECT Mountain_ID FROM climber)",
"query_toks": [
"SELECT",
"Name",
"FROM",
"mountain",
"WHERE",
"Mountain_ID",
"NOT",
"IN",
"(",
"SELECT",
"Mountain_ID",
"FROM",
"climber",
")"
],
"query_toks_no_value": [
"select",
"name",
"from",
"mountain",
"where",
"mountain_id",
"not",
"in",
"(",
"select",
"mountain_id",
"from",
"climber",
")"
],
"question_spider": "List the names of mountains that do not have any climber.",
"question": "列出没有登山者的山的名字。",
"question_cspider": "列出没有登山者的山的名字。",
"Harold": "BLEU = 43.33, 73.3/50.0/38.5/25.0 (BP=1.000, ratio=1.154, hyp_len=15, ref_len=13)",
"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",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
12,
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": "climbing",
"query": "SELECT Name FROM mountain WHERE Mountain_ID NOT IN (SELECT Mountain_ID FROM climber)",
"query_toks": [
"SELECT",
"Name",
"FROM",
"mountain",
"WHERE",
"Mountain_ID",
"NOT",
"IN",
"(",
"SELECT",
"Mountain_ID",
"FROM",
"climber",
")"
],
"query_toks_no_value": [
"select",
"name",
"from",
"mountain",
"where",
"mountain_id",
"not",
"in",
"(",
"select",
"mountain_id",
"from",
"climber",
")"
],
"question_spider": "What are the names of countains that no climber has climbed?",
"question": "没有登山者攀爬的山是什么名字?",
"question_cspider": "没有登山者攀爬的山是什么名字?",
"Harold": "BLEU = 40.65, 76.5/50.0/33.3/21.4 (BP=1.000, ratio=1.133, hyp_len=17, ref_len=15)",
"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",
1
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
12,
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": "climbing",
"query": "SELECT Country FROM mountain WHERE Height > 5600 INTERSECT SELECT Country FROM mountain WHERE Height < 5200",
"query_toks": [
"SELECT",
"Country",
"FROM",
"mountain",
"WHERE",
"Height",
">",
"5600",
"INTERSECT",
"SELECT",
"Country",
"FROM",
"mountain",
"WHERE",
"Height",
"<",
"5200"
],
"query_toks_no_value": [
"select",
"country",
"from",
"mountain",
"where",
"height",
">",
"value",
"intersect",
"select",
"country",
"from",
"mountain",
"where",
"height",
"<",
"value"
],
"question_spider": "Show the countries that have mountains with height more than 5600 stories and mountains with height less than 5200.",
"question": "展示那些高度有超过5600和低于5200的高山的国家。",
"question_cspider": "展示那些高度有超过5600和低于5200的高山的国家。",
"Harold": "BLEU = 46.70, 75.9/50.0/40.7/30.8 (BP=1.000, ratio=1.074, hyp_len=29, ref_len=27)",
"question_toks": [
"显",
"示",
"山",
"高",
"超",
"过",
"5",
"6",
"0",
"0",
"的",
"山",
"峰",
"和",
"山",
"高",
"低",
"于",
"5",
"2",
"0",
"0",
"的",
"山",
"峰",
"的",
"国",
"家",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [
[
false,
3,
[
0,
[
0,
3,
false
],
null
],
5600,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [
[
false,
4,
[
0,
[
0,
3,
false
],
null
],
5200,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
},
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Country FROM mountain WHERE Height > 5600 INTERSECT SELECT Country FROM mountain WHERE Height < 5200",
"query_toks": [
"SELECT",
"Country",
"FROM",
"mountain",
"WHERE",
"Height",
">",
"5600",
"INTERSECT",
"SELECT",
"Country",
"FROM",
"mountain",
"WHERE",
"Height",
"<",
"5200"
],
"query_toks_no_value": [
"select",
"country",
"from",
"mountain",
"where",
"height",
">",
"value",
"intersect",
"select",
"country",
"from",
"mountain",
"where",
"height",
"<",
"value"
],
"question_spider": "What are the countries that have both mountains that are higher than 5600 and lower than 5200?",
"question": "哪些国家有高于5600的山和低于5200的山?",
"question_cspider": "哪些国家有高于5600的山和低于5200的山?",
"Harold": "BLEU = 65.23, 84.0/70.8/60.9/50.0 (BP=1.000, ratio=1.087, hyp_len=25, ref_len=23)",
"question_toks": [
"哪",
"些",
"国",
"家",
"同",
"时",
"拥",
"有",
"高",
"于",
"5",
"6",
"0",
"0",
"和",
"低",
"于",
"5",
"2",
"0",
"0",
"的",
"山",
"脉",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [
[
false,
3,
[
0,
[
0,
3,
false
],
null
],
5600,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
6,
false
],
null
]
]
]
],
"where": [
[
false,
4,
[
0,
[
0,
3,
false
],
null
],
5200,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
},
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Range FROM mountain GROUP BY Range ORDER BY COUNT(*) DESC LIMIT 1",
"query_toks": [
"SELECT",
"Range",
"FROM",
"mountain",
"GROUP",
"BY",
"Range",
"ORDER",
"BY",
"COUNT",
"(",
"*",
")",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"range",
"from",
"mountain",
"group",
"by",
"range",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"value"
],
"question_spider": "Show the range that has the most number of mountains.",
"question": "显示山数量最多的山脉。",
"question_cspider": "显示山数量最多的山脉。",
"Harold": "BLEU = 46.60, 83.3/63.6/40.0/22.2 (BP=1.000, ratio=1.091, hyp_len=12, ref_len=11)",
"question_toks": [
"显",
"示",
"山",
"脉",
"数",
"量",
"最",
"多",
"的",
"范",
"围",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
5,
false
]
],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
3,
0,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Range FROM mountain GROUP BY Range ORDER BY COUNT(*) DESC LIMIT 1",
"query_toks": [
"SELECT",
"Range",
"FROM",
"mountain",
"GROUP",
"BY",
"Range",
"ORDER",
"BY",
"COUNT",
"(",
"*",
")",
"DESC",
"LIMIT",
"1"
],
"query_toks_no_value": [
"select",
"range",
"from",
"mountain",
"group",
"by",
"range",
"order",
"by",
"count",
"(",
"*",
")",
"desc",
"limit",
"value"
],
"question_spider": "Which range contains the most mountains?",
"question": "哪一个山脉包含最多的山?",
"question_cspider": "哪一个山脉包含最多的山?",
"Harold": "BLEU = 0.00, 100.0/50.0/20.0/0.0 (BP=0.490, ratio=0.583, hyp_len=7, ref_len=12)",
"question_toks": [
"哪",
"个",
"山",
"脉",
"最",
"多",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
5,
false
],
null
]
]
]
],
"where": [],
"groupBy": [
[
0,
5,
false
]
],
"having": [],
"orderBy": [
"desc",
[
[
0,
[
3,
0,
false
],
null
]
]
],
"limit": 1,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM mountain WHERE Height > 5000 OR Prominence > 1000",
"query_toks": [
"SELECT",
"Name",
"FROM",
"mountain",
"WHERE",
"Height",
">",
"5000",
"OR",
"Prominence",
">",
"1000"
],
"query_toks_no_value": [
"select",
"name",
"from",
"mountain",
"where",
"height",
">",
"value",
"or",
"prominence",
">",
"value"
],
"question_spider": "Show the names of mountains with height more than 5000 or prominence more than 1000.",
"question": "显示高度超过5000或突出超过1000的山名。",
"question_cspider": "显示高度超过5000或突出超过1000的山名。",
"Harold": "BLEU = 84.84, 92.0/83.3/82.6/81.8 (BP=1.000, ratio=1.087, hyp_len=25, ref_len=23)",
"question_toks": [
"显",
"示",
"高",
"度",
"超",
"过",
"5",
"0",
"0",
"0",
"或",
"突",
"出",
"超",
"过",
"1",
"0",
"0",
"0",
"的",
"山",
"的",
"名",
"称",
"。"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
false,
3,
[
0,
[
0,
3,
false
],
null
],
5000,
null
],
"or",
[
false,
3,
[
0,
[
0,
4,
false
],
null
],
1000,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
},
{
"db_id": "climbing",
"query": "SELECT Name FROM mountain WHERE Height > 5000 OR Prominence > 1000",
"query_toks": [
"SELECT",
"Name",
"FROM",
"mountain",
"WHERE",
"Height",
">",
"5000",
"OR",
"Prominence",
">",
"1000"
],
"query_toks_no_value": [
"select",
"name",
"from",
"mountain",
"where",
"height",
">",
"value",
"or",
"prominence",
">",
"value"
],
"question_spider": "What are the names of mountains that have a height of over 5000 or a prominence of over 1000?",
"question": "有超过5000的高度或超过1000的突出的山叫什么名字?",
"question_cspider": "有超过5000的高度或超过1000的突出的山叫什么名字?",
"Harold": "BLEU = 47.67, 96.2/64.0/37.5/30.4 (BP=0.926, ratio=0.929, hyp_len=26, ref_len=28)",
"question_toks": [
"高",
"度",
"超",
"过",
"5",
"0",
"0",
"0",
"或",
"突",
"出",
"超",
"过",
"1",
"0",
"0",
"0",
"的",
"山",
"的",
"名",
"字",
"是",
"什",
"么",
"?"
],
"sql": {
"from": {
"table_units": [
[
"table_unit",
0
]
],
"conds": []
},
"select": [
false,
[
[
0,
[
0,
[
0,
2,
false
],
null
]
]
]
],
"where": [
[
false,
3,
[
0,
[
0,
3,
false
],
null
],
5000,
null
],
"or",
[
false,
3,
[
0,
[
0,
4,
false
],
null
],
1000,
null
]
],
"groupBy": [],
"having": [],
"orderBy": [],
"limit": null,
"intersect": null,
"union": null,
"except": null
}
}
]