Datasets:
| { | |
| "meta_info": { | |
| "case_id": "SEED-V-01.cnt", | |
| "bench_subset": "NeuroBench-Core", | |
| "difficult": 1.0, | |
| "original_dataset": "SEED-V" | |
| }, | |
| "agent_input": { | |
| "data_path": "data/core/SEED-V-01.cnt", | |
| "instruction": "Please keep only the real EEG channels from the raw signal, use the first 120 seconds, re-reference the EEG data to average reference, and save the processed EEG EDF file to the file_check directory with the filename SEED-V_01_case15_processed.edf." | |
| }, | |
| "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 the saved EEG file path from the agent report.\n\n### STRICT CONSTRAINTS (MANDATORY)\n1. Output ONLY a valid JSON object.\n2. DO NOT include Markdown code blocks.\n3. DO NOT include any conversational text or explanations.\n4. The JSON key must be EXACTLY \"file_path\".\n5. The value must be a string file path or null.\n6. If the report does not clearly provide a saved file path, return null.\n\n### OUTPUT TEMPLATE\n{\"file_path\": \"file_check/example_processed.edf\"}", | |
| "metrics": [ | |
| { | |
| "metric_id": "save_avgref_real_eeg_edf_status", | |
| "type": "file_status_check", | |
| "target_key": "file_path", | |
| "weight": 100, | |
| "params": { | |
| "match_mode": "eeg_file_match", | |
| "validator_config": { | |
| "file_name": { | |
| "value": "SEED-V_01_case15_processed.edf" | |
| }, | |
| "duration_sec": { | |
| "value": 120.0, | |
| "weight": 33 | |
| }, | |
| "channel_names": { | |
| "value": [ | |
| "FP1", | |
| "FPZ", | |
| "FP2", | |
| "AF3", | |
| "AF4", | |
| "F7", | |
| "F5", | |
| "F3", | |
| "F1", | |
| "FZ", | |
| "F2", | |
| "F4", | |
| "F6", | |
| "F8", | |
| "FT7", | |
| "FC5", | |
| "FC3", | |
| "FC1", | |
| "FCZ", | |
| "FC2", | |
| "FC4", | |
| "FC6", | |
| "FT8", | |
| "T7", | |
| "C5", | |
| "C3", | |
| "C1", | |
| "CZ", | |
| "C2", | |
| "C4", | |
| "C6", | |
| "T8", | |
| "TP7", | |
| "CP5", | |
| "CP3", | |
| "CP1", | |
| "CPZ", | |
| "CP2", | |
| "CP4", | |
| "CP6", | |
| "TP8", | |
| "P7", | |
| "P5", | |
| "P3", | |
| "P1", | |
| "PZ", | |
| "P2", | |
| "P4", | |
| "P6", | |
| "P8", | |
| "PO7", | |
| "PO5", | |
| "PO3", | |
| "POZ", | |
| "PO4", | |
| "PO6", | |
| "PO8", | |
| "CB1", | |
| "O1", | |
| "OZ", | |
| "O2", | |
| "CB2" | |
| ], | |
| "weight": 34 | |
| }, | |
| "reference_mode": { | |
| "value": "average", | |
| "weight": 33 | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| } |