Beyond global CLAP/FD, we evaluate event alignment, temporal ordering, and editing preservation with an independent audio-understanding judge (a different model family from the PE encoder used inside our model, so the evaluation is not circular). Each clip is judged from audio alone, 3 runs averaged.
A transparent, reproducible protocol.
30 prompts per model (15 AudioCaps + 15 TTABench). Temporal-Order Match and Temporal-Order Accuracy (fraction of clips with fully correct order) measure sequencing; Overall Alignment is a 1–5 holistic score.
SemanticAudio attains the best temporal ordering and alignment of all systems, and improves temporal-order match over the parameter-matched Base Model from 0.64 to 0.86. Sanity check: ground-truth audio scores highest under the same judge (order match 0.97, alignment 4.83), confirming the metric is meaningful.
| Model | Temporal-Order Match | Temporal-Order Acc. | Event Recall | Event Precision | Alignment (1–5) |
|---|---|---|---|---|---|
| SemanticAudio | 0.86 | 0.50 | 0.83 | 0.95 | 4.09 |
| Ground truth (ref.) | 0.97 | 0.63 | 0.98 | 0.99 | 4.83 |
| TangoFlux | 0.76 | 0.40 | 0.87 | 0.97 | 4.04 |
| Resonate | 0.74 | 0.37 | 0.72 | 0.91 | 3.44 |
| Base Model | 0.64 | 0.23 | 0.70 | 0.88 | 3.41 |
TangoFlux renders individual events marginally better (recall) but orders them less reliably — the acoustic-vs-semantic distinction our method targets. Ground truth is scored on a subset containing reference audio by the same judge, and is shown only as a sanity-check reference (not on the same prompt set as the four generative models).
Editing must change the intended attribute without disturbing the rest. The judge scores our edits on independent axes (1–5), over 19 editing pairs.
Our edits achieve strong success (4.37/5) while keeping non-target content (4.70/5) and temporal structure (4.84/5) largely intact — precise, not destructive. Cross-method edit-success (ΔCLAP) is reported in the paper (Ours +0.094 > TangoFlux +0.081 > Resonate +0.065 > Base +0.054).
All per-clip judgments and aggregates are released for inspection.