Datasets:
PMG-Bench: 13,544 clips + labels (initial release)
Browse files- README.md +115 -0
- data/benchmark-00000-of-00008.parquet +3 -0
- data/benchmark-00001-of-00008.parquet +3 -0
- data/benchmark-00002-of-00008.parquet +3 -0
- data/benchmark-00003-of-00008.parquet +3 -0
- data/benchmark-00004-of-00008.parquet +3 -0
- data/benchmark-00005-of-00008.parquet +3 -0
- data/benchmark-00006-of-00008.parquet +3 -0
- data/benchmark-00007-of-00008.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- fa
|
| 5 |
+
task_categories:
|
| 6 |
+
- audio-classification
|
| 7 |
+
pretty_name: PMB
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10K<n<100K
|
| 10 |
+
dataset_info:
|
| 11 |
+
features:
|
| 12 |
+
- name: audio
|
| 13 |
+
dtype:
|
| 14 |
+
audio:
|
| 15 |
+
sampling_rate: 32000
|
| 16 |
+
- name: id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: artist
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: song
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: duration
|
| 23 |
+
dtype: float64
|
| 24 |
+
- name: genre_primary
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: genre_raw
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: key
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: key_tonic
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: key_mode
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: valence_num
|
| 35 |
+
dtype: float64
|
| 36 |
+
- name: valence_cat
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: arousal
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: tempo
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: popularity
|
| 43 |
+
dtype: float64
|
| 44 |
+
- name: caption_ref
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: instruments_raw
|
| 47 |
+
dtype: string
|
| 48 |
+
configs:
|
| 49 |
+
- config_name: default
|
| 50 |
+
data_files:
|
| 51 |
+
- split: benchmark
|
| 52 |
+
path: data/benchmark-*
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
# PMB: a zero-shot benchmark for music understanding in Persian music
|
| 56 |
+
|
| 57 |
+
**13,544 clips (~20 s, 32 kHz mono MP3)** of Persian music with labels for
|
| 58 |
+
zero-shot evaluation of audio-language models: **genre** (7 classes),
|
| 59 |
+
**musical key** (24 classes; also tonic-only and mode-only granularities),
|
| 60 |
+
**emotion** (valence 0–100 + 3-class bins; arousal 3-class), **tempo**
|
| 61 |
+
(4 ordered classes), plus reference captions, Spotify popularity, and
|
| 62 |
+
artist/song metadata.
|
| 63 |
+
|
| 64 |
+
Derived from the PMG dataset (supervised split): the persian-pop genre was
|
| 65 |
+
downsampled to **1,000 distinct songs (one clip each)**, spread across 113
|
| 66 |
+
artists; all clips of the remaining six genres are retained.
|
| 67 |
+
|
| 68 |
+
| genre | clips |
|
| 69 |
+
|---|---|
|
| 70 |
+
| afghan pop | 5,449 |
|
| 71 |
+
| persian rock | 3,276 |
|
| 72 |
+
| classic persian pop | 2,299 |
|
| 73 |
+
| persian traditional | 1,277 |
|
| 74 |
+
| persian pop | 1,000 |
|
| 75 |
+
| persian alternative | 232 |
|
| 76 |
+
| persian neo-traditional | 11 |
|
| 77 |
+
|
| 78 |
+
## Usage
|
| 79 |
+
|
| 80 |
+
```python
|
| 81 |
+
from datasets import load_dataset
|
| 82 |
+
ds = load_dataset("keepsolid001/PMB", split="benchmark")
|
| 83 |
+
```
|
| 84 |
+
|
| 85 |
+
## Label provenance & caveats
|
| 86 |
+
|
| 87 |
+
- Genre/key/emotion/tempo labels are **track-level, Spotify-derived** metadata
|
| 88 |
+
inherited by each clip. A classical key-detection baseline
|
| 89 |
+
(Krumhansl-Schmuckler) agrees with the key labels at 0.37 (24-way; chance
|
| 90 |
+
0.04) and 0.69 (mode), validating them as benchmark gold; tempo categories
|
| 91 |
+
are softer (beat-tracked BPM agrees at only 0.30).
|
| 92 |
+
- `valence_cat` bins `valence_num` (0-100) at <40 / 40-60 / >60.
|
| 93 |
+
`arousal` is the dataset's own 3-way energy category.
|
| 94 |
+
- `caption_ref` is metadata-templated prose - suitable for attribute-coverage
|
| 95 |
+
metrics, not as human-written caption gold.
|
| 96 |
+
- Multiple clips of the same song share labels for the non-persian-pop genres;
|
| 97 |
+
split by `song`/`artist` to avoid leakage when training.
|
| 98 |
+
|
| 99 |
+
## Benchmark results
|
| 100 |
+
|
| 101 |
+
Eleven systems (audio-LLMs, contrastive audio-text models, and a classical DSP
|
| 102 |
+
baseline) have been evaluated zero-shot on this set across genre, key, emotion,
|
| 103 |
+
tempo, captioning (incl. cultural identification), language identification,
|
| 104 |
+
instrument recognition, and stem-based hallucination tests. See the paper for
|
| 105 |
+
full results and analysis.
|
| 106 |
+
|
| 107 |
+
## License & provenance
|
| 108 |
+
|
| 109 |
+
Audio excerpts of commercial Persian music, distributed for
|
| 110 |
+
**non-commercial research only** (CC-BY-NC-4.0). If you are a rights holder
|
| 111 |
+
and want content removed, open a discussion on this repository.
|
| 112 |
+
|
| 113 |
+
## Citation
|
| 114 |
+
|
| 115 |
+
Anonymous — under review. A citation will be added upon publication.
|
data/benchmark-00000-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa5de08e408d5266990501fbef51b0a7bc8e163fa81b8b6ed51e8c34ed1ff17f
|
| 3 |
+
size 287894634
|
data/benchmark-00001-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:150495c60b73f14586bab7077640e8042fdef0092418007772f0f4707afad45e
|
| 3 |
+
size 283200519
|
data/benchmark-00002-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82734a57c6cdbac292ea5e355dce64262a86134ce2feb4f5c96d00108dac9970
|
| 3 |
+
size 284953000
|
data/benchmark-00003-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d3730714f3fa80557ad14710ad906c7992210a1f01fe80388ab5f997301ac6b
|
| 3 |
+
size 289719937
|
data/benchmark-00004-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bf418d530ce7d4036512fe083384d54cd4f058e14422ab729ccde31d9ca2f2c
|
| 3 |
+
size 291639190
|
data/benchmark-00005-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:132092b745bc95ec62ef6ab488f278273245d7b75cc77fd32c40e7f6e20f6fd8
|
| 3 |
+
size 292999595
|
data/benchmark-00006-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9329b3ae4186987ee372970aca484822fccd32c3e1b1e72fb10a59e6392d7df9
|
| 3 |
+
size 294475700
|
data/benchmark-00007-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d2598a5f2c8bcbf6dd95151e56a0e435b036fb7d554f8a1c79c0608c2d8afd4
|
| 3 |
+
size 279016753
|