File size: 1,968 Bytes
d846fa6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "meta_info": {
        "case_id": "Q25",
        "bench_subset": "NeuroBench-Core",
        "difficult": 1.0,
        "original_dataset": "Core_QA",
        "references": "R7,R9"
    },
    "agent_input": {
        "data_path": "",
        "instruction": "This is a standalone EEG/BCI knowledge multiple-choice question. No EEG data file is needed. Please answer by selecting exactly one option: A, B, C, or D.\n\nQuestion: Why is the posterior dominant rhythm usually assessed during relaxed wakefulness with eyes closed?\nA. Alpha is necessarily stronger with eyes open.\nB. The posterior dominant rhythm exists only in N3 sleep.\nC. The posterior alpha rhythm is easier to observe when the eyes are closed and the person is relaxed.\nD. Posterior dominant rhythm is another name for eye-blink artifact."
    },
    "eval_config": {
        "parser_prompt": "### ROLE\nYou are a precise JSON Extraction Engine for multiple-choice EEG/BCI QA responses. Your sole task is to extract the final selected answer option.\n\n### TASK\nExtract the final selected option 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, explanations, or units.\n4. The key must be EXACTLY \"selected_option\".\n5. The value must be one of \"A\", \"B\", \"C\", \"D\", or null.\n6. If multiple options are mentioned, extract only the final answer option.\n7. If the selected option is missing or unclear, return {\"selected_option\": null}.\n\n### OUTPUT TEMPLATE\n{\"selected_option\": <string|null>}",
        "metrics": [
            {
                "metric_id": "qa_option_accuracy",
                "type": "categorical_check",
                "target_key": "selected_option",
                "weight": 100,
                "params": {
                    "gt_value": "C"
                }
            }
        ]
    }
}