In short
A new benchmark assesses whether an LLM can go all the way from an instruction and an EEG signal to numerical conclusions, artifacts, and a scientific report. Its main finding so far is not a ranking of models, but rather a clear demonstration of how quality depends on the specific organization of the workflow.
Most tests for LLMs in EEG analysis evaluate individual tasks: classification, decoding, or performance within a specific demonstration. BrainBench proposes evaluating not just a single response, but the entire research workflow—from instructions and signal processing to quantitative evidence and interpretation.
This is a significant shift. In real-world applications, it is not enough to simply identify a class based on a recording: the system must understand the task, process the EEG, utilize physiological signals when necessary, perform calculations, and present its conclusion in a verifiable manner.
BrainBench combines four areas:
In total, the benchmark includes 17 datasets and over 100,000 runs for model evaluation. The system receives instructions and records, and must produce a scientifically sound report and, when required, additional artifacts.
The verification is not limited to a single type of metric: the authors use numerical, categorical, set-based, sequence-based, and semantic checks, as well as artifact validation. This is closer to verifying reproducible analysis than to a typical multiple-choice question with a single correct answer.
The most interesting conclusion does not concern a specific model. The results vary significantly depending on the model, subtask, level of complexity, and method of execution. The authors compare two modes: autonomous code execution via CodeAct and structured agent-based analysis via BrainAgent.
This leads to a practical conclusion: “Which LLM understands EEG better?” is an incomplete question. It is necessary to specify in which agent-based framework it operates, whether it can execute code, how it accesses signals, and how its results are verified. The same model operating in different modes is, in fact, a different tool.
For now, BrainBench should be viewed primarily as a measurement infrastructure rather than a definitive ranking. The published description does not include a complete set of numerical results for the models; the code and benchmark are promised to be released later, and the results will be updated.
For developers of medical and scientific AI systems, this is more useful than yet another leaderboard. Before deployment, it will be possible to verify not only the accuracy of classification but also the entire reasoning process: whether the calculations were performed correctly, whether the report aligns with the data, and whether the system generated the required artifacts. It is precisely at these transitions between signal, code, and interpretation that a polished demonstration usually falls apart.
Source: cs.AI updates on arXiv.org