Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

🧠✨ Cueless EEG Imagined Speech for Subject Identification

This repository hosts the dataset introduced in the paper: “Cueless EEG Imagined Speech for Subject Identification: Dataset and Benchmarks.”

🥳 Our work has been accepted by IEEE Transactions on Biometrics, Behavior, and Identity Science (T-BIOM) 🎉.

🧪💻 Code & Experiments

All codes and experiments are available at 👉 https://github.com/Alidr79/cueless_EEG_subject_identification


📥 Downloading the Dataset

You can download the full dataset (~6.3 GB) using the Hugging Face CLI.

1. Install the HF CLI

curl -LsSf https://hf.co/cli/install.sh | bash

2. Download the dataset to a chosen directory

mkdir -p cueless_EEG_data

hf download Alidr79/cueless_EEG_subject_identification \
    --repo-type dataset \
    --local-dir cueless_EEG_data 

3. Verify the download

du -sh cueless_EEG_data

📝 Citation

If you use this dataset in your research, please cite:

Paper

@ARTICLE{11251347,
  author={Derakhshesh, Ali and Dehghanian, Zahra and Ebrahimpour, Reza and Rabiee, Hamid R.},
  journal={IEEE Transactions on Biometrics, Behavior, and Identity Science}, 
  title={Cueless EEG Imagined Speech for Subject Identification: Dataset and Benchmarks}, 
  year={2025},
  volume={},
  number={},
  pages={1-1},
  keywords={biometric system;electroencephalogram;Imagined speech;machine learning},
  doi={10.1109/TBIOM.2025.3634273}
}
Downloads last month
17