Neuroscience literature language model that predicts experimental outcomes from study methods, LoRA-tuned on 1.3 billion tokens of papers.
No providers recorded yet. Browse all providers
Take a recent neuroscience abstract and rewrite one clause of its results — the manipulation reduced firing rather than increased it, the effect appeared in dorsal rather than ventral hippocampus — leaving the background and methods untouched and the prose still coherent. Now ask a neuroscientist which version is the real one. They cannot look it up, because the study postdates anything they have read. On 200 such pairs drawn from the Journal of Neuroscience, 171 screened experts averaged 63.4% correct. This is BrainBench, a deliberately forward-looking benchmark: it tests not what is known but whether the patterns linking methods to results have been internalized well enough to predict an unseen outcome.
BrainGPT-7B is the model built to show that this ability can be trained for directly. Xiaoliang Luo and Bradley C. Love at University College London, working with a 38-author consortium spanning the University of Cambridge, the University of Oxford, the Alan Turing Institute and dozens of other institutions, took a general-purpose 7-billion-parameter base model and continued its training on the neuroscience literature itself. The result is not a chatbot. BrainGPT is evaluated by perplexity — the model reads both abstracts and picks the one that surprises it less — which sidesteps natural-language prompting entirely and yields a confidence signal as a byproduct.
The name is contested. An unrelated EEG signal model from the Institute of Automation, Chinese Academy of Sciences is also called BrainGPT and is cataloged here as BrainGPT-EEG; repositories and checkpoints found under the bare name may belong to either.
The training corpus was assembled from PubMed abstracts and the PubMed Central Open Access Subset, covering roughly 100 neuroscience journals from 2002 to 2022: 332,807 abstracts and 123,085 full-text articles, 1.3 billion tokens in total, figures and tables excluded, split 90/10 into training and validation. Tuning ran for a single epoch with AdamW at a 2e-5 cosine-scheduled learning rate, chunk size 2,048 and bf16 precision on four A100 80GB GPUs. On BrainBench, general-purpose LLMs averaged 81.4% against the human experts' 63.4% (66.2% for responses in the top quintile of self-reported expertise), and LoRA tuning added a further 3 percentage points over the Mistral-7B base while sharply shifting the perplexity distribution of correct responses. Controls rule out the obvious confounds: zlib-perplexity ratios show no memorization of benchmark items, performance collapses when only the altered results sentence is shown rather than the whole abstract, and accuracy does not decay with an item's publication date. Galactica, whose training set is known, anchored the memorization analysis.
The intended use is instant meta-analysis: a researcher proposes a study design and asks what the accumulated literature implies its outcome will be, using the model as a check on an experiment worth running or on a finding that looks anomalous. Because it scores passages rather than generating summaries or citations — tasks the authors explicitly warn against — it fits screening and prioritization rather than writing. Its representations also transfer: NiCLIP uses BrainGPT-7B-v0.2 frozen as a text encoder over fMRI article bodies, its best retrieval configuration though numerically close to the untuned Mistral-7B base.
BrainGPT is a compact demonstration with an unusually clean argument: domain-specific continued pretraining measurably improves forward prediction, and the improvement is legible only because the weights are open enough to compute perplexity on. The authors frame the recipe as field-agnostic, and the checkpoints have already been picked up as neuroscience text encoders beyond the original task, alongside biomedical text models such as BioGPT. The caveats are real: the released artifacts are LoRA adapters requiring separate access to a gated Mistral-7B-v0.1 base, the corpus stops at 2022, evaluation is confined to abstract-level prediction in one field, and a 3-point gain over an untuned base is a modest margin on which to build a discovery workflow.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.