JianHeeee commited on
Commit
acce560
·
verified ·
1 Parent(s): 5be1911

Add bciciv-2a and sleep-edf public data

Browse files

Two new EEG deep-learning benchmark tasks:
- bciciv-2a: BCI Competition IV Dataset 2a (motor imagery, 9 subj, session-T training set)
- sleep-edf: Sleep-EDF Cassette (sleep staging, subj 0-15 main + 16-19 LOSO supplement)

All tarballs are deterministic (mtime/uid pinned) and referenced by sha256 from BrainPilotBench task data.lock files.

README.md CHANGED
@@ -39,6 +39,8 @@ Tasks-Data-Public/
39
  |------------------------|----------------------------------------------|----------------------------------------------------------------------------------------------------|
40
  | `neuro-rsc-place-cell` | `VRBeltReframe.mat` | Mouse RSC Ca²⁺ imaging + VR belt behavior (MATLAB v5, 203 MB) |
41
  | `tops-fmri` | `study3_train.mat`, `public_support.tar.zst` | Study3 tonic-pain FC + Fan 279 atlas + one example participant (~ 966 MB). Held-out lives in Private. |
 
 
42
 
43
  ## How to consume
44
 
 
39
  |------------------------|----------------------------------------------|----------------------------------------------------------------------------------------------------|
40
  | `neuro-rsc-place-cell` | `VRBeltReframe.mat` | Mouse RSC Ca²⁺ imaging + VR belt behavior (MATLAB v5, 203 MB) |
41
  | `tops-fmri` | `study3_train.mat`, `public_support.tar.zst` | Study3 tonic-pain FC + Fan 279 atlas + one example participant (~ 966 MB). Held-out lives in Private. |
42
+ | `bciciv-2a` | `public.tar.zst` | BCI Competition IV 2a session-T GDF for 9 subjects + manifests + loader (~ 194 MB). Held-out session-E in Private. |
43
+ | `sleep-edf` | `public-main.tar.zst`, `loso-supplement.tar.zst` | Sleep-EDF Cassette PSG + Hypnogram for subjects 0-15 (main, ~ 934 MB) + optional subjects 16-19 for LOSO (~ 235 MB). Held-out 16-19 test in Private. |
44
 
45
  ## How to consume
46
 
bciciv-2a/README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # bciciv-2a — public training data
2
+
3
+ Public-side data for BrainPilotBench task
4
+ [`tasks/bciciv-2a`](https://github.com/NeuroAIHub/BrainPilotBench/tree/main/tasks/bciciv-2a).
5
+
6
+ Held-out session-E evaluation GDF files and their true labels live in the
7
+ gated companion dataset
8
+ [`BrainPilot-Bench/Tasks-Data-Private`](https://huggingface.co/datasets/BrainPilot-Bench/Tasks-Data-Private)
9
+ and never appear here.
10
+
11
+ ## Files
12
+
13
+ | File | Contents | Size |
14
+ |---|---|---|
15
+ | `public.tar.zst` | `gdf/A0[1-9]T.gdf` (9 subjects × session-T training GDF), `manifests/{subjects.json,protocol.json}`, `get_subject_data.py`, `label_mapping.json`, `README.md` | ~ 194 MB |
16
+
17
+ `public.tar.zst` is pinned by sha256 in the task's `data.lock`; the agent's
18
+ `env/setup-agent.sh` untars it into the workspace `public_data/`.
19
+
20
+ ## Task summary
21
+
22
+ BCI Competition IV Dataset 2a — 4-class motor imagery decoding (left hand /
23
+ right hand / feet / tongue). 9 subjects × 22 EEG channels × 288 trials per
24
+ session. The agent submits a PyTorch `MIAgentModel` module; the benchmark
25
+ scorer trains one model per subject on session T (230/58 stratified train/val
26
+ split, fixed seed 42) and evaluates on session E (288-trial blind test).
27
+
28
+ See the task README in the main repo for the full contract.
29
+
30
+ ## Provenance & license
31
+
32
+ GDF files come from the BCI Competition IV Dataset 2a (Graz). License
33
+ Apache-2.0 (see repo `LICENSE`). See
34
+ <https://www.bbci.de/competition/iv/> for the original release.
bciciv-2a/public.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a61fb8ecc83f826324ffb7ae578c546768b4ac975018340b5f2fdad3734b09a5
3
+ size 202714474
sleep-edf/README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # sleep-edf — public training data
2
+
3
+ Public-side data for BrainPilotBench task
4
+ [`tasks/sleep-edf`](https://github.com/NeuroAIHub/BrainPilotBench/tree/main/tasks/sleep-edf).
5
+
6
+ Held-out subject 16-19 evaluation recordings live in the gated companion
7
+ dataset
8
+ [`BrainPilot-Bench/Tasks-Data-Private`](https://huggingface.co/datasets/BrainPilot-Bench/Tasks-Data-Private)
9
+ and never appear as "test" here.
10
+
11
+ ## Files
12
+
13
+ | File | Contents | Size |
14
+ |---|---|---|
15
+ | `public-main.tar.zst` | `sleep-cassette/SC4[0-1][0-5][12]E[0-9]-PSG.edf` + `-Hypnogram.edf` (subjects **0–15**, 32 files), `manifests/{subjects.json,default_split.json,loso_folds.json}`, `get_fold_data.py`, `label_mapping.json`, `README.md` | ~ 934 MB |
16
+ | `loso-supplement.tar.zst` | Additional PSG+Hypnogram for subjects **16-19** (16 files) — **only** for agents that want to run the 20-fold LOSO protocol over all 20 subjects. Do NOT use as test data under the default split. | ~ 235 MB |
17
+
18
+ `public-main.tar.zst` is the default fetch and pinned in the task's
19
+ `data.lock`. `loso-supplement.tar.zst` is optional and only needed for LOSO
20
+ runs; the task's data.lock exposes it as an opt-in dataset (`bp-bench fetch
21
+ sleep-edf --extra loso`).
22
+
23
+ ## Task summary
24
+
25
+ Sleep-EDF Expanded — Sleep Cassette. 5-class sleep stage classification
26
+ (Wake / N1 / N2 / N3 / REM) on 30-second Fpz-Cz EEG epochs. 20 subjects
27
+ split by subject boundary: train subjects 0-13, validation 14-15, test
28
+ 16-19 (private). The agent submits a PyTorch `SleepAgentModel` module; the
29
+ benchmark scorer trains one model on subjects 0-13, uses 14-15 for early
30
+ stopping, and blind-tests on 16-19.
31
+
32
+ See the task README in the main repo for the full contract.
33
+
34
+ ## Provenance & license
35
+
36
+ Sleep-EDF Database Expanded v1.0.0 — <https://physionet.org/content/sleep-edfx/1.0.0/>.
37
+ Files are re-hosted under the same open license as PhysioNet.
sleep-edf/loso-supplement.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15305144631a17eb1cf4e74abee1e0361228874d4c2f1c8cad2a2f0560ae3d31
3
+ size 246263414
sleep-edf/public-main.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4878fe56696cf3614328b07b990116c8459dc232a09612a59c13ab1903824d76
3
+ size 979263250