Datasets:
| { | |
| "meta_info": { | |
| "case_id": "case40_02", | |
| "bench_subset": "NeuroBench-Sleep", | |
| "difficult": 1.5, | |
| "original_dataset": "ISRUC" | |
| }, | |
| "agent_input": { | |
| "data_path": "data/sleep/ISRUC_02.edf", | |
| "label_path": "data/sleep/ISRUC_02.npy", | |
| "instruction": "Use the sleep file and paired sleep-stage labels to calculate sleep-period ODI3 and ODI4. ISRUC channels: SaO2=oxygen saturation; X5=snore; X6/DC3=airflow; X7/X8=abdominal effort. Report final ODI3 and ODI4 in events/hour." | |
| }, | |
| "eval_config": { | |
| "parser_prompt": "### ROLE\nYou are a precise JSON Extraction Engine for sleep medicine reports.\n\n### TASK\nExtract the whole-night sleep oxygen desaturation indices ODI3 and ODI4.\n\n### STRICT CONSTRAINTS (MANDATORY)\n1. Output ONLY a valid JSON object.\n2. Do not include Markdown, explanations, units, or extra fields.\n3. The keys must be EXACTLY \"odi3\" and \"odi4\".\n4. Both values must be FLOAT values or null.\n5. Return null for a missing or unclear value.\n\n### OUTPUT TEMPLATE\n{\"odi3\": <float|null>, \"odi4\": <float|null>}", | |
| "metrics": [ | |
| { | |
| "metric_id": "oxygen_desaturation_index_3_accuracy", | |
| "type": "numeric_check", | |
| "target_key": "odi3", | |
| "weight": 50, | |
| "params": { | |
| "gt_value": 0.3337969401947149, | |
| "tolerance": 0.016689847009735744 | |
| } | |
| }, | |
| { | |
| "metric_id": "oxygen_desaturation_index_4_accuracy", | |
| "type": "numeric_check", | |
| "target_key": "odi4", | |
| "weight": 50, | |
| "params": { | |
| "gt_value": 0.0, | |
| "tolerance": 0.0 | |
| } | |
| } | |
| ] | |
| } | |
| } | |