set
dict |
---|
{
"query": "Among the sales with a tax applied to retail transaction, how many of them are charged by multiple types of taxes?",
"pos": [
"tax applied to retail transaction refers to Taxtype = 1; sales that are charged with multiple types of tax refers to NAME LIKE '%+%';"
],
"neg": [
"non-sales employee refers to PersonType = 'EM'",
"shipment by truck refers to Name = 'XRQ - TRUCK GROUND';",
"least number of sick leave refers to min(SickLeaveHours); PayFrequency = 1 means ‘Salary received monthly’; PayFrequency = 2 means ‘Salary received biweekly';",
"Alex refers to FirstName = 'Alex'; single refers to MaritalStatus = 'S'",
"vendor's selling price refers to StandardPrice",
"hired in 2009 refers to year(HireDate) = 2009",
"male refers to Gender = 'M'; employee refers to PersonType = 'EM'; percentage = DIVIDE(COUNT(Gender = 'M'), COUNT(PersonType = 'MY'))*100%;",
"job position and job title are synonyms; full name = FirstName+MiddleName+LastName;",
"Product with the lowest rating refers to the rating\ngiven by the\nreviewer where Rating = 1",
"salesperson that haven't met the quota refers to Bonus = 0;"
]
} |
{
"query": "Among the employees born before 1980 , how many of them are single?",
"pos": [
"BirthDate<'1980-01-01'; single refers to MaritalStatus = 'S' or null;"
],
"neg": [
"CurrentFlag = 1 refers to the active status of employees; Percentage = Divide (Count (BusinessEntityID (CurrentFlag = 1 & VacationHours >20 & SickLeaveHours > 10)), Count (BusinessEntityID (CurrentFlag = 1 & SickLeaveHours>10))) * 100;",
"Facilities Manager is a job title",
"Vendor's selling price of a single product refers to UnitPrice;",
"store contact refers to PersonType = 'SC'; year(EndDate)>2007 and year(StartDate)<2007;",
"goods refers to products",
"handling damage is descrription of manufacturing failure which refers to ScrapReason.Name",
"Started selling in 2013 refers to year(SellStartDate) = 2013;",
"number of product rejected refers to ScrapedQty; trim length that is too long refers to scrap reason where Name = 'Trim length too long'",
"card that expires in 2007 refers to ExpYear = 2007;",
"low class refers to Class = 'L'; universal refers to Style = 'U'; road frame is a name of product subcategory; average profit = AVG(SUBTRACT(ListPrice, StandardCost);"
]
} |
{
"query": "How many products with the id \"989\" were sold in August 2013?",
"pos": [
"TransactionDate BETWEEN '2013-08-01' AND '2013-08-30'; sold in refers to TransactionType = 'S' which means SalesOrder;"
],
"neg": [
"United States refers to CountryRegionCode = 'US';",
"employee number 257 refers to EmployeeID = 257; pending shipment status refers to Status = 3",
"Sales and Marketing is group name of a department",
"288th sales person refers to BusinessEntityID = 288; predited annual sales refers to SalesQuota; actual sales refers to SalesYTD; difference = Substract(SalesQuota(BusinessEntityID(288))), (SalesYTD(BusinessEntityID(288)));",
"cost refers to StandardCost;",
"Employees who do not wish to receive any e-mail promotions are marked as EmailPromotion = 0",
"Down Tube is a name of a product;",
"assembly lines that are not finished refers to EndDate = null",
"projected yearly sales quota refers to SalesQuota; projected yearly sales quota in 2013 refers to year(QuotaDate) = 2013; percentage = (MULTIPLY(DIVIDE(SUM(Bonus)), (SUM(SalesQuota))) as percentage;",
"Hex Nut 5 is name of a product"
]
} |
{
"query": "How many products that take more than 2 days to make are out of stock?",
"pos": [
"take more than 2 days to make refers to DaysToManufacture>2; out of stock refers to OnOrderQty = 0 or OnOrderQty is null"
],
"neg": [
"percentage = DIVIDE(SUM(Name = 'Night')), (COUNT(ShiftID)) as percentage;",
"Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota",
"Canada is name of sales territory",
"active status of employees refers to CurrentFlag = 1;",
"salable product refers to FinishedGoodsFlag = 1; over 10 reviews refers to count(comments)>10",
"Purchase order with order quantity of 5000 or more refers to OrderQty> = 5000",
"price refers to ListPrice; highest price refers to MAX(ListPrice);",
"full name = FirstName+MiddleName+LastName;",
"take more than 2 days to make refers to DaysToManufacture>2; out of stock refers to OnOrderQty = 0 or OnOrderQty is null; manufactured in house refers to MakeFlag = 1",
"married refers to MaritalStatus = 'M'; male refers to Gender = 'M'; BirthDate < = '1959-12-31';"
]
} |
{
"query": "Among all the products that are manufactured in-house, how many of them are salable?",
"pos": [
"product is mnanufactured in-house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1;"
],
"neg": [
"approved refers to Status = 2; confidential document refers to DocumentSummary is null;",
"full name = FirstName+MiddleName+LastName; HiredDate refers to the date the person joins the company;",
"percentage = DIVIDE(Culture.Name = 'Thai', count(ALL Culture.Name))*100%",
"Purchase order with order quantity of 5000 or more refers to OrderQty> = 5000",
"year of credit card expiration refers to ExpYear;",
"Profit as 82.41 = SUTRACT(ListPrice, StandardCost); May of 2012 refers to StartDate = '2012-05'",
"Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota",
"salesperson that haven't met the quota refers to Bonus = 0;",
"least amount of workers refers to MIN(count(DepartmentID));",
"job position and job title are synonyms; full name = FirstName+MiddleName+LastName;"
]
} |
{
"query": "List the purchase order whereby all received quantity were rejected? Name those product.",
"pos": [
"Rejected refers rejected product in which to RejectedQty = 1"
],
"neg": [
"vendor's selling price refers to StandardPrice",
"type of employee refers to PersonType;",
"StartDate BETWEEN '2009-01-01' AND '2009-12-31';",
"product with large photo refers to LargePhoto NOT null;",
"number of products refers to OrderQty",
"cost refers to StandardCost;",
"employee number 257 refers to EmployeeID = 257; pending shipment status refers to Status = 3",
"The Road line refers to the product line, therefore ProductLine = 'R'",
"credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;",
"employees who wish to receive e-mail promotions from AdventureWorks and selected partners refers to EmailPromotion = 2;"
]
} |
{
"query": "Who is the oldest married male? State his job title.",
"pos": [
"Male refers to Gender = 'M'; married refers to MaritalStatus = 'M'; oldest refers to Min(BirthDate);"
],
"neg": [
"salable product refers to FinishedGoodsFlag = 1; mountain product line refers to ProductLine = 'M'",
"Debur and Polish is name of manufacturing location",
"geographic area to which the city belong refers to Group;",
"website purchasing link refers to PurchasingWebServiceURL",
"manufactured in house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1; over 10 reviews refers to count(comments)>10",
"business number 1580 refers to BusinessEntityID = 1580; Net profit = SUBTRACT(LastReceiptCost,StandardPrice)",
"Oldest employee refers to Max ( Subtract((now())-BirthDate));",
"least number of sick leave refers to min(SickLeaveHours); PayFrequency = 1 means ‘Salary received monthly’; PayFrequency = 2 means ‘Salary received biweekly';",
"Department refers to Name where GroupName = 'Executive General and Administration'",
"profit on net = subtract(LastReceiptCost, StandardPrice); best profit on net refers to max(subtract(LastReceiptCost, StandardPrice))"
]
} |
{
"query": "Please list the titles of the documents that are pending approval.",
"pos": [
"documents pending approval refers to Status = 1"
],
"neg": [
"Profit = SUBTRACT(ListPrice, StandardCost); the highest rating in review refers to Rating = 5",
"male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;",
"still need to be assembled means the assembly doesn't finish or still going on which refers to EndDate IS NULL; a depth of 2 refers to BOMLevel = 2;",
"manufactured in house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1; over 10 reviews refers to count(comments)>10",
"profit = SUBTRACT(ListPrice, StandardCost);",
"geographical location refers to group from SalesPerson; ComissionPct refers to commission percentage where ComissionPct > = 0.018;",
"current payrate refers to max(Rate); percentage increment = divide(subtract(max(Rate), min(Rate)), min(Rate))*100%",
"SUBTRACT(LastReceiptCost, StandardPrice) for ProductID where name = 'Freewheel'",
"percentage of profit = DIVIDE(SUBTRACT(ListPrice, StandardCost), (StandardCost)) as percentage;",
"CurrentFlag = 1 refers to the active status of employees; Percentage = Divide (Count (BusinessEntityID (CurrentFlag = 1 & VacationHours >20 & SickLeaveHours > 10)), Count (BusinessEntityID (CurrentFlag = 1 & SickLeaveHours>10))) * 100;"
]
} |
{
"query": "Sum the total number of products rejected for having a trim length that is too long.",
"pos": [
"number of product rejected refers to ScrapedQty; trim length that is too long refers to scrap reason where Name = 'Trim length too long'"
],
"neg": [
"Bike refers to the name of the product category, therefore ProductCategoryID = 1",
"Northwest is name of SalesTerritory; US is the CountryRegionCode;",
"located in the Subassembly category refers to Name = 'Subassembly'",
"Transactiontype = 'w' means 'WorkOrder'; transactiontype = 's' means 'SalesOrder'; transactiontype = 'P' means 'PurchaseOrder'; happened in refers to TransactionDate",
"assembly lines that are not finished refers to EndDate = null",
"seasonal discount is a type of special offer; discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);",
"began work in 2009 or later refers to StartDate> = 2009;",
"business number 1580 refers to BusinessEntityID = 1580; Net profit = SUBTRACT(LastReceiptCost,StandardPrice)",
"year(EndDate)>2009 and year(StartDate)<2009;",
"Lightest product refers to Min(Weight); profit if they sell 10 items refers to Subtract (ListPrice , StandardCost) *10;"
]
} |
{
"query": "What is the the percentage of profit for the product \"858\"?",
"pos": [
"percentage of profit = DIVIDE(SUBTRACT(ListPrice, StandardCost), (StandardCost)) as percentage;"
],
"neg": [
"geographical location refers to group from SalesPerson; ComissionPct refers to commission percentage where ComissionPct > = 0.018;",
"Canada is name of a sales territory",
"resellers refers to Category = 'Reseller';",
"Socks is a name of product subcategory",
"year of credit card expiration refers to ExpYear;",
"cost refers to StandardCost;",
"non-sales employee refers to PersonType = 'EM'",
"their home address as their address refers to AddressTypeID = 2; address corresponds to the shipping address refers to AddressTypeID = 5",
"average age = AVG(subtract(year(now), year(HireDate)))",
"shipment by truck refers to Name = 'XRQ - TRUCK GROUND';"
]
} |
{
"query": "Who is the \"Next-Door Bike Store\" point of contact?",
"pos": [
"Next-Door Bike Store is name of a store"
],
"neg": [
"resellers refers to Category = 'Reseller';",
"High quality refers to the product's quality class, therefore Class = 'H'",
"current payrate refers to max(Rate); percentage increment = divide(subtract(max(Rate), min(Rate)), min(Rate))*100%",
"Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota",
"where the person live refers addresstype.Name = 'Home'",
"Alex refers to FirstName = 'Alex'; single refers to MaritalStatus = 'S'",
"Purchase order with order quantity of 5000 or more refers to OrderQty> = 5000",
"salable product refers to FinishedGoodsFlag = 1; mountain product line refers to ProductLine = 'M'",
"person number 18 refers to BusinessEntityID = 18; forename refers to FirstName",
"Job position and job title are synonyms; job position that was hired the most refers to MAX(COUNT(JobTitle); HireDate BETWEEN '2007-1-1' AND '2007-12-31';"
]
} |
{
"query": "What is the class of the product with the most reviews?",
"pos": [
"most review refers to MAX(count(comments)); high class refers to Class = 'H'; medium class refers to Class = 'M'; low class refers to Class = 'L'"
],
"neg": [
"Department refers to Name where GroupName = 'Executive General and Administration'",
"employees who left a department refers to EndDate NOT null; average stay = AVG(SUBTRACT(year(EndDate)), (year(T1.StartDate)));",
"percentage of sales representatives = divide(count(JobTitle = 'Sales Representative'), count(JobTitle))*100%",
"Married refers to MaritalStatus = 'M'; non-sales employees refer to PersonType = 'EM'",
"Product with the lowest rating refers to the rating\ngiven by the\nreviewer where Rating = 1",
"Product with more than 5 quantity refers to Quantity>5",
"least amount of workers refers to MIN(count(DepartmentID));",
"employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle",
"Australia Bike Retailer is name of vendor",
"store contact refers to PersonType = 'SC';"
]
} |
{
"query": "In which year will the David Bradley's credit card expire?",
"pos": [
"year of credit card expiration refers to ExpYear;"
],
"neg": [
"geographical location refers to group from SalesPerson; ComissionPct refers to commission percentage where ComissionPct > = 0.018;",
"fewest online orders refer to MIN(Quantity);",
"Document Control Assistant refers to the JobTitle = 'Document Control Assistant'; hired on 2009/1/22 means the person's hiring date is HireDate = '2009-01-22'; private documents indicate that DocumentSummary is null; DIVIDE(COUNT(DocumentSummary is null), COUNT(DocumentSummary))*100",
"Road Frames is a name of product subcategory",
"Stocked quantity refers to StockedQty",
"card that expires in 2007 refers to ExpYear = 2007;",
"married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))\n",
"resellers refers to Category = 'Reseller';",
"company number 1 refers to BusinessEntityId = 1; employee refers to PersonType = 'EM'; full name refers to FirstName + MiddleName + LastName",
"cost refers to StandardCost;"
]
} |
{
"query": "What is the profit for the product \"792\"?",
"pos": [
"profit = SUBTRACT(ListPrice, StandardCost);"
],
"neg": [
"projected yearly sales quota refers to SalesQuota; projected yearly sales quota in 2013 refers to year(QuotaDate) = 2013; percentage = (MULTIPLY(DIVIDE(SUM(Bonus)), (SUM(SalesQuota))) as percentage;",
"LL Road Frame Sale is a description of special offer",
"year(EndDate)>2009 and year(StartDate)<2009;",
"married refers to MaritalStatus = 'M'; male refers to Gender = 'M'; BirthDate < = '1959-12-31';",
"Profit = AVG(SUBTRACT(ListPrice, StandardCost)>100",
"seasonal discount is a type of special offer; discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);",
"take more than 2 days to make refers to DaysToManufacture>2; out of stock refers to OnOrderQty = 0 or OnOrderQty is null",
"cost refers to StandardCost;",
"Full address refers to AddressLine1+AddressLine2; business number 24 refers to BusinessEntityID = '24'",
"store contact refers to PersonType = 'SC';"
]
} |
{
"query": "List the name and calculate its profit for product with the highest rating in review.",
"pos": [
"Profit = SUBTRACT(ListPrice, StandardCost); the highest rating in review refers to Rating = 5"
],
"neg": [
"Stocked quantity refers to StockedQty",
"business id refers to BusinessEntityID;",
"unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title",
"Next-Door Bike Store is name of a store",
"fewest online orders refer to MIN(Quantity);",
"Bike refers to the name of the product category, therefore ProductCategoryID = 1",
"approved refers to Status = 2; confidential document refers to DocumentSummary is null;",
"vendor's selling price refers to StandardPrice",
"low class refers to Class = 'L'; universal refers to Style = 'U'; road frame is a name of product subcategory; average profit = AVG(SUBTRACT(ListPrice, StandardCost);",
"year(StartDate) 2007; year of credit card expiration refers to ExpYear; ExpYear = 2007;"
]
} |
{
"query": "Among the vendors with maximum orders betweeen 500 to 750, which vendor has the 10th highest profit on net?",
"pos": [
"maximum orders refers to MaxOrderQty; MaxOrderQty BETWEEN '500' AND '750'; profit on net = SUBTRACT(LastReceiptCost, StandardPrice);"
],
"neg": [
"salaried employee refers to SalariedFlag = 1; hired in 2007 and later refers to year(HireDate)> = 2007",
"card that expires in 2007 refers to ExpYear = 2007;",
"weight in pounds refers to WeightUnitMeasureCode = 'LB';",
"Valley Bicycle Specialists is a name of store; full address = AddressLine1+AddressLine2;",
"product is mnanufactured in-house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1;",
"store contact refers to PersonType = 'SC';",
"pay rate above 40 refers to Rate>40; male employee refers to Gender = M",
"AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))",
"Production Technicians refer to the JobTitle = 'Production Technician%'; single refers to MaritalStatus = 'S'; Vendor contact refers to PersonType = 'VC'",
"Male refers to Gender = 'M'; married refers to MaritalStatus = 'M'; oldest refers to Min(BirthDate);"
]
} |
{
"query": "What is the highest amount of bonus earned by the sales person in Canada?",
"pos": [
"Canada is name of a sales territory"
],
"neg": [
"Bike refers to the name of the product category, therefore ProductCategoryID = 1",
"Valley Bicycle Specialists is a name of store; full address = AddressLine1+AddressLine2;",
"proportion = DIVIDE(SUM(Name = 'UK')), (COUNT(SalesOrderID))) as count;",
"Average = Divide(Sum(Substract(year(@today),year(BirthDate))),Count(BusinessEntityID) by each Department ID; youngest employee refers to Min(BirthDate);",
"If Name = \"+\" in the value from SalesTaxRate, it means this sales are charged by multiple types of tax; Quebec refers to the name of State Province",
"tax applied to retail transaction refers to Taxtype = 1; sales that are charged with multiple types of tax refers to NAME LIKE '%+%';",
"Product with the lowest rating refers to the rating\ngiven by the\nreviewer where Rating = 1",
"type of credit card refers to CardType; CardType = 'Vista';",
"minimum order quantity refers to MinOrderQty;",
"planned cost is different from actual cost refers to ActualCost ! = PlannedCost;"
]
} |
{
"query": "What are the top 5 types of products with the highest selling price? ?",
"pos": [
"highest selling price refers to MAX(ListPrice);"
],
"neg": [
"products using roadster_black_small.gif as the thumbnail photo refers to ThumbnailPhotoFileName = 'roadster_black_small.gif';",
"Catgo Transport 5 is a name of shipping method; OrderDate = '2011-12-14'; total shipment cost = SUM(Freight);",
"lowest pay refers to min(Rate);",
"do not have any type of offer refers to Description = 'No Discount'; sold in an amount greater than 2 refers to OrderQty>2",
"shelves refer to shelf; down tube is a product",
"active employee refers to CurrentFlag = 1; Rate< = 30;",
"Located refers to the total address of the entity that comprises city, addressline1, addressline2",
"United States refers to CountryRegionCode = 'US';",
"LL Road Frame Sale is a description of special offer",
"salesperson that haven't met the quota refers to Bonus = 0;"
]
} |
{
"query": "Please list the businesses along with their numbers that have their accounts located in Duvall.",
"pos": [
"Business along with their numbers refers to the BusinessEntityID; located in Duvall refers to City = 'Duvall'"
],
"neg": [
"Socks is a name of product subcategory",
"Male refers to Gender = 'M'; married refers to MaritalStatus = 'M'; oldest refers to Min(BirthDate);",
"weight in pounds refers to WeightUnitMeasureCode = 'LB';",
"married refers to MaritalStatus = 'M'; Contact does wish to receive e-mail promotions from Adventure Works refers to EmailPromotion = 1; Average = Divide (Sum(Rate (MaritalStatus = 'M' & EmailPromotion = 1))), Count (BusinessEntityID (MaritalStatus = 'M' & EmailPromotion = 1)); MAX(Rate (MaritalStatus = 'M' & EmailPromotion = 1) - Average;",
"purchase orders refers to TransactionType = 'P'; first six months of 2012 refers to TransactionDate bewteen '2012-01-01'and '2012-06-30'; average = DIVIDE(ActualCost where TransactionType = 'P', count(TransactionID))\n",
"Debur and Polish is name of manufacturing location",
"male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;",
"Stocked quantity refers to StockedQty",
"increased their current year sales by more than 60% refers to\nDIVIDE(SUBTRACT(SalesYTD, SalesLastYear),SalesLastYear)>0.6",
"Located refers to the total address of the entity that comprises city, addressline1, addressline2"
]
} |
{
"query": "List all the socks products.",
"pos": [
"Socks is a name of product subcategory"
],
"neg": [
"lowest pay refers to min(Rate);",
"Canada is name of sales territory",
"type of credit card refers to CardType; CardType = 'Vista';",
"employee number 257 refers to EmployeeID = 257; pending shipment status refers to Status = 3",
"hired in 2009 refers to year(HireDate) = 2009",
"average selling price = divide(sum(StandardPrice), count(BusinessEntityID))",
"Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota",
"Transactiontype = 'w' means 'WorkOrder'; transactiontype = 's' means 'SalesOrder'; transactiontype = 'P' means 'PurchaseOrder'; happened in refers to TransactionDate",
"Facilities Manager is a job title",
"number of departments an employee works for between 2011 and 2012 refers to year(StartDate) BETWEEN 2011 AND 2012 and year(EndDate) BETWEEN 2011 and 2012;"
]
} |
{
"query": "Name all stores and its sales representative in France territory.",
"pos": [
"France territory refers to SalesTerritory.Name = 'France';"
],
"neg": [
"male refers to Gender = 'M'; employee refers to PersonType = 'EM'; percentage = DIVIDE(COUNT(Gender = 'M'), COUNT(PersonType = 'MY'))*100%;",
"sales order for 32 units refers to OrderQty = 32",
"United States refers to CountryRegionCode = 'US';",
"Located refers to the total address of the entity that comprises city, addressline1, addressline2",
"Bike refers to the name of the product category, therefore ProductCategoryID = 1",
"cost refers to StandardCost;",
"Profit as 82.41 = SUTRACT(ListPrice, StandardCost); May of 2012 refers to StartDate = '2012-05'",
"married employee refers to MaritalStatus = 'M'; less than 20 vacation hours refers to VacationHours<20",
"profit = MULTIPLY(SUBTRACT(ListPrice, Standardcost)), (Quantity)));",
"Socks is a name of product subcategory"
]
} |
{
"query": "What is the cost and the product number of product with the id \"888\"?",
"pos": [
"cost refers to StandardCost;"
],
"neg": [
"Catherine Ward refers to the name of BusinessEntityID; how many letters in password for the e-mail account refers to LENGTH(PasswordHash)",
"Night shift refers to Name = 'Night';",
"resellers refers to Category = 'Reseller';",
"number of product rejected refers to ScrapedQty; trim length that is too long refers to scrap reason where Name = 'Trim length too long'",
"business id refers to BusinessEntityID",
"unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title",
"highest rating refers to Rating = 5; high class refers to Class = 'H'; men's product refers to Style = 'M'",
"non-sales employee refers to PersonType = 'EM'",
"in centimeter refers to SizeUnitMeasureCode = 'CM';",
"shelves refer to shelf; down tube is a product"
]
} |
{
"query": "What is the surname suffix of the employee who works as a store contact and has the longest sick leave hours?",
"pos": [
"store contact refers to PersonType = 'SC';"
],
"neg": [
"seasonal discount is a type of special offer; discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);",
"card that expires in 2007 refers to ExpYear = 2007;",
"do not have any type of offer refers to Description = 'No Discount'; sold in an amount greater than 2 refers to OrderQty>2",
"active status of employees refers to CurrentFlag = 1;",
"shelves refer to shelf; down tube is a product",
"profit = SUBTRACT(ListPrice, StandardCost);",
"Male refers to Gender = 'M'; married refers to MaritalStatus = 'M'; oldest refers to Min(BirthDate);",
"product is mnanufactured in-house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1;",
"purchase orders refers to TransactionType = 'P'; first six months of 2012 refers to TransactionDate bewteen '2012-01-01'and '2012-06-30'; average = DIVIDE(ActualCost where TransactionType = 'P', count(TransactionID))\n",
"projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;"
]
} |
{
"query": "Who is the Vice President of Engineering and when did he join the company? Indicate his/her full name.",
"pos": [
"full name = FirstName+MiddleName+LastName; HiredDate refers to the date the person joins the company;"
],
"neg": [
"Low quality refers to the product's quality class, therefore Class = 'L'",
"business id refers to BusinessEntityID",
"business along with their IDs = BusinessEntityID; Cellphones refers to PhoneNumberType.name = ‘cell’",
"BirthDate<'1980-01-01'; single refers to MaritalStatus = 'S' or null;",
"low class refers to Class = 'L'; universal refers to Style = 'U'; road frame is a name of product subcategory; average profit = AVG(SUBTRACT(ListPrice, StandardCost);",
"male refers to Gender = 'M'; employee refers to PersonType = 'EM'; percentage = DIVIDE(COUNT(Gender = 'M'), COUNT(PersonType = 'MY'))*100%;",
"high class refers to Class = 'H'; men's product refers to Style = 'M'",
"LL Road Frame Sale is a description of special offer",
"Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;",
"mountain product line refers to ProductLine = 'M'"
]
} |
{
"query": "What time does the company's night shift begin? Indicate the answer in regular form.",
"pos": [
"Night shift refers to Name = 'Night';"
],
"neg": [
"percentage of sales representatives = divide(count(JobTitle = 'Sales Representative'), count(JobTitle))*100%",
"Order Reference Number refers to ReferenceOrderID",
"located in the Subassembly category refers to Name = 'Subassembly'",
"maximum orders refers to MaxOrderQty; MaxOrderQty BETWEEN '500' AND '750'; profit on net = SUBTRACT(LastReceiptCost, StandardPrice);",
"Oldest employee refers to Max ( Subtract((now())-BirthDate));",
"employees who left a department refers to EndDate NOT null; average stay = AVG(SUBTRACT(year(EndDate)), (year(T1.StartDate)));",
"home manufactured refers to MakeFlag = 1; average rating = divide(sum(Rating), count(ProductReview))",
"mountain product line refers to ProductLine = 'M'",
"work order refers to TransactionType = 'W'; Quantity BETWEEN 100 AND 250; ReorderPoint< = 375;",
"Low quality refers to the product's quality class, therefore Class = 'L'"
]
} |
{
"query": "Please list any 3 product numbers with the lowest standard cost.",
"pos": [
"product number = productID"
],
"neg": [
"percentage of profit = DIVIDE(SUBTRACT(ListPrice, StandardCost), (StandardCost)) as percentage;",
"quantities not greater than 3 refers to OrderQty<3; discount of 0.2 refers to UnitPriceDiscount = 0.2; percentage = DIVIDE(count(SalesOrderID(OrderQty<3 & UnitPriceDiscount = 0.2)), count(SalesOrderID))*100%",
"Rejected refers rejected product in which to RejectedQty = 1",
"percentage of sales representatives = divide(count(JobTitle = 'Sales Representative'), count(JobTitle))*100%",
"business id refers to BusinessEntityID",
"located in the Subassembly category refers to Name = 'Subassembly'",
"Information Service is a name of department;",
"Alex refers to FirstName = 'Alex'; single refers to MaritalStatus = 'S'",
"Jill refers to the name of reviewer; HL Mountain Pedal refers to the name of the product",
"SC is an abbreviation for Store Contact; store contact person refers to PersonType = 'SC'; recently hired refers to latest StartDate;"
]
} |
{
"query": "How many materials still need to be assembled and have a depth of 2 between each component and their parent product?",
"pos": [
"still need to be assembled means the assembly doesn't finish or still going on which refers to EndDate IS NULL; a depth of 2 refers to BOMLevel = 2;"
],
"neg": [
"lowest rating refers to Rating = 1",
"geographic area to which the city belong refers to Group;",
"SC is an abbreviation for Store Contact; store contact person refers to PersonType = 'SC'; recently hired refers to latest StartDate;",
"oldest employee refers to min(BirthDate)",
"If Name = \"+\" in the value from SalesTaxRate, it means this sales are charged by multiple types of tax; Quebec refers to the name of State Province",
"Alex refers to FirstName = 'Alex'; single refers to MaritalStatus = 'S'",
"minimum order quantity refers to MinOrderQty;",
"store contact refers to PersonType = 'SC';",
"geographical location refers to group from SalesPerson; ComissionPct refers to commission percentage where ComissionPct > = 0.018;",
"MOQ refers to minimum order quantity; MOQ of 1 refers to MinOrderQty = 1; standard cost more than 48 refers to StandardCost > 48;"
]
} |
{
"query": "List all product only MOQ of 1,000 and with standard cost more than 17.",
"pos": [
"MOQ refers to minimum order quantity; MOQ of 1 refers to MinOrderQty = 1; standard cost more than 48 refers to StandardCost > 48;"
],
"neg": [
"highest amount of difference between the ordered quantity and actual quantity received in a single purchase order refers to MAX(SUBTRACT(OrderQty, ReceivedQty));",
"Catherine Ward refers to the name of BusinessEntityID; how many letters in password for the e-mail account refers to LENGTH(PasswordHash)",
"increased their current year sales by more than 60% refers to\nDIVIDE(SUBTRACT(SalesYTD, SalesLastYear),SalesLastYear)>0.6",
"Transactiontype = 'w' means 'WorkOrder'; transactiontype = 's' means 'SalesOrder'; transactiontype = 'P' means 'PurchaseOrder'; happened in refers to TransactionDate",
"began work in 2009 or later refers to StartDate> = 2009;",
"ModifiedDate between'2014-09-12 00:00:00' and '2014-09-12 23:59:59';",
"website purchasing link refers to PurchasingWebServiceURL",
"over 3 price changes refers to count(ListPrice)>3",
"pay rate refers to Rate; 20 years old at the time of being hired refers to SUBTRACT(year(HireDate)), (year(BirthDate))) = 20;",
"number of departments an employee works for between 2011 and 2012 refers to year(StartDate) BETWEEN 2011 AND 2012 and year(EndDate) BETWEEN 2011 and 2012;"
]
} |
{
"query": "Names the Sales Representative with the highest year to date sales.",
"pos": [
"Highest year to date sales refers to Max(SalesYTD);"
],
"neg": [
"ModifiedDate between'2014-09-12 00:00:00' and '2014-09-12 23:59:59';",
"Transactiontype = 'w' means 'WorkOrder'; transactiontype = 's' means 'SalesOrder'; transactiontype = 'P' means 'PurchaseOrder'; happened in refers to TransactionDate",
"current payrate refers to max(Rate); percentage increment = divide(subtract(max(Rate), min(Rate)), min(Rate))*100%",
"job position and job title are synonyms; full name = FirstName+MiddleName+LastName;",
"store contact refers to PersonType = 'SC';",
"non-sales employee refers to PersonType = 'EM'",
"fewest online orders refer to MIN(Quantity);",
"where the person live refers addresstype.Name = 'Home'",
"number of departments an employee works for between 2011 and 2012 refers to year(StartDate) BETWEEN 2011 AND 2012 and year(EndDate) BETWEEN 2011 and 2012;",
"married refers to MaritalStatus = 'M'; Contact does wish to receive e-mail promotions from Adventure Works refers to EmailPromotion = 1; Average = Divide (Sum(Rate (MaritalStatus = 'M' & EmailPromotion = 1))), Count (BusinessEntityID (MaritalStatus = 'M' & EmailPromotion = 1)); MAX(Rate (MaritalStatus = 'M' & EmailPromotion = 1) - Average;"
]
} |
{
"query": "How many work orders with quantities ranging from 100 to 250 have a reorder point of no more than 375?",
"pos": [
"work order refers to TransactionType = 'W'; Quantity BETWEEN 100 AND 250; ReorderPoint< = 375;"
],
"neg": [
"employees who left a department refers to EndDate NOT null; average stay = AVG(SUBTRACT(year(EndDate)), (year(T1.StartDate)));",
"mountain product line refers to ProductLine = 'M'; highest average rating = max(divide(sum(Rating), count(ProductReview)))",
"their home address as their address refers to AddressTypeID = 2; address corresponds to the shipping address refers to AddressTypeID = 5",
"married employee refers to MaritalStatus = 'M'; less than 20 vacation hours refers to VacationHours<20",
"highest rating refers to Rating = 5; high class refers to Class = 'H'; men's product refers to Style = 'M'",
"seasonal discount is a type of special offer; discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);",
"year of credit card expiration refers to ExpYear; ExpYear = 2007; store contact refers to PersonType = 'SC';",
"product with large photo refers to LargePhoto NOT null;",
"Accountant is a job title; first hired = MIN(HireDate)",
"employees who wish to receive e-mail promotions from AdventureWorks and selected partners refers to EmailPromotion = 2;"
]
} |
{
"query": "How many active employees whose payrate is equal or below 30 per hour.",
"pos": [
"active employee refers to CurrentFlag = 1; Rate< = 30;"
],
"neg": [
"288th sales person refers to BusinessEntityID = 288; predited annual sales refers to SalesQuota; actual sales refers to SalesYTD; difference = Substract(SalesQuota(BusinessEntityID(288))), (SalesYTD(BusinessEntityID(288)));",
"tax amount refers to TaxAmt; biggest tax amount refers to MAX(TaxAmt);",
"LL Road Frame Sale is a description of special offer",
"began work in 2009 or later refers to StartDate> = 2009;",
"AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))",
"employee exempt from collective bargaining refers to SalariedFlag = 1; highest pay rate refers to max(Rate)",
"percentage = DIVIDE(SUM(Name = 'Night')), (COUNT(ShiftID)) as percentage;",
"Product with more than 5 quantity refers to Quantity>5",
"Rejected refers rejected product in which to RejectedQty = 1",
"cost refers to StandardCost;"
]
} |
{
"query": "Among the employees in Adventure Works, calculate the percentage of them working as sales representatives.",
"pos": [
"percentage of sales representatives = divide(count(JobTitle = 'Sales Representative'), count(JobTitle))*100%"
],
"neg": [
"Alex refers to FirstName = 'Alex'; single refers to MaritalStatus = 'S'",
"Complete sales task refers to meeting sales quota; if Bonus = 0, it means this salesperson doesn't meet quota and vice versa",
"Socks is a name of product subcategory",
"Sales and Marketing is group name of a department",
"type of employee refers to PersonType;",
"Address number 15873 refers to AddressID = '15873'; IsOnlyStateProvinceCode = '0' refers to StateProvinceCode exists; IsOnlyStateProvinceCode = '1' refers to StateProvinceCode unavailable;",
"Business along with their numbers refers to the BusinessEntityID; located in Duvall refers to City = 'Duvall'",
"tax amount refers to TaxAmt; biggest tax amount refers to MAX(TaxAmt);",
"business number 1580 refers to BusinessEntityID = 1580; Net profit = SUBTRACT(LastReceiptCost,StandardPrice)",
"store contact refers to PersonType = 'SC'; year(EndDate)>2007 and year(StartDate)<2007;"
]
} |
{
"query": "How many sales orders did the salesperson David R. Campbell create?",
"pos": [
"SP is an abbreviation for Sales Person; PersonType = 'SP';"
],
"neg": [
"miinimum order quantity refers to MinOrderQty = 100",
"in centimeter refers to SizeUnitMeasureCode = 'CM';",
"resellers refers to Category = 'Reseller';",
"take more than 2 days to make refers to DaysToManufacture>2; out of stock refers to OnOrderQty = 0 or OnOrderQty is null",
"employees who wish to receive e-mail promotions from AdventureWorks and selected partners refers to EmailPromotion = 2;",
"highest selling price refers to MAX(ListPrice);",
"profit on net = SUBTRACT(LastReceiptCost, StandardPrice);",
"Rejected refers rejected product in which to RejectedQty = 1",
"Located refers to the total address of the entity that comprises city, addressline1, addressline2",
"BirthDate<'1980-01-01'; single refers to MaritalStatus = 'S' or null;"
]
} |
{
"query": "Among all products without any rejected quantity, which product has the highest line total? State the product name and unit price.",
"pos": [
"Product without any rejected quantity refers to RejectedQty = 0"
],
"neg": [
"price refers to ListPrice; price of 3 products = MULTIPLY(ListPrice, 3); Lock Washer 6 is a name of a product;",
"over 3 price changes refers to count(ListPrice)>3",
"work order transaction refers to TransactionType = 'W';",
"price refers to ListPrice; highest price refers to MAX(ListPrice);",
"Employees refer to PersonType = 'EM'; Single refers to MaritalStatus = 's'",
"lowest rating refers to Rating = 1",
"not recommended refers to PreferredVendorStatus = 0;",
"business number 1580 refers to BusinessEntityID = 1580; Net profit = SUBTRACT(LastReceiptCost,StandardPrice)",
"employees who wish to receive e-mail promotions from AdventureWorks and selected partners refers to EmailPromotion = 2;",
"type of credit card refers to CardType; CardType = 'Vista';"
]
} |
{
"query": "What is the average life expentancy of countries that speak Arabic?",
"pos": [
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';"
],
"neg": [
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"highest population refers to MAX(Population);",
"most crowded city refers to MAX(Population);",
"smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);",
"Europe refers to Continent = 'Europe';",
"Belize is a name of country;",
"official language refers to IsOfficial = 'T'; Greece is a name of country;"
]
} |
{
"query": "Who is the head of the state where the most crowded city belongs?",
"pos": [
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);"
],
"neg": [
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"average population = AVG(Population);",
"largest population refers to MAX(Population);",
"Malaysia is a name of country;",
"smallest population refers to MIN(Population);",
"Zaanstad is a name of city;",
"Europe refers to Continent = 'Europe';",
"average surface area = AVG(SurfaceArea);",
"smallest surface area refers to MIN(smallest surface area);",
"England refers to District = 'England';"
]
} |
{
"query": "List down languages used in Malaysia.",
"pos": [
"Malaysia is a name of country;"
],
"neg": [
"largest population refers to MAX(Population);",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"England refers to District = 'England';",
"headed by Adolf Ogi refers to HeadOfState = 'Adolf Ogi';",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"highest population refers to MAX(Population);",
"English refers to Language = 'English'; Australia is a name of country;",
"declared independence in 1994 refers to IndepYear = 1994;",
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);",
"no GNP refers to GNP = 0;"
]
} |
{
"query": "How many countries have no GNP?",
"pos": [
"no GNP refers to GNP = 0;"
],
"neg": [
"official language refers to IsOfficial = 'T'; Greece is a name of country;",
"average population = AVG(Population);",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"largest population refers to MAX(Population);",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);",
"high life expectancy at birth refers to MAX(LifeExpectancy);",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"Zaanstad is a name of city;"
]
} |
{
"query": "List all the languages used in Europe.",
"pos": [
"Europe refers to Continent = 'Europe';"
],
"neg": [
"average surface area = AVG(SurfaceArea);",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"high life expectancy at birth refers to MAX(LifeExpectancy);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"capital city refers to Capital; San Marino is a name of country;",
"largest population refers to MAX(Population);",
"Portuguese refers to `Language` = 'Portuguese';",
"most crowded city refers to MAX(Population);",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));"
]
} |
{
"query": "What is the capital city and population of San Marino?",
"pos": [
"capital city refers to Capital; San Marino is a name of country;"
],
"neg": [
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);",
"declared independence in 1994 refers to IndepYear = 1994;",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"smallest surface area refers to MIN(smallest surface area);",
"average surface area = AVG(SurfaceArea);",
"Belize is a name of country;",
"smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);"
]
} |
{
"query": "Which country has the most crowded city in the world?",
"pos": [
"most crowded city refers to MAX(Population);"
],
"neg": [
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';",
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;",
"headed by Adolf Ogi refers to HeadOfState = 'Adolf Ogi';",
"declared independence in 1994 refers to IndepYear = 1994;",
"high life expectancy at birth refers to MAX(LifeExpectancy);",
"Belize is a name of country;",
"no GNP refers to GNP = 0;",
"smallest surface area refers to MIN(smallest surface area);",
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';"
]
} |
{
"query": "List down the cities belongs to the country that has surface area greater than 7000000.",
"pos": [
"surface area greater than 7000000 refers to SurfaceArea > 7000000;"
],
"neg": [
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"no GNP refers to GNP = 0;",
"smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);",
"uses Japanese as their language refers to `Language` = 'Japanese';",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"capital city refers to Capital; San Marino is a name of country;",
"smallest surface area refers to MIN(smallest surface area);",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"smallest surface area refers to MIN(smallest surface area);"
]
} |
{
"query": "Which country has the smallest surface area?",
"pos": [
"smallest surface area refers to MIN(smallest surface area);"
],
"neg": [
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"Portuguese refers to `Language` = 'Portuguese';",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"England refers to District = 'England';",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"average population = AVG(Population);",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);"
]
} |
{
"query": "How many countries use Portuguese?",
"pos": [
"Portuguese refers to `Language` = 'Portuguese';"
],
"neg": [
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"smallest surface area refers to MIN(smallest surface area);",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"average surface area = AVG(SurfaceArea);",
"Europe refers to Continent = 'Europe';",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"English refers to Language = 'English'; Australia is a name of country;",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';"
]
} |
{
"query": "Provide the language used in the country ruled by Pierre Buyoya.",
"pos": [
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';"
],
"neg": [
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"England refers to District = 'England';",
"declared independence in 1994 refers to IndepYear = 1994;",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"average population = AVG(Population);",
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);"
]
} |
{
"query": "What are the official languages used in Greece?",
"pos": [
"official language refers to IsOfficial = 'T'; Greece is a name of country;"
],
"neg": [
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"smallest population refers to MIN(Population);",
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"Belize is a name of country;",
"smallest surface area refers to MIN(smallest surface area);",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));"
]
} |
{
"query": "Provide the country, population, capital city, and official language of the country with the smallest surface area.",
"pos": [
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);"
],
"neg": [
"declared independence in 1994 refers to IndepYear = 1994;",
"GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;",
"headed by Adolf Ogi refers to HeadOfState = 'Adolf Ogi';",
"Zaanstad is a name of city;",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"form of government refers to GovernmentForm;",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';"
]
} |
{
"query": "What is the district of Zaanstad?",
"pos": [
"Zaanstad is a name of city;"
],
"neg": [
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';",
"Europe refers to Continent = 'Europe';",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"English refers to Language = 'English'; Australia is a name of country;",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';"
]
} |
{
"query": "Among the languages used in Baltic Countries, provide the languages which are used by over 80%.\n\n",
"pos": [
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;"
],
"neg": [
"form of government refers to GovernmentForm;",
"largest population refers to MAX(Population);",
"Zaanstad is a name of city;",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"England refers to District = 'England';",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;",
"Portuguese refers to `Language` = 'Portuguese';"
]
} |
{
"query": "In which continent does the country with the smallest surface area belongs?",
"pos": [
"smallest surface area refers to MIN(smallest surface area);"
],
"neg": [
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"average surface area = AVG(SurfaceArea);",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"form of government refers to GovernmentForm;",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';",
"smallest population refers to MIN(Population);",
"uses Japanese as their language refers to `Language` = 'Japanese';",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';"
]
} |
{
"query": "List all the countries in the continent of Asia that use English as their unofficial language.",
"pos": [
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';"
],
"neg": [
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"official language refers to IsOfficial = 'T'; Greece is a name of country;",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;",
"no GNP refers to GNP = 0;",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"most crowded city refers to MAX(Population);",
"Malaysia is a name of country;"
]
} |
{
"query": "What is the life expectancy of residents in the most crowded city?",
"pos": [
"most crowded city refers to MAX(Population);"
],
"neg": [
"form of government refers to GovernmentForm;",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"average surface area = AVG(SurfaceArea);",
"smallest population refers to MIN(Population);",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);",
"Portuguese refers to `Language` = 'Portuguese';",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"most crowded city refers to MAX(Population);",
"largest population refers to MAX(Population);"
]
} |
{
"query": "What is the percentage of English used in Australia?",
"pos": [
"English refers to Language = 'English'; Australia is a name of country;"
],
"neg": [
"official language refers to IsOfficial = 'T'; Greece is a name of country;",
"Malaysia is a name of country;",
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"no GNP refers to GNP = 0;",
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;",
"uses Japanese as their language refers to `Language` = 'Japanese';",
"capital city refers to Capital; San Marino is a name of country;",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"most crowded city refers to MAX(Population);"
]
} |
{
"query": "Provide the name, capital city and its official language of the country with the highest life expectancy.",
"pos": [
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);"
],
"neg": [
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"headed by Adolf Ogi refers to HeadOfState = 'Adolf Ogi';",
"Zaanstad is a name of city;",
"form of government refers to GovernmentForm;",
"average surface area = AVG(SurfaceArea);",
"Malaysia is a name of country;",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"Portuguese refers to `Language` = 'Portuguese';",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)"
]
} |
{
"query": "What country in Asia has the largest gross national product(GNP)?",
"pos": [
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);"
],
"neg": [
"largest population refers to MAX(Population);",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"Belize is a name of country;",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"average population = AVG(Population);",
"GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;",
"English refers to Language = 'English'; Australia is a name of country;",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';",
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';"
]
} |
{
"query": "Which country has the shortest life expectancy?",
"pos": [
"shortest life expectancy refers to MIN(LifeExpectancy);"
],
"neg": [
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;",
"smallest surface area refers to MIN(smallest surface area);",
"average surface area = AVG(SurfaceArea);",
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';",
"English refers to Language = 'English'; Australia is a name of country;",
"form of government refers to GovernmentForm;",
"smallest surface area refers to MIN(smallest surface area);",
"most crowded city refers to MAX(Population);",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';"
]
} |
{
"query": "What is the life expectancy of the countries that uses Japanese as their language?",
"pos": [
"uses Japanese as their language refers to `Language` = 'Japanese';"
],
"neg": [
"capital city refers to Capital; San Marino is a name of country;",
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"Zaanstad is a name of city;",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"Portuguese refers to `Language` = 'Portuguese';",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"largest population refers to MAX(Population);"
]
} |
{
"query": "List any five countries which use English as an official language.",
"pos": [
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';"
],
"neg": [
"most crowded city refers to MAX(Population);",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';",
"GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;",
"smallest population refers to MIN(Population);",
"declared independence in 1994 refers to IndepYear = 1994;",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"Belize is a name of country;"
]
} |
{
"query": "How many countries have Socialistic Republic form of government?",
"pos": [
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';"
],
"neg": [
"Zaanstad is a name of city;",
"uses Japanese as their language refers to `Language` = 'Japanese';",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"smallest surface area refers to MIN(smallest surface area);",
"most crowded city refers to MAX(Population);",
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';",
"England refers to District = 'England';",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';"
]
} |
{
"query": "List all the cities in the country where there is high life expectancy at birth.",
"pos": [
"high life expectancy at birth refers to MAX(LifeExpectancy);"
],
"neg": [
"Zaanstad is a name of city;",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"smallest population refers to MIN(Population);",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';",
"no GNP refers to GNP = 0;",
"highest population refers to MAX(Population);",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"capital city refers to Capital; San Marino is a name of country;",
"Belize is a name of country;",
"Europe refers to Continent = 'Europe';"
]
} |
{
"query": "Calculate the average population per city in Karnataka district.",
"pos": [
"average population = AVG(Population);"
],
"neg": [
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"highest population refers to MAX(Population);",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"average surface area = AVG(SurfaceArea);",
"Zaanstad is a name of city;",
"England refers to District = 'England';",
"capital city refers to Capital; San Marino is a name of country;",
"no GNP refers to GNP = 0;"
]
} |
{
"query": "List the district name of the city with the smallest population.",
"pos": [
"smallest population refers to MIN(Population);"
],
"neg": [
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"smallest surface area refers to MIN(smallest surface area);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"capital city refers to Capital; San Marino is a name of country;",
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;"
]
} |
{
"query": "In English speaking countries, provide the difference between the number of countries with republic and constitutional monarchy as its government form.",
"pos": [
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));"
],
"neg": [
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"largest population refers to MAX(Population);",
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"most crowded city refers to MAX(Population);",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"smallest surface area refers to MIN(smallest surface area);",
"no GNP refers to GNP = 0;"
]
} |
{
"query": "In countries with constitutional monarchy, what is the percentage of cities located in the district of England?",
"pos": [
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)"
],
"neg": [
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);",
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"largest population refers to MAX(Population);",
"smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);",
"average population = AVG(Population);",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';",
"capital city refers to Capital; San Marino is a name of country;",
"smallest surface area refers to MIN(smallest surface area);",
"highest population refers to MAX(Population);"
]
} |
{
"query": "What country declared its independence in 1994?",
"pos": [
"declared independence in 1994 refers to IndepYear = 1994;"
],
"neg": [
"largest population refers to MAX(Population);",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"headed by Adolf Ogi refers to HeadOfState = 'Adolf Ogi';",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"no GNP refers to GNP = 0;",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"high life expectancy at birth refers to MAX(LifeExpectancy);",
"most crowded city refers to MAX(Population);"
]
} |
{
"query": "What is the official language of China?",
"pos": [
"official language refers to IsOfficial = 'T'; China is a name of country;"
],
"neg": [
"ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"Malaysia is a name of country;",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"smallest surface area refers to MIN(smallest surface area);",
"GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"most crowded city refers to MAX(Population);",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));"
]
} |
{
"query": "What is the GNP growth rate by the country of Shanghai?",
"pos": [
"GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;"
],
"neg": [
"Malaysia is a name of country;",
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"smallest population refers to MIN(Population);",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"no GNP refers to GNP = 0;",
"largest population refers to MAX(Population);",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;"
]
} |
{
"query": "Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?",
"pos": [
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';"
],
"neg": [
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"Zaanstad is a name of city;",
"most crowded city refers to MAX(Population);",
"average population = AVG(Population);",
"uses Japanese as their language refers to `Language` = 'Japanese';",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"form of government refers to GovernmentForm;",
"Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;",
"Europe refers to Continent = 'Europe';",
"most crowded city refers to MAX(Population);"
]
} |
{
"query": "List the countries and their official languages in Antarctica.",
"pos": [
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';"
],
"neg": [
"most crowded city refers to MAX(Population);",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"high life expectancy at birth refers to MAX(LifeExpectancy);",
"official language refers to IsOfficial = 'T'; Greece is a name of country;",
"ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';",
"Zaanstad is a name of city;",
"declared independence in 1994 refers to IndepYear = 1994;",
"most crowded city refers to MAX(Population);",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';"
]
} |
{
"query": "Write down the name of the largest population country.",
"pos": [
"largest population refers to MAX(Population);"
],
"neg": [
"Europe refers to Continent = 'Europe';",
"Zaanstad is a name of city;",
"most crowded city refers to MAX(Population);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"form of government refers to GovernmentForm;",
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);",
"no GNP refers to GNP = 0;",
"smallest population refers to MIN(Population);",
"declared independence in 1994 refers to IndepYear = 1994;",
"England refers to District = 'England';"
]
} |
{
"query": "Which country has the smallest surface area and the most crowded city?",
"pos": [
"smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);"
],
"neg": [
"official language refers to IsOfficial = 'T'; Greece is a name of country;",
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"largest population refers to MAX(Population);",
"smallest population refers to MIN(Population);",
"Portuguese refers to `Language` = 'Portuguese';",
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';",
"Belize is a name of country;",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';",
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';"
]
} |
{
"query": "What is the form of government that the city of Manila has?",
"pos": [
"form of government refers to GovernmentForm;"
],
"neg": [
"average population = AVG(Population);",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"most crowded city refers to MAX(Population);",
"capital city refers to Capital; San Marino is a name of country;",
"Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"smallest surface area refers to MIN(smallest surface area);",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"Europe refers to Continent = 'Europe';",
"official language refers to IsOfficial = 'T'; China is a name of country;"
]
} |
{
"query": "What city has the highest population?",
"pos": [
"highest population refers to MAX(Population);"
],
"neg": [
"Malaysia is a name of country;",
"most crowded city refers to MAX(Population);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"uses Japanese as their language refers to `Language` = 'Japanese';",
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';",
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"English refers to Language = 'English'; Australia is a name of country;",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"largest population refers to MAX(Population);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);"
]
} |
{
"query": "List down the country names of countries that have a GNP lower than 1000 and have Dutch as their language.",
"pos": [
"GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';"
],
"neg": [
"shortest life expectancy refers to MIN(LifeExpectancy);",
"English refers to Language = 'English'; Australia is a name of country;",
"Belize is a name of country;",
"Europe refers to Continent = 'Europe';",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"smallest population refers to MIN(Population);"
]
} |
{
"query": "List down the languages of countries with an independence year between 1980 to 1995.",
"pos": [
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;"
],
"neg": [
"official language refers to IsOfficial = 'T'; China is a name of country;",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"official language refers to IsOfficial = 'T'; Greece is a name of country;",
"surface area greater than 7000000 refers to SurfaceArea > 7000000;",
"uses Japanese as their language refers to `Language` = 'Japanese';",
"capital city refers to Capital; San Marino is a name of country;",
"most crowded city refers to MAX(Population);",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';"
]
} |
{
"query": "Among the countries that officially use the English language, what country has the highest capital?",
"pos": [
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);"
],
"neg": [
"largest population refers to MAX(Population);",
"GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;",
"uses Japanese as their language refers to `Language` = 'Japanese';",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';",
"average population = AVG(Population);",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"English refers to Language = 'English'; Australia is a name of country;"
]
} |
{
"query": "What is the average surface area of all countries?",
"pos": [
"average surface area = AVG(SurfaceArea);"
],
"neg": [
"most crowded city refers to MAX(Population);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"Belize is a name of country;",
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"capital city refers to Capital; San Marino is a name of country;",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"Portuguese refers to `Language` = 'Portuguese';"
]
} |
{
"query": "Within the 5 most crowded cities in the world, which country has the most languages used?",
"pos": [
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));"
],
"neg": [
"smallest population refers to MIN(Population);",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"Belize is a name of country;",
"GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';",
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"highest population refers to MAX(Population);"
]
} |
{
"query": "How many unofficial languages are used in Italy?",
"pos": [
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;"
],
"neg": [
"form of government refers to GovernmentForm;",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"smallest surface area refers to MIN(smallest surface area);",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"high life expectancy at birth refers to MAX(LifeExpectancy);",
"Zaanstad is a name of city;",
"ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"no GNP refers to GNP = 0;"
]
} |
{
"query": "List down the name of countries whereby English is their official language.",
"pos": [
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';"
],
"neg": [
"Portuguese refers to `Language` = 'Portuguese';",
"smallest surface area refers to MIN(smallest surface area);",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);",
"ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;",
"average population = AVG(Population);",
"average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';",
"GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;",
"no GNP refers to GNP = 0;"
]
} |
{
"query": "How many cities are there in the country ruled by Kostis Stefanopoulos?",
"pos": [
"ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';"
],
"neg": [
"average population = AVG(Population);",
"unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;",
"constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)",
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"Malaysia is a name of country;",
"most crowded city refers to MAX(Population);",
"English is the official language refers to Language = 'English' AND IsOfficial = 'T';",
"official language refers to IsOfficial = 'T'; China is a name of country;",
"largest population refers to MAX(Population);",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));"
]
} |
{
"query": "How many cities are there in England?",
"pos": [
"England refers to District = 'England';"
],
"neg": [
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);",
"smallest surface area refers to MIN(smallest surface area);",
"declared independence in 1994 refers to IndepYear = 1994;",
"largest population refers to MAX(Population);",
"Zaanstad is a name of city;",
"Portuguese refers to `Language` = 'Portuguese';",
"shortest life expectancy refers to MIN(LifeExpectancy);",
"no GNP refers to GNP = 0;",
"Europe refers to Continent = 'Europe';"
]
} |
{
"query": "List any five countries which use English as an official language.",
"pos": [
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';"
],
"neg": [
"largest population refers to MAX(Population);",
"English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));",
"England refers to District = 'England';",
"official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';",
"smallest surface area refers to MIN(smallest surface area);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);",
"high life expectancy at birth refers to MAX(LifeExpectancy);",
"form of government refers to GovernmentForm;",
"Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';",
"average population = AVG(Population);"
]
} |
{
"query": "List down the districts belong to the country headed by Adolf Ogi.",
"pos": [
"headed by Adolf Ogi refers to HeadOfState = 'Adolf Ogi';"
],
"neg": [
"English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';",
"use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';",
"Belize is a name of country;",
"smallest surface area refers to MIN(smallest surface area);",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"English refers to Language = 'English'; Australia is a name of country;",
"head of the state refers to HeadOfState; most crowded city refers to MAX(Population);",
"declared independence in 1994 refers to IndepYear = 1994;",
"England refers to District = 'England';",
"officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);"
]
} |
{
"query": "Provide the language used by the people of Belize.",
"pos": [
"Belize is a name of country;"
],
"neg": [
"official language refers to IsOfficial = 'T'; Greece is a name of country;",
"Zaanstad is a name of city;",
"high life expectancy at birth refers to MAX(LifeExpectancy);",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);",
"most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));",
"English refers to Language = 'English'; Australia is a name of country;",
"independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;",
"ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';",
"headed by Adolf Ogi refers to HeadOfState = 'Adolf Ogi';",
"capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);"
]
} |
{
"query": "From 1968 to 1970, what are indicator names whose license type is open and values are less than 100?",
"pos": [
"From 1968 to 1970 refers to Year between '1968' and '1970'; values are less than 100 imply Value<100;"
],
"neg": [
"Year = 2005; private expenditure on health refers to IndicatorName = 'Out-of-pocket health expenditure (% of private expenditure on health)'; the highest refers to MAX(Value); source refers to Description;",
"narratives is Description; The Bahamas is the name of the country where Country = 'The Bahamas'",
"Latin American & Carribbean is the name of the region; poor countries refers to IncomeGroup = 'Low income';",
"indicator Stocks traded, turnover ratio of domestic shares refers to IndicatorName = 'Stocks traded, turnover ratio of domestic shares (%)'",
"the latest trade data refers to LatestTradeData = '2013'; with a series code of \"SP.DYN.CDRT.IN\n\" refers to indicatorcode = 'SP.DYN.CDRT.IN'",
"Latin American & Caribbean countries is the name of the region where Region in ('Latin America' , 'Caribbean'); CO2 emissions from gaseous fuel consumption (kt) is the name of indicator where IndicatorName = 'CO2 emissions from gaseous fuel consumption (kt)'; average value in CO2 emissions (kt) = DIVIDE(SUM(Value), SUM(IndicatorName = 'CO2 emissions from gaseous fuel consumption (kt)')); Year > 1965",
"percentage = divide(count(countrycode where ExternalDebtReportingStatus = 'Actual' ), count(countrycode))*100%; in the Middle East and North Africa refers to region = 'Middle East & North Africa'; have finished reporting on their real external debt refers to ExternalDebtReportingStatus = 'Actual'",
"agricultural land area in sq. km refers value where indicatorname = 'Agricultural land (sq. km)'; Italy refers to countryname = 'Italy'; in 1968 refers to year = '1968'",
"ratio = divide(max(value where indicatorname = 'Number of infant deaths' and year = '1971'), min(value where indicatorname = 'Number of infant deaths' and year = '1971')); the highest number of infant deaths in 1971 refers to max(value where indicatorname = 'Number of infant deaths' and year = '1971'); the lowest number of infant deaths in 1971 refers to min(value where indicatorname = 'Number of infant deaths' and year = '1971')",
"in Sub-Saharan Africa refers to Region = 'Sub-Saharan Africa'; the higest number of female out-of-school children of primary school age refers to max(value where IndicatorName = 'Out-of-school children of primary school age, female (number)')"
]
} |
{
"query": "In which years does the country whose Alpha2Code is 1A have a result of the indicator Adolescent fertility rate?",
"pos": [
"indicator Adolescent fertility rate refers to IndicatorName = 'Adolescent fertility rate (births per 1,000 women ages 15-19)'\n\n"
],
"neg": [
"countries refer to Countrycode; in the high income refers to incomegroup = 'High'; with notes refers to description IS NOT NULL; series code SP.DYN.AMRT.FE refers to Seriescode = 'SP.DYN.AMRT.FE'",
"Latin American & Carribbean is the name of the region; poor countries refers to IncomeGroup = 'Low income';",
"has completed the vital registration refers to VitalRegistrationComplete = 'Yes'",
"Aruba is the name of country where ShortName = 'Aruba'",
"Benin is the short name of the country; year 2005 refers to Year = 'YR2005';",
"the average adolescent fertility rate is DIVIDE(SUM(value), SUM(IndicatorName like 'adolescent fertility rate%')); MAX(average adolescent fertility rate)",
"fastest growth refers to MAX(Value); IndicatorName = 'Adjusted net national income (annual % growth)'; Year = '1980'; currency refers to CurrencyUnit;",
"Mobile Cellular Subscriptions refers to indicatorname = 'Mobile cellular subscriptions'; Brazil refers to CountryName = 'Brazil'",
"which country refers to countryname; the lowest percentage of arable land refers to min(value where indicatorname = 'Arable land (% of land area)')",
"average number refers to avg(value); passengers carried via air transport per year refers to value where IndicatorName = 'Air transport, passengers carried'; by Bulgaria refers to CountryName = 'Bulgaria'; between 1970 to 1980 refers to Year between 1970 and 1980"
]
} |
{
"query": "List the long name of countries with indicator name in 1980.",
"pos": [
"with any indicator name implies IndicatorName is not NULL; Year = '1980';"
],
"neg": [
"IncomeGroup = 'Middle income'; Year = 1960; urban population refers to IndicatorName;",
"CurrencyUnit = 'Euro';",
"completed its external debt reporting refers to ExternalDebtReportingStatus = 'Actual'; in 1980 refers to year = 1980; Land under cereal production value of 3018500 refers to value = 3018500",
"year 1980 refers to Year = 'YR1980';",
"IncomeGroup = 'Upper middle income'; IndicatorName = 'CO2 emissions (kt); the lowest value refers to MIN(Value);",
"Benin is the short name of the country; year 2005 refers to Year = 'YR2005';",
"in Angola refers to ShortName = 'Angola'; when refers to PppSurveyYear",
"full name refers to longname; the countries in South Asia refer to region = 'South Asia'; belongs to the low income group refers to incomegroup = 'Low income'",
"narratives is Description; The Bahamas is the name of the country where Country = 'The Bahamas'",
"middle income group refers to IncomeGroup = 'Low middle income';"
]
} |
{
"query": "Please list the descriptions of the series code SM.POP.TOTL for all the countries that are under the lending category of the International Development Associations.",
"pos": [
"Countries are the Countrycode; International Development Associations refers to lendingcategory = 'IDA'"
],
"neg": [
"the highest percentage of rural population in the overall total population refers to max(value where indicatorname = 'Rural population (% of total population)')",
"South Asia is the name of the region; IndicatorName = 'Life expectancy at birth, female (years)'; greater than 50 refers to Value>50; DIVIDE(COUNT(CountryCode where IndicatorName = 'Life expectancy at birth, female (years)'; Value>50; Region = 'South Asia'), COUNT(CountryCode where Region = 'South Asia')) as percentage;",
"national accounts base year prior to 1980 means before 1980 and refers to NationalAccountsBaseYear<1980;",
"completed its external debt reporting refers to ExternalDebtReportingStatus = 'Actual'; in 1980 refers to year = 1980; Land under cereal production value of 3018500 refers to value = 3018500",
"the smallest land area in square kilometers refers to min(value where IndicatorName like 'Land area (sq. km)'); for 19 consecutive years starting from year 1961 refers to Year between 1961 and 1979",
"from 1975 to 1980 refers to Year between 1975 and 1980; the total amount CO2 emmission in kiloton of the the world refers to sum(value where IndicatorName like 'CO2%'); the world recorded its highest CO2 emmissions refers to max(value where IndicatorName like 'CO2%')",
"full name refers to longname; the countries in South Asia refer to region = 'South Asia'; belongs to the low income group refers to incomegroup = 'Low income'",
"has completed the vital registration refers to VitalRegistrationComplete = 'Yes'",
"fastest growth refers to MAX(Value); IndicatorName = 'Adjusted net national income (annual % growth)'; Year = '1980'; currency refers to CurrencyUnit;",
"full name refers to longname"
]
} |
{
"query": "Please provide the subject of series of Austria.",
"pos": [
"subject refers to topic; Austria refers to shortname = 'Austria'"
],
"neg": [
"IndicatorName = 'Death rate, crude (per 1,000 people)'; the highest refers to MAX(Value); from 1960 to 1965 refers to Year between '1960' and '1965'; country refers to CountryName;",
"full name refers to longname",
"country refers to LongName; have more than 2000000 urban population refers to value where indicatorname = 'Urban population'>2000000; in 1970 refers to year = '1970'",
"fertility rate refers to IndicatorName = 'Adolescent fertility rate (births per 1,000 women ages 15-19)'; lowest refers to MIN(Value); IncomeGroup = 'Low income';",
"low-income countries are where the incomegroup = Low income",
"Sudan is the name of the country; Periodicity = 'Annual'; Year = '1961'",
"Year = 2005; private expenditure on health refers to IndicatorName = 'Out-of-pocket health expenditure (% of private expenditure on health)'; the highest refers to MAX(Value); source refers to Description;",
"which country refers to countryname; the highest CO2 emissions refers to max(value where indicatorname = 'CO2 emissions (metric tons per capita)'); in 1960 refers to year = '1970'",
"any 3 countries refers to count(shortname)>3",
"use the 1993 System of National Accounts methodology refers to SystemOfNationalAccounts = '1993 System of National Accounts methodology.'"
]
} |
{
"query": "How many countries have notes on the indicator Stocks traded, turnover ratio of domestic shares?",
"pos": [
"indicator Stocks traded, turnover ratio of domestic shares refers to IndicatorName = 'Stocks traded, turnover ratio of domestic shares (%)'"
],
"neg": [
"IncomeGroup = 'Middle income'; Year = 1960; urban population refers to IndicatorName;",
"narratives is Description; The Bahamas is the name of the country where Country = 'The Bahamas'",
"has completed the vital registration refers to VitalRegistrationComplete = 'Yes'",
"from 1975 to 1980 refers to Year between 1975 and 1980; the total amount CO2 emmission in kiloton of the the world refers to sum(value where IndicatorName like 'CO2%'); the world recorded its highest CO2 emmissions refers to max(value where IndicatorName like 'CO2%')",
"AggregationMethod = 'Weighted average'; the lowest value implies MIN(Value);",
"countries refer to Countrycode; low-income group refers to incomegroup = 'Low income'; with notes refers to description IS NOT NULL; series code SM.POP.TOTL refers to Seriescode = 'SM.POP.TOTL'",
"country refers to CountryName;",
"From 1968 to 1970 refers to Year between '1968' and '1970'; values are less than 100 imply Value<100;",
"country refers to LongName; have more than 2000000 urban population refers to value where indicatorname = 'Urban population'>2000000; in 1970 refers to year = '1970'",
"which country refers to countryname; the lowest percentage of arable land refers to min(value where indicatorname = 'Arable land (% of land area)')"
]
} |
{
"query": "Name the countries' long name with national accounts base year prior to 1980.",
"pos": [
"national accounts base year prior to 1980 means before 1980 and refers to NationalAccountsBaseYear<1980;"
],
"neg": [
"IncomeGroup = 'Middle income'; Year = 1960; urban population refers to IndicatorName;",
"in Sub-Saharan Africa refers to Region = 'Sub-Saharan Africa'; the higest number of female out-of-school children of primary school age refers to max(value where IndicatorName = 'Out-of-school children of primary school age, female (number)')",
"From 1968 to 1970 refers to Year between '1968' and '1970'; values are less than 100 imply Value<100;",
"CurrencyUnit = 'Euro';",
"year 1980 refers to Year = 'YR1980';",
"in 1960 refers to Year = 1960; for the Arab World refers to CountryName = 'Arab World'",
"has completed the vital registration refers to VitalRegistrationComplete = 'Yes'",
"with any indicator name implies IndicatorName is not NULL; Year = '1980';",
"proportion = divide(count(countrycode where incomegroup = 'Low income'), count(countrycode))*100%; Sub-Saharan Africa's countries refers to region = 'Sub-Saharan Africa'; have lower middle incomes refers to incomegroup = 'Low income'",
"which country refers to countryname; the lowest percentage of arable land refers to min(value where indicatorname = 'Arable land (% of land area)')"
]
} |
{
"query": "What is the indicator code for Mobile Cellular Subscriptions of Brazil?",
"pos": [
"Mobile Cellular Subscriptions refers to indicatorname = 'Mobile cellular subscriptions'; Brazil refers to CountryName = 'Brazil'"
],
"neg": [
"IndicatorName = 'Death rate, crude (per 1,000 people)'; the highest refers to MAX(Value); from 1960 to 1965 refers to Year between '1960' and '1965'; country refers to CountryName;",
"AggregationMethod = 'Weighted average'; the lowest value implies MIN(Value);",
"in 1960 refers to year = '1960'",
"Latin American & Carribbean is the name of the region; poor countries refers to IncomeGroup = 'Low income';",
"fertility rate refers to IndicatorName = 'Adolescent fertility rate (births per 1,000 women ages 15-19)'; lowest refers to MIN(Value); IncomeGroup = 'Low income';",
"note refers to Description; for Australia refers to ShortName = 'Australia'; indicator SP.ADO.TFRT refers to Seriescode = 'SP.ADO.TFRT'",
"uses the 1968 System of National Accounts methodology refers to SystemOfNationalAccounts = '1968 System of National Accounts methodology'; in the Middle East & North Africa refers to Region = 'Middle East & North Africa'; the highest CO2 emissions from solid fuel consumption in kiloton refers to max(value where IndicatorName = 'CO2 emissions from solid fuel consumption (kt)')",
"full name refers to longname",
"note refers to Description; for Aruba refers to ShortName = 'Aruba'",
"Finland is the short name of the country; year 2000 refers to Year = 'YR2000';"
]
} |
{
"query": "How many footnotes did Aruba got on different series code in the year 2002?",
"pos": [
"Aruba is the name of country where ShortName = 'Aruba'"
],
"neg": [
"uses the 1968 System of National Accounts methodology refers to SystemOfNationalAccounts = '1968 System of National Accounts methodology'; in the Middle East & North Africa refers to Region = 'Middle East & North Africa'; the highest CO2 emissions from solid fuel consumption in kiloton refers to max(value where IndicatorName = 'CO2 emissions from solid fuel consumption (kt)')",
"countries refer to the ShortName; International Development Associations refers to lendingcategory = 'IDA'; have a external debt reporting finished by estimation refers to ExternalDebtReportingStatus = 'Estimate'",
"proportion = divide(count(countrycode where incomegroup = 'Low income'), count(countrycode))*100%; Sub-Saharan Africa's countries refers to region = 'Sub-Saharan Africa'; have lower middle incomes refers to incomegroup = 'Low income'",
"the smallest land area in square kilometers refers to min(value where IndicatorName like 'Land area (sq. km)'); for 19 consecutive years starting from year 1961 refers to Year between 1961 and 1979",
"use the 1993 System of National Accounts methodology refers to SystemOfNationalAccounts = '1993 System of National Accounts methodology.'",
"in East Asia and the Pacific refers to region = 'East Asia & Pacific'; have completed their external debt reporting on time refers to ExternalDebtReportingStatus = 'Estimate'",
"middle income group refers to IncomeGroup = 'Low middle income';",
"in Angola refers to ShortName = 'Angola'; when refers to PppSurveyYear",
"countries in Europe & Central Asia refer to region = 'Europe & Central Asia'; uses Danish krone refers to currencyunit = 'Danish krone'; full name refers to longname",
"South Asia is the name of the region; IndicatorName = 'Life expectancy at birth, female (years)'; greater than 50 refers to Value>50; DIVIDE(COUNT(CountryCode where IndicatorName = 'Life expectancy at birth, female (years)'; Value>50; Region = 'South Asia'), COUNT(CountryCode where Region = 'South Asia')) as percentage;"
]
} |
{
"query": "Which country's indicator for Adolescent fertility rate is the highest in 1960, please give its special notes.",
"pos": [
"indicator for Adolescent fertility rate is the highest refers to max(value where IndicatorName = 'Adolescent fertility rate (births per 1,000 women ages 15-19)'); in 1960 refers to year = '1960'"
],
"neg": [
"IncomeGroup = 'Middle income'; Year = 1960; urban population refers to IndicatorName;",
"South Asia is the name of the region; IndicatorName = 'Life expectancy at birth, female (years)'; greater than 50 refers to Value>50; DIVIDE(COUNT(CountryCode where IndicatorName = 'Life expectancy at birth, female (years)'; Value>50; Region = 'South Asia'), COUNT(CountryCode where Region = 'South Asia')) as percentage;",
"Countries are the Countrycode; International Development Associations refers to lendingcategory = 'IDA'",
"high income: non-OECD' refer to IncomeGroup;",
"countries refer to Countrycode; low-income group refers to incomegroup = 'Low income'; with notes refers to description IS NOT NULL; series code SM.POP.TOTL refers to Seriescode = 'SM.POP.TOTL'",
"IncomeGroup = 'Upper middle income'; IndicatorName = 'CO2 emissions (kt); the lowest value refers to MIN(Value);",
"AggregationMethod = 'Weighted average'; the lowest value implies MIN(Value);",
"the highest percentage of rural population in the overall total population refers to max(value where indicatorname = 'Rural population (% of total population)')",
"any 3 countries refers to count(shortname)>3",
"Net bilateral aid flows from DAC donors, Sweden (current US$) is the name of indicator where IndicatorName = 'Net bilateral aid flows from DAC donors, Sweden (current US$)'; Year = 1970; Value > 570,000"
]
} |
{
"query": "How many countries are having their country's footnotes described as \"unspecified\"? Please provide the full names of any three of those countries.",
"pos": [
"described as \"unspecified\" refers to Description = 'Not specified'; full names refers to LongName"
],
"neg": [
"with any indicator name implies IndicatorName is not NULL; Year = '1980';",
"middle income group refers to IncomeGroup = 'Low middle income';",
"Latin American & Caribbean countries is the name of the region where Region in ('Latin America' , 'Caribbean'); CO2 emissions from gaseous fuel consumption (kt) is the name of indicator where IndicatorName = 'CO2 emissions from gaseous fuel consumption (kt)'; average value in CO2 emissions (kt) = DIVIDE(SUM(Value), SUM(IndicatorName = 'CO2 emissions from gaseous fuel consumption (kt)')); Year > 1965",
"Aruba is the name of country where ShortName = 'Aruba'",
"Albania is the name of country where Country = 'Albania'",
"what country refers to LongName; have its data estimated based on regression refers to description = 'Estimates are based on regression.'",
"in 1960 refers to Year = 1960; for the Arab World refers to CountryName = 'Arab World'",
"Benin is the short name of the country; year 2005 refers to Year = 'YR2005';",
"Finland is the short name of the country; year 2000 refers to Year = 'YR2000';",
"in Angola refers to ShortName = 'Angola'; when refers to PppSurveyYear"
]
} |
{
"query": "What country have its data estimated based on regression?",
"pos": [
"what country refers to LongName; have its data estimated based on regression refers to description = 'Estimates are based on regression.'"
],
"neg": [
"South Asia is the name of the region; IncomeGroup = 'Low income';",
"countries refer to the ShortName; International Development Associations refers to lendingcategory = 'IDA'; have a external debt reporting finished by estimation refers to ExternalDebtReportingStatus = 'Estimate'",
"Finland is the short name of the country; year 2000 refers to Year = 'YR2000';",
"Year = 2005; private expenditure on health refers to IndicatorName = 'Out-of-pocket health expenditure (% of private expenditure on health)'; the highest refers to MAX(Value); source refers to Description;",
"the latest trade data after 2010 implies LatestTradeData > 2010;",
"countries refer to Countrycode; in the high income refers to incomegroup = 'High'; with notes refers to description IS NOT NULL; series code SP.DYN.AMRT.FE refers to Seriescode = 'SP.DYN.AMRT.FE'",
"from 1975 to 1980 refers to Year between 1975 and 1980; the total amount CO2 emmission in kiloton of the the world refers to sum(value where IndicatorName like 'CO2%'); the world recorded its highest CO2 emmissions refers to max(value where IndicatorName like 'CO2%')",
"fertility rate refers to IndicatorName = 'Adolescent fertility rate (births per 1,000 women ages 15-19)'; lowest refers to MIN(Value); IncomeGroup = 'Low income';",
"the average adolescent fertility rate is DIVIDE(SUM(value), SUM(IndicatorName like 'adolescent fertility rate%')); MAX(average adolescent fertility rate)",
"IndicatorName = 'Death rate, crude (per 1,000 people)'; the highest refers to MAX(Value); from 1960 to 1965 refers to Year between '1960' and '1965'; country refers to CountryName;"
]
} |
{
"query": "Which European countries had the highest private expenditure on health in 2005? List the top ten countries in descending order and find the source of the data.",
"pos": [
"Year = 2005; private expenditure on health refers to IndicatorName = 'Out-of-pocket health expenditure (% of private expenditure on health)'; the highest refers to MAX(Value); source refers to Description;"
],
"neg": [
"ratio = divide(max(value where indicatorname = 'Number of infant deaths' and year = '1971'), min(value where indicatorname = 'Number of infant deaths' and year = '1971')); the highest number of infant deaths in 1971 refers to max(value where indicatorname = 'Number of infant deaths' and year = '1971'); the lowest number of infant deaths in 1971 refers to min(value where indicatorname = 'Number of infant deaths' and year = '1971')",
"uses the 1968 System of National Accounts methodology refers to SystemOfNationalAccounts = '1968 System of National Accounts methodology'; in the Middle East & North Africa refers to Region = 'Middle East & North Africa'; the highest CO2 emissions from solid fuel consumption in kiloton refers to max(value where IndicatorName = 'CO2 emissions from solid fuel consumption (kt)')",
"countries in Europe & Central Asia refer to region = 'Europe & Central Asia'; uses Danish krone refers to currencyunit = 'Danish krone'; full name refers to longname",
"South Asia is the name of the region; IncomeGroup = 'Low income';",
"Sudan is the name of the country; Periodicity = 'Annual'; Year = '1961'",
"the latest trade data refers to LatestTradeData = '2013'; with a series code of \"SP.DYN.CDRT.IN\n\" refers to indicatorcode = 'SP.DYN.CDRT.IN'",
"any 3 countries refers to count(shortname)>3",
"percentage = divide(count(countrycode where ExternalDebtReportingStatus = 'Actual' ), count(countrycode))*100%; in the Middle East and North Africa refers to region = 'Middle East & North Africa'; have finished reporting on their real external debt refers to ExternalDebtReportingStatus = 'Actual'",
"indicator for Adolescent fertility rate is the highest refers to max(value where IndicatorName = 'Adolescent fertility rate (births per 1,000 women ages 15-19)'); in 1960 refers to year = '1960'",
"Benin is the short name of the country; year 2005 refers to Year = 'YR2005';"
]
} |
{
"query": "Please list the indicator names belonging to Education: Inputs topic in 2000.",
"pos": [
"Year = 'YR2000';"
],
"neg": [
"CurrencyUnit = 'Euro';",
"subject refers to topic; Austria refers to shortname = 'Austria'",
"Mobile Cellular Subscriptions refers to indicatorname = 'Mobile cellular subscriptions'; Brazil refers to CountryName = 'Brazil'",
"the East Asia & Pacific countries are where Region = 'East Asia & Pacific'; High income: nonOECD group is where IncomeGroup = 'High income: nonOECD'",
"narratives is Description; The Bahamas is the name of the country where Country = 'The Bahamas'",
"what country refers to LongName; have its data estimated based on regression refers to description = 'Estimates are based on regression.'",
"high income: non-OECD' refer to IncomeGroup;",
"Aruba is the name of country where ShortName = 'Aruba'",
"has completed the vital registration refers to VitalRegistrationComplete = 'Yes'",
"Latin American & Caribbean countries is the name of the region where Region in ('Latin America' , 'Caribbean'); CO2 emissions from gaseous fuel consumption (kt) is the name of indicator where IndicatorName = 'CO2 emissions from gaseous fuel consumption (kt)'; average value in CO2 emissions (kt) = DIVIDE(SUM(Value), SUM(IndicatorName = 'CO2 emissions from gaseous fuel consumption (kt)')); Year > 1965"
]
} |
{
"query": "What are the special notes for the country whose average adolescent fertility rate is the highest?",
"pos": [
"the average adolescent fertility rate is DIVIDE(SUM(value), SUM(IndicatorName like 'adolescent fertility rate%')); MAX(average adolescent fertility rate)"
],
"neg": [
"subject refers to topic; Austria refers to shortname = 'Austria'",
"completed its external debt reporting refers to ExternalDebtReportingStatus = 'Actual'; in 1980 refers to year = 1980; Land under cereal production value of 3018500 refers to value = 3018500",
"average number refers to avg(value); passengers carried via air transport per year refers to value where IndicatorName = 'Air transport, passengers carried'; by Bulgaria refers to CountryName = 'Bulgaria'; between 1970 to 1980 refers to Year between 1970 and 1980",
"described as \"unspecified\" refers to Description = 'Not specified'; full names refers to LongName",
"Year contains '2005'; series codes contain 'International Monetary Fund'",
"countries in Europe & Central Asia refer to region = 'Europe & Central Asia'; uses Danish krone refers to currencyunit = 'Danish krone'; full name refers to longname",
"number of infant deaths refers to IndicatorName = 'Number of infant deaths'; in year 1965 refers to Year = '1965'; full name is Islamic State of Afghanistan refers to LongName = 'Islamic State of Afghanistan'",
"full name refers to longname",
"countries are the Countrycode; footnote refers to Description = 'Data are classified as official aid'",
"uses the 1968 System of National Accounts methodology refers to SystemOfNationalAccounts = '1968 System of National Accounts methodology'; in the Middle East & North Africa refers to Region = 'Middle East & North Africa'; the highest CO2 emissions from solid fuel consumption in kiloton refers to max(value where IndicatorName = 'CO2 emissions from solid fuel consumption (kt)')"
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.