set
dict
{ "query": "What is the average population of the wards where apartment crimes have been reported without arrests?", "pos": [ "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)" ], "neg": [ "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'", "location coordinates refers to latitude, longitude", "Central Chicago refers to district_name = 'Central'", "more than 50000 inhabitants refers to Population > 50000; first name of alderman refers to alderman_first_name", "domestic violence refers to domestic = 'TRUE'; in an abandoned building refers to location_description = 'ABANDONED BUILDING'; in 2018 refers to date LIKE '%2018%'", "vandalism refers to title = 'Vandalism'; arrested refers to arrest = 'TRUE'", "most crowded ward refers to Max(Population)", "least populated refers to Min(Population); community refers to community_area_no; most common location refers to Max(Count(location_description))", "average = Divide(Count(ward_no), Count(side))", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'" ] }
{ "query": "What is the legislative district's office address where 010XX W LAKE ST is located?", "pos": [ "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'" ], "neg": [ "most crowded ward refers to Max(Population)", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'", "\"RECKLESS HOMICIDE\" is the secondary_description; average = Divide (Count(report_no), Count(district_name))", "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "case JB107731 refers to case_number = 'JB107731'", "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100", "population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'" ] }
{ "query": "Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?", "pos": [ "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'" ], "neg": [ "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "case No.JB134191 refers to case_number = 'JB134191'", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'", "no arrest has been made refers to arrest = 'FALSE'", "\"Calumet\" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "January, 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; had more incidents refers to Max(Count(ward_no))" ] }
{ "query": "Among the crimes, what percentage are severe?", "pos": [ "severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%" ], "neg": [ "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no", "most crowded ward refers to Max(Population)", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name", "name of neighborhood refers to neighborhood_name; the most population refers to max(population)", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'", "the Far North side refers to side = 'Far North'" ] }
{ "query": "Which crime was committed the most by criminals?", "pos": [ "crime refers to title; committed the most refers to max(fbi_code_no)" ], "neg": [ "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "the Far North side refers to side = 'Far North'", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'", "the highest population refers to max(population); report number refers to report_no; the highest beat refers to max(beat)", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no", "full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)", "community with highest number of neighborhoods refers to Max(Count(community_area_no)); community refers to community_area_name", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'" ] }
{ "query": "Please list the names of all the neighborhoods in the community area with the most population.", "pos": [ "name of neighborhood refers to neighborhood_name; the most population refers to max(population)" ], "neg": [ "Central Chicago refers to district_name = 'Central'", "the highest population refers to max(population); report number refers to report_no; the highest beat refers to max(beat)", "West Englewood community refers to community_area_name = 'West Englewood'", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'", "crime refers to title; committed the most refers to max(fbi_code_no)", "\"Criminal Sexual Abuse\" is the title of crime" ] }
{ "query": "Who is the crime against criminal sexual abuse?", "pos": [ "\"Criminal Sexual Abuse\" is the title of crime" ], "neg": [ "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)", "the most population refers to max(population)", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; 'Robert A. Rubio' and 'Glenn White' are both commander; responsible for more incident refers to Max(count(ward_no))", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'", "case JB107731 refers to case_number = 'JB107731'", "average = Divide(Count(ward_no), Count(side))", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'" ] }
{ "query": "What is the beat and location description of the case JB112212?", "pos": [ "case JB112212 refers to case_number = 'JB112212'" ], "neg": [ "crime case against persons refers to crime_against = 'Persons'", "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude", "the most number refers to max(count(case_number)); first degree murder refers to secondary_description = 'FIRST DEGREE MURDER'; district number refers to district_no", "index code refers to iucr_no; case JB296775 refers to case_number = 'JB296775'", "location coordinates refers to latitude, longitude", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "least populated refers to Min(Population); community refers to community_area_no; most common location refers to Max(Count(location_description))", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter" ] }
{ "query": "Provide the occurrence date and location of the deceptive practice due to the unlawful use of recorded sound.", "pos": [ "location refers to latitude, longitude; deceptive practice refers to primary_description = 'DECEPTIVE PRACTICE'; unlawful use of recorded sound refers to secondary_description = 'UNLAWFUL USE OF RECORDED SOUND'" ], "neg": [ "most crowded ward refers to Max(Population)", "email address refers to email; Central Chicago refers to district_name = 'Central'", "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'", "most reported crime refers to max(Count(secondary_description))", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "the most population refers to max(population)", "location coordinates refers to latitude, longitude", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'", "crime case against persons refers to crime_against = 'Persons'" ] }
{ "query": "How many of the crimes that happened in the street have FBI title \"Homicide 1st & 2nd Degree\"?", "pos": [ "in the street refers to location_description = 'STREET'" ], "neg": [ "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'", "the Northwest refers to side = 'Northwest'", "case No.JB134191 refers to case_number = 'JB134191'", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "location coordinates refers to latitude, longitude", "domestic violence refers to domestic = 'TRUE'; in an abandoned building refers to location_description = 'ABANDONED BUILDING'; in 2018 refers to date LIKE '%2018%'" ] }
{ "query": "How many crimes described as 'The theft of a motor vehicle' by the FBI have taken place in the Lake View community?", "pos": [ "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description" ], "neg": [ "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; 'Robert A. Rubio' and 'Glenn White' are both commander; responsible for more incident refers to Max(count(ward_no))", "the Far North side refers to side = 'Far North'", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "the Northwest refers to side = 'Northwest'", "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)" ] }
{ "query": "What is the email address to contact the administrator of Central Chicago?", "pos": [ "email address refers to email; Central Chicago refers to district_name = 'Central'" ], "neg": [ "domestic violence refers to domestic = 'TRUE'; in an abandoned building refers to location_description = 'ABANDONED BUILDING'; in 2018 refers to date LIKE '%2018%'", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "\"Robert A. Rubio\" is the commander", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'", "the Far North side refers to side = 'Far North'", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; arson by explosive refers to primary_description = 'ARSON' AND secondary_description = 'BY EXPLOSIVE'" ] }
{ "query": "What is the percentage of severe cases that are related to sexual assault?", "pos": [ "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100" ], "neg": [ "neighborhood refers to neighborhood_name; '23778' is the report_no", "location coordinates refers to latitude, longitude", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; 'Robert A. Rubio' and 'Glenn White' are both commander; responsible for more incident refers to Max(count(ward_no))", "the highest population refers to max(population); report number refers to report_no; the highest beat refers to max(beat)", "Central Chicago refers to district_name = 'Central'", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "average = Divide(Count(ward_no), Count(side))" ] }
{ "query": "Please list the location coordinates of all the incidents that had happened in the ward represented by alderman Pat Dowell.", "pos": [ "location coordinates refers to latitude, longitude" ], "neg": [ "West Englewood community refers to community_area_name = 'West Englewood'", "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'", "\"23778\" is the report_no; FBI description refers to description", "in the street refers to location_description = 'STREET'", "case JB112212 refers to case_number = 'JB112212'", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "crime case against persons refers to crime_against = 'Persons'", "neighborhood refers to neighborhood_name; '23778' is the report_no" ] }
{ "query": "How many arrests have been made due to forcible entry burglary that took place in a day care center?", "pos": [ "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'" ], "neg": [ "index code refers to iucr_no; case JB296775 refers to case_number = 'JB296775'", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "the most number refers to max(count(case_number)); first degree murder refers to secondary_description = 'FIRST DEGREE MURDER'; district number refers to district_no", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "location coordinates refers to latitude, longitude", "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "email address refers to email; Central Chicago refers to district_name = 'Central'" ] }
{ "query": "Among all the incidents with no arrest made, what is the percentage of them having a generic description of \"BATTERY\" in the IUCR classification?", "pos": [ "incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; \"BATTERY\" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100" ], "neg": [ "crime against society refers to crime_against = 'Society'", "community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'", "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name", "Morgan Park district refers to district_name = 'Morgan Park'", "case JB112212 refers to case_number = 'JB112212'" ] }
{ "query": "Which district is the community area Lincoln Square grouped into?", "pos": [ "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'" ], "neg": [ "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no", "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "name of neighborhood refers to neighborhood_name; the most population refers to max(population)", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no", "severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address" ] }
{ "query": "Provide case numbers, aldermen's full names, and district names of the crimes that happened in 0000X N FRANCISCO AVE.", "pos": [ "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'" ], "neg": [ "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "most reported crime refers to max(Count(secondary_description))", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "crime case against persons refers to crime_against = 'Persons'", "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%", "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)" ] }
{ "query": "What is the weekly average number of fraud incidents that were reported in January 2018? Provide the description of the location where the majority of fraud incidents occurred in the said month.", "pos": [ "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))" ], "neg": [ "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "location coordinates refers to latitude, longitude", "the most population refers to max(population)", "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'", "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'", "email address refers to email; Central Chicago refers to district_name = 'Central'", "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "the Northwest refers to side = 'Northwest'" ] }
{ "query": "How many severe crime incidents were reported at coordinate 41.64820151, -87.54430496?", "pos": [ "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'" ], "neg": [ "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'", "Misc Non-Index Offense refers to title = 'Misc Non-Index Offense'", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'", "average = Divide(Count(ward_no), Count(side))", "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "short description refers to title; committed the most refers to max(fbi_code_no); the least populated community refers to min(population)" ] }
{ "query": "What is the full name of the alderman of ward no.21?", "pos": [ "full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix" ], "neg": [ "severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%", "more than 50000 inhabitants refers to Population > 50000; first name of alderman refers to alderman_first_name", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%", "email address refers to email; Central Chicago refers to district_name = 'Central'", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "crime case against persons refers to crime_against = 'Persons'", "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude", "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%" ] }
{ "query": "Give the case number and coordinates of the places where child abduction is reported.", "pos": [ "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude" ], "neg": [ "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "Central refers to side = 'Central'; larceny refers to title = 'Larceny'; percentage = divide(count(report_no where title = 'Larceny'), count(report_no)) where side = 'Central' * 100%", "\"Calumet\" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime", "\"VEHICULAR HIJACKING\" and \"AGGRAVATED VEHICULAR HIJACKING\" are both secondary_description; difference in average = Subtract (Divide(Count(secondary_description = 'VEHICULAR HIJACKING'), Count(district_name)), Divide(Count(secondary_description = \"AGGRAVATED VEHICULAR HIJACKING\"), Count(district_name)))", "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "community with highest number of neighborhoods refers to Max(Count(community_area_no)); community refers to community_area_name", "community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'", "population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000" ] }
{ "query": "Which community has the highest number of neighborhoods?", "pos": [ "community with highest number of neighborhoods refers to Max(Count(community_area_no)); community refers to community_area_name" ], "neg": [ "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'", "most reported crime refers to max(Count(secondary_description))", "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'", "\"23778\" is the report_no; FBI description refers to description", "index code refers to iucr_no; case JB296775 refers to case_number = 'JB296775'", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'", "community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'", "incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; \"BATTERY\" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100", "no arrest has been made refers to arrest = 'FALSE'" ] }
{ "query": "Which district had the most number of first degree murders? Give the district number.", "pos": [ "the most number refers to max(count(case_number)); first degree murder refers to secondary_description = 'FIRST DEGREE MURDER'; district number refers to district_no" ], "neg": [ "crime case against persons refers to crime_against = 'Persons'", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "least populated refers to Min(Population); community refers to community_area_no; most common location refers to Max(Count(location_description))", "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "no arrest has been made refers to arrest = 'FALSE'", "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'", "\"Robert A. Rubio\" is the commander" ] }
{ "query": "Where is the coordinate (41.66236555, -87.63470194) located? Give the name of the district.", "pos": [ "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name" ], "neg": [ "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'", "the Northwest refers to side = 'Northwest'", "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", " in May 2018 refers to date LIKE '5/%/2018%'", "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "\"Criminal Sexual Abuse\" is the title of crime", "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name" ] }
{ "query": "Please list all of the contact information for the police district Near West.", "pos": [ "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter" ], "neg": [ "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "crime case against persons refers to crime_against = 'Persons'", "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'", "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'", "most crowded ward refers to Max(Population)", "\"RECKLESS HOMICIDE\" is the secondary_description; average = Divide (Count(report_no), Count(district_name))", "report number refers report_no; 'Jill M. Stevens\" is the commander", "in the street refers to location_description = 'STREET'", "\"Lincoln\" is the district_name; responsible for crime case refers to commander", "the least population refers = min(sum(population))" ] }
{ "query": "What is the short description of the crime committed the most by criminals in the least populated community?", "pos": [ "short description refers to title; committed the most refers to max(fbi_code_no); the least populated community refers to min(population)" ], "neg": [ "the Northwest refers to side = 'Northwest'", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "\"Criminal Sexual Abuse\" is the title of crime", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude", "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "case No.JB134191 refers to case_number = 'JB134191'" ] }
{ "query": "How many incidents of domestic violence occurred in an abandoned building in 2018?", "pos": [ "domestic violence refers to domestic = 'TRUE'; in an abandoned building refers to location_description = 'ABANDONED BUILDING'; in 2018 refers to date LIKE '%2018%'" ], "neg": [ "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'", "report number refers report_no; 'Jill M. Stevens\" is the commander", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "\"unlawful taking, carrying, leading, or riding away of property from the possession or constructive possession of another person\" is the description; name of community refer to community_area_name; most reported incidents refers to Max(Count(fbi_code_no))", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "case JB107731 refers to case_number = 'JB107731'", "the Northwest refers to side = 'Northwest'", "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'" ] }
{ "query": "In Albany Park, how many arrests were made in an apartment due to criminal sexual abuse?", "pos": [ "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'" ], "neg": [ "case JB107731 refers to case_number = 'JB107731'", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)", "neighborhood refers to neighborhood_name; '23778' is the report_no", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name" ] }
{ "query": "What is the alderman's full name of the most crowded ward?", "pos": [ "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)" ], "neg": [ "case JB112212 refers to case_number = 'JB112212'", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "short description refers to title; committed the most refers to max(fbi_code_no); the least populated community refers to min(population)", "\"unlawful taking, carrying, leading, or riding away of property from the possession or constructive possession of another person\" is the description; name of community refer to community_area_name; most reported incidents refers to Max(Count(fbi_code_no))", "Central Chicago refers to district_name = 'Central'", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'" ] }
{ "query": "What kind of location in Austin reported the most number of crimes?", "pos": [ "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description" ], "neg": [ "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "\"VEHICULAR HIJACKING\" and \"AGGRAVATED VEHICULAR HIJACKING\" are both secondary_description; difference in average = Subtract (Divide(Count(secondary_description = 'VEHICULAR HIJACKING'), Count(district_name)), Divide(Count(secondary_description = \"AGGRAVATED VEHICULAR HIJACKING\"), Count(district_name)))", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'" ] }
{ "query": "What are the general and specific descriptions of the most common crime incidents that happened in an aircraft?", "pos": [ "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))" ], "neg": [ "case JB107731 refers to case_number = 'JB107731'", "the Far North side refers to side = 'Far North'", "in the street refers to location_description = 'STREET'", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "name of neighborhood refers to neighborhood_name; the most population refers to max(population)", "the most number refers to max(count(case_number)); first degree murder refers to secondary_description = 'FIRST DEGREE MURDER'; district number refers to district_no", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'", "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'" ] }
{ "query": "Calculate the percentage of the domestic violence cases handled by Christopher Taliaferro. Among them, list report numbers of cases that happened in the bank.", "pos": [ "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%" ], "neg": [ "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "community with highest number of neighborhoods refers to Max(Count(community_area_no)); community refers to community_area_name", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "least populated refers to Min(Population); community refers to community_area_no; most common location refers to Max(Count(location_description))", "West Englewood community refers to community_area_name = 'West Englewood'", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'" ] }
{ "query": "Among the crimes in the ward with the most population, how many of them are cases of domestic violence?", "pos": [ "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'" ], "neg": [ "\"Criminal Sexual Abuse\" is the title of crime", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))", "the most population refers to max(population)", "crime refers to title; committed the most refers to max(fbi_code_no)", "community with highest number of neighborhoods refers to Max(Count(community_area_no)); community refers to community_area_name", "most reported crime refers to max(Count(secondary_description))", "crime case against persons refers to crime_against = 'Persons'", "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'", "incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; \"BATTERY\" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100" ] }
{ "query": "How severe was case JB296775? Give the index code for severity.", "pos": [ "index code refers to iucr_no; case JB296775 refers to case_number = 'JB296775'" ], "neg": [ "the most number refers to max(count(case_number)); first degree murder refers to secondary_description = 'FIRST DEGREE MURDER'; district number refers to district_no", "location coordinates refers to latitude, longitude", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "\"Lincoln\" is the district_name; responsible for crime case refers to commander", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no", "crime against society refers to crime_against = 'Society'", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "\"Robert A. Rubio\" is the commander", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description" ] }
{ "query": "In the least populated community, what is the most common location of all the reported crime incidents?", "pos": [ "least populated refers to Min(Population); community refers to community_area_no; most common location refers to Max(Count(location_description))" ], "neg": [ "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "average = Divide(Count(ward_no), Count(side))", "in the street refers to location_description = 'STREET'", "incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; \"BATTERY\" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "Morgan Park district refers to district_name = 'Morgan Park'" ] }
{ "query": "To which community area does the neighborhood Albany Park belong?", "pos": [ "community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'" ], "neg": [ "case No.JB134191 refers to case_number = 'JB134191'", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", " in May 2018 refers to date LIKE '5/%/2018%'", "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "average = Divide(Count(ward_no), Count(side))", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "location coordinates refers to latitude, longitude" ] }
{ "query": "How many community areas are in the Far North side?", "pos": [ "the Far North side refers to side = 'Far North'" ], "neg": [ "crime refers to title; committed the most refers to max(fbi_code_no)", "\"RECKLESS HOMICIDE\" is the secondary_description; average = Divide (Count(report_no), Count(district_name))", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", " in May 2018 refers to date LIKE '5/%/2018%'", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "Misc Non-Index Offense refers to title = 'Misc Non-Index Offense'", "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'", "email address refers to email; Central Chicago refers to district_name = 'Central'" ] }
{ "query": "How many solicit on public way prostitution crimes were arrested in West Garfield Park?", "pos": [ "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'" ], "neg": [ "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'", "Central Chicago refers to district_name = 'Central'", "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'", "location coordinates refers to latitude, longitude", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name", " in May 2018 refers to date LIKE '5/%/2018%'", "Morgan Park district refers to district_name = 'Morgan Park'", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "case No.JB134191 refers to case_number = 'JB134191'" ] }
{ "query": "The ward represented by which alderman had more incidents in January, 2018, Pat Dowell or Sophia King?", "pos": [ "January, 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; had more incidents refers to Max(Count(ward_no))" ], "neg": [ "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name", "report number refers report_no; 'Jill M. Stevens\" is the commander", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "neighborhood refers to neighborhood_name; '23778' is the report_no", "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no" ] }
{ "query": "What is the name of the community that has the highest number of crimes related to prostitution?", "pos": [ "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'" ], "neg": [ "no arrest has been made refers to arrest = 'FALSE'", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no", "most crowded ward refers to Max(Population)", "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude", "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no" ] }
{ "query": "List the location descriptions and aldermen's full names of the arson by explosive.", "pos": [ "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; arson by explosive refers to primary_description = 'ARSON' AND secondary_description = 'BY EXPLOSIVE'" ], "neg": [ "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", " in May 2018 refers to date LIKE '5/%/2018%'", "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "Central refers to side = 'Central'; larceny refers to title = 'Larceny'; percentage = divide(count(report_no where title = 'Larceny'), count(report_no)) where side = 'Central' * 100%", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "\"Robert A. Rubio\" is the commander", "email address refers to email; Central Chicago refers to district_name = 'Central'", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)" ] }
{ "query": "List the case number of the crimes in wards with population below 52000 that have beat greater than the 90% of the average beat of all crimes.", "pos": [ "population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000" ], "neg": [ "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'", "the Far North side refers to side = 'Far North'", "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "case JB112212 refers to case_number = 'JB112212'", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name", "\"Robert A. Rubio\" is the commander", "no arrest has been made refers to arrest = 'FALSE'", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no" ] }
{ "query": "Where did case No. JB100065 happen? Give the name of the district.", "pos": [ "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name" ], "neg": [ "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "Misc Non-Index Offense refers to title = 'Misc Non-Index Offense'", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "no arrest has been made refers to arrest = 'FALSE'", "\"Calumet\" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime", "Central refers to side = 'Central'; larceny refers to title = 'Larceny'; percentage = divide(count(report_no where title = 'Larceny'), count(report_no)) where side = 'Central' * 100%", "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'", "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'" ] }
{ "query": "How many percent of domestic violence cases were arrested in West Pullman?", "pos": [ "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%" ], "neg": [ "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%", "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "\"VEHICULAR HIJACKING\" and \"AGGRAVATED VEHICULAR HIJACKING\" are both secondary_description; difference in average = Subtract (Divide(Count(secondary_description = 'VEHICULAR HIJACKING'), Count(district_name)), Divide(Count(secondary_description = \"AGGRAVATED VEHICULAR HIJACKING\"), Count(district_name)))", "community with highest number of neighborhoods refers to Max(Count(community_area_no)); community refers to community_area_name", "case JB112212 refers to case_number = 'JB112212'", "severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100" ] }
{ "query": "Give the FBI code description of case No.JB134191.", "pos": [ "case No.JB134191 refers to case_number = 'JB134191'" ], "neg": [ "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "Central refers to side = 'Central'; larceny refers to title = 'Larceny'; percentage = divide(count(report_no where title = 'Larceny'), count(report_no)) where side = 'Central' * 100%", "email address refers to email; Central Chicago refers to district_name = 'Central'", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142" ] }
{ "query": "Who is responsible for crime cases in district Lincoln?", "pos": [ "\"Lincoln\" is the district_name; responsible for crime case refers to commander" ], "neg": [ "no arrest has been made refers to arrest = 'FALSE'", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", "case JB112212 refers to case_number = 'JB112212'", "\"23778\" is the report_no; FBI description refers to description", "most crowded ward refers to Max(Population)", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "location refers to latitude, longitude; deceptive practice refers to primary_description = 'DECEPTIVE PRACTICE'; unlawful use of recorded sound refers to secondary_description = 'UNLAWFUL USE OF RECORDED SOUND'", "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude", "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'" ] }
{ "query": "What is the population of the district with the least population?", "pos": [ "the least population refers = min(sum(population))" ], "neg": [ "more than 50000 inhabitants refers to Population > 50000; first name of alderman refers to alderman_first_name", "Central Chicago refers to district_name = 'Central'", "the most number refers to max(count(case_number)); first degree murder refers to secondary_description = 'FIRST DEGREE MURDER'; district number refers to district_no", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name", "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; \"BATTERY\" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100", "no arrest has been made refers to arrest = 'FALSE'" ] }
{ "query": "How many crime cases have been classified as \"Weapons Violation\" by the FBI?", "pos": [ "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;" ], "neg": [ "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))", "most crowded ward refers to Max(Population)", "the least population refers = min(sum(population))", "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; arson by explosive refers to primary_description = 'ARSON' AND secondary_description = 'BY EXPLOSIVE'", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'" ] }
{ "query": "Who is the person responsible for the crime cases in Central Chicago?", "pos": [ "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'" ], "neg": [ "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "report number refers report_no; 'Jill M. Stevens\" is the commander", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name", "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'", "more than 50000 inhabitants refers to Population > 50000; first name of alderman refers to alderman_first_name", "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no", "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100", "Central Chicago refers to district_name = 'Central'" ] }
{ "query": "How many crimes had happened in Central Chicago?", "pos": [ "Central Chicago refers to district_name = 'Central'" ], "neg": [ "crime refers to title; committed the most refers to max(fbi_code_no)", "January, 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; had more incidents refers to Max(Count(ward_no))", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000", "no arrest has been made refers to arrest = 'FALSE'", "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude" ] }
{ "query": "How many simple assaults happened on 2018/9/8?", "pos": [ "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'" ], "neg": [ "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "crime case against persons refers to crime_against = 'Persons'", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "in the street refers to location_description = 'STREET'", "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%", "Misc Non-Index Offense refers to title = 'Misc Non-Index Offense'", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'", "the Northwest refers to side = 'Northwest'" ] }
{ "query": "How many crimes were Misc Non-Index Offense?", "pos": [ "Misc Non-Index Offense refers to title = 'Misc Non-Index Offense'" ], "neg": [ "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "neighborhood refers to neighborhood_name; '23778' is the report_no", "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "\"Robert A. Rubio\" is the commander", "larceny case refers to title = 'Larceny'; Edgewater community refers to community_area_name = 'Edgewater'; percentage = divide(count(case_number where title = 'Larceny'), count(case_number)) where community_area_name = 'Edgewater' * 100%", "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'", "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'", "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", "crime against society refers to crime_against = 'Society'", "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%" ] }
{ "query": "What is the FBI description of the crime for report number 23778?", "pos": [ "\"23778\" is the report_no; FBI description refers to description" ], "neg": [ "\"Robert A. Rubio\" is the commander", "crime against society refers to crime_against = 'Society'", "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'", "\"Criminal Sexual Abuse\" is the title of crime", "most crowded ward refers to Max(Population)", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "\"Lincoln\" is the district_name; responsible for crime case refers to commander", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'" ] }
{ "query": "Among the crimes reported to the ward located at 1958 N. Milwaukee Ave., list down the report number of the crimes happened inside the apartment.", "pos": [ "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'" ], "neg": [ "location refers to latitude, longitude; deceptive practice refers to primary_description = 'DECEPTIVE PRACTICE'; unlawful use of recorded sound refers to secondary_description = 'UNLAWFUL USE OF RECORDED SOUND'", "\"RECKLESS HOMICIDE\" is the secondary_description; average = Divide (Count(report_no), Count(district_name))", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'", "the highest population refers to max(population); report number refers to report_no; the highest beat refers to max(beat)", "larceny case refers to title = 'Larceny'; Edgewater community refers to community_area_name = 'Edgewater'; percentage = divide(count(case_number where title = 'Larceny'), count(case_number)) where community_area_name = 'Edgewater' * 100%", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))", "short description refers to title; committed the most refers to max(fbi_code_no); the least populated community refers to min(population)", "location coordinates refers to latitude, longitude", "report number refers report_no; 'Jill M. Stevens\" is the commander", "index code refers to iucr_no; case JB296775 refers to case_number = 'JB296775'" ] }
{ "query": "What is the name of the district with the highest number of domestic violence cases?", "pos": [ "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name" ], "neg": [ "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "neighborhood refers to neighborhood_name; '23778' is the report_no", "\"unlawful taking, carrying, leading, or riding away of property from the possession or constructive possession of another person\" is the description; name of community refer to community_area_name; most reported incidents refers to Max(Count(fbi_code_no))", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", " in May 2018 refers to date LIKE '5/%/2018%'", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name" ] }
{ "query": "Among the crimes in all the districts in Chicago, what is the percentage of them happening in the Central district?", "pos": [ "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%" ], "neg": [ "Morgan Park district refers to district_name = 'Morgan Park'", "email address refers to email; Central Chicago refers to district_name = 'Central'", "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", "\"Lincoln\" is the district_name; responsible for crime case refers to commander", "in the street refers to location_description = 'STREET'", "location refers to latitude, longitude; deceptive practice refers to primary_description = 'DECEPTIVE PRACTICE'; unlawful use of recorded sound refers to secondary_description = 'UNLAWFUL USE OF RECORDED SOUND'", "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; arson by explosive refers to primary_description = 'ARSON' AND secondary_description = 'BY EXPLOSIVE'", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'" ] }
{ "query": "Name the neighborhood of the community area in crime with report number 23843?", "pos": [ "neighborhood refers to neighborhood_name; '23778' is the report_no" ], "neg": [ "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name", "the most population refers to max(population)", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100", "\"Robert A. Rubio\" is the commander", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'" ] }
{ "query": "In the most populated ward, how many incidents of domestic violence were reported in a bar or tavern?", "pos": [ "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'" ], "neg": [ "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000", "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", " in May 2018 refers to date LIKE '5/%/2018%'", "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'", "\"Lincoln\" is the district_name; responsible for crime case refers to commander", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "most reported crime refers to max(Count(secondary_description))", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))" ] }
{ "query": "Among the crimes in Woodlawn, how many of them happened in January, 2018?", "pos": [ "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'" ], "neg": [ "\"Criminal Sexual Abuse\" is the title of crime", "the most population refers to max(population)", "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'", "the Northwest refers to side = 'Northwest'", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'", "incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; \"BATTERY\" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100", "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no" ] }
{ "query": "Among the crimes with no arrest made, how many of them happened in the ward represented by alderman Pat Dowell?", "pos": [ "no arrest has been made refers to arrest = 'FALSE'" ], "neg": [ "average = Divide(Count(ward_no), Count(side))", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "crime against society refers to crime_against = 'Society'", "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "larceny case refers to title = 'Larceny'; Edgewater community refers to community_area_name = 'Edgewater'; percentage = divide(count(case_number where title = 'Larceny'), count(case_number)) where community_area_name = 'Edgewater' * 100%", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "\"Criminal Sexual Abuse\" is the title of crime", "\"Calumet\" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime", "more than 50000 inhabitants refers to Population > 50000; first name of alderman refers to alderman_first_name" ] }
{ "query": "Among the cases reported in the ward with Edward Burke as the alderman and happened in the community area with the highest population, provide the report number of the crime with the highest beat.", "pos": [ "the highest population refers to max(population); report number refers to report_no; the highest beat refers to max(beat)" ], "neg": [ "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'", "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%", "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no" ] }
{ "query": "How many crimes had happened in the community area with the most population?", "pos": [ "the most population refers to max(population)" ], "neg": [ "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "\"23778\" is the report_no; FBI description refers to description", "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'", "\"Lincoln\" is the district_name; responsible for crime case refers to commander", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'", "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'", "full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "most reported crime refers to max(Count(secondary_description))", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'" ] }
{ "query": "What is the average number of reckless homicides that happened in a district?", "pos": [ "\"RECKLESS HOMICIDE\" is the secondary_description; average = Divide (Count(report_no), Count(district_name))" ], "neg": [ "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude", "neighborhood refers to neighborhood_name; '23778' is the report_no", "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'", "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "most reported crime refers to max(Count(secondary_description))", "location coordinates refers to latitude, longitude" ] }
{ "query": "Who is the commander of Morgan Park district?", "pos": [ "Morgan Park district refers to district_name = 'Morgan Park'" ], "neg": [ "the most population refers to max(population)", "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "Central Chicago refers to district_name = 'Central'", "the most number refers to max(count(case_number)); first degree murder refers to secondary_description = 'FIRST DEGREE MURDER'; district number refers to district_no", " in May 2018 refers to date LIKE '5/%/2018%'", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'" ] }
{ "query": "What is the most reported crime in the Northwest side?", "pos": [ "most reported crime refers to max(Count(secondary_description))" ], "neg": [ "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'", "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "the highest population refers to max(population); report number refers to report_no; the highest beat refers to max(beat)", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))", "\"RECKLESS HOMICIDE\" is the secondary_description; average = Divide (Count(report_no), Count(district_name))", "\"23778\" is the report_no; FBI description refers to description", "West Englewood community refers to community_area_name = 'West Englewood'", "\"Criminal Sexual Abuse\" is the title of crime" ] }
{ "query": "List the case numbers of domestic violence crimes reported in Lincoln Square.", "pos": [ "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'" ], "neg": [ "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name", "case JB112212 refers to case_number = 'JB112212'", "vandalism refers to title = 'Vandalism'; arrested refers to arrest = 'TRUE'", "in the street refers to location_description = 'STREET'", "population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "\"Homicide 1st & 2nd Degree\" is the title", "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter" ] }
{ "query": "Describe the specific description and case locations under IUCR 142.", "pos": [ "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142" ], "neg": [ "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "crime case against persons refers to crime_against = 'Persons'", "the Northwest refers to side = 'Northwest'", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "West Englewood community refers to community_area_name = 'West Englewood'", "most crowded ward refers to Max(Population)", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name", "Central Chicago refers to district_name = 'Central'", "January, 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; had more incidents refers to Max(Count(ward_no))" ] }
{ "query": "What is the first name of the aldermen of wards with more than 50,000 inhabitants?", "pos": [ "more than 50000 inhabitants refers to Population > 50000; first name of alderman refers to alderman_first_name" ], "neg": [ "average = Divide(Count(ward_no), Count(side))", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "vandalism refers to title = 'Vandalism'; arrested refers to arrest = 'TRUE'", "the most number refers to max(count(case_number)); first degree murder refers to secondary_description = 'FIRST DEGREE MURDER'; district number refers to district_no", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'" ] }
{ "query": "Please list the case numbers of all the crimes with no arrest made in Central Chicago.", "pos": [ "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'" ], "neg": [ "\"Robert A. Rubio\" is the commander", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "the Far North side refers to side = 'Far North'", "more than 50000 inhabitants refers to Population > 50000; first name of alderman refers to alderman_first_name", "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'", "name of neighborhood refers to neighborhood_name; the most population refers to max(population)", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "\"Calumet\" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime" ] }
{ "query": "List down the titles and descriptions of the crimes cases against persons.", "pos": [ "crime case against persons refers to crime_against = 'Persons'" ], "neg": [ "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'", "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "name of neighborhood refers to neighborhood_name; the most population refers to max(population)", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name", "\"Homicide 1st & 2nd Degree\" is the title", "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "the least population refers = min(sum(population))", "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name", "Morgan Park district refers to district_name = 'Morgan Park'" ] }
{ "query": "In the South side community, what is the name of the community with the most reported incidents of unlawful taking, carrying, leading, or riding away of property from the possession or constructive possession of another person?", "pos": [ "\"unlawful taking, carrying, leading, or riding away of property from the possession or constructive possession of another person\" is the description; name of community refer to community_area_name; most reported incidents refers to Max(Count(fbi_code_no))" ], "neg": [ "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100", "short description refers to title; committed the most refers to max(fbi_code_no); the least populated community refers to min(population)", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'", "name of neighborhood refers to neighborhood_name; the most population refers to max(population)", "larceny case refers to title = 'Larceny'; Edgewater community refers to community_area_name = 'Edgewater'; percentage = divide(count(case_number where title = 'Larceny'), count(case_number)) where community_area_name = 'Edgewater' * 100%", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'" ] }
{ "query": "List the report number of crimes reported in a community area in the far north side with a population greater than 60,000.", "pos": [ "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'" ], "neg": [ "neighborhood refers to neighborhood_name; '23778' is the report_no", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "location coordinates refers to latitude, longitude", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "\"VEHICULAR HIJACKING\" and \"AGGRAVATED VEHICULAR HIJACKING\" are both secondary_description; difference in average = Subtract (Divide(Count(secondary_description = 'VEHICULAR HIJACKING'), Count(district_name)), Divide(Count(secondary_description = \"AGGRAVATED VEHICULAR HIJACKING\"), Count(district_name)))", "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;" ] }
{ "query": "How many neighborhoods can be found in the Forest Glen community area?", "pos": [ "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name" ], "neg": [ "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "most reported crime refers to max(Count(secondary_description))", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "average = Divide(Count(ward_no), Count(side))", "Central Chicago refers to district_name = 'Central'", "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude", "the highest population refers to max(population); report number refers to report_no; the highest beat refers to max(beat)" ] }
{ "query": "Give the neighborhood name of West Englewood community.", "pos": [ "West Englewood community refers to community_area_name = 'West Englewood'" ], "neg": [ "name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'", "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; arson by explosive refers to primary_description = 'ARSON' AND secondary_description = 'BY EXPLOSIVE'", "case No.JB134191 refers to case_number = 'JB134191'", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no", "short description refers to title; committed the most refers to max(fbi_code_no); the least populated community refers to min(population)", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'", "severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%", "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'" ] }
{ "query": "Out of all the incidents of domestic violence reported at the ward represented by alderman Walter Burnett Jr., how many were arrested?", "pos": [ "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'" ], "neg": [ "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "the most population refers to max(population)", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'", "the least population refers = min(sum(population))", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "\"23778\" is the report_no; FBI description refers to description", "in the street refers to location_description = 'STREET'" ] }
{ "query": "List down the report number of crimes associated with the district commander named Jill M. Stevens.", "pos": [ "report number refers report_no; 'Jill M. Stevens\" is the commander" ], "neg": [ "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "specific description refers to secondary_description; location refers to latitude, longitude; IUCR 142 refers to iucr_no = 142", "severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%", "Morgan Park district refers to district_name = 'Morgan Park'", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "\"Calumet\" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime", "\"unlawful taking, carrying, leading, or riding away of property from the possession or constructive possession of another person\" is the description; name of community refer to community_area_name; most reported incidents refers to Max(Count(fbi_code_no))", "no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'" ] }
{ "query": "Please list the precise location coordinates of all the crimes in Central Chicago.", "pos": [ "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'" ], "neg": [ "average = Divide(Count(ward_no), Count(side))", "larceny case refers to title = 'Larceny'; Edgewater community refers to community_area_name = 'Edgewater'; percentage = divide(count(case_number where title = 'Larceny'), count(case_number)) where community_area_name = 'Edgewater' * 100%", "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'", "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'", "community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'", "case JB107731 refers to case_number = 'JB107731'", "the Far North side refers to side = 'Far North'", "\"unlawful taking, carrying, leading, or riding away of property from the possession or constructive possession of another person\" is the description; name of community refer to community_area_name; most reported incidents refers to Max(Count(fbi_code_no))", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%", "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'" ] }
{ "query": "List the community area names in the Northwest.", "pos": [ "the Northwest refers to side = 'Northwest'" ], "neg": [ "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "crime against society refers to crime_against = 'Society'", "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'", "\"Robert A. Rubio\" is the commander", "in the street refers to location_description = 'STREET'", "community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'", "the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "the Far North side refers to side = 'Far North'", "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'" ] }
{ "query": "Please list the case numbers of all the crimes whose short description of the kind of crime is \"Homicide 1st & 2nd Degree\" in the FBI classification.", "pos": [ "\"Homicide 1st & 2nd Degree\" is the title" ], "neg": [ "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "\"VEHICULAR HIJACKING\" and \"AGGRAVATED VEHICULAR HIJACKING\" are both secondary_description; difference in average = Subtract (Divide(Count(secondary_description = 'VEHICULAR HIJACKING'), Count(district_name)), Divide(Count(secondary_description = \"AGGRAVATED VEHICULAR HIJACKING\"), Count(district_name)))", "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "case JB112212 refers to case_number = 'JB112212'", "the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%", "the Far North side refers to side = 'Far North'", "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'" ] }
{ "query": "In which ward of more than 55,000 inhabitants are there more crimes of intimidation with extortion?", "pos": [ "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)" ], "neg": [ "crime case against persons refers to crime_against = 'Persons'", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "\"23778\" is the report_no; FBI description refers to description", "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'", "neighborhood refers to neighborhood_name; '23778' is the report_no", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "January, 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; had more incidents refers to Max(Count(ward_no))", "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%" ] }
{ "query": "Among the crimes in the Central, calculate the percentage of larceny incidents.", "pos": [ "Central refers to side = 'Central'; larceny refers to title = 'Larceny'; percentage = divide(count(report_no where title = 'Larceny'), count(report_no)) where side = 'Central' * 100%" ], "neg": [ "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "\"23778\" is the report_no; FBI description refers to description", "West Englewood community refers to community_area_name = 'West Englewood'", "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no", "Woodlawn refers to community_area_name = 'Woodlawn'; in January 2018 refers to date like '%1/2018%'", "case JB112212 refers to case_number = 'JB112212'", "email address refers to email; Central Chicago refers to district_name = 'Central'", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'" ] }
{ "query": "How many arrests were made in 2018 in an animal hospital under FBI code 08B?", "pos": [ "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'" ], "neg": [ "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "in the street refers to location_description = 'STREET'", "neighborhood refers to neighborhood_name; '23778' is the report_no", "full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "name of neighborhood refers to neighborhood_name; the most population refers to max(population)" ] }
{ "query": "List the IUCR numbers and index status of homicide incidents.", "pos": [ "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'" ], "neg": [ "severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "report number refers report_no; 'Jill M. Stevens\" is the commander", "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'", "case JB107731 refers to case_number = 'JB107731'", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'" ] }
{ "query": "What is the percentage of larceny cases among all cases that happened in Edgewater community?", "pos": [ "larceny case refers to title = 'Larceny'; Edgewater community refers to community_area_name = 'Edgewater'; percentage = divide(count(case_number where title = 'Larceny'), count(case_number)) where community_area_name = 'Edgewater' * 100%" ], "neg": [ "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'", "location coordinates refers to latitude, longitude", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; \"BATTERY\" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100", "domestic violence refers to domestic = 'TRUE'; report number refers to report_no; in the bank refers to location_description = 'BANK'; percentage = divide(count(report_no where domestic = 'TRUE'), count(report_no)) * 100%", "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;" ] }
{ "query": "Calculate the difference in the average number of vehicular hijackings and aggravated vehicular hijackings in the districts.", "pos": [ "\"VEHICULAR HIJACKING\" and \"AGGRAVATED VEHICULAR HIJACKING\" are both secondary_description; difference in average = Subtract (Divide(Count(secondary_description = 'VEHICULAR HIJACKING'), Count(district_name)), Divide(Count(secondary_description = \"AGGRAVATED VEHICULAR HIJACKING\"), Count(district_name)))" ], "neg": [ "communities refers to community_area_name; 'Fraud Incident' is the title of crime", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "January, 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; had more incidents refers to Max(Count(ward_no))", "domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'", "Central refers to side = 'Central'; larceny refers to title = 'Larceny'; percentage = divide(count(report_no where title = 'Larceny'), count(report_no)) where side = 'Central' * 100%", "the least population refers = min(sum(population))", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", "the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "index code refers to iucr_no; case JB296775 refers to case_number = 'JB296775'" ] }
{ "query": "What is the FBI code and definition of Gambling?", "pos": [ "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'" ], "neg": [ "in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))", "West Englewood community refers to community_area_name = 'West Englewood'", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "name of neighborhood refers to neighborhood_name; the most population refers to max(population)", "short description refers to title; committed the most refers to max(fbi_code_no); the least populated community refers to min(population)", "the most population refers to max(population)", "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'", "the Far North side refers to side = 'Far North'", "community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'" ] }
{ "query": "What is the precise location or coordinate where most of the robberies in Rogers Park occurred?", "pos": [ "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'" ], "neg": [ "Central refers to side = 'Central'; larceny refers to title = 'Larceny'; percentage = divide(count(report_no where title = 'Larceny'), count(report_no)) where side = 'Central' * 100%", "neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'", "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", "domestic violence refers to domestic = 'TRUE'; in an abandoned building refers to location_description = 'ABANDONED BUILDING'; in 2018 refers to date LIKE '%2018%'", "full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "crime against society refers to crime_against = 'Society'", "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name", "West Englewood community refers to community_area_name = 'West Englewood'", "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude", "coordinate (41.66236555, -87.63470194) refers to latitude = '41.66236555' AND longitude = '-87.63470194'; name of the district refers to district_name" ] }
{ "query": "How many weapons violation crimes have occurred in the Calumet district?", "pos": [ "\"Calumet\" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime" ], "neg": [ "Central Chicago refers to district_name = 'Central'", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; 'Robert A. Rubio' and 'Glenn White' are both commander; responsible for more incident refers to Max(count(ward_no))", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "\"23778\" is the report_no; FBI description refers to description", "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no", " in May 2018 refers to date LIKE '5/%/2018%'", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "communities refers to community_area_name; 'Fraud Incident' is the title of crime" ] }
{ "query": "Which commander has had to deal with more cases of criminal sexual abuse?", "pos": [ "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))" ], "neg": [ "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "neighborhood refers to neighborhood_name; '23778' is the report_no", "\"Harrison\" is the district_name;  'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no", "Central refers to side = 'Central'; larceny refers to title = 'Larceny'; percentage = divide(count(report_no where title = 'Larceny'), count(report_no)) where side = 'Central' * 100%", "larceny case refers to title = 'Larceny'; Edgewater community refers to community_area_name = 'Edgewater'; percentage = divide(count(case_number where title = 'Larceny'), count(case_number)) where community_area_name = 'Edgewater' * 100%", "1958 N. Milwaukee Ave. refers to ward_office_address = '1958 N. Milwaukee Ave.'; report number refers to case_number; inside the apartment refers to location_description = 'APARTMENT'", "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "case JB112212 refers to case_number = 'JB112212'" ] }
{ "query": "What is the exact location of the crimes that occurred in the Belmont Cragin community?", "pos": [ "Belmont Cragin community refers to community_area_name = 'Belmont Cragin'; exact location refers to latitude, longitude" ], "neg": [ "the most populated refers to max(population); domestic violence refers to domestic = 'TRUE'; in a bar or tavern refers to location_description = 'BAR OR TAVERN'", "larceny case refers to title = 'Larceny'; Edgewater community refers to community_area_name = 'Edgewater'; percentage = divide(count(case_number where title = 'Larceny'), count(case_number)) where community_area_name = 'Edgewater' * 100%", "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'", "location coordinates refers to latitude, longitude; Central Chicago refers to district_name = 'Central'", "case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name", "full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "\"Criminal Sexual Abuse\" is the title of crime", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "location coordinates refers to latitude, longitude" ] }
{ "query": "Who is the commanding officer in the district with the highest number of disorderly conduct?", "pos": [ "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'" ], "neg": [ "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "least number of domestic crime refers to Min(Count(domestic = \"TRUE\")); community area refers to community_area_no", "more cases of criminal sexual abuse refers to Max(Count(secondary_description = 'CRIMINAL SEXUAL ABUSE'))", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; arson by explosive refers to primary_description = 'ARSON' AND secondary_description = 'BY EXPLOSIVE'", "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "district refers to side; community area Lincoln Square refers to community_area_name = 'Lincoln Square'", "\"BURGLARY\" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "neighborhood refers to neighborhood_name; '23778' is the report_no" ] }
{ "query": "Give the FBI code for the crime described by \"The killing of one human being by another.\"", "pos": [ "\"The killing of one human being by another\" is the description; FBI code refers to fbi_code_no" ], "neg": [ "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'", "\"Weapons Violation\" is the title of crime; crime cases refers to report_no;", "average = Divide(Count(ward_no), Count(side))", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "vandalism refers to title = 'Vandalism'; arrested refers to arrest = 'TRUE'", "incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; \"BATTERY\" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'" ] }
{ "query": "Please list the blocks where all the incidents in the district commanded by Robert A. Rubio took place.", "pos": [ "\"Robert A. Rubio\" is the commander" ], "neg": [ "email address refers to email; Central Chicago refers to district_name = 'Central'", "population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000", "report number refers report_no; 'Jill M. Stevens\" is the commander", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'", "commanding officer refers to commander; the highest number refers to max(count(district_no)); disorderly conduct refers to title = 'Disorderly Conduct'", "arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'" ] }
{ "query": "On average, how many community areas are there in a side?", "pos": [ "average = Divide(Count(ward_no), Count(side))" ], "neg": [ "simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'", "\"VEHICULAR HIJACKING\" and \"AGGRAVATED VEHICULAR HIJACKING\" are both secondary_description; difference in average = Subtract (Divide(Count(secondary_description = 'VEHICULAR HIJACKING'), Count(district_name)), Divide(Count(secondary_description = \"AGGRAVATED VEHICULAR HIJACKING\"), Count(district_name)))", "crime against society refers to crime_against = 'Society'", "coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'", "neighborhood refers to neighborhood_name; '23778' is the report_no", "crime case against persons refers to crime_against = 'Persons'", "Misc Non-Index Offense refers to title = 'Misc Non-Index Offense'", "report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'", "Central Chicago refers to district_name = 'Central'", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name" ] }
{ "query": "What is the ward ID of the most crowded ward?", "pos": [ "most crowded ward refers to Max(Population)" ], "neg": [ "more than 55000 inhabitants refers to Population > 55000; 'INTIMIDATION' is the primary_description; 'EXTORTION' refers to secondary_description; more crime refers to Count(ward_no)", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'", "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)", "related to sexual assault refers to primary_description = 'CRIME SEXUAL ASSAULT'; severe case refers to index_code = 'I'; percentage = Divide (Count (iucr_no where primary_description = 'CRIME SEXUAL ASSAULT'), Count (iucr_no)) * 100", "FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'", "the Far North side refers to side = 'Far North'", "in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "the Northwest refers to side = 'Northwest'", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description" ] }
{ "query": "How many crimes were committed at 018XX S KOMENSKY AVEin May 2018?", "pos": [ " in May 2018 refers to date LIKE '5/%/2018%'" ], "neg": [ "domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'", "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'", "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'", "\"Calumet\" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime", "\"23778\" is the report_no; FBI description refers to description", "domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name", "report number refers report_no; 'Jill M. Stevens\" is the commander", "\"Forest Glen\" is the community_area_name; neighborhoods refers to neighborhood_name" ] }
{ "query": "Calculate the average crime rate per month in the highest populous area.", "pos": [ "the highest populous refers to max(population); average crime rate per month = divide(count(report_no where population = max(population)), 12)" ], "neg": [ "short description refers to title; committed the most refers to max(fbi_code_no); the least populated community refers to min(population)", "most crowded ward refers to Max(Population)", "solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'", "crime refers to title; committed the most refers to max(fbi_code_no)", "\"VEHICULAR HIJACKING\" and \"AGGRAVATED VEHICULAR HIJACKING\" are both secondary_description; difference in average = Subtract (Divide(Count(secondary_description = 'VEHICULAR HIJACKING'), Count(district_name)), Divide(Count(secondary_description = \"AGGRAVATED VEHICULAR HIJACKING\"), Count(district_name)))", "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'", "Misc Non-Index Offense refers to title = 'Misc Non-Index Offense'", "precise location or coordinate refers to latitude, longitude; most refers to fbi_code_no = 3; robbery refers to title = 'Robbery'; Rogers Park refers to community_area_name = 'Rogers Park'", "case JB107731 refers to case_number = 'JB107731'", "January, 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; had more incidents refers to Max(Count(ward_no))" ] }
{ "query": "Give the detailed description of all the crimes against society.", "pos": [ "crime against society refers to crime_against = 'Society'" ], "neg": [ "full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix", "fraud incident refers to title = 'Fraud'; reported in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; description of location refers to location_description; weekly average refers to Divide (Count(report_no), 4); majority of incidents occurred refers to Max(Count(location_description))", "neighborhood refers to neighborhood_name; '23778' is the report_no", "\"Robert A. Rubio\" is the commander", "apartment crime refers to location_description = 'APARTMENT';  without arrest refers to arrest = 'FALSE'; average population = AVG(Population)", "\"Lincoln\" is the district_name; responsible for crime case refers to commander", "case JB112212 refers to case_number = 'JB112212'", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "\"Homicide 1st & 2nd Degree\" is the title", "\"Criminal Sexual Abuse\" is the title of crime" ] }
{ "query": "Among the crimes happened in the neighborhood called \"Avalon Park\", what is the percentage of crimes that happened inside the house?", "pos": [ "\"Avalon Park\" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100" ], "neg": [ "lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description", "\"Near West\" is the district_name; all contact information refers to phone, fax, tty, twitter", "case No.JB134191 refers to case_number = 'JB134191'", "alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)", "Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'", "in the street refers to location_description = 'STREET'", "\"CHILD ABDUCTION\" is the secondary_description; coordinates refers to latitude, longitude", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; arson by explosive refers to primary_description = 'ARSON' AND secondary_description = 'BY EXPLOSIVE'", "\"Austin\" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description", "aldermen's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; 0000X N FRANCISCO AVE refers to block = '0000X N FRANCISCO AVE'" ] }