MOFOMIC: The Moral Foundations MRI Collection

A multi-center, open-access neuroimaging database for studying moral judgment.

MOFOMIC.
The Moral Foundations MRI Collection

 

Drawing on data from 152 participants across three international research sites, MOFOMIC integrates structural, functional, and resting-state MRI data to investigate how the human brain processes moral judgment. Each dataset includes high-resolution MRI scans and participants’ evaluations of validated moral foundations vignettes and socio-moral images.

 

To ensure transparency and replicability, all data have been formatted according to the Brain Imaging Data Structure (BIDS) and are publicly available through OpenNeuro and NeuroVault. Each dataset underwent rigorous manual and automated quality control, making MOFOMIC one of the most comprehensive open-access collections for studying moral judgment and social cognition.

Dataset Description N Modalities OpenNeuro NeuroVault
NIMF1 — UCSB (MFV) Task-based fMRI with multiband × 8 64 T1w, T2w, MFV coming soon NeuroVault
NIMF2 — UCSB (MFV + MAC + SMID + RS) Expanded design including resting-state 31 T1w, T2w, MFV/MAC/SMID, RS coming soon NeuroVault
NIMF3 — Duke (MFV + RS) Sequential acquisition (TR = 2 s) 27 T1w, MFV, RS coming soon NeuroVault
NIMF4 — Amsterdam (dMFV + SMID) Dutch versions of MFV and SMID 30 T1w, SMID, dMFV coming soon NeuroVault

Tasks and Experimental Paradigms

 

Across the four MOFOMIC datasets (NIMF1–NIMF4), participants completed validated paradigms designed to measure moral judgment, social intuition, and resting-state connectivity. Each paradigm was presented within a 3T fMRI environment with standardized task timing, button-based responses, and synchronized physiological recordings.

MFV — Moral Foundations Vignettes

Text-based moral judgment paradigm adapted from Clifford et al. (2015). Participants read short vignettes depicting moral and social norm violations across five foundation domains and rated how morally wrong each action was (1 = not morally wrong, 4 = extremely morally wrong).
The MFV task was implemented at UCSB, Duke, and Amsterdam (Dutch version = dMFV).

MACV — Morality-as-Cooperation Vignettes

A complementary vignette-based paradigm developed under the Morality-as-Cooperation framework. Participants read short scenarios describing cooperative or non-cooperative behaviors (e.g., helping, reciprocating, deferring) and provided moral evaluations of each act.
The MACV task appears in NIMF2 alongside MFV, SMID, and resting-state data.

SMID — Social Moral Intuition Database

Derived from the Social Moral Intuition Database, this paradigm presents brief moral statements that vary in valence and foundation category. Participants judge the moral rightness or wrongness of each statement, providing a fine-grained measure of intuitive moral sensitivity.
SMID is included in NIMF2 and NIMF4 (with dMFV).

Resting-State (RS)

Eyes-open fixation for several minutes to measure intrinsic functional connectivity. The resting-state paradigm provides baseline measures for comparing moral task activation and cross-network coherence. Included in NIMF2 and NIMF3.

How to Download the Data?

 

Because the data are extensive, we recommend downloading selectively using theawscli tool.

The awscli tool can be installed usingpip:
pip install awscli.

Example 1: Download only raw T1w scans (NIMF4)

 

aws s3 sync --no-sign-request s3://openneuro.org/dsXXXXXX /your/output/dir \
  --exclude "*" --include "sub-*/anat/*T1w.nii.gz"

 

The --exclude "*" part ensures all files are ignored except those matching the --include filter.

Example 2: Download only fMRIPrep-preprocessed MFV BOLD files (MNI space)

 

aws s3 sync --no-sign-request s3://openneuro.org/dsXXXXXX /your/output/dir \
  --exclude "*" --include "derivatives/fmriprep/sub-*/func/*task-mfv*space-MNI*desc-preproc_bold.nii.gz"

Example 3: Download metadata only (participants.tsv)

 

aws s3 sync --no-sign-request s3://openneuro.org/dsXXXXXX /your/output/dir \
  --exclude "*" --include "participants.tsv"

BIDS Organization

All MOFOMIC datasets follow the Brain Imaging Data Structure (BIDS) standard. Both raw and fMRIPrep-preprocessed derivatives are included for each participant. Each dataset (NIMF1–NIMF4) is organized into participant-specific folders containing structural, diffusion, and functional data, as well as task event files and metadata.

 

Example folder hierarchy for a single participant (NIMF3 dataset):

 

sub-001
├── anat
│   ├── sub-001_T1w.json
│   └── sub-001_T1w.nii.gz
├── func
│   ├── sub-001_task-MFV_bold.json
│   ├── sub-001_task-MFV_bold.nii.gz
│   ├── sub-001_task-MFV_events.tsv
│   └── sub-001_task-MFV_physio.tsv.gz
├── dwi
│   ├── sub-001_dwi.bval
│   ├── sub-001_dwi.bvec
│   └── sub-001_dwi.nii.gz
└── fmap
    ├── sub-001_dir-AP_epi.nii.gz
    └── sub-001_dir-PA_epi.nii.gz

 

Preprocessed data are located within thederivatives/fmriprep directory, containing anatomical reconstructions, confound regressors, and MNI152NLin2009cAsym-normalized outputs.

 

derivatives/fmriprep/sub-001
├── anat
│   ├── sub-001_desc-preproc_T1w.nii.gz
│   ├── sub-001_space-MNI152NLin2009cAsym_desc-brain_mask.nii.gz
│   └── sub-001_desc-aseg_dseg.nii.gz
└── func
    ├── sub-001_task-MFV_space-MNI152NLin2009cAsym_desc-preproc_bold.nii.gz
    ├── sub-001_task-MFV_desc-confounds_regressors.tsv
    └── sub-001_task-MFV_boldref.nii.gz

 

Each dataset includes a participants.tsv file containing demographic, psychometric, and behavioral variables, as well as accompanying task-* JSON sidecar files that describe acquisition parameters and event timing.

How to Cite?

The contents and curation process of MOFOMIC is described in detail in this paper, published in _____. If you re-use the data, please cite our paper accordingly:

  • Hopp, F. R., Youk, S., Amir, O., Malik, M., Woodman, K., Wheeler, B., … Scholte, H. S., Sinnott-Armstrong, W., & Weber, R. (2025). The Moral Foundations MRI Collection (MOFOMIC): A multi-center, multi-country functional MRI collection for evaluating moral judgment.