Datasets:
id string | audio audio |
|---|---|
t-add_000119 | |
t-add_000133 | |
t-add_000425 | |
t-add_000599 | |
t-add_000668 | |
t-add_001168 | |
t-add_001331 | |
t-add_001342 | |
t-add_001356 | |
t-add_001358 | |
t-add_001462 | |
t-add_001591 | |
t-add_001665 | |
t-add_001745 | |
t-add_001829 | |
t-add_001831 | |
t-add_001850 | |
t-add_001942 | |
t-add_002210 | |
t-add_002240 | |
t-add_002278 | |
t-add_002294 | |
t-add_002305 | |
t-add_002417 | |
t-add_002687 | |
t-add_002771 | |
t-add_002880 | |
t-add_002943 | |
t-add_003038 | |
t-add_003042 | |
t-add_003070 | |
t-add_003102 | |
t-add_003224 | |
t-add_003243 | |
t-add_003598 | |
t-add_003854 | |
t-add_003860 | |
t-add_003865 | |
t-add_003907 | |
t-add_003959 | |
t-add_004146 | |
t-add_004182 | |
t-add_004360 | |
t-add_004506 | |
t-add_004661 | |
t-add_004769 | |
t-add_004794 | |
t-add_004863 | |
t-add_004872 | |
t-add_004949 | |
t-add_005182 | |
t-add_005395 | |
t-add_005480 | |
t-add_005519 | |
t-add_005828 | |
t-add_006073 | |
t-add_006150 | |
t-add_006352 | |
t-add_006455 | |
t-add_006850 | |
t-add_006942 | |
t-add_006951 | |
t-add_007019 | |
t-add_007212 | |
t-add_007215 | |
t-add_007275 | |
t-add_007296 | |
t-add_007358 | |
t-add_007494 | |
t-add_007495 | |
t-add_007565 | |
t-add_007866 | |
t-add_008144 | |
t-add_008212 | |
t-add_008332 | |
t-add_008408 | |
t-add_008829 | |
t-add_008850 | |
t-add_008891 | |
t-add_009116 | |
t-add_009315 | |
t-add_009529 | |
t-add_009613 | |
t-add_009998 | |
t-add_010167 | |
t-add_010270 | |
t-add_010350 | |
t-add_010403 | |
t-add_010423 | |
t-add_010471 | |
t-add_010700 | |
t-add_010814 | |
t-add_010818 | |
t-add_011158 | |
t-add_011583 | |
t-add_011667 | |
t-add_011676 | |
t-add_011997 | |
t-add_012070 | |
t-add_012109 |
MMEdit-AT2A
MMEdit-AT2A is an MTEB-formatted composed audio retrieval adaptation of
CocoBro/MMEdit-TestSet.
Each query combines an unedited source recording with a natural-language edit
instruction, and the corpus contains the corresponding edited recordings.
Schema
queries:id,audio(unedited source), andtext(edit instruction)corpus:idandaudio(edited target)qrels:query-id,corpus-id, and binaryscore
The test split contains 3,317 queries and 3,317 corpus items. Exact byte-identical target duplicates are all marked relevant, producing 3,337 qrels.
Construction
The source is pinned to commit
ae4f9a772180a2a3c77c2e865b398e7d6f60bcee. Triplets are joined by audio_id.
The construction preserves the original WAV payloads without padding,
resampling, or loudness normalization. IDs are deterministic:
q-{audio_id} for queries and t-{audio_id} for corpus items.
Known source-format discrepancies
Although the source card describes all clips as 24 kHz, mono, and ten seconds:
- 1,394 source files and 1,394 target files differ from ten seconds by more than 0.05 seconds (minimum observed duration: 2.3985 seconds).
- 143 targets (
replace_oneandreplace_time) are 16 kHz, 32-bit PCM rather than 24 kHz, 16-bit PCM. - All 6,634 WAV files are mono.
These properties are retained so this derivative stays faithful to the source.
Benchmark limitation: source-only leakage
The native global candidate pool has a substantial shortcut: a model can often identify the edited target from source audio alone without using the instruction. A deterministic, non-neural 64-bin log-mel fingerprint baseline obtained the following full-pool results:
| Diagnostic | Recall@1 | mAP@10 | nDCG@10 |
|---|---|---|---|
| Random expectation | 0.0003 | 0.0009 | 0.0014 |
| Source-only spectral fingerprint | 0.5849 | 0.6094 | 0.6216 |
| Source duration + spectral fingerprint | 0.8113 | 0.8376 | 0.8495 |
Consequently, scores on this benchmark must not be interpreted as measuring instruction use alone. Results should be accompanied by an audio-only ablation where possible. The native 3,317-pair design is intentionally preserved rather than introducing synthetic edits or reviewer-unapproved hard negatives.
Source reuse and duplicate handling
The audit found five byte-identical source groups, four of which have multiple distinct edited targets. It also found ten byte-identical target groups. The corpus retains every native item, while qrels mark every byte-identical copy of a query's target as relevant.
License and citation
The source dataset is published under Apache-2.0. Please also cite the original MMEdit work:
@article{tao2025mmedit,
author = {Tao, Ye and Xu, Xuenan and Wu, Wen and Wang, Shuai and Wu, Mengyue and Zhang, Chao},
journal = {arXiv preprint arXiv:2512.20339},
title = {MMEDIT: A Unified Framework for Multi-Type Audio Editing via Audio Language Model},
url = {https://arxiv.org/abs/2512.20339},
year = {2025},
}
- Downloads last month
- 87