ChineseEEG 是一个包含高密度脑电图(electroencephalography,EEG)数据与同步采集的眼动追踪数据的医学数据集。该数据集记录了10名参与者在默读约13小时中文文本时的大脑活动。阅读材料选自两部著名小说的中文译本:《小王子》和《甘内特之梦》。EEG数据使用128导联EGI EEG系统采集,眼动数据通过Tobii Pro Glasses 3眼动仪同步记录。
xianweichengxiang模态 | other |
任务类型 | other |
解剖结构 | 大脑 |
解剖区域 | 头部 |
数据量 | 10名参与者 |
文件格式 | vhdr, vmrk, eeg, txt, xlsx, npy |
/ChineseEEG
│
├── dataset_description.json
│ - 描述数据集的元信息,如名称、类型和作者。
│
├── participants.tsv
│ - 包含参与者信息,如年龄、性别和惯用手
│
├── README.md
│
├── derivatives
│ ├── eyetracking_data
│ │ ├── sub-04
│ │ │ ├── ses-GarnettDream
│ │ │ │ └── sub-04_ses-GarnettDream_task-reading_run-01_eyetracking.rar
│ │ │ └── ses-LittlePrince
│ │ │ └── sub-04_ses-LittlePrince_task-reading_run-01_eyetracking.rar
│ │ - 存储眼动数据,以 .rar 格式保存。
│ │
│ ├── preproc
│ │ ├── sub-04
│ │ │ ├── ses-GarnettDream
│ │ │ │ ├── eeg
│ │ │ │ │ ├── sub-04_ses-GarnettDream_space-CapTrak_coordsystem.json
│ │ │ │ │ ├── sub-04_ses-GarnettDream_space-CapTrak_electrodes.tsv
│ │ │ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_bad_channels.json
│ │ │ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_channels.tsv
│ │ │ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_eeg.eeg
│ │ │ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_eeg.json
│ │ │ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_eeg.vhdr
│ │ │ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_eeg.vmrk
│ │ │ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_events.json
│ │ │ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_events.tsv
│ │ │ │ ├── sub-04_ses-GarnettDream_scans.tsv
│ │ │ │ ├── ica_components.npy
│ │ │ │ ├── ica_components.json
│ │ │ │ └── ica_components_topography.png
│ │ - 包含预处理的 EEG 数据及 ICA 相关文件。
│ │
│ ├── filtered_0.5_80
│ │ - 存储经过 0.5–80 Hz 滤波的 EEG 数据。
│ │
│ ├── filtered_0.5_30
│ │ - 存储经过 0.5–30 Hz 滤波的 EEG 数据。
│ │
│ ├── novels
│ │ ├── original_novel
│ │ │ ├── GarnettDream.txt
│ │ │ └── LittlePrince.txt
│ │ ├── segmented_novel
│ │ │ ├── GarnettDream
│ │ │ │ ├── segmented_Chinese_novel.xlsx
│ │ │ │ └── segmented_Chinese_novel_preface.xlsx
│ │ └── LittlePrince
│ │ └── segmented_Chinese_novel.xlsx
│ │ - 存储原始和分段的小说文本。
│ │
│ ├── text_embeddings
│ │ ├── GarnettDream_text_embedding
│ │ │ └── text_embedding_run_1.npy
│ │ └── LittlePrince_text_embedding
│ │ └── text_embedding_run_1.npy
│ │ - 存储小说的文本嵌入。
│
├── sub-04
│ ├── ses-GarnettDream
│ │ ├── eeg
│ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_eeg.eeg
│ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_eeg.json
│ │ │ ├── sub-04_ses-GarnettDream_task-reading_run-01_eeg.vhdr
│ │ │ └── sub-04_ses-GarnettDream_task-reading_run-01_eeg.vmrk
│ │ └── sub-04_ses-GarnettDream_scans.tsv
│ └── ses-LittlePrince
│ ├── eeg
│ └── sub-04_ses-LittlePrince_scans.tsv
│ - 每个参与者的原始 EEG 数据。
统计类型 | 间距 (mm) | 尺寸 |
---|---|---|
最小值 | 不适用 |
不适用 |
中位值 | 不适用 |
不适用 |
最大值 | 不适用 |
不适用 |
@article{mou2024chineseeeg,
title={ChineseEEG: A Chinese linguistic corpora EEG dataset for semantic alignment and neural decoding},
author={Mou, Xinyu and He, Cuilin and Tan, Liwei and Yu, Junjie and Liang, Huadong and Zhang, Jianyu and Tian, Yan and Yang, Yu-Fang and Xu, Ting and Wang, Qing and others},
journal={Scientific Data},
volume={11},
number={1},
pages={550},
year={2024},
publisher={Nature Publishing Group UK London}
}