SGR-BENCH / data_en /constraint /waterquality_002.json
Ninggggy's picture
Upload SGR-BENCH dataset files (without README variants)
8a1c7c6 verified
{
"task_id": "waterquality_002",
"domain": "WATER_QUALITY_PORTAL",
"autonomy_type": "ordered table",
"oracle_output_cardinality": 2,
"instruction": "I am analyzing trends in the lower Rio Grande from 2001 to 2010. From monitoring stations located below RIO GRANDE BELOW ANZALDUAS and still within HUC 13090002, select one representative station for Hidalgo County and one for Cameron County. First, screen candidate stations for each county within the specified area. Retain only stations whose detail page lists the type as River/Stream and that have records covering 2001–2010 for all four characteristic groups: Microbiological, Nutrient, Organics, Other, and Physical. If multiple stations in the same county qualify, select the station with the earliest year in which all four groups are simultaneously present. Then record the MonitoringLocationIdentifier of the selected station, the earliest year all four groups are simultaneously present, and the start year for each of Microbiological, Nutrient, Organics, Other, and Physical. Finally, output a single-line string in the order Hidalgo then Cameron: <County>:<MonitoringLocationIdentifier>|<common_start_year>|<Microbiological_start_year>|<Nutrient_start_year>|<Organics_Other_start_year>|<Physical_start_year>, with the two segments separated by a comma.",
"start_url": "https://www.waterqualitydata.us/",
"output_format": "Output a single-line string in the order Hidalgo then Cameron: <County>:<MonitoringLocationIdentifier>|<common_start_year>|<Microbiological_start_year>|<Nutrient_start_year>|<Organics_Other_start_year>|<Physical_start_year>, with the two segments separated by a comma.",
"oracle_answer": "Hidalgo:TCEQMAIN-15808|1998|1998|1998|1998|1998,Cameron:TCEQMAIN-13177|1995|1981|1981|1995|1981",
"metadata": {
"State-Gated Retrieval": [
"Select one representative station for Hidalgo County and one for Cameron County from monitoring stations located below RIO GRANDE BELOW ANZALDUAS and still within HUC 13090002.",
"Candidate detail pages must list the type as River/Stream, and records for all four characteristic groups (Microbiological, Nutrient, Organics, Other, Physical) must cover 2001–2010.",
"If multiple stations in the same county qualify, select the station with the earliest year in which all four groups are simultaneously present."
],
"dependency_type": "Data + Control",
"intra_chain": true,
"inter_chain": true,
"data_dependency": [
"the fixed downstream starting point and county split yield Hidalgo and Cameron candidate mainstem stations within HUC 13090002",
"detail pages yield River/Stream validity, the four characteristic-group start years, and the earliest year when all four groups are simultaneously present for 2001-2010 coverage",
"final rows are produced only after the county-specific searches are rerun from the fixed downstream starting point and then ranked by common-start year"
],
"control_dependency": [
"the Hidalgo search must preserve the \"below TCEQMAIN-13664\" downstream starting point rather than returning to the anchor station itself",
"a station is only provisional until all four characteristic groups are confirmed for the same MonitoringLocationIdentifier and tidal/intake conflicts are excluded on the detail page",
"county winners are valid only after late-start and non-river candidates are removed and the common-start-year tie-break is recomputed"
],
"freeze": {
"historical_window": "stations below RIO GRANDE BELOW ANZALDUAS within HUC 13090002, split by Hidalgo and Cameron County, with Microbiological, Nutrient, Organics, Other, and Physical coverage over 2001-2010"
},
"answer_type": "multi-row ordered table"
},
"rubric": {
"inclusion_conditions": [
"Select one representative station for Hidalgo County and one for Cameron County from monitoring stations located below RIO GRANDE BELOW ANZALDUAS and still within HUC 13090002.",
"Candidate detail pages must list the type as River/Stream, and records for all four characteristic groups (Microbiological, Nutrient, Organics, Other, Physical) must cover 2001–2010.",
"If multiple stations in the same county qualify, select the station with the earliest year in which all four groups are simultaneously present."
],
"exclusion_conditions": [
"Exclude results where the Hidalgo search loses the downstream starting point and brings the starting station itself back into the candidate set.",
"Exclude results that treat a single multi-select of the four characteristic groups as sufficient without verifying that all four belong to the same station ID.",
"Exclude stations with tidal, intake, late-start, or other conflicts clearly indicated on the detail page."
],
"normalization": {
"record_separator": ",",
"field_separator": "|",
"schema_per_record": [
"County:MonitoringLocationIdentifier",
"common_start_year",
"Microbiological_start_year",
"Nutrient_start_year",
"Organics_Other_start_year",
"Physical_start_year"
],
"ordering": "emit exactly two records, with Hidalgo first and Cameron second",
"county_prefix": "use the county label in title case, followed by : and the uppercase MonitoringLocationIdentifier",
"year_fields": "emit four-digit years as plain integers",
"common_start_year": "the earliest year in which all four required groups are simultaneously present for the chosen county station",
"stop_condition": [
"each county branch is rerun until one River/Stream station survives all four group checks",
"the county winner is fixed only after late-start and non-river candidates are excluded after checking the detail page",
"the two county segments are emitted on one line in the fixed Hidalgo-then-Cameron order"
]
}
}
}