Skip to content

nemarDatasets/nm000113

Repository files navigation

DOI

2020 BCI competition, track 3

Introduction

The 2020 BCI Competition Track 3 dataset contains EEG recordings from participants performing imagined speech tasks. This dataset was designed for brain-computer interface research focused on decoding imagined speech from brain signals. The dataset includes recordings from 15 subjects performing five different imagined speech commands: "Hello", "Help me", "Stop", "Thank you", and "Yes". The data is divided into training, validation, and test sets to facilitate machine learning approaches to imagined speech classification.

Overview of the experiment

Participants performed imagined speech tasks where they were instructed to mentally articulate five different phrases without producing any audible speech or overt mouth movements. The five imagined speech commands were: "Hello", "Help me", "Stop", "Thank you", and "Yes". EEG signals were recorded during these mental articulation tasks. The dataset is split into three sets: Training Set (run-00), Validation Set (run-01), and Test Set (run-02). Each recording session contains multiple trials of imagined speech, with each trial corresponding to one of the five command categories. The EEG data was recorded using a multi-channel EEG system, and the exact number of channels and their montage are preserved in the BIDS format.

Description of the preprocessing if any

The original MATLAB (.mat) files from the BCI Competition have been converted to BIDS-compliant EDF format. For training and validation sets, the data was stored in structured MATLAB arrays with fields for EEG data ('x'), labels ('y'), sampling frequency ('fs'), and channel labels ('clab'). For the test set, the data was stored in HDF5 format and labels were extracted from the Track3_Answer Sheet_Test.xlsx file. The EEG data has been scaled from the original units to Volts (multiplied by 1e-6). The epoched data structure from the original dataset has been concatenated into continuous recordings for BIDS compliance, with annotations marking the onset and duration of each imagined speech trial. Channel names and montage information from the original 'mnt' (montage) structure have been preserved in the BIDS format.

Description of the event values if any

The events.tsv files contain annotations for each imagined speech trial. Each event has:

  • onset: Time in seconds from the beginning of the recording when the imagined speech trial begins
  • duration: Duration of the trial in seconds (calculated as the number of samples in the epoch divided by the sampling frequency)
  • value: The imagined speech command label, one of: "Hello", "Help me", "Stop", "Thank you", or "Yes"
  • trial_type: Corresponds to the value field

These annotations enable temporal segmentation of the continuous EEG data by imagined speech command type. The labels for the training and validation sets were extracted from the 'y' field in the original MATLAB structures (one-hot encoded vectors converted to class indices). For the test set, labels were obtained from the Track3_Answer Sheet_Test.xlsx file provided with the competition data.

Citation

When using this dataset, please cite:

  1. The 2020 BCI Competition Track 3: https://osf.io/pq7vb/overview

  2. Original competition organizers and data collectors (please refer to the competition website for complete citation information)

Data curators: Pierre Guetschel (BIDS conversion)

Competition co-chairs: Seong-Whan Lee, Klaus-Robert Müller, José del R. Millán


Automatic report

Report automatically generated by mne_bids.make_report().

The 2020 BCI competition, track 3 dataset was created by Seong-Whan Lee, Klaus- Robert Müller, and José del R. Millán and conforms to BIDS version 1.7.0. This report was generated with MNE-BIDS (https://doi.org/10.21105/joss.01896). The dataset consists of 15 participants (sex were all unknown; handedness were all unknown; ages all unknown) . Data was recorded using an EEG system sampled at 256.0 Hz with line noise at n/a Hz. There were 45 scans in total. Recording durations ranged from 155.27 to 931.64 seconds (mean = 414.06, std = 365.98), for a total of 18632.64 seconds of data recorded over all scans. For each dataset, there were on average 64.0 (std = 0.0) recording channels per scan, out of which 64.0 (std = 0.0) were used in analysis (0.0 +/- 0.0 were removed from analysis).

About

2020 BCI competition, track 3

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages