0
stars
4
commits
5
linked in READMEs
Jun 30, 2026
updated
Pre-computed TuneJury reward scores for seven open-license music collections (219,020 clips total). Companion artifact to the paper TuneJury: An Open Metric for Improving Music Generation Preference Alignment (arXiv:2606.17006, code).
This dataset ships scores and identifiers only, not audio. Each row is one deterministic TuneJury scorer call per clip. To obtain the audio, fetch each collection from its original source (see "Audio sources" below).
The seven configs together total 219,020 rows. The Hub viewer counts each config separately, so browse per config (e.g. sdd has 706 rows).
from datasets import load_dataset
# one config per source collection
ds = load_dataset("TuneJury/release-scores", "mtg_jamendo")
print(ds["train"][0]) # {'track_id': ..., 'reward_score': ..., 'relative_path': ...}
| Config | Source (official) | License (source) | Rows | Extra columns | Audio access |
|---|---|---|---|---|---|
mtg_jamendo | MTG-Jamendo | CC-BY-NC-SA 4.0 | 55,701 | relative_path | download via source |
fma_large | FMA-Large | per-track (mostly CC) | 106,401 | – | Kaggle mirror |
mtat | MagnaTagATune | per-track | 25,860 | audio_path | download via source |
openmic | OpenMIC-2018 | CC-BY 4.0 | 20,000 | audio_path | Zenodo |
midicaps | MidiCaps | CC-BY 4.0 | 5,000 | tempo, key, duration, genre, caption | HF (MIDI, render to audio) |
musiccaps | MusicCaps | CC-BY-SA 4.0 (captions) | 5,352 | caption, audioset_labels | ▶ CLAPv2/MusicCaps |
sdd | Song Describer | captions CC-BY 4.0 / CC0; audio CC-BY-NC-SA | 706 | – | ▶ renumics/song-describer-dataset |
| Total | 219,020 |
Every row has track_id and reward_score. Source (official) links the authoritative home for citation and attribution. Audio access points to where the audio can be obtained or played: ▶ marks datasets that play directly in the Hugging Face dataset viewer. The renumics SDD, CLAPv2 MusicCaps, and the FMA-Large Kaggle entry are community mirrors (not the official release), provided for convenience. SDD is a captioned subset of MTG-Jamendo (its 706 two-minute excerpts come from tracks also scored in mtg_jamendo, at a different excerpt length, so the scores differ).
The reward_score values are derived outputs of the TuneJury reward model, which is released under CC-BY-NC 4.0 (it tracks the MERT-v1-330M upstream license). Treat the scores as non-commercial. The caption / audioset_labels / tag columns are redistributed from their source datasets and retain those datasets' licenses and attribution requirements (see the table above), most notably CC-BY-SA 4.0 for MusicCaps captions and CC-BY 4.0 for MidiCaps captions. No audio is included. The overall license is marked other because it is the per-collection combination documented above. The paper's Appendix §A.I (Released Artifacts and License Interplay) discusses this in full.
Every score is one deterministic tunejury scorer call per clip, with the text branch fed a 512-d zero vector (the empty-prompt release protocol of paper §3 / §4.2). The two frozen audio encoders see the clip as follows.
Reference environment: torch 2.4.0+cu121, torchaudio 2.4.0+cu121, transformers 4.44.0. Audio decoding can differ slightly across torchaudio/ffmpeg backends, so re-scores on a different stack may differ in the last few digits while preserving rankings. The exact scoring and verification scripts (scripts/score_release_collection.py, scripts/verify_release_scores.py) live in the GitHub repository.
The dataset ships scores, not audio. To reproduce them, fetch each collection from its source and run the scoring script.
af289497caf8c76d97fdc67ec8409f05). The score depends on the synthesiser.CLAPv2/MusicCaps.@misc{tunejury2026,
title = {TuneJury: An Open Metric for Improving Music Generation Preference Alignment},
author = {Kim, Yonghyun and Lee, Junwon and Xia, Haiwen and Ma, Yinghao and Koo, Junghyun and Saito, Koichi and Mitsufuji, Yuki and Donahue, Chris},
year = {2026},
eprint = {2606.17006},
archivePrefix = {arXiv},
primaryClass = {cs.SD},
url = {https://arxiv.org/abs/2606.17006},
}
3 commits
1 commits
0
stars
4
commits
5
linked in READMEs
Jun 30, 2026
updated
Pre-computed TuneJury reward scores for seven open-license music collections (219,020 clips total). Companion artifact to the paper TuneJury: An Open Metric for Improving Music Generation Preference Alignment (arXiv:2606.17006, code).
This dataset ships scores and identifiers only, not audio. Each row is one deterministic TuneJury scorer call per clip. To obtain the audio, fetch each collection from its original source (see "Audio sources" below).
The seven configs together total 219,020 rows. The Hub viewer counts each config separately, so browse per config (e.g. sdd has 706 rows).
from datasets import load_dataset
# one config per source collection
ds = load_dataset("TuneJury/release-scores", "mtg_jamendo")
print(ds["train"][0]) # {'track_id': ..., 'reward_score': ..., 'relative_path': ...}
| Config | Source (official) | License (source) | Rows | Extra columns | Audio access |
|---|---|---|---|---|---|
mtg_jamendo | MTG-Jamendo | CC-BY-NC-SA 4.0 | 55,701 | relative_path | download via source |
fma_large | FMA-Large | per-track (mostly CC) | 106,401 | – | Kaggle mirror |
mtat | MagnaTagATune | per-track | 25,860 | audio_path | download via source |
openmic | OpenMIC-2018 | CC-BY 4.0 | 20,000 | audio_path | Zenodo |
midicaps | MidiCaps | CC-BY 4.0 | 5,000 | tempo, key, duration, genre, caption | HF (MIDI, render to audio) |
musiccaps | MusicCaps | CC-BY-SA 4.0 (captions) | 5,352 | caption, audioset_labels | ▶ CLAPv2/MusicCaps |
sdd | Song Describer | captions CC-BY 4.0 / CC0; audio CC-BY-NC-SA | 706 | – | ▶ renumics/song-describer-dataset |
| Total | 219,020 |
Every row has track_id and reward_score. Source (official) links the authoritative home for citation and attribution. Audio access points to where the audio can be obtained or played: ▶ marks datasets that play directly in the Hugging Face dataset viewer. The renumics SDD, CLAPv2 MusicCaps, and the FMA-Large Kaggle entry are community mirrors (not the official release), provided for convenience. SDD is a captioned subset of MTG-Jamendo (its 706 two-minute excerpts come from tracks also scored in mtg_jamendo, at a different excerpt length, so the scores differ).
The reward_score values are derived outputs of the TuneJury reward model, which is released under CC-BY-NC 4.0 (it tracks the MERT-v1-330M upstream license). Treat the scores as non-commercial. The caption / audioset_labels / tag columns are redistributed from their source datasets and retain those datasets' licenses and attribution requirements (see the table above), most notably CC-BY-SA 4.0 for MusicCaps captions and CC-BY 4.0 for MidiCaps captions. No audio is included. The overall license is marked other because it is the per-collection combination documented above. The paper's Appendix §A.I (Released Artifacts and License Interplay) discusses this in full.
Every score is one deterministic tunejury scorer call per clip, with the text branch fed a 512-d zero vector (the empty-prompt release protocol of paper §3 / §4.2). The two frozen audio encoders see the clip as follows.
Reference environment: torch 2.4.0+cu121, torchaudio 2.4.0+cu121, transformers 4.44.0. Audio decoding can differ slightly across torchaudio/ffmpeg backends, so re-scores on a different stack may differ in the last few digits while preserving rankings. The exact scoring and verification scripts (scripts/score_release_collection.py, scripts/verify_release_scores.py) live in the GitHub repository.
The dataset ships scores, not audio. To reproduce them, fetch each collection from its source and run the scoring script.
af289497caf8c76d97fdc67ec8409f05). The score depends on the synthesiser.CLAPv2/MusicCaps.@misc{tunejury2026,
title = {TuneJury: An Open Metric for Improving Music Generation Preference Alignment},
author = {Kim, Yonghyun and Lee, Junwon and Xia, Haiwen and Ma, Yinghao and Koo, Junghyun and Saito, Koichi and Mitsufuji, Yuki and Donahue, Chris},
year = {2026},
eprint = {2606.17006},
archivePrefix = {arXiv},
primaryClass = {cs.SD},
url = {https://arxiv.org/abs/2606.17006},
}
3 commits
1 commits