Remove NeurIPS review-period framing; add real author block; link permanent GitHub repo
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ configs:
|
|
| 27 |
|
| 28 |
A longitudinal 64-channel EEG dataset and benchmark for studying focused attention meditation (FAM) and how its neural signatures evolve across a six-week training period. **74 healthy adults** were recorded at a pre-intervention baseline; **44** of them returned for a post-intervention follow-up. Three FAM techniques are systematically compared: **Hare Krishna mantra (HK)**, **SA-TA-NA-MA mantra (SA)**, and **Breath Focus (BF)**.
|
| 29 |
|
| 30 |
-
The dataset accompanies the
|
| 31 |
|
| 32 |
## Highlights
|
| 33 |
|
|
@@ -121,7 +121,7 @@ Per-channel z-score normalisation is applied at run time by the dataset loader,
|
|
| 121 |
| **Task 2** — Technique Classification | HK vs. SA vs. BF from `slMedita` (and/or `Medita`) | pre and post separately | 74 (pre) / 44 (post) | inter-subject 5-fold |
|
| 122 |
| **Task 3** — Cross-Session Adaptation | Pre-trained Task-1 models applied to post-intervention `slMedita` vs. `restCE01` | post-intervention | 44 | zero-shot and N-shot (10/30) calibration; intra-subject |
|
| 123 |
|
| 124 |
-
Reference benchmark code, configs, and baselines: <https://
|
| 125 |
|
| 126 |
## Quick start
|
| 127 |
|
|
@@ -240,7 +240,7 @@ If you use this dataset or benchmark, please cite:
|
|
| 240 |
|
| 241 |
## Authors and acknowledgments
|
| 242 |
|
| 243 |
-
|
| 244 |
|
| 245 |
We thank **Devin O'Rourke** and **Sidharth Chhabra** at *The Harmony Collective* (Ypsilanti, MI) for expert guidance on the three meditation training protocols. We are grateful to the undergraduate and graduate student research assistants who collected and curated the EEG sessions: **Ab Basit Rafi Syed, Pratham Pradhan, Annie Wozniak, Vu Song Thuy Nguyen, Genevieve Orlewicz**, and **Alisia Coipel**. Most of all, we thank the 74 participants who completed the demanding longitudinal protocol.
|
| 246 |
|
|
@@ -251,6 +251,4 @@ We thank **Devin O'Rourke** and **Sidharth Chhabra** at *The Harmony Collective*
|
|
| 251 |
<!--
|
| 252 |
TODOs to address in follow-up commits (not blocking this README):
|
| 253 |
1. Add a `ml_continuous_tensors` FileSet to croissant_metadata.json `distribution[]`.
|
| 254 |
-
2. Replace anonymous.4open.science URL with permanent GitHub URL after NeurIPS acceptance.
|
| 255 |
-
3. Replace author/affiliation/citation placeholders after acceptance.
|
| 256 |
-->
|
|
|
|
| 27 |
|
| 28 |
A longitudinal 64-channel EEG dataset and benchmark for studying focused attention meditation (FAM) and how its neural signatures evolve across a six-week training period. **74 healthy adults** were recorded at a pre-intervention baseline; **44** of them returned for a post-intervention follow-up. Three FAM techniques are systematically compared: **Hare Krishna mantra (HK)**, **SA-TA-NA-MA mantra (SA)**, and **Breath Focus (BF)**.
|
| 29 |
|
| 30 |
+
The dataset accompanies the paper *"L-FAME: Longitudinal Focused Attention Meditation EEG Dataset and Benchmark."* It defines three benchmark tasks: (1) cognitive-state decoding (rest vs. meditation), (2) fine-grained technique classification (HK / SA / BF), and (3) cross-session adaptation across the longitudinal gap.
|
| 31 |
|
| 32 |
## Highlights
|
| 33 |
|
|
|
|
| 121 |
| **Task 2** — Technique Classification | HK vs. SA vs. BF from `slMedita` (and/or `Medita`) | pre and post separately | 74 (pre) / 44 (post) | inter-subject 5-fold |
|
| 122 |
| **Task 3** — Cross-Session Adaptation | Pre-trained Task-1 models applied to post-intervention `slMedita` vs. `restCE01` | post-intervention | 44 | zero-shot and N-shot (10/30) calibration; intra-subject |
|
| 123 |
|
| 124 |
+
Reference benchmark code, configs, and baselines: <https://github.com/Angqi-Li/L-FAME-Benchmark>.
|
| 125 |
|
| 126 |
## Quick start
|
| 127 |
|
|
|
|
| 240 |
|
| 241 |
## Authors and acknowledgments
|
| 242 |
|
| 243 |
+
**Authors:** Angqi Li, Ab Basit Rafi Syed, Hamzeh Alzweri, Taosheng Liu, Barry H. Cohen, and Saiprasad Ravishankar.
|
| 244 |
|
| 245 |
We thank **Devin O'Rourke** and **Sidharth Chhabra** at *The Harmony Collective* (Ypsilanti, MI) for expert guidance on the three meditation training protocols. We are grateful to the undergraduate and graduate student research assistants who collected and curated the EEG sessions: **Ab Basit Rafi Syed, Pratham Pradhan, Annie Wozniak, Vu Song Thuy Nguyen, Genevieve Orlewicz**, and **Alisia Coipel**. Most of all, we thank the 74 participants who completed the demanding longitudinal protocol.
|
| 246 |
|
|
|
|
| 251 |
<!--
|
| 252 |
TODOs to address in follow-up commits (not blocking this README):
|
| 253 |
1. Add a `ml_continuous_tensors` FileSet to croissant_metadata.json `distribution[]`.
|
|
|
|
|
|
|
| 254 |
-->
|