EEGEmotions-27 Dataset

October 17, 2025 ยท View on GitHub

EEGEmotions-27 is a dataset of raw EEG recordings collected during affective elicitation experiments. It contains data from 88 participants as they experienced 27 distinct emotional states while watching emotionally evocative video clips.


๐Ÿ“ Dataset Structure

EEG Raw Data

  • Location: eeg_raw/
  • File Format: {Participant_ID}_{Emotion_ID}.0.txt
    • Example: 12_5.0.txt โ†’ Participant 12, Emotion 5 (Anger)
  • Data Format: Plain text EEG time series (14 channels from Emotiv X headset, sampled at 256Hz)

Emotion ID Mapping

Emotion IDEmotion
1admiration
2adoration
3aesthetic
4amusement
5anger
6anxiety
7awes
8awkwardness
9boredom
10calmness
11confusion
12craving
13disgust
14empathic pain
15entrancement
16excitement
17fear
18horror
19interest
20joy
21nostalgia
22relief
23romance
24sadness
25satisfaction
26sexual desire
27surprised

๐Ÿ‘ค Participant Information

  • File: participants_info.csv
  • Fields:
    • Participant ID
    • Gender:
      • 1 = Male
      • 2 = Female
    • Age:
      • 2 = 20s
      • 3 = 30s
      • 4 = 40s
      • 5 = 50s
      • 6 = 60s
    • Nation:
      • 1 = Korean
      • 2 = Vietnamese

๐Ÿ“Œ Other Files

  • emotivX_channels_location.ced โ†’ Electrode position file for Emotiv X EEG headset (14 channels).

  • video_clips/ โ†’ Contains video stimuli used for emotion elicitation.


๐Ÿ“œ Citation

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

1. Survey Paper:

Phuong, H.T., Im, E.T., Oh, M.S., & Gim, G.Y. (2025). EEG-Based Emotion Recognition: A Review and Emerging Paths. IEEE Access, 13, 165037-165060. DOI: https://doi.org/10.1109/ACCESS.2025.3610918

@ARTICLE{11168214,
  author={Huy-Tung, Phuong and Eun-Tack, Im and Myeong-Seok, Oh and Gwang-Yong, Gim},
  journal={IEEE Access}, 
  title={EEG-Based Emotion Recognition: A Review and Emerging Paths}, 
  year={2025},
  volume={13},
  number={},
  pages={165037-165060}
}

2. Dataset Paper:

Phuong, H.T., Im, E.T., Oh, M.S., & Gim, G.Y. (2025). EEGEmotions-27: A Large-Scale EEG Dataset Annotated With 27 Fine-Grained Emotion Labels. IEEE Access, 13, 176915-176932. DOI: https://doi.org/10.1109/ACCESS.2025.3620677

@ARTICLE{11202184,
  author={Huy-Tung, Phuong and Eun-Tack, Im and Myeong-Seok, Oh and Gwang-Yong, Gim},
  journal={IEEE Access}, 
  title={EEGEmotions-27: A Large-Scale EEG Dataset Annotated With 27 Fine-Grained Emotion Labels}, 
  year={2025},
  volume={13},
  number={},
  pages={176915-176932}
}

โš–๏ธ License

This dataset is licensed under CC BY-NC 4.0 You are free to use, share, and adapt the data for non-commercial purposes, with proper attribution.


๐Ÿ“ž Contact

For questions or collaboration, please contact huytungst@gmail.com.