MAD: A Multimodal Physiological and Self-Reported Dataset for Anxiety Research
Overview
This dataset accompanies the IMWUT paper titled:
"MAD: A Multimodal Physiological and Self-Reported Dataset for Anxiety Research from a Low-to-Middle-Income Country."
The dataset captures physiological and self-reported responses from participants during a baseline condition and three anxiety-inducing activities (Speech, Group Discussion, Interview). Each activity consists of three phases:
- Anticipation β mental preparation before the task
- Activity β actual task performance
- Reflection β reflecting on task performance
Additionally, thinking data is included, representing participantsβ preparation time for the speech and group discussion activities.
Data was collected using Shimmer ECG and Shimmer GSR kits at a sampling rate of 1024 Hz.
Participant Information
- Participant IDs range from 101 to 119.
- Some participant IDs are skipped due to:
- Dummy participants included to simulate similar group settings in case participant refused to participate in the last minute. Their data is not shared.
- Sensor failures, leading to unusable or incomplete recordings.
Please note:
- GSR data from the following participants should be excluded due to battery/sensor failures:
[122, 123, 125, 126, 128, 129, 150, 170, 211]
Dataset Structure
MAD_dataset_root βββ Data.7z β βββ ParticipantID_ECG/ β β βββ baseline.csv β β βββ anticipation1.csv β β βββ thinking1.csv β β βββ activity1.csv β β βββ reflection1.csv β β βββ anticipation2.csv β β βββ thinking2.csv β β βββ activity2.csv β β βββ reflection2.csv β β βββ anticipation3.csv β β βββ activity3.csv β β βββ reflection3.csv β βββ ParticipantID_GSR/ β β βββ baseline.csv β β βββ anticipation1.csv β β βββ thinking1.csv β β βββ activity1.csv β β βββ reflection1.csv β β βββ anticipation2.csv β β βββ thinking2.csv β β βββ activity2.csv β β βββ reflection2.csv β β βββ anticipation3.csv β β βββ activity3.csv β β βββ reflection3.csv βββ Dataset_sample/ β βββ 101_ECG/ β βββ 101_GSR/ β βββ 107_ECG/ β βββ 107_GSR/ βββ Self_report.csv βββ ParticipantsDemographic.csv βββ readme.md
File Descriptions
1. Data.7z
This archive contains participant-wise physiological recordings in two subfolders:
ParticipantID_ECG/: ECG recordingsParticipantID_GSR/: GSR and PPG recordings
Each subfolder contains 12 .csv files representing various phases and tasks.
Columns:
- ECG Files:
time,Accel_X,Accel_Y,Accel_Z,ECG_LA-RA,ECG_LL-LA,ECG_LL-RA
- GSR Files:
time,Accel_X,Accel_Y,Accel_Z,Skin_Conductance,Skin_Resistance,PPG
2. Dataset_sample/
A small subset of the full dataset for preview/testing, includes:
- Data from Participant IDs:
101,107
3. Self_report.csv
Self-reported anxiety levels collected:
- Before the study: SPIN questionnaire
- After each phase of each activity: custom anxiety ratings
Key Columns:
P_Id: Participant IDSPIN_score: Pre-study social anxiety scorePBS: Pre-baseline stateATSx_y,ASx_y,RSx_y: Anxiety scores for anticipation, activity, and reflection phases across the 3 tasks.Responses for each phase of each activity:
ATS1_1toATS1_5β Anticipation phase (Speech)AS1_1toAS1_5β Activity phase (Speech)RS1_1toRS1_5β Reflection phase (Speech)ATS2_1toATS2_5β Anticipation phase (Group Discussion)AS2_1toAS2_5β Activity phase (Group Discussion)RS2_1toRS2_5β Reflection phase (Group Discussion)ATS3_1toATS3_5β Anticipation phase (Interview)AS3_1toAS3_5β Activity phase (Interview)RS3_1toRS3_5β Reflection phase (Interview)
Note on Scoring:
The following questions needs to be reverse-coded so that higher scores indicate higher anxiety:PBS, ATS1_1, ATS1_2, AP1_2, RP1_2, ATS2_1, ATS2_2, AP2_2, RP2_2, ATS3_1, ATS3_2, AP3_2, RP3_2, and PS
4. ParticipantsDemographic.csv
Contains demographic details of each participant:
- P_Id, Age, Gender, Location
- Downloads last month
- 44