bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Biosignals foundation models
Biosignals

Brain2Qwerty

Meta AI / Basque Center on Cognition, Brain and Language

Brain-to-text decoder that reconstructs typed sentences from non-invasive MEG and EEG brain recordings using a CNN, transformer, and language model.

Released: February 2025

Brain2Qwerty is a non-invasive brain-to-text system built by Meta AI (FAIR) in collaboration with the Basque Center on Cognition, Brain and Language (BCBL). It decodes the sentences a person types on a QWERTY keyboard directly from brain activity captured with magnetoencephalography (MEG) or electroencephalography (EEG), without any surgical implant. Participants type memorized sentences while their brain signals are recorded, and the model learns to reconstruct the character sequence they produced.

The work addresses a central limitation of brain-computer interfaces for communication: the highest-performing speech and text neuroprostheses depend on implanted electrodes, which require surgery and carry attendant medical risk. Brain2Qwerty tests how far entirely non-invasive recordings can be pushed, framing communication decoding as a typing task that ties neural activity to a well-defined motor and linguistic output.

Its central idea is an end-to-end pipeline that pairs a neural signal encoder with a language model, so that the decoder can exploit the statistics of natural language rather than reading out characters in isolation. A first generation established the approach on MEG and EEG; a second generation substantially raises accuracy by adapting a pretrained large language model to each participant's neural data.

#Key Features

  • Fully non-invasive decoding: Reconstructs typed text from MEG or EEG recordings with no implanted electrodes, avoiding the surgical risk of intracortical interfaces.
  • End-to-end architecture: A convolutional encoder over sensor channels feeds a deep transformer, and a character-level language model corrects and constrains the decoded output.
  • Language-model integration: The second generation fine-tunes a pretrained LLM backbone on neural signals using per-subject LoRA adapters that are then averaged, letting the decoder leverage semantic context for more coherent sentences.
  • Modality comparison: Trained and evaluated on both MEG and EEG, quantifying how much the richer magnetic signal improves decoding over scalp electrical recordings.
  • Open code and data: Training code is released on GitHub under a CC BY-NC 4.0 license, and the first-generation Spanish MEG dataset is publicly available on Hugging Face.

#Technical Details

The first-generation model was trained and evaluated on 35 healthy volunteers who typed memorized sentences during MEG or EEG acquisition. On MEG it reached an average character error rate (CER) of about 32%, with the best participant near 19%, while EEG was markedly harder at roughly 67% CER. The architecture combines a convolutional module that embeds windows of multichannel sensor data, a transformer that models temporal structure, and a character-level language model that decodes and denoises the predicted text.

The second generation focuses on MEG and scales the linguistic component. It uses roughly 10 hours of recordings from each of 9 participants, spanning about 22,000 sentences, and adapts a pretrained language-model backbone (ranging from 0.6B to 4B parameters) to individual neural data through LoRA adapters whose weights are averaged across subjects. This raises decoding to 61% average word accuracy, with the top participant reaching 78%, compared with roughly 8% word accuracy for earlier non-invasive baselines. The first-generation study is peer-reviewed and published in Nature Neuroscience; the second-generation dataset remains under embargo pending publication, and the repository ships training code rather than an off-the-shelf inference checkpoint.

#Applications

Brain2Qwerty is a research system for non-invasive brain-computer interface and communication neuroscience. It offers a benchmark for how accurately typed language can be recovered from MEG and EEG, a testbed for coupling neural decoders with large language models, and a tool for studying the motor and higher-level cognitive processes that underlie sentence production. Because MEG hardware is large, shielded, and non-portable, and because the models require per-subject training, the system is a laboratory research platform rather than a clinical or consumer device, but it establishes methods that assistive-communication research can build on.

#Impact

Brain2Qwerty demonstrates that non-invasive recordings can decode typed sentences at accuracies far above prior scalp-based approaches, narrowing the gap with implanted interfaces without surgery. Its peer-reviewed publication, open training code, and released dataset make the approach reproducible and extensible, and its use of an adapted language-model backbone illustrates a broadly applicable recipe for grounding neural decoders in linguistic priors. The main constraints are practical: MEG's bulk and cost, the need for extensive per-participant data, and the fact that the task is constrained typing rather than free, open-vocabulary speech.

Citation

Noninvasive decoding of typed sentences from human brain activity.

Lévy, J., et al. (2026) Noninvasive decoding of typed sentences from human brain activity.. Nature Neuroscience.

DOI: 10.1038/s41593-026-02303-2

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Related models

Models with similar goals, methods, or subject matter.

  • BELT-2

    University of Technology Sydney

    EEG-to-language foundation model that pairs a Q-Conformer encoder with a frozen LLM to decode coherent sentences from non-invasive brain recordings.

    BiosignalsLanguage model
  • NeuroLM

    Shanghai Jiao Tong University / Microsoft

    Multi-task EEG foundation model that treats brain signals as a foreign language, pairing a text-aligned neural tokenizer with a GPT-2 backbone.

    BiosignalsLanguage model
  • Neuro-GPT

    University of Southern California / Université de Montréal

    EEG foundation model that pairs a convolutional encoder with a GPT backbone, pretrained by masked-segment reconstruction for low-data BCI decoding.

    Biosignals
  • BrainOmni

    Tsinghua University / Shanghai AI Laboratory / University of Cambridge / University College London

    Brain foundation model unifying EEG and MEG in a single encoder via a shared discrete tokenizer that transfers across sensor layouts and montages.

    Biosignals
  • Meta sEMG Neuromotor Interface

    Meta AI

    Surface-EMG wristband models that decode hand gestures, handwriting, and wrist movement, generalizing across users without per-person calibration.

    Biosignals

Citations

Total Citations0
Influential0
References41

GitHub

Stars855
Forks125
Open Issues7
Contributors1
Last Push3d ago
LanguagePython

Fields of citing research

Not enough data

Openness

bio.rodeo opennessClosed · low usability and reproducibility
11Closed
Usability — can I run it?11
Reproducibility — can I retrain it?11
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

brain_to_text_decodingcnneeglanguage_modelmegtransformer

Resources

GitHub RepositoryResearch PaperOfficial WebsiteDataset