--- language: - en multilinguality: - monolingual size_categories: - 1M 40", "negative_4": "\"PHILLIPS\" is the county; 'Montana' is the name of state", "negative_5": "name of the CBSA officer refers to CBSA_name; position of the CBSA officer refers to CBSA_type;", "negative_6": "population greater than 10000 in 2010 refers to population_2010 > 10000;", "negative_7": "postal points refer to zip_code; under New York-Newark-Jersey City, NY-NJ-PA refers to CBSA_name = 'New York-Newark-Jersey City, NY-NJ-PA';", "negative_8": "the largest water area refers to MAX(water_area);", "negative_9": "\"Wisconsin\" is the state; largest land area refers to Max(land_area); full name refers to first_name, last_name; postal code refers to zip_code", "negative_10": "\"Alabama\" and \"Illinois\" are both state; Ratio = Divide (Count(state = 'Alabama'), Count(state = 'Illinois'))" } ``` * Collection strategy: Reading the SQL Questions dataset, filtering away the 15 samples that did not have 10 negative pairs, and formatting them in the described columns. * Deduplified: No