xbb083's picture
Normalize Foundational Analysis case ordering
e41c1f7 verified
Raw
History Blame Contribute Delete
2.3 kB
{
"meta_info": {
"case_id": "BCIC2020-3_04.edf",
"bench_subset": "NeuroBench-Core",
"difficult": 1.0,
"original_dataset": "BCIC2020-3"
},
"agent_input": {
"data_path": "data/core/BCIC2020-3_04.edf",
"instruction": "Please select all available prefrontal EEG channels (FP*/AF* channels) from the raw signal; if the recording has no FP or AF channels, use F3/F4 as frontal proxies. Apply a 1-40Hz FIR bandpass filter and estimate the PSD using the Welch method. Obtain theta [4,8)Hz, alpha [8,13)Hz, and beta [13,30]Hz band power by integrating the PSD over each frequency band. First sum each band power across all selected channels, then calculate ABR = summed alpha power / summed beta power and TBR = summed theta power / summed beta power. Clearly report both final values in your response."
},
"eval_config": {
"parser_prompt": "### ROLE\nYou are a precise JSON Extraction Engine for neurophysiological data. Your sole task is to convert natural language reports into structured JSON data.\n\n### TASK\nExtract two values from the agent's report:\n1) Alpha/Beta Ratio (ABR)\n2) Theta/Beta Ratio (TBR)\n\n### STRICT CONSTRAINTS (MANDATORY)\n1. Output ONLY a valid JSON object.\n2. DO NOT include Markdown code blocks (e.g., no backticks or json tags).\n3. DO NOT include any conversational text, explanations, or units.\n4. The keys in the JSON must be EXACTLY \"abr\" and \"tbr\".\n5. Both values must be FLOAT.\n6. If one value is missing, return it as null.\n\n### OUTPUT TEMPLATE\n{\"abr\": <float|null>, \"tbr\": <float|null>}",
"metrics": [
{
"metric_id": "prefrontal_abr_accuracy",
"type": "numeric_check",
"target_key": "abr",
"weight": 50,
"params": {
"gt_value": 0.408242,
"tolerance": 0.040824
}
},
{
"metric_id": "prefrontal_tbr_accuracy",
"type": "numeric_check",
"target_key": "tbr",
"weight": 50,
"params": {
"gt_value": 0.212913,
"tolerance": 0.021291
}
}
]
}
}