Dataset Viewer
Auto-converted to Parquet Duplicate
audio
audioduration (s)
275
1.98k
track_id
stringclasses
5 values
source_dataset
stringclasses
1 value
mistake_path
stringclasses
5 values
score_path
stringclasses
5 values
prompt_path
stringclasses
5 values
MIDI-UNPROCESSED_04-07-08-10-12-15-17_R2_2014_MID--AUDIO_10_R2_2014_wav
ben2002chou/MAESTRO-E
mistake/MIDI-UNPROCESSED_04-07-08-10-12-15-17_R2_2014_MID--AUDIO_10_R2_2014_wav/mix.wav
score/MIDI-UNPROCESSED_04-07-08-10-12-15-17_R2_2014_MID--AUDIO_10_R2_2014_wav/mix.wav
score/MIDI-UNPROCESSED_04-07-08-10-12-15-17_R2_2014_MID--AUDIO_10_R2_2014_wav/mix.mid
MIDI-Unprocessed_XP_08_R1_2004_01-02_ORIG_MID--AUDIO_08_R1_2004_01_Track01_wav
ben2002chou/MAESTRO-E
mistake/MIDI-Unprocessed_XP_08_R1_2004_01-02_ORIG_MID--AUDIO_08_R1_2004_01_Track01_wav/mix.wav
score/MIDI-Unprocessed_XP_08_R1_2004_01-02_ORIG_MID--AUDIO_08_R1_2004_01_Track01_wav/mix.wav
score/MIDI-Unprocessed_XP_08_R1_2004_01-02_ORIG_MID--AUDIO_08_R1_2004_01_Track01_wav/mix.mid
MIDI-Unprocessed_24_R1_2006_01-05_ORIG_MID--AUDIO_24_R1_2006_05_Track05_wav
ben2002chou/MAESTRO-E
mistake/MIDI-Unprocessed_24_R1_2006_01-05_ORIG_MID--AUDIO_24_R1_2006_05_Track05_wav/mix.wav
score/MIDI-Unprocessed_24_R1_2006_01-05_ORIG_MID--AUDIO_24_R1_2006_05_Track05_wav/mix.wav
score/MIDI-Unprocessed_24_R1_2006_01-05_ORIG_MID--AUDIO_24_R1_2006_05_Track05_wav/mix.mid
MIDI-Unprocessed_XP_14_R1_2004_01-03_ORIG_MID--AUDIO_14_R1_2004_01_Track01_wav
ben2002chou/MAESTRO-E
mistake/MIDI-Unprocessed_XP_14_R1_2004_01-03_ORIG_MID--AUDIO_14_R1_2004_01_Track01_wav/mix.wav
score/MIDI-Unprocessed_XP_14_R1_2004_01-03_ORIG_MID--AUDIO_14_R1_2004_01_Track01_wav/mix.wav
score/MIDI-Unprocessed_XP_14_R1_2004_01-03_ORIG_MID--AUDIO_14_R1_2004_01_Track01_wav/mix.mid
MIDI-Unprocessed_Recital17-19_MID--AUDIO_19_R1_2018_wav--1
ben2002chou/MAESTRO-E
mistake/MIDI-Unprocessed_Recital17-19_MID--AUDIO_19_R1_2018_wav--1/mix.wav
score/MIDI-Unprocessed_Recital17-19_MID--AUDIO_19_R1_2018_wav--1/mix.wav
score/MIDI-Unprocessed_Recital17-19_MID--AUDIO_19_R1_2018_wav--1/mix.mid

Viewer note: default uses viewer_preview/ for responsive audio playback. Full training/evaluation files remain available in the original folder structure.

MAESTRO-E

MAESTRO-E dataset for music practice error detection with paired performance/reference inputs and note-level error labels.

Paired Inputs for Error Detection

The model takes paired inputs:

  • mistake: performance audio/MIDI containing musical errors
  • score: paired reference score audio/MIDI (target/correct context)

Error supervision is provided with labels:

  • label/extra_notes
  • label/removed_notes
  • label/correct_notes

Full Structure (Code-Compatible)

This repo preserves the filesystem layout expected by the training loader:

  • mistake/<sample_id>/...
  • score/<sample_id>/...
  • label/{extra_notes,removed_notes,correct_notes}/<sample_id>/...
  • maestro-v3.0.0.json (included at repo root)

Quick Start (Directly with Existing Code)

from huggingface_hub import snapshot_download

root = snapshot_download("ben2002chou/maestro-e", repo_type="dataset")
# set root_dir = root
# set split_json_path = f"{root}/maestro-v3.0.0.json"

Project Link

Citation

@inproceedings{
chou2026laddersym,
title={LadderSym: A Multimodal Interleaved Transformer for Music Practice Error Detection},
author={Benjamin Shiue-Hal Chou and Purvish Jajal and Nicholas John Eliopoulos and James C. Davis and George K Thiruvathukal and Kristen Yeon-Ji Yun and Yung-Hsiang Lu},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=cizuvfyQXs}
}
Downloads last month
61