xbb083 commited on
Commit
e41c1f7
·
verified ·
1 Parent(s): 30c1d79

Normalize Foundational Analysis case ordering

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. foundational_analysis/cases/case01/case01_01.json +27 -0
  2. foundational_analysis/cases/case01/case01_02.json +27 -0
  3. foundational_analysis/cases/case01/case01_03.json +27 -0
  4. foundational_analysis/cases/case01/case01_04.json +27 -0
  5. foundational_analysis/cases/case01/case01_05.json +27 -0
  6. foundational_analysis/cases/case01/case01_06.json +27 -0
  7. foundational_analysis/cases/case01/case01_07.json +27 -0
  8. foundational_analysis/cases/case01/case01_08.json +27 -0
  9. foundational_analysis/cases/case01/case01_09.json +27 -0
  10. foundational_analysis/cases/case01/case01_10.json +27 -0
  11. foundational_analysis/cases/case01/case01_11.json +27 -0
  12. foundational_analysis/cases/case01/case01_12.json +27 -0
  13. foundational_analysis/cases/case01/case01_13.json +27 -0
  14. foundational_analysis/cases/case01/case01_14.json +27 -0
  15. foundational_analysis/cases/case01/case01_15.json +27 -0
  16. foundational_analysis/cases/case01/case01_16.json +27 -0
  17. foundational_analysis/cases/case01/case01_17.json +27 -0
  18. foundational_analysis/cases/case01/case01_18.json +27 -0
  19. foundational_analysis/cases/case01/case01_19.json +27 -0
  20. foundational_analysis/cases/case01/case01_20.json +27 -0
  21. foundational_analysis/cases/case01/case01_21.json +27 -0
  22. foundational_analysis/cases/case01/case01_22.json +27 -0
  23. foundational_analysis/cases/case01/case01_23.json +27 -0
  24. foundational_analysis/cases/case01/case01_24.json +27 -0
  25. foundational_analysis/cases/case01/case01_25.json +27 -0
  26. foundational_analysis/cases/case02/case02_01.json +37 -0
  27. foundational_analysis/cases/case02/case02_02.json +37 -0
  28. foundational_analysis/cases/case02/case02_03.json +37 -0
  29. foundational_analysis/cases/case02/case02_04.json +37 -0
  30. foundational_analysis/cases/case02/case02_05.json +37 -0
  31. foundational_analysis/cases/case02/case02_06.json +37 -0
  32. foundational_analysis/cases/case02/case02_07.json +37 -0
  33. foundational_analysis/cases/case02/case02_08.json +37 -0
  34. foundational_analysis/cases/case02/case02_09.json +37 -0
  35. foundational_analysis/cases/case02/case02_10.json +37 -0
  36. foundational_analysis/cases/case02/case02_11.json +37 -0
  37. foundational_analysis/cases/case02/case02_12.json +37 -0
  38. foundational_analysis/cases/case02/case02_13.json +37 -0
  39. foundational_analysis/cases/case02/case02_14.json +37 -0
  40. foundational_analysis/cases/case02/case02_15.json +37 -0
  41. foundational_analysis/cases/case02/case02_16.json +37 -0
  42. foundational_analysis/cases/case02/case02_17.json +37 -0
  43. foundational_analysis/cases/case02/case02_18.json +37 -0
  44. foundational_analysis/cases/case02/case02_19.json +37 -0
  45. foundational_analysis/cases/case02/case02_20.json +37 -0
  46. foundational_analysis/cases/case02/case02_21.json +37 -0
  47. foundational_analysis/cases/case02/case02_22.json +37 -0
  48. foundational_analysis/cases/case02/case02_23.json +37 -0
  49. foundational_analysis/cases/case02/case02_24.json +37 -0
  50. foundational_analysis/cases/case02/case02_25.json +37 -0
foundational_analysis/cases/case01/case01_01.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_01.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_01.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 11.81567963841674,
22
+ "tolerance": 1.181567963841674
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_02.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_02.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_02.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 9.26960186255792,
22
+ "tolerance": 0.926960186255792
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_03.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_03.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_03.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 11.932442037349787,
22
+ "tolerance": 1.1932442037349789
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_04.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_04.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_04.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 5.878455525394873,
22
+ "tolerance": 0.5878455525394873
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_05.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_05.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_05.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 7.919897825685701,
22
+ "tolerance": 0.7919897825685701
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_06.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_01.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_01.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 13.560618171116563,
22
+ "tolerance": 1.3560624385726978
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_07.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_02.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_02.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 12.075784079421299,
22
+ "tolerance": 1.2075783110068763
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_08.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_03.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_03.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 12.149602175318517,
22
+ "tolerance": 1.2149599789598067
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_09.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_04.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_04.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 14.652083592026083,
22
+ "tolerance": 1.4652082512405658
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_10.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_05.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_05.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 13.166214068045193,
22
+ "tolerance": 1.3166212097326537
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_11.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-01.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-01.cnt",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 4.836610733624954,
22
+ "tolerance": 0.4836610733624954
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_12.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-02.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-02.cnt",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 6.833748557175907,
22
+ "tolerance": 0.6833748557175907
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_13.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-03.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-03.cnt",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 7.544371519964062,
22
+ "tolerance": 0.7544371519964063
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_14.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-04.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-04.cnt",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 13.23650829225669,
22
+ "tolerance": 1.3236508292256692
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_15.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-05.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-05.cnt",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 9.461418170390266,
22
+ "tolerance": 0.9461418170390266
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_16.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_01.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_01.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 25.60839634754504,
22
+ "tolerance": 2.560839634754504
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_17.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_02.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_02.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 26.963042816030004,
22
+ "tolerance": 2.6963042816030005
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_18.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_03.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_03.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 58.63472717305611,
22
+ "tolerance": 5.863472717305612
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_19.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_04.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_04.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 21.885057050117236,
22
+ "tolerance": 2.188505705011724
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_20.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_05.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_05.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 36.11783061563106,
22
+ "tolerance": 3.6117830615631057
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_21.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_01.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_01.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 41.33018074506845,
22
+ "tolerance": 4.133018074506846
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_22.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_02.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_02.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 18.30015063387382,
22
+ "tolerance": 1.830015063387382
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_23.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_03.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_03.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 23.478518914155703,
22
+ "tolerance": 2.3478518914155706
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_24.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_04.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_04.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 40.95759770354007,
22
+ "tolerance": 4.0957597703540065
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case01/case01_25.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_05.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_05.edf",
10
+ "instruction": "Please first extract only the EEG channels from the raw signal, and then apply a 0.5-40Hz FIR bandpass filter to these channels. After filtering, obtain each channel's Alpha-band power and total filtered-signal power by integrating the PSD over frequency. Calculate Alpha relative power separately for each channel, then average the channel-wise ratios and report the final percentage value clearly in your response."
11
+ },
12
+ "eval_config": {
13
+ "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 'Alpha Relative Power Percentage' from the agent's report.\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 Key in the JSON must be EXACTLY \"alpha_ratio\".\n5. The Value must be a FLOAT (e.g., if the report says 25.5%, output 25.5).\n6. If the value is missing or cannot be found, return {\"alpha_ratio\": null}.\n\n### OUTPUT TEMPLATE\n{\"alpha_ratio\": <float>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "alpha_ratio_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "alpha_ratio",
19
+ "weight": 100,
20
+ "params": {
21
+ "gt_value": 18.87056907818833,
22
+ "tolerance": 1.8870569078188328
23
+ }
24
+ }
25
+ ]
26
+ }
27
+ }
foundational_analysis/cases/case02/case02_01.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_01.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_01.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 2.344264,
22
+ "tolerance": 0.234426
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 3.603543,
32
+ "tolerance": 0.360354
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_02.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_02.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_02.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.950857,
22
+ "tolerance": 0.095086
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.989856,
32
+ "tolerance": 0.098986
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_03.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_03.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_03.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 1.168239,
22
+ "tolerance": 0.116824
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.684525,
32
+ "tolerance": 0.168453
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_04.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_04.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_04.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 1.161963,
22
+ "tolerance": 0.116196
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 2.076704,
32
+ "tolerance": 0.20767
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_05.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "ISRUC_05.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "ISRUC"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/ISRUC_05.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.669702,
22
+ "tolerance": 0.06697
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.774508,
32
+ "tolerance": 0.077451
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_06.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_01.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_01.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.293048,
22
+ "tolerance": 0.029305
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.232857,
32
+ "tolerance": 0.023286
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_07.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_02.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_02.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.323811,
22
+ "tolerance": 0.032381
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.202792,
32
+ "tolerance": 0.020279
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_08.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_03.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_03.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.264357,
22
+ "tolerance": 0.026436
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.244232,
32
+ "tolerance": 0.024423
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_09.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_04.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_04.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.408242,
22
+ "tolerance": 0.040824
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.212913,
32
+ "tolerance": 0.021291
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_10.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "BCIC2020-3_05.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "BCIC2020-3"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/BCIC2020-3_05.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.184103,
22
+ "tolerance": 0.01841
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.181707,
32
+ "tolerance": 0.018171
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_11.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-01.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-01.cnt",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.372668,
22
+ "tolerance": 0.037267
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.702498,
32
+ "tolerance": 0.17025
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_12.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-02.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-02.cnt",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 1.048704,
22
+ "tolerance": 0.10487
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 2.825685,
32
+ "tolerance": 0.282569
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_13.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-03.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-03.cnt",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.618508,
22
+ "tolerance": 0.061851
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 2.884954,
32
+ "tolerance": 0.288495
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_14.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-04.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-04.cnt",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.826021,
22
+ "tolerance": 0.082602
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.513809,
32
+ "tolerance": 0.151381
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_15.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "SEED-V-05.cnt",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "SEED-V"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/SEED-V-05.cnt",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 1.554786,
22
+ "tolerance": 0.155479
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 7.43622,
32
+ "tolerance": 0.743622
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_16.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_01.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_01.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.904181,
22
+ "tolerance": 0.090418
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.133355,
32
+ "tolerance": 0.113335
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_17.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_02.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_02.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 3.290876,
22
+ "tolerance": 0.329088
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.536704,
32
+ "tolerance": 0.15367
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_18.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_03.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_03.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 6.319008,
22
+ "tolerance": 0.631901
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.504666,
32
+ "tolerance": 0.150467
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_19.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_04.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_04.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 1.254156,
22
+ "tolerance": 0.125416
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 5.571346,
32
+ "tolerance": 0.557135
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_20.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "Mumtaz2016_05.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "Mumtaz2016"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/Mumtaz2016_05.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 3.528239,
22
+ "tolerance": 0.352824
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 2.723892,
32
+ "tolerance": 0.272389
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_21.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_01.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_01.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 2.952141,
22
+ "tolerance": 0.295214
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.846158,
32
+ "tolerance": 0.084616
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_22.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_02.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_02.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 1.128332,
22
+ "tolerance": 0.112833
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.040372,
32
+ "tolerance": 0.104037
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_23.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_03.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_03.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 1.035565,
22
+ "tolerance": 0.103557
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 0.463546,
32
+ "tolerance": 0.046355
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_24.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_04.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_04.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 2.892534,
22
+ "tolerance": 0.289253
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.24287,
32
+ "tolerance": 0.124287
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }
foundational_analysis/cases/case02/case02_25.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta_info": {
3
+ "case_id": "MentalArithmetic_05.edf",
4
+ "bench_subset": "NeuroBench-Core",
5
+ "difficult": 1.0,
6
+ "original_dataset": "MentalArithmetic"
7
+ },
8
+ "agent_input": {
9
+ "data_path": "data/core/MentalArithmetic_05.edf",
10
+ "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."
11
+ },
12
+ "eval_config": {
13
+ "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>}",
14
+ "metrics": [
15
+ {
16
+ "metric_id": "prefrontal_abr_accuracy",
17
+ "type": "numeric_check",
18
+ "target_key": "abr",
19
+ "weight": 50,
20
+ "params": {
21
+ "gt_value": 0.996986,
22
+ "tolerance": 0.099699
23
+ }
24
+ },
25
+ {
26
+ "metric_id": "prefrontal_tbr_accuracy",
27
+ "type": "numeric_check",
28
+ "target_key": "tbr",
29
+ "weight": 50,
30
+ "params": {
31
+ "gt_value": 1.322632,
32
+ "tolerance": 0.132263
33
+ }
34
+ }
35
+ ]
36
+ }
37
+ }