set
dict |
---|
{
"query": "Give the name of the university with the most number of students in 2015.",
"pos": [
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;"
],
"neg": [
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); difference refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(num_students, pct_international_students), 100))); in University of Tokyo refers to university_name = 'University of Tokyo'; from 2011 to 2014 refers to year BETWEEN 2011 AND 2014",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"has the most universities refers to MAX(COUNT(id)); name of the country refers to country_name",
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"of Harvard University refers to university_name = 'Harvard University';",
"Harvard University refers to university_name = 'Harvard University'; nation refers to country_name",
"institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;"
]
} |
{
"query": "How many universities got less than 50 scores under ranking criteria ID 6 in 2011?",
"pos": [
"in 2011 refers to year 2011; less than 50 scores refers to score < 50;"
],
"neg": [
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name",
"lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';",
"have the most students refers to MAX(num_students)",
"Harvard University refers to university_name = 'Harvard University'; nation refers to country_name",
"largest percentage of international students refers to MAX(pct_international_students); ID of university refers to university_id",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"Cyprus refers to country_name = 'Cyprus';",
"with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name;"
]
} |
{
"query": "List the criteria names under the ranking system called Center for World University Ranking.",
"pos": [
"ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings';"
],
"neg": [
"in 2011 refers to year 2011; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name",
"in 2011 refers to year = 2011; had the most students refers to MAX(num_students); name of university refers to university_name;",
"In Argentina refers to country_name = 'Argentina';",
"Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012",
"scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';",
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"has the most universities refers to MAX(COUNT(id)); name of the country refers to country_name",
"highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'"
]
} |
{
"query": "Among the universities with a score in teaching of over 90 in 2011, how many of them are in the United States of America?",
"pos": [
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';"
],
"neg": [
"in 2011 refers to year 2011; female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100); Stanford University refers to university_name = 'Stanford University';",
"scored 70 and below refers to score < 70; in 2016 refers to year = 2016",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016;",
"Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score)",
"of Harvard University refers to university_name = 'Harvard University';",
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"female students refers to DIVIDE(MULTIPLY(num_students, pct_female_students), 100); in United States of America refers to country_name = 'United States of America'; percentage refers to DIVIDE(SUM(DIVIDE(MULTIPLY(num_students, pct_female_students), 100)), SUM(num_students))",
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings';"
]
} |
{
"query": "Provide the country ID of Cyprus.",
"pos": [
"Cyprus refers to country_name = 'Cyprus';"
],
"neg": [
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"scored 70 and below refers to score < 70; in 2016 refers to year = 2016",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"location refers to country_name",
"located in Japan refers to country_name = 'Japan';",
"in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name;",
"criteria \"Citations Rank\" refers to criteria_name = 'Citations Rank';",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"criteria named Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'; ranking system refers to system_name;"
]
} |
{
"query": "Please list the names of all the ranking criteria of Harvard University in 2011.",
"pos": [
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name"
],
"neg": [
"in 2011 refers to year 2011; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name",
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;",
"criteria \"Citations Rank\" refers to criteria_name = 'Citations Rank';",
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012",
"in 2011 refers to year = 2011; had the most students refers to MAX(num_students); name of university refers to university_name;",
"largest percentage of international students refers to MAX(pct_international_students); ID of university refers to university_id",
"female students refers to DIVIDE(MULTIPLY(num_students, pct_female_students), 100); in United States of America refers to country_name = 'United States of America'; percentage refers to DIVIDE(SUM(DIVIDE(MULTIPLY(num_students, pct_female_students), 100)), SUM(num_students))",
"In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;",
"Cyprus refers to country_name = 'Cyprus';"
]
} |
{
"query": "What is the university ID of Harvard University?",
"pos": [
"of Harvard University refers to university_name = 'Harvard University';"
],
"neg": [
"most international students refers to MAX(SUM(DIVIDE(MULTIPLE(pct_international_students, num_students), 100))); name of university refers to university_name;",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016;",
"in Argentina refers to country_name = 'Argentina'; most famous refers to MAX(SUM(score))",
"In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan';",
"criteria \"Citations Rank\" refers to criteria_name = 'Citations Rank';",
"Brown University refers to university_name = 'Brown University'; in 2014 refers to year = 2014"
]
} |
{
"query": "Calculate the average score of university ID 79 between year 2013 to 2015.",
"pos": [
"average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015"
],
"neg": [
"had the highest reputation refers to MAX(score), in 2012 refers to year = 2012; which university refers to university_name;",
"Cyprus refers to country_name = 'Cyprus';",
"largest percentage of international students refers to MAX(pct_international_students); ID of university refers to university_id",
"Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students",
"have no less than 50,000 students refers to num_students > 50000; name of university refers to university_name;",
"average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016;",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';",
"in Australia refers to country_name = 'Australia'; name of university refers to university_name",
"under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))"
]
} |
{
"query": "Provide the number of international students and number of students in 2013 in university ID 20.",
"pos": [
"number of international students refers to DIVIDE(MULTIPLY(pct_international_students, num_students), 100); in 2013 refers to year = 2013"
],
"neg": [
"Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on \"Influence Rank\" refers to criteria_name = 'Influence Rank';",
"Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score)",
"most students refers to MAX(num_students), in 2011 refers to year = 2011",
"in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name;",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name;",
"located in Japan refers to country_name = 'Japan';"
]
} |
{
"query": "List the names of all the universities that have no less than 50,000 students in the year 2012.",
"pos": [
"have no less than 50,000 students refers to num_students > 50000; name of university refers to university_name;"
],
"neg": [
"largest percentage of international students refers to MAX(pct_international_students); ID of university refers to university_id",
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id",
"average number of criterias refers to DIVIDE(SUM(id), 3); \"Times Higher Education World University Ranking\", \"Shanghai Ranking\" and \"Center for World University Rankings\" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');",
"number of students refers to num_students; in 2013 refers to year = 2013",
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"student population refers to num_students; in 2013 refers to year = 2013",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013"
]
} |
{
"query": "Please list the names of all the universities in Australia.",
"pos": [
"in Australia refers to country_name = 'Australia'; name of university refers to university_name"
],
"neg": [
"in 2011 refers to year = 2011; had the most students refers to MAX(num_students); name of university refers to university_name;",
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013",
"has the lowest number of students refers to min(num_students); name of the university refers to university_name",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25;",
"most international students refers to MAX(SUM(DIVIDE(MULTIPLE(pct_international_students, num_students), 100))); name of university refers to university_name;"
]
} |
{
"query": "For the University of Southampton in 2015, on which criteria did it score the best?",
"pos": [
"University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name"
],
"neg": [
"under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))",
"in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';",
"in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); difference refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(num_students, pct_international_students), 100))); in University of Tokyo refers to university_name = 'University of Tokyo'; from 2011 to 2014 refers to year BETWEEN 2011 AND 2014",
"in 2011 refers to year = 2011; had the most students refers to MAX(num_students); name of university refers to university_name;",
"located in Japan refers to country_name = 'Japan';",
"scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';",
"highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;"
]
} |
{
"query": "What is the id of the criteria \"Citations Rank\"?",
"pos": [
"criteria \"Citations Rank\" refers to criteria_name = 'Citations Rank';"
],
"neg": [
"in 2011 refers to year = 2011; had the most students refers to MAX(num_students); name of university refers to university_name;",
"Cyprus refers to country_name = 'Cyprus';",
"number of students refers to num_students; in 2013 refers to year = 2013",
"scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';",
"in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id",
"with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name;",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"had the lowest number of students refers to MIN(num_students)",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"has the most universities refers to MAX(COUNT(id)); name of the country refers to country_name"
]
} |
{
"query": "In which country does Johns Hopkins University located?",
"pos": [
"Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name"
],
"neg": [
"most international students refers to MAX(SUM(DIVIDE(MULTIPLE(pct_international_students, num_students), 100))); name of university refers to university_name;",
"in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013",
"ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings';",
"largest percentage of international students refers to MAX(pct_international_students); ID of university refers to university_id",
"lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;",
"has the lowest number of students refers to min(num_students); name of the university refers to university_name",
"location refers to country_name",
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'"
]
} |
{
"query": "How many universities had over 30000 students in 2011?",
"pos": [
"in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000;"
],
"neg": [
"under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))",
"University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name",
"most students refers to MAX(num_students), in 2011 refers to year = 2011",
"number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25;",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';",
"University of Tokyo refers to university_name = 'University of Tokyo';"
]
} |
{
"query": "How many universities are located in Japan?",
"pos": [
"located in Japan refers to country_name = 'Japan';"
],
"neg": [
"In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';",
"has the most universities refers to MAX(COUNT(id)); name of the country refers to country_name",
"had the lowest number of students refers to MIN(num_students)",
"female students refers to DIVIDE(MULTIPLY(num_students, pct_female_students), 100); in United States of America refers to country_name = 'United States of America'; percentage refers to DIVIDE(SUM(DIVIDE(MULTIPLY(num_students, pct_female_students), 100)), SUM(num_students))",
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012",
"number of international students refers to DIVIDE(MULTIPLY(pct_international_students, num_students), 100); in 2013 refers to year = 2013",
"criteria \"Total Shanghai\" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name",
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;"
]
} |
{
"query": "Indicate the university's name with the highest ranking score in Teaching.",
"pos": [
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'"
],
"neg": [
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"had the lowest number of students refers to MIN(num_students)",
"institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;",
"in 2011 refers to year 2011; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"has the lowest number of students refers to min(num_students); name of the university refers to university_name",
"criteria \"Total Shanghai\" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name"
]
} |
{
"query": "What is the ranking criteria ID of Brown University in 2014?",
"pos": [
"Brown University refers to university_name = 'Brown University'; in 2014 refers to year = 2014"
],
"neg": [
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"in Australia refers to country_name = 'Australia'; name of university refers to university_name",
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'",
"have at least 80,000 students refers to num_students > 8000; year = 2011",
"names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"in 2011 refers to year = 2011; had the most students refers to MAX(num_students); name of university refers to university_name;",
"in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25;",
"student population refers to num_students; in 2013 refers to year = 2013"
]
} |
{
"query": "List the countries of universities that scored 70 and below in 2016.",
"pos": [
"scored 70 and below refers to score < 70; in 2016 refers to year = 2016"
],
"neg": [
"University of Tokyo refers to university_name = 'University of Tokyo';",
"in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name;",
"Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"of Harvard University refers to university_name = 'Harvard University';",
"have the most students refers to MAX(num_students)",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name",
"names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';"
]
} |
{
"query": "Compute the average score of the university located in Brazil.",
"pos": [
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';"
],
"neg": [
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013",
"Harvard University refers to university_name = 'Harvard University'; nation refers to country_name",
"in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); difference refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(num_students, pct_international_students), 100))); in University of Tokyo refers to university_name = 'University of Tokyo'; from 2011 to 2014 refers to year BETWEEN 2011 AND 2014",
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name;",
"in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id",
"had the lowest number of students refers to MIN(num_students)",
"with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name;"
]
} |
{
"query": "Please list the IDs of the universities with a student staff ratio of over 15 in 2011.",
"pos": [
"in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id"
],
"neg": [
"criteria \"Total Shanghai\" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';",
"lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name;",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"most students refers to MAX(num_students), in 2011 refers to year = 2011",
"Brown University refers to university_name = 'Brown University'; in 2014 refers to year = 2014",
"highest student staff ratio refers to max(student_staff_ratio)",
"in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name"
]
} |
{
"query": "What is the difference in overall student enrollment and international student enrollment at the Harvard university from 2011 to 2012?",
"pos": [
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012"
],
"neg": [
"of Harvard University refers to university_name = 'Harvard University';",
"most students refers to MAX(num_students), in 2011 refers to year = 2011",
"scored 70 and below refers to score < 70; in 2016 refers to year = 2016",
"have at least 80,000 students refers to num_students > 8000; year = 2011",
"have the most students refers to MAX(num_students)",
"Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name",
"average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016;",
"in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan';",
"average number of criterias refers to DIVIDE(SUM(id), 3); \"Times Higher Education World University Ranking\", \"Shanghai Ranking\" and \"Center for World University Rankings\" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');",
"in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name;"
]
} |
{
"query": "How many female students did Stanford University have in 2011?",
"pos": [
"in 2011 refers to year 2011; female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100); Stanford University refers to university_name = 'Stanford University';"
],
"neg": [
"criteria \"Citations Rank\" refers to criteria_name = 'Citations Rank';",
"Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100",
"lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"Cyprus refers to country_name = 'Cyprus';",
"number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name",
"Brown University refers to university_name = 'Brown University'; in 2014 refers to year = 2014",
"had the highest reputation refers to MAX(score), in 2012 refers to year = 2012; which university refers to university_name;",
"in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan';",
"have at least 80,000 students refers to num_students > 8000; year = 2011",
"had the lowest number of students refers to MIN(num_students)"
]
} |
{
"query": "How many times did the Yale University achieve a score of no less than 10 in the Quality of Education Rank?",
"pos": [
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'"
],
"neg": [
"have at least 80,000 students refers to num_students > 8000; year = 2011",
"greatest student staff ratio of all time refers to max(student_staff_ratio)",
"in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"has the lowest number of students refers to min(num_students); name of the university refers to university_name",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name;",
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name;",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'"
]
} |
{
"query": "Calculate the number of international students of University of Wisconsin-Madison in 2013.",
"pos": [
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013"
],
"neg": [
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings';",
"University of Tokyo refers to university_name = 'University of Tokyo';",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name",
"highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name",
"Harvard University refers to university_name = 'Harvard University'; nation refers to country_name",
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"have no less than 50,000 students refers to num_students > 50000; name of university refers to university_name;"
]
} |
{
"query": "In years 2011 to 2013, what is the total number of female students in university ID 40?",
"pos": [
"total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013"
],
"neg": [
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'",
"number of international students refers to DIVIDE(MULTIPLY(pct_international_students, num_students), 100); in 2013 refers to year = 2013",
"in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name",
"Cyprus refers to country_name = 'Cyprus';",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013",
"in Australia refers to country_name = 'Australia'; name of university refers to university_name",
"scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';",
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100"
]
} |
{
"query": "For Chosun University, what was its score on \"Influence Rank\" in 2015?",
"pos": [
"Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on \"Influence Rank\" refers to criteria_name = 'Influence Rank';"
],
"neg": [
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000;",
"Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013",
"total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013",
"got a score above 80 refers to score > 80; under International criteria refers to criteria_name = 'International'; in 2016 refers to year = 2016; highest score refers to MAX(score)",
"had the lowest number of students refers to MIN(num_students)",
"in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id",
"names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';"
]
} |
{
"query": "What is the percentage of Harvard university's international students in 2011?",
"pos": [
"Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students"
],
"neg": [
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;",
"criteria \"Total Shanghai\" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name",
"Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name",
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id",
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';",
"Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on \"Influence Rank\" refers to criteria_name = 'Influence Rank';",
"in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';",
"student population refers to num_students; in 2013 refers to year = 2013",
"scored 70 and below refers to score < 70; in 2016 refers to year = 2016"
]
} |
{
"query": "What is the student staff ratio at the university with the greatest student staff ratio of all time?",
"pos": [
"greatest student staff ratio of all time refers to max(student_staff_ratio)"
],
"neg": [
"have the most students refers to MAX(num_students)",
"Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name;",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013",
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016;",
"in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25;",
"Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012"
]
} |
{
"query": "How many universities have at least 80,000 students in the year 2011?",
"pos": [
"have at least 80,000 students refers to num_students > 8000; year = 2011"
],
"neg": [
"Harvard University refers to university_name = 'Harvard University'; nation refers to country_name",
"University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name",
"with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name;",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012",
"average number of criterias refers to DIVIDE(SUM(id), 3); \"Times Higher Education World University Ranking\", \"Shanghai Ranking\" and \"Center for World University Rankings\" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');",
"lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"number of international students refers to DIVIDE(MULTIPLY(pct_international_students, num_students), 100); in 2013 refers to year = 2013",
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name"
]
} |
{
"query": "How many students did Harvard University have in 2011?",
"pos": [
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';"
],
"neg": [
"in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';",
"had the lowest number of students refers to MIN(num_students)",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;",
"In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;",
"in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name;",
"total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013",
"most students refers to MAX(num_students), in 2011 refers to year = 2011",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id"
]
} |
{
"query": "Among the universities in Australia, how many of them have more than 15000 students in 2011?",
"pos": [
"in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';"
],
"neg": [
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name;",
"had the highest reputation refers to MAX(score), in 2012 refers to year = 2012; which university refers to university_name;",
"in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000;",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'",
"ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings';",
"In Argentina refers to country_name = 'Argentina';",
"Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name"
]
} |
{
"query": "Among the universities with over 20000 students in 2011, how many of them have an international students percentage of over 25% in the same year?",
"pos": [
"in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25;"
],
"neg": [
"greatest student staff ratio of all time refers to max(student_staff_ratio)",
"in 2011 refers to year 2011; less than 50 scores refers to score < 50;",
"highest student staff ratio refers to max(student_staff_ratio)",
"University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name;",
"number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name",
"location refers to country_name"
]
} |
{
"query": "What is the ID of university with the largest percentage of international students?",
"pos": [
"largest percentage of international students refers to MAX(pct_international_students); ID of university refers to university_id"
],
"neg": [
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012",
"got a score above 80 refers to score > 80; under International criteria refers to criteria_name = 'International'; in 2016 refers to year = 2016; highest score refers to MAX(score)",
"in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';",
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"in 2011 refers to year 2011; less than 50 scores refers to score < 50;",
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name;",
"number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name",
"in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id",
"highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name"
]
} |
{
"query": "What is the name of the university with the highest score in teaching in the year 2011?",
"pos": [
"with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name;"
],
"neg": [
"in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000;",
"Cyprus refers to country_name = 'Cyprus';",
"has the most universities refers to MAX(COUNT(id)); name of the country refers to country_name",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name;",
"University of Tokyo refers to university_name = 'University of Tokyo';",
"University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name",
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'",
"Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students",
"student population refers to num_students; in 2013 refers to year = 2013",
"average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015"
]
} |
{
"query": "Calculate the average score per university under Alumni criteria in 2008.",
"pos": [
"under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))"
],
"neg": [
"average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016;",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name",
"greatest student staff ratio of all time refers to max(student_staff_ratio)",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name;",
"Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students",
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012",
"got a score above 80 refers to score > 80; under International criteria refers to criteria_name = 'International'; in 2016 refers to year = 2016; highest score refers to MAX(score)",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';"
]
} |
{
"query": "What is the student staff ratio of Harvard University in 2012?",
"pos": [
"Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012"
],
"neg": [
"Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score)",
"has the lowest number of students refers to min(num_students); name of the university refers to university_name",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name",
"student population refers to num_students; in 2013 refers to year = 2013",
"location refers to country_name",
"Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name",
"criteria \"Total Shanghai\" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name"
]
} |
{
"query": "List the ranking criteria under the Shanghai Ranking system.",
"pos": [
"Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name"
],
"neg": [
"in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name",
"had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013",
"scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013",
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings';",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013"
]
} |
{
"query": "Calculate the average number of criterias among \"Times Higher Education World University Ranking\",\"Shanghai Ranking\" and \"Center for World University Rankings\".",
"pos": [
"average number of criterias refers to DIVIDE(SUM(id), 3); \"Times Higher Education World University Ranking\", \"Shanghai Ranking\" and \"Center for World University Rankings\" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');"
],
"neg": [
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"number of students refers to num_students; in 2013 refers to year = 2013",
"location refers to country_name",
"criteria named Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'; ranking system refers to system_name;",
"Harvard University refers to university_name = 'Harvard University'; nation refers to country_name",
"had the lowest number of students refers to MIN(num_students)",
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'",
"located in Japan refers to country_name = 'Japan';",
"in 2011 refers to year = 2011; had the most students refers to MAX(num_students); name of university refers to university_name;",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;"
]
} |
{
"query": "Give the year where a university had the lowest number of students.",
"pos": [
"had the lowest number of students refers to MIN(num_students)"
],
"neg": [
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'",
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"location refers to country_name",
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'",
"Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;"
]
} |
{
"query": "What are the names of the criteria under Center for World University Rankings?",
"pos": [
"names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';"
],
"neg": [
"in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan';",
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013",
"Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on \"Influence Rank\" refers to criteria_name = 'Influence Rank';",
"criteria \"Citations Rank\" refers to criteria_name = 'Citations Rank';",
"in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';",
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012",
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';",
"in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000;"
]
} |
{
"query": "Provide the name of the university with the highest number of male students.",
"pos": [
"highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name"
],
"neg": [
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;",
"student population refers to num_students; in 2013 refers to year = 2013",
"location refers to country_name",
"in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id",
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); difference refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(num_students, pct_international_students), 100))); in University of Tokyo refers to university_name = 'University of Tokyo'; from 2011 to 2014 refers to year BETWEEN 2011 AND 2014",
"scored 70 and below refers to score < 70; in 2016 refers to year = 2016",
"lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students",
"scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';"
]
} |
{
"query": "Give the id of \"Center for World University Rankings\".",
"pos": [
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';"
],
"neg": [
"scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';",
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on \"Influence Rank\" refers to criteria_name = 'Influence Rank';",
"under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'",
"in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)"
]
} |
{
"query": "What is the student population of the university that scored 98 in 2013?",
"pos": [
"student population refers to num_students; in 2013 refers to year = 2013"
],
"neg": [
"located in Japan refers to country_name = 'Japan';",
"highest student staff ratio refers to max(student_staff_ratio)",
"Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name;",
"have the most students refers to MAX(num_students)",
"average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015",
"Cyprus refers to country_name = 'Cyprus';",
"in 2011 refers to year 2011; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;",
"greatest student staff ratio of all time refers to max(student_staff_ratio)"
]
} |
{
"query": "What is the name of the university that has the lowest number of students of all time?",
"pos": [
"has the lowest number of students refers to min(num_students); name of the university refers to university_name"
],
"neg": [
"highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name",
"have at least 80,000 students refers to num_students > 8000; year = 2011",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013",
"scored 70 and below refers to score < 70; in 2016 refers to year = 2016",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"University of Tokyo refers to university_name = 'University of Tokyo';",
"total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013"
]
} |
{
"query": "How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?",
"pos": [
"institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;"
],
"neg": [
"had the highest reputation refers to MAX(score), in 2012 refers to year = 2012; which university refers to university_name;",
"under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))",
"in 2011 refers to year 2011; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name",
"have at least 80,000 students refers to num_students > 8000; year = 2011",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); difference refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(num_students, pct_international_students), 100))); in University of Tokyo refers to university_name = 'University of Tokyo'; from 2011 to 2014 refers to year BETWEEN 2011 AND 2014",
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"has the lowest number of students refers to min(num_students); name of the university refers to university_name",
"In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;",
"average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';",
"located in Japan refers to country_name = 'Japan';"
]
} |
{
"query": "What is the university ID with the most students in 2011?",
"pos": [
"most students refers to MAX(num_students), in 2011 refers to year = 2011"
],
"neg": [
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"student population refers to num_students; in 2013 refers to year = 2013",
"University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)",
"Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score)",
"in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name;",
"located in Japan refers to country_name = 'Japan';",
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name",
"highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;"
]
} |
{
"query": "Which country is University of Veterinary Medicine Vienna located in? Give its country id.",
"pos": [
"University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';"
],
"neg": [
"had the lowest number of students refers to MIN(num_students)",
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';",
"female students refers to DIVIDE(MULTIPLY(num_students, pct_female_students), 100); in United States of America refers to country_name = 'United States of America'; percentage refers to DIVIDE(SUM(DIVIDE(MULTIPLY(num_students, pct_female_students), 100)), SUM(num_students))",
"in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name",
"criteria \"Total Shanghai\" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name",
"located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students",
"in 2011 refers to year 2011; less than 50 scores refers to score < 50;",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"has the lowest number of students refers to min(num_students); name of the university refers to university_name"
]
} |
{
"query": "Give the criteria name where Harvard University scored 100.",
"pos": [
"Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100"
],
"neg": [
"highest student staff ratio refers to max(student_staff_ratio)",
"had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013",
"under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))",
"Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students",
"number of students refers to num_students; in 2013 refers to year = 2013",
"in Argentina refers to country_name = 'Argentina'; most famous refers to MAX(SUM(score))",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"in 2011 refers to year 2011; female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100); Stanford University refers to university_name = 'Stanford University';",
"total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'"
]
} |
{
"query": "In which nation is Harvard University located?",
"pos": [
"Harvard University refers to university_name = 'Harvard University'; nation refers to country_name"
],
"neg": [
"in 2011 refers to year 2011; less than 50 scores refers to score < 50;",
"\"Center for World University Rankings\" refers to system_name = 'Center for World University Rankings';",
"in Argentina refers to country_name = 'Argentina'; most famous refers to MAX(SUM(score))",
"average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016;",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';",
"location refers to country_name",
"scored 70 and below refers to score < 70; in 2016 refers to year = 2016",
"female students refers to DIVIDE(MULTIPLY(num_students, pct_female_students), 100); in United States of America refers to country_name = 'United States of America'; percentage refers to DIVIDE(SUM(DIVIDE(MULTIPLY(num_students, pct_female_students), 100)), SUM(num_students))",
"institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;",
"criteria \"Total Shanghai\" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name"
]
} |
{
"query": "Provide the ranking system ID of the Center for World University Rankings.",
"pos": [
"the Center for World University Rankings refers to system_name = 'Center for World University Rankings';"
],
"neg": [
"number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name",
"greatest student staff ratio of all time refers to max(student_staff_ratio)",
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name;",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';",
"Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students"
]
} |
{
"query": "Provide the ranking system of the ranking criteria named Quality of Education Rank.",
"pos": [
"criteria named Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'; ranking system refers to system_name;"
],
"neg": [
"average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016;",
"most international students refers to MAX(SUM(DIVIDE(MULTIPLE(pct_international_students, num_students), 100))); name of university refers to university_name;",
"largest percentage of international students refers to MAX(pct_international_students); ID of university refers to university_id",
"in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name;",
"greatest student staff ratio of all time refers to max(student_staff_ratio)",
"Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students",
"highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;",
"institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;",
"in Argentina refers to country_name = 'Argentina'; most famous refers to MAX(SUM(score))",
"average number of criterias refers to DIVIDE(SUM(id), 3); \"Times Higher Education World University Ranking\", \"Shanghai Ranking\" and \"Center for World University Rankings\" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');"
]
} |
{
"query": "Provide the country name of universities with the number of students greater than 98% of the average student population of all universities in 2013.",
"pos": [
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013"
],
"neg": [
"average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015",
"have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'",
"in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan';",
"had the lowest number of students refers to MIN(num_students)",
"Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100",
"Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name",
"international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013",
"greatest student staff ratio of all time refers to max(student_staff_ratio)",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name",
"of Harvard University refers to university_name = 'Harvard University';"
]
} |
{
"query": "How many students were there in University of Michigan in 2011?",
"pos": [
"in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan';"
],
"neg": [
"in Australia refers to country_name = 'Australia'; name of university refers to university_name",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25;",
"Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012",
"number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name",
"location refers to country_name",
"Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;",
"scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';"
]
} |
{
"query": "List the names of universities with a score less than 28% of the average score of all universities in 2015.",
"pos": [
"in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name"
],
"neg": [
"institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;",
"Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score)",
"scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'",
"Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'",
"most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;",
"number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';",
"had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;",
"in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';",
"average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015"
]
} |
{
"query": "Which university had the most students in 2011? Show its name.",
"pos": [
"in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name;"
],
"neg": [
"in 2011 refers to year 2011; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name",
"in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id",
"got a score above 80 refers to score > 80; under International criteria refers to criteria_name = 'International'; in 2016 refers to year = 2016; highest score refers to MAX(score)",
"number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name",
"Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score)",
"has the most universities refers to MAX(COUNT(id)); name of the country refers to country_name",
"total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013",
"in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';",
"located in Japan refers to country_name = 'Japan';",
"university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'"
]
} |
{
"query": "How many games were released in the year 2001?",
"pos": [
"released in the year 2001 refers to release_year = 2001;"
],
"neg": [
"number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe'",
"total sales in all regions = MULTIPLY(SUM(num_sales), 100000);",
"number of sales refers to multiply(num_sales, 100000)",
"genre of the game refers to genre_name; game ID 119 refers to game.id = 119;",
"name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC';",
"when refers to release_year; the \"Adventure Island\" game refers to game_name = 'Adventure Island'",
"name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle'",
"sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation'))",
"reached 300000 sales and above refers to num_sales > 3",
"platform refers to platform_name;"
]
} |
{
"query": "List the games from the publisher \"Activision\".",
"pos": [
"games refers to game_name; \"Activision\" refers to publisher_name = 'Activision';"
],
"neg": [
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'",
"genre refers to genre_name; \"Grand Theft Auto V\" refers to game_name = 'Grand Theft Auto V';",
"which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3';",
"game refers to game_name; the longest name refers to max(length(game_name))",
"name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!';",
"average number = divide(count(game_id), count(publisher_id))",
"id of game refers to game.id; \"Resident Evil Archives: Resident Evil\" refers to game_name = 'Resident Evil Archives: Resident Evil'",
"name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD';",
"publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword'"
]
} |
{
"query": "List all the platform games.",
"pos": [
"platform game refers to genre_name = 'Platform'; game refers to game_name"
],
"neg": [
"name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006;",
"id of game platform refers to game_platform_id; the most sales refers to max(num_sales); in Japan refers to region_name = 'Japan'",
"sales = SUM(num_sales); Japan region refers to region_name = 'Japan';",
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'",
"games refers to game_name; \"Activision\" refers to publisher_name = 'Activision';",
"game \"ModNation Racers\" refers to game_name = 'ModNation Racers'",
"PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;",
"name of games refers to game_name; racing genre refers to genre_name = 'Racing';",
"genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa';",
"name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD';"
]
} |
{
"query": "Give the game publisher ID of records with platform ID 15.",
"pos": [
"platform ID 15 refers to platform_id = 15"
],
"neg": [
"platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ;",
"ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan';",
"sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation'))",
"released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000;",
"name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'",
"which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3';",
"puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3",
"3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3;",
"name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006;",
"on the Wii platform refers to platform_name = 'Wii'"
]
} |
{
"query": "How many role-playing games are there?",
"pos": [
"role-playing game refers to genre_name = 'Role-Playing'"
],
"neg": [
"publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1;",
"Activision refers to publisher_name = 'Activision';",
"the first year refers to min(release_year)",
"name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC';",
"more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan';",
"year the first game was released refers to MIN(release_year);",
"platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ;",
"genre refers to genre_name; 3D Lemmings refers to game_name = '3D Lemmings'",
"game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan'",
"not of the genres 'Role-Playing', 'Shooter' and 'Simulation' refers to genre_name NOT IN ('Role-Playing', 'Shooter', 'Simulation');"
]
} |
{
"query": "Calculate the total sales in all regions with game platform ID 66.",
"pos": [
"total sales in all regions = MULTIPLY(SUM(num_sales), 100000);"
],
"neg": [
"the genre of sports refers to genre_name = 'Sports'",
"how much are the sales = SUM(num_sales);",
"genre refers to genre_name; game \"Mario vs. Donkey Kong\" refers to game_name = 'Mario vs. Donkey Kong'",
"percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport';",
"released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000;",
"published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle'",
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'",
"platform of the game refers to platform_name; \"Final Fantasy XIII-2\" refers to game_name = 'Final Fantasy XIII-2';",
"strategy games refers to game_name WHERE genre_name = 'Strategy';",
"in Japan refers to region_name = 'Japan'; on X360 refers to platform_name = 'X360'; in 2011 refers to release_year = 2011"
]
} |
{
"query": "What is the average number of games published by a publisher?",
"pos": [
"average number = divide(count(game_id), count(publisher_id))"
],
"neg": [
"genre refers to genre_name; game \"Mario vs. Donkey Kong\" refers to game_name = 'Mario vs. Donkey Kong'",
"game ID refers to game.id; genre ID 2 refers to genre_id = 2",
"sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation'))",
"year the first game was released refers to MIN(release_year);",
"name of games refers to game_name; racing genre refers to genre_name = 'Racing';",
"id of game refers to game.id; \"Resident Evil Archives: Resident Evil\" refers to game_name = 'Resident Evil Archives: Resident Evil'",
"the genre of sports refers to genre_name = 'Sports'",
"name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75",
"genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors';",
"on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014"
]
} |
{
"query": "What percentage of games are sports?",
"pos": [
"percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport';"
],
"neg": [
"names of games refers to game_name; released in 2015 refers to release_year = 2015;",
"games refers to game_name; \"Activision\" refers to publisher_name = 'Activision';",
"on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014",
"id of game refers to game.id; \"Resident Evil Archives: Resident Evil\" refers to game_name = 'Resident Evil Archives: Resident Evil'",
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'",
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'",
"number of games refers to count(game_id)",
"Abylight refers to publisher_name = 'Abylight';",
"3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3;",
"publisher refers to publisher_name; the most games refers to max(count(publisher_id))"
]
} |
{
"query": "Please list the names of the publishers of all the puzzle games.",
"pos": [
"name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle'"
],
"neg": [
"on the Wii platform refers to platform_name = 'Wii'",
"genre of the game refers to genre_name; game ID 119 refers to game.id = 119;",
"which region refers to region_name; lowest number of sales refers to MIN(num_sales);",
"which publisher refers to publisher_name; Overwatch refers to game_name = 'Overwatch';",
"strategy games refers to game_name WHERE genre_name = 'Strategy';",
"platform game refers to genre_name = 'Platform'; game refers to game_name",
"ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan';",
"name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007;",
"total number of games sold = MULTIPLY(SUM(num_sales), 100000);",
"when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection'"
]
} |
{
"query": "In what platform does the game ID 178 available?",
"pos": [
"platform refers to platform_name;"
],
"neg": [
"record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003",
"difference = SUBTRACT(SUM(num_sales WHERE release_year = 2000), SUM(num_sales WHERE release_year = 1990));",
"name of game refers to game_name; published by 3DO refers to publisher_name = '3DO'",
"total number of games sold = MULTIPLY(SUM(num_sales), 100000);",
"id of game refers to game.id; \"Resident Evil Archives: Resident Evil\" refers to game_name = 'Resident Evil Archives: Resident Evil'",
"genre refers to genre_name; 'Airlock', 'Airline Tycoon' , and 'Airblade' refers to game_name IN ('Airlock', 'Airline Tycoon', 'Airblade');",
"published by Ascaron Entertainment GmbH refers to publisher_name = 'Ascaron Entertainment GmbH'",
"name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!';",
"platform game refers to genre_name = 'Platform'; game refers to game_name",
"in 2004 refers to release_year = 2004; on PSP refers to platform_name = 'PSP'; percentage = divide(sum(platform_id where platform_name = 'PSP'), count(platform_id)) * 100% where release_year = 2004"
]
} |
{
"query": "Calculate how many percent of sales in North America is higher than the average sale per region for platform ID 9577.",
"pos": [
"in North America refers to region_name = 'North America'; platform ID 9577 refers to game_platform_id = 9577; percent = divide(subtract(num_sales where region_name = 'North America' and game_platform_id = 9577, avg(num_sales)), avg(num_sales)) * 100%"
],
"neg": [
"platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ;",
"year refers to release_year; \"WiiU\" refers to platform_name = 'WiiU'",
"game refers to game_name; on the SCD platform refers to platform_name = 'SCD'",
"on the Wii platform refers to platform_name = 'Wii'",
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007;",
"genre of the game refers to genre_name; game ID 119 refers to game.id = 119;",
"genre refers to genre_name; \"Grand Theft Auto V\" refers to game_name = 'Grand Theft Auto V';",
"puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3",
"total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe';"
]
} |
{
"query": "What year were the first game released?",
"pos": [
"year the first game was released refers to MIN(release_year);"
],
"neg": [
"name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'",
"released in 2007 refers to release_year = 2007;",
"published by Namco Bandai Games refers to publisher_name = 'Namco Bandai Games'; adventure game refers to genre_name = 'Adventure'; percentage = divide(sum(game_id where genre_name = 'Adventure'), count(game_id)) * 100% where publisher_name = 'Namco Bandai Games'",
"released in the year 2001 refers to release_year = 2001;",
"Activision refers to publisher_name = 'Activision';",
"published by Ascaron Entertainment GmbH refers to publisher_name = 'Ascaron Entertainment GmbH'",
"do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe'",
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'",
"on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014",
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'"
]
} |
{
"query": "Which game platform is the most popular in Europe?",
"pos": [
"game platform refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'"
],
"neg": [
"on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014",
"game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan'",
"region id refers to region.id; Japan refers to region_name = 'Japan'",
"Pro Evolution Soccer 2012 refers to game_name = 'Pro Evolution Soccer 2012'",
"record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003",
"genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa';",
"genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors';",
"name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006;",
"more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan';",
"year that has the most number of video game releases refers to MAX(COUNT(release_year));"
]
} |
{
"query": "Provide the ID of the most popular platform in Europe.",
"pos": [
"ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'"
],
"neg": [
"when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection'",
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'",
"reached 300000 sales and above refers to num_sales > 3",
"name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'",
"game refers to game_name; on the SCD platform refers to platform_name = 'SCD'",
"FIFA games refers to game_name LIKE '%FIFA%';",
"game refers to game_name; the longest name refers to max(length(game_name))",
"year the first game was released refers to MIN(release_year);",
"game ID refers to game.id; genre ID 2 refers to genre_id = 2",
"name of the games refers to game_name; released in the year 2010 refers to release_year = 2010;"
]
} |
{
"query": "For all the games which were published by Namco Bandai Games, what percentage of them were adventure games?",
"pos": [
"published by Namco Bandai Games refers to publisher_name = 'Namco Bandai Games'; adventure game refers to genre_name = 'Adventure'; percentage = divide(sum(game_id where genre_name = 'Adventure'), count(game_id)) * 100% where publisher_name = 'Namco Bandai Games'"
],
"neg": [
"game refers to game_name; on the SCD platform refers to platform_name = 'SCD'",
"region id refers to region.id; Japan refers to region_name = 'Japan'",
"average number = divide(count(game_id), count(publisher_id))",
"year refers to release_year; \"WiiU\" refers to platform_name = 'WiiU'",
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'",
"which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle';",
"strategy games refers to game_name WHERE genre_name = 'Strategy';",
"platform of the game refers to platform_name; \"Final Fantasy XIII-2\" refers to game_name = 'Final Fantasy XIII-2';",
"name of games refers to game_name; adventure games refers to game_name WHERE genre_name = 'Adventure';",
"platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ;"
]
} |
{
"query": "What are the sales made by the games in Japan region?",
"pos": [
"sales = SUM(num_sales); Japan region refers to region_name = 'Japan';"
],
"neg": [
"role-playing game refers to genre_name = 'Role-Playing'; Microsoft Game Studios refers to publisher_name = 'Microsoft Game Studios'",
"genre refers to genre_name; game \"Mario vs. Donkey Kong\" refers to game_name = 'Mario vs. Donkey Kong'",
"the earliest refers to min(release_year); name of platform refers to platform_name",
"which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle';",
"publisher refers to publisher_name; the most games refers to max(count(game_id))",
"genre refers to genre_name; 3D Lemmings refers to game_name = '3D Lemmings'",
"game ID refers to game.id; released in 2017 refers to release_year = 2017",
"released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000;",
"percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport';",
"platform ID 15 refers to platform_id = 15"
]
} |
{
"query": "What genre is the game 2010 FIFA World Cup South Africa?",
"pos": [
"genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa';"
],
"neg": [
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'",
"which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3';",
"name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75",
"publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword'",
"game platform refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'",
"when refers to release_year; the \"Adventure Island\" game refers to game_name = 'Adventure Island'",
"game refers to game_name; on the SCD platform refers to platform_name = 'SCD'",
"Pro Evolution Soccer 2012 refers to game_name = 'Pro Evolution Soccer 2012'",
"ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'",
"platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ;"
]
} |
{
"query": "In which year was Panzer Tactics released on DS?",
"pos": [
"year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS'"
],
"neg": [
"published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle'",
"FIFA games refers to game_name LIKE '%FIFA%';",
"BMG Interactive Entertainment refers to publisher_name = 'BMG Interactive Entertainment'; release in 2012 refers to release_year = 2012;",
"name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007;",
"name of the games refers to game_name; released in the year 2010 refers to release_year = 2010;",
"genre refers to genre_name; 'Airlock', 'Airline Tycoon' , and 'Airblade' refers to game_name IN ('Airlock', 'Airline Tycoon', 'Airblade');",
"which region refers to region_name; lowest number of sales refers to MIN(num_sales);",
"total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe';",
"game refers to game_name; on the SCD platform refers to platform_name = 'SCD'",
"genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors';"
]
} |
{
"query": "What is the genre of the game \"Grand Theft Auto V\"?",
"pos": [
"genre refers to genre_name; \"Grand Theft Auto V\" refers to game_name = 'Grand Theft Auto V';"
],
"neg": [
"how much are the sales = SUM(num_sales);",
"ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan';",
"name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75",
"number of games refers to count(game_id)",
"publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1;",
"3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3;",
"PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;",
"game ID refers to game.id; released in 2017 refers to release_year = 2017",
"more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan';",
"when the game was released refers to release_year;"
]
} |
{
"query": "What is the total number of games sold in region ID 1?",
"pos": [
"total number of games sold = MULTIPLY(SUM(num_sales), 100000);"
],
"neg": [
"number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe'",
"when refers to release_year; the \"Adventure Island\" game refers to game_name = 'Adventure Island'",
"which region refers to region_name; lowest number of sales refers to MIN(num_sales);",
"the earliest refers to min(release_year); name of platform refers to platform_name",
"released in 2007 refers to release_year = 2007;",
"ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'",
"released in the year 2001 refers to release_year = 2001;",
"strategy games refers to game_name WHERE genre_name = 'Strategy';",
"id of game platform refers to game_platform_id; the most sales refers to max(num_sales); in Japan refers to region_name = 'Japan'",
"publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1;"
]
} |
{
"query": "What is the genre of 3D Lemmings?",
"pos": [
"genre refers to genre_name; 3D Lemmings refers to game_name = '3D Lemmings'"
],
"neg": [
"sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation'))",
"ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan';",
"name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC';",
"percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport';",
"genre refers to genre_name; \"Grand Theft Auto V\" refers to game_name = 'Grand Theft Auto V';",
"name of games refers to game_name; adventure games refers to game_name WHERE genre_name = 'Adventure';",
"game ID refers to game.id; released in 2017 refers to release_year = 2017",
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'",
"in Japan refers to region_name = 'Japan'; on X360 refers to platform_name = 'X360'; in 2011 refers to release_year = 2011",
"platform of the game refers to platform_name; \"Final Fantasy XIII-2\" refers to game_name = 'Final Fantasy XIII-2';"
]
} |
{
"query": "Show the name of the earliest platform in the database.",
"pos": [
"the earliest refers to min(release_year); name of platform refers to platform_name"
],
"neg": [
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS';",
"3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3;",
"total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe';",
"on the Wii platform refers to platform_name = 'Wii'",
"which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle';",
"do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe'",
"name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC';",
"platform game refers to genre_name = 'Platform'; game refers to game_name",
"name of the games refers to game_name; released in the year 2010 refers to release_year = 2010;"
]
} |
{
"query": "When was the \"Adventure Island\" game released?",
"pos": [
"when refers to release_year; the \"Adventure Island\" game refers to game_name = 'Adventure Island'"
],
"neg": [
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'",
"published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'",
"genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa';",
"role-playing game refers to genre_name = 'Role-Playing'",
"name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle'",
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America'",
"on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014",
"released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000;",
"name of the games refers to game_name; released in the year 2010 refers to release_year = 2010;"
]
} |
{
"query": "Which publisher has published the most games in the 'Puzzle' genre?",
"pos": [
"which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle';"
],
"neg": [
"released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000;",
"reached 300000 sales and above refers to num_sales > 3",
"year the first game was released refers to MIN(release_year);",
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"game refers to game_name; on the SCD platform refers to platform_name = 'SCD'",
"PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;",
"Europe refers to region_name = 'Europe'; sales lesser than 30% of the average number of sales refers to SUM(num_sales) < MULTIPLY(AVG(num_sales), 0.3);",
"name of game refers to game_name; published by 3DO refers to publisher_name = '3DO'",
"genre of the game refers to genre_name; game ID 119 refers to game.id = 119;",
"name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007;"
]
} |
{
"query": "How many games were sold on the DS platform on average in the 4 different regions?",
"pos": [
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'"
],
"neg": [
"game refers to game_name; the longest name refers to max(length(game_name))",
"total sales in all regions = MULTIPLY(SUM(num_sales), 100000);",
"FIFA games refers to game_name LIKE '%FIFA%';",
"the genre of sports refers to genre_name = 'Sports'",
"released in the year 2001 refers to release_year = 2001;",
"platform of the game refers to platform_name; \"Final Fantasy XIII-2\" refers to game_name = 'Final Fantasy XIII-2';",
"Europe refers to region_name = 'Europe'; sales lesser than 30% of the average number of sales refers to SUM(num_sales) < MULTIPLY(AVG(num_sales), 0.3);",
"record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003",
"BMG Interactive Entertainment refers to publisher_name = 'BMG Interactive Entertainment'; release in 2012 refers to release_year = 2012;",
"region id refers to region.id; Japan refers to region_name = 'Japan'"
]
} |
{
"query": "Among the games released in 2004, what is the percentage of games on PSP?",
"pos": [
"in 2004 refers to release_year = 2004; on PSP refers to platform_name = 'PSP'; percentage = divide(sum(platform_id where platform_name = 'PSP'), count(platform_id)) * 100% where release_year = 2004"
],
"neg": [
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"publisher refers to publisher_name; the most games refers to max(count(publisher_id))",
"Pro Evolution Soccer 2012 refers to game_name = 'Pro Evolution Soccer 2012'",
"how much are the sales = SUM(num_sales);",
"the earliest refers to min(release_year); name of platform refers to platform_name",
"games refers to game_name; \"Activision\" refers to publisher_name = 'Activision';",
"average number = divide(count(game_id), count(publisher_id))",
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'",
"year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS'",
"platform refers to platform_name;"
]
} |
{
"query": "Calculate the number of games in the fighting genre.",
"pos": [
"fighting genre refers to genre_name = 'Fighting';"
],
"neg": [
"genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa';",
"average = AVG(MULTIPLY(num_sales, 100000));",
"publisher refers to publisher_name; the most games refers to max(count(game_id))",
"do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe'",
"adventure games refers to game_name WHERE genre_name = 'Adventure'; released in 2005 refers to release_year = 2005;",
"name of games refers to game_name; racing genre refers to genre_name = 'Racing';",
"total sales in all regions = MULTIPLY(SUM(num_sales), 100000);",
"genre ID 3 refers to genre.id = 3",
"total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe';",
"what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme';"
]
} |
{
"query": "What is the release year of the game that gained 350000 sales in North America?",
"pos": [
"gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America'"
],
"neg": [
"platform ID 15 refers to platform_id = 15",
"other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS';",
"genre ID 3 refers to genre.id = 3",
"publisher refers to publisher_name; the most games refers to max(count(game_id))",
"Activision refers to publisher_name = 'Activision';",
"number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe'",
"genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors';",
"name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD';",
"released in the year 2001 refers to release_year = 2001;",
"role-playing game refers to genre_name = 'Role-Playing'; Microsoft Game Studios refers to publisher_name = 'Microsoft Game Studios'"
]
} |
{
"query": "How many games can be played on the Wii platform?",
"pos": [
"on the Wii platform refers to platform_name = 'Wii'"
],
"neg": [
"role-playing game refers to genre_name = 'Role-Playing'",
"average = AVG(MULTIPLY(num_sales, 100000));",
"platform game refers to genre_name = 'Platform'; game refers to game_name",
"puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3",
"the genre of sports refers to genre_name = 'Sports'",
"the earliest refers to min(release_year); name of platform refers to platform_name",
"year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS'",
"name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC';",
"id of game platform refers to game_platform_id; the most sales refers to max(num_sales); in Japan refers to region_name = 'Japan'",
"Activision refers to publisher_name = 'Activision';"
]
} |
{
"query": "When was the game ID 156 released?",
"pos": [
"when the game was released refers to release_year;"
],
"neg": [
"total number of games sold = MULTIPLY(SUM(num_sales), 100000);",
"on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014",
"name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC';",
"Activision refers to publisher_name = 'Activision';",
"role-playing game refers to genre_name = 'Role-Playing'; Microsoft Game Studios refers to publisher_name = 'Microsoft Game Studios'",
"year that has the most number of video game releases refers to MAX(COUNT(release_year));",
"name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!';",
"number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe'",
"gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America'",
"on the Wii platform refers to platform_name = 'Wii'"
]
} |
{
"query": "How many publishers published the Minecraft game?",
"pos": [
"Minecraft refers to game_name = 'Minecraft';"
],
"neg": [
"games refers to game_name; \"Activision\" refers to publisher_name = 'Activision';",
"game refers to game_name; released in 2011 refers to release_year = 2011",
"ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan';",
"year the first game was released refers to MIN(release_year);",
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors';",
"sales = SUM(num_sales); Japan region refers to region_name = 'Japan';",
"genre refers to genre_name; game \"Mario vs. Donkey Kong\" refers to game_name = 'Mario vs. Donkey Kong'",
"published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'",
"FIFA games refers to game_name LIKE '%FIFA%';"
]
} |
{
"query": "State the publisher name of the game \"ModNation Racers\".",
"pos": [
"game \"ModNation Racers\" refers to game_name = 'ModNation Racers'"
],
"neg": [
"published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle'",
"game refers to game_name; the longest name refers to max(length(game_name))",
"which region refers to region_name; lowest number of sales refers to MIN(num_sales);",
"difference = SUBTRACT(SUM(num_sales WHERE region_id = 2), SUM(num_sales WHERE region_id = 3));",
"published by Namco Bandai Games refers to publisher_name = 'Namco Bandai Games'; adventure game refers to genre_name = 'Adventure'; percentage = divide(sum(game_id where genre_name = 'Adventure'), count(game_id)) * 100% where publisher_name = 'Namco Bandai Games'",
"released in the year 2001 refers to release_year = 2001;",
"more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan';",
"on the Wii platform refers to platform_name = 'Wii'",
"adventure games refers to game_name WHERE genre_name = 'Adventure'; released in 2005 refers to release_year = 2005;",
"id of game platform refers to game_platform_id; the most sales refers to max(num_sales); in Japan refers to region_name = 'Japan'"
]
} |
{
"query": "Which region has the highest number of games sold on all platforms?",
"pos": [
"which region refers to region_name; highest number of games sold on all platforms refers to MAX(SUM(num_sales));"
],
"neg": [
"average = AVG(MULTIPLY(num_sales, 100000));",
"number of games refers to count(game_id)",
"platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ;",
"percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport';",
"3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3;",
"released in 2001 refers to release_year = 2001",
"what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme';",
"publisher refers to publisher_name; the most games refers to max(count(game_id))",
"number of sales refers to multiply(num_sales, 100000)",
"genre of the game refers to genre_name; game ID 119 refers to game.id = 119;"
]
} |
{
"query": "What is the number of sales in region ID 2 with game platform ID 9615?",
"pos": [
"number of sales refers to multiply(num_sales, 100000)"
],
"neg": [
"total number of games sold = MULTIPLY(SUM(num_sales), 100000);",
"Minecraft refers to game_name = 'Minecraft';",
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'",
"in 2004 refers to release_year = 2004; on PSP refers to platform_name = 'PSP'; percentage = divide(sum(platform_id where platform_name = 'PSP'), count(platform_id)) * 100% where release_year = 2004",
"which region refers to region_name; highest number of games sold on all platforms refers to MAX(SUM(num_sales));",
"how much are the sales = SUM(num_sales);",
"when the game was released refers to release_year;",
"X360 refers to platform_name = 'X360';",
"name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007;",
"when refers to release_year; the \"Adventure Island\" game refers to game_name = 'Adventure Island'"
]
} |
{
"query": "In which region where a game had the lowest number of sales?",
"pos": [
"which region refers to region_name; lowest number of sales refers to MIN(num_sales);"
],
"neg": [
"published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle'",
"name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006;",
"which publisher refers to publisher_name; publisher that has published the most number of Action games refers to MAX(COUNT(publisher_name)) WHERE genre_name = 'Action'; Action games refers to game_name WHERE genre_name = 'Action';",
"publishers that have Interactive in their names refers to publisher_name LIKE '%Interactive%';",
"puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3",
"FIFA games refers to game_name LIKE '%FIFA%';",
"name of game refers to game_name; published by 3DO refers to publisher_name = '3DO'",
"publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword'",
"game refers to game_name; released in 2011 refers to release_year = 2011",
"games refers to game_name; \"Activision\" refers to publisher_name = 'Activision';"
]
} |
{
"query": "What is the genre of the game ID 119?",
"pos": [
"genre of the game refers to genre_name; game ID 119 refers to game.id = 119;"
],
"neg": [
"released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000;",
"which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3';",
"record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003",
"year that has the most number of video game releases refers to MAX(COUNT(release_year));",
"average number = divide(count(game_id), count(publisher_id))",
"do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe'",
"genre refers to genre_name; game \"Mario vs. Donkey Kong\" refers to game_name = 'Mario vs. Donkey Kong'",
"sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation'))",
"id of game refers to game.id; \"Resident Evil Archives: Resident Evil\" refers to game_name = 'Resident Evil Archives: Resident Evil'",
"platform refers to platform_name;"
]
} |
{
"query": "Name the game released in 2011.",
"pos": [
"game refers to game_name; released in 2011 refers to release_year = 2011"
],
"neg": [
"game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan'",
"total sales in all regions = MULTIPLY(SUM(num_sales), 100000);",
"released in 2007 refers to release_year = 2007;",
"name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007;",
"publisher refers to publisher_name; publisher who has published the most games of all time refers to MAX(COUNT(publisher_name));",
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'",
"when refers to release_year; the \"Adventure Island\" game refers to game_name = 'Adventure Island'",
"number of sales refers to multiply(num_sales, 100000)",
"adventure games refers to game_name WHERE genre_name = 'Adventure'; released in 2005 refers to release_year = 2005;",
"genre refers to genre_name; game \"Mario vs. Donkey Kong\" refers to game_name = 'Mario vs. Donkey Kong'"
]
} |
{
"query": "What are the three largest numbers of games sold?",
"pos": [
"3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3;"
],
"neg": [
"platform refers to platform_name;",
"on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014",
"genre refers to genre_name; \"Grand Theft Auto V\" refers to game_name = 'Grand Theft Auto V';",
"how much are the sales = SUM(num_sales);",
"name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'",
"do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe'",
"other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS';",
"adventure games refers to game_name WHERE genre_name = 'Adventure'; released in 2005 refers to release_year = 2005;",
"name of game refers to game_name; published by 3DO refers to publisher_name = '3DO'",
"name of games refers to game_name; racing genre refers to genre_name = 'Racing';"
]
} |
{
"query": "List the game IDs that were released in 2017.",
"pos": [
"game ID refers to game.id; released in 2017 refers to release_year = 2017"
],
"neg": [
"do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe'",
"publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1;",
"the earliest refers to min(release_year); name of platform refers to platform_name",
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword'",
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'",
"ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'",
"in 2004 refers to release_year = 2004; on PSP refers to platform_name = 'PSP'; percentage = divide(sum(platform_id where platform_name = 'PSP'), count(platform_id)) * 100% where release_year = 2004",
"when the game was released refers to release_year;",
"name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75"
]
} |
{
"query": "What is the number of games sold in Europe for game platform ID 26?",
"pos": [
"total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe';"
],
"neg": [
"Europe refers to region_name = 'Europe'; sales lesser than 30% of the average number of sales refers to SUM(num_sales) < MULTIPLY(AVG(num_sales), 0.3);",
"strategy games refers to game_name WHERE genre_name = 'Strategy';",
"the earliest refers to min(release_year); name of platform refers to platform_name",
"number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe'",
"publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1;",
"PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;",
"name of game refers to game_name; published by 3DO refers to publisher_name = '3DO'",
"3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3;",
"difference = SUBTRACT(SUM(num_sales WHERE release_year = 2000), SUM(num_sales WHERE release_year = 1990));",
"difference = SUBTRACT(SUM(num_sales WHERE region_id = 2), SUM(num_sales WHERE region_id = 3));"
]
} |
{
"query": "How many games were sold on PS3 platform in Japan?",
"pos": [
"how many games = MULTIPLY(SUM(num_sales), 100000); PS3 refers to platform_name = 'PS3'; Japan refers to region_name = 'Japan';"
],
"neg": [
"role-playing game refers to genre_name = 'Role-Playing'",
"number of games refers to count(game_id)",
"other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS';",
"total sales in all regions = MULTIPLY(SUM(num_sales), 100000);",
"ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'",
"game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan'",
"publishers that have Interactive in their names refers to publisher_name LIKE '%Interactive%';",
"difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';",
"strategy games refers to game_name WHERE genre_name = 'Strategy';",
"game refers to game_name; on the SCD platform refers to platform_name = 'SCD'"
]
} |
{
"query": "Which publisher published the most games?",
"pos": [
"publisher refers to publisher_name; the most games refers to max(count(publisher_id))"
],
"neg": [
"publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword'",
"name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006;",
"ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan';",
"platform ID 15 refers to platform_id = 15",
"year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS'",
"number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe'",
"the first year refers to min(release_year)",
"when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection'",
"Minecraft refers to game_name = 'Minecraft';",
"id of game refers to game.id; \"Resident Evil Archives: Resident Evil\" refers to game_name = 'Resident Evil Archives: Resident Evil'"
]
} |
{
"query": "How many times did other regions make positive sales in DS platform?",
"pos": [
"other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS';"
],
"neg": [
"number of games refers to count(game_id)",
"which region refers to region_name; lowest number of sales refers to MIN(num_sales);",
"role-playing game refers to genre_name = 'Role-Playing'",
"strategy games refers to game_name WHERE genre_name = 'Strategy';",
"genre of the game refers to genre_name; game ID 119 refers to game.id = 119;",
"on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS'",
"when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection'",
"what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme';",
"genre refers to genre_name; 3D Lemmings refers to game_name = '3D Lemmings'",
"average = AVG(MULTIPLY(num_sales, 100000));"
]
} |
{
"query": "What is the average number of sales in Japan?",
"pos": [
"in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'"
],
"neg": [
"name of games refers to game_name; adventure games refers to game_name WHERE genre_name = 'Adventure';",
"in North America refers to region_name = 'North America'; platform ID 9577 refers to game_platform_id = 9577; percent = divide(subtract(num_sales where region_name = 'North America' and game_platform_id = 9577, avg(num_sales)), avg(num_sales)) * 100%",
"Abylight refers to publisher_name = 'Abylight';",
"ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan';",
"more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan';",
"name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'",
"name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD';",
"what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme';",
"name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle'",
"puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3"
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.