Skip to content

Commit 81f5d98

Browse files
docs(music): README front-door audit — surface strongest metrics + comp benchmarks
Surface three hidden proof metrics (part_exact, articulation_exact, performance_tuple_exact, all 1.0) from music_release_metrics.json that were present in the proof artifact but absent from the front-door table. Add proof artifact path and CI test columns to every metric row so every claim is fully anchored. Explicitly state no comp-benchmark baselines exist (honest, beta posture). No orphan claims removed (all prior claims were verified). Structure and all protected files unchanged.
1 parent ec39f8c commit 81f5d98

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ It does not do audio understanding. The public surface is canonical symbolic sco
1010

1111
## Key Metrics
1212

13-
| Metric | Value | Baseline |
14-
|-------|-------|----------|
15-
| SCORE_EVENT_EXACT | 1.0 | Direct |
16-
| EXPRESSION_EVENT_EXACT | 1.0 | Direct |
17-
| REPEATED_NOTE_CASE | 1.0 | Hard cell |
18-
| REQUIRED_CHECKS | 11/11 | Battery |
13+
| Metric | Value | Proof artifact | CI test |
14+
|--------|-------|----------------|---------|
15+
| SCORE_EVENT_EXACT (`score_event_exact_rate_mean`) | 1.0 | `proofs/artifacts/music_release_metrics.json` | `tests/test_music_authority_roundtrip.py` |
16+
| PART_EXACT (`part_exact_rate_mean`) | 1.0 | `proofs/artifacts/music_release_metrics.json` | `tests/test_music_authority_roundtrip.py` |
17+
| ARTICULATION_EXACT (`articulation_exact_rate_mean`) | 1.0 | `proofs/artifacts/music_release_metrics.json` | `tests/test_music_authority_roundtrip.py` |
18+
| EXPRESSION_EVENT_EXACT (`expression_event_exact_rate_mean`) | 1.0 | `proofs/artifacts/music_release_metrics.json` | `tests/test_music_expression_authority_roundtrip.py` |
19+
| PERFORMANCE_TUPLE_EXACT (`performance_tuple_exact_rate_mean`) | 1.0 | `proofs/artifacts/music_release_metrics.json` | `tests/test_music_expression_authority_roundtrip.py` |
20+
| REPEATED_NOTE_CASE (`repeated_note_case_exact_rate`) | 1.0 | `proofs/artifacts/music_release_metrics.json` | `tests/test_music_expression_authority_roundtrip.py::test_repeated_note_expression_roundtrip_exact` |
21+
| REQUIRED_CHECKS_PASSED | 11/11 in 3.39 s | `validation/results/release_verification.json` | `validation/run_release_verification.py` |
22+
23+
All seven metrics verified on the authority path. No comp-benchmark baselines (MP3/AAC/Opus/MIDI/MusicGen) exist in this repo — this is a symbolic-score codec, not an audio codec.
1924

2025
> Source: `proofs/artifacts/music_release_metrics.json`, `validation/results/release_verification.json`
2126

0 commit comments

Comments
 (0)