Dataset Viewer
Auto-converted to Parquet Duplicate
audio
audioduration (s)
30.7
676
track_id
stringlengths
5
7
06017
06029
06030
06033
06054
06136
06161
06185
06246
06349
06365
06474
06494
1000113
100057
100072
100075
1001116
1001315
1001921
1002000
1002004
1002170
1002756
1002758
1003497
1003632
1003650
1003655
1003957
1004121
100642
1006547
1007956
1008214
1008215
1008216
1009193
1009196
1009352
1009566
1009604
1009694
100991
100993
100994
100997
101006
1010664
1010817
1010819
1010821
1010824
1012000
1012005
1012596
1013123
1013828
1014546
1014895
101554
101738
101794
1018533
1018537
1020440
1021233
1021752
1021753
1022283
1022441
1023086
1023087
1023474
1024655
1026084
1026089
1026093
1026549
1027606
1027876
1027877
1027883
1027884
1027905
1027918
1027987
1028807
1028809
1028812
1028814
1028839
1029333
1029546
1029960
1030035
1030654
103071
103087
103089

HAIM: Human-AI Music Dataset

Human-AI Music Datasets for AI Music Production Tracking Benchmark

arXiv HF Papers GitHub License

Beyond binary "AI-or-human" — granular, role-level tracking of AI intervention across the music production workflow.

As generative platforms like Suno and Udio reach human-grade audio quality, AI now touches every stage of music production — not just full-song generation. HAIM moves detection beyond binary "AI-or-human" toward role-level tracking (Composer / Lyricist / Vocalist / Audio Engineer), with 153,686 tracks (67,000 with audio ≈ 229 GB + 86,686 link-based) across 13 categories that isolate each stage of AI intervention.

The viewer configs above are 100-row samples for preview/listening onlyload_dataset(...) returns these samples, not the full dataset. The complete data lives in the raw folders (A_full_generation/, B_hybrid/, C_mixing/) — see Download the full dataset.

Preview

In the Data Studio above, pick a config (e.g. B_hybrid_audio_preview) → a split (e.g. B1_ai_mastered_human) → press ▶ to listen. Audio configs show per-track metadata (prompt, lyrics, mode, …); *_links configs show platform/YouTube URL tables.

What is inside

A — Full generation. Fully human music (A1: MTG-Jamendo CC audio, SONICS YouTube links) versus fully AI music (A2: locally generated ACE-Step / MusicGen audio, Lyria Pro 3 via API, plus Suno / Udio / Mureka as URL manifests). The classic real-vs-fake axis, at scale and multi-platform.

B — Hybrid production. The interesting middle: AI mastering on human tracks (B1), human mastering/mixing on AI tracks (B2–B4), AI vocal covers on human tracks (B5), AI generation conditioned on human-written lyrics (B6), and AI variation / edit / repaint of real songs (B7–B9). B3/B4 explicitly model how professional human post-production can smooth out AI artifacts and evade detectors.

C — Temporal mix-sets. Human and AI segments interleaved (concat) or blended (crossfade) inside one file — for evaluating where the AI parts are on a timeline, without boundary-specific training.

Composition

Category Subset Source Tracks Format
A1 · Full Human MTG-Jamendo CC-licensed music 6,000 audio
A1 · Full Human SONICS YouTube 48,090 links
A2 · Full AI ACE-Step 1.5 local generation 6,000 audio
A2 · Full AI MusicGen local generation 5,000 audio
A2 · Full AI Lyria Pro 3 DeepMind API 6,000 audio
A2 · Full AI Suno / Udio / Mureka commercial platforms 36,556 links
B · Hybrid B1–B4 mastering & mixing SonicMaster, FXencoder, DAW 24,000 audio
B · Hybrid B5 AI vocal cover YouTube 2,040 links
B · Hybrid B6–B9 lyrics-gen, variation, edit, repaint ACE-Step 1.5 8,000 audio
C · Temporal C1 concat · C2 crossfade human+AI segments 12,000 audio

Totals: 67,000 audio tracks (~240 GB) + 86,686 link-based = 153,686 tracks.

Quick start (download the full dataset)

Download the raw folders directly — not via load_dataset:

pip install -U huggingface_hub
hf download mippia/HAIM --repo-type dataset --local-dir HAIM        # everything (~250 GB)
from huggingface_hub import snapshot_download
snapshot_download("mippia/HAIM", repo_type="dataset", local_dir="HAIM")            # everything
snapshot_download("mippia/HAIM", repo_type="dataset", local_dir="HAIM",
                  allow_patterns=["B_hybrid/**"])                                  # one category only
  • Per-folder metadata: each audio folder's metadata.csv (file_name, track_id, + generation params where available)
  • Link manifests: A_full_generation/A2_fake/{suno,udio,mureka}.json & *_tracks.csv, B_hybrid/B5_ai_vocal_human_track/b5_tracks.csv, A_full_generation/A1_real/sonics/real_songs.csv

Preview samples via datasets (not the full dataset)

from datasets import load_dataset   # pip install "datasets[audio]"
# 100-row preview samples, NOT the full dataset
ds = load_dataset("mippia/HAIM", "B_hybrid_audio_preview", split="B1_ai_mastered_human")
suno = load_dataset("mippia/HAIM", "A2_fake_links_preview", split="suno")
Folder structure
├── A_full_generation
│   ├── A1_real
│   │   ├── MTG-Jamendo music subset/   # 6,000 mp3 + metadata.csv
│   │   ├── sonics/real_songs.csv       # 48,090 YouTube links
│   │   └── mtg_tracks.csv
│   └── A2_fake
│       ├── acestep/  lyria-pro3/                   # audio + sidecar JSON + metadata.csv
│       ├── musicgen/                               # audio + metadata.csv (no sidecar)
│       └── suno[.json|_tracks.csv]  udio…  mureka…  # link manifests
├── B_hybrid
│   ├── B1…B4, B6…B9/                   # audio + metadata.csv
│   └── B5_ai_vocal_human_track/        # b5_tracks.csv + metadata.jsonl
├── C_mixing/C1_mixset_concat/  C2_mixset_crossfade/
├── A1_real_MTG_audio/ A2_fake_audio/ B_hybrid_audio/ C_mixing_audio/   # 100-row viewer samples (parquet)
├── A2_fake_links/ B5_youtube_links/ A1_sonics_links/                   # 100-row viewer samples (parquet)
├── scripts/    figures/
├── DATASET_DESCRIPTION.txt
└── SUPPLEMENT_LEGAL_AND_ETHICAL.pdf

Large audio folders are sharded into d0/, d1/ subfolders (Hub 10k-files-per-directory limit).

Metadata reference (per-file columns)

A1_real/sonics/real_songs.csvfilename, title, artist, year, lyrics, duration, youtube_id, label

A2_fake/{suno,udio,mureka}_tracks.csvplatform, version, track_id, filename, page_url, audio_url

B_hybrid/B5_ai_vocal_human_track/b5_tracks.csvtrack_id, original_title, url, channel, views, published, category

ACE-Step sidecar JSON (A2 acestep, B7–B9)mode (variation/edit/repaint), concept.prompt, concept.lyrics, ace_step.result (seed, BPM, key, model version)

B6_metadata.csv — human K-pop lyrics used for conditioning (text only, no original audio; ref lt_dataset): LID, ARTIST, EN_TITLE, KR_TITLE, IS_OFFICIAL, URL

Pipeline

HAIM Pipeline

Citation

@article{go2026haim,
  title={HAIM: Human-AI Music Datasets for AI Music Production Tracking Benchmark},
  author={Go, Seonghyeon and Kim, Yumin},
  journal={arXiv preprint arXiv:2606.01686},
  year={2026}
}

License

Data: CC-BY-NC-4.0, non-commercial academic research only — commercial-platform content is released as URL manifests only per platform ToS. Code: MIT (GitHub). Please credit MTG-Jamendo and SONICS per their licenses. Full analysis: SUPPLEMENT_LEGAL_AND_ETHICAL.pdf

Downloads last month
9

Paper for mippia/HAIM