Speech results decay through the measurement, not just the model. Two labs with identical checkpoints can report WERs a point apart because their text normalization differs, and two identical TTS systems can score half a MOS point apart under different listening panels. Interspeech reviewers know this, and the 4-page format means reproducibility is asserted through precise, compressed disclosure — there is no appendix to hide vagueness in.
| Channel | How results drift | Pin it by |
|---|---|---|
| Corpus version & splits | "test" ≠ official test; filtered utterances | Name corpus version + official partition; list any filtering rule |
| Text normalization | casing, punctuation, numerals change WER | Publish the norm script; name the scorer (e.g., sclite/jiwer + config) |
| Trial lists / protocols | EER/minDCF move with the trial set | Cite the exact trial list file and calibration set |
| Subjective testing | MOS panels differ in raters, scale, stimuli | Report rater count, platform, instructions, #stimuli, CI |
| Training stochasticity | seed, data order, nondeterministic kernels | Seeds logged; ≥3 runs where feasible; mean ± sd |
interspeech-artifact-evaluation); a reader must know whether
they can obtain your training data.WER is a Levenshtein distance over a normalization you chose. Reviewers who have been burned will ask:
One sentence in the paper plus scripts in the repo answers all of it.
A MOS number without its protocol is decoration. The reportable minimum, fitted to about three lines of a 4-page paper:
Naturalness MOS: 5-point ACR; N=30 crowd raters (platform X), native speakers,
screened by anchor trials; 20 utterances/system, 8 systems, randomized;
95% CI via rater bootstrap. CMOS vs. baseline on the same panel.
If a claim rests on ±0.1 MOS, it rests on nothing — pair MOS with CMOS or an objective proxy (e.g., a learned MOS predictor, clearly labeled as a proxy) and say whether the panel can resolve the difference.
Most Interspeech systems live in community toolkits (ESPnet, SpeechBrain, Kaldi, NeMo, k2, fairseq lineage). Reproducibility there means:
During double-blind review the repo must be anonymized or described-but-withheld; at camera-ready the links flip public. Write the reproducibility sentences so that only the URL changes, not the promises.
A compact pattern that closes most reviewer doubts at once — adapt per task:
Setup: ESPnet2 (commit abc123), LibriSpeech 960h official splits;
Whisper-normalizer text rules; WER via jiwer 3.x, config in repo.
Training: 3 seeds (mean±sd reported), 8×A100, 30h/run; decoding:
beam 10, no external LM; dev-clean used for all tuning.
Every clause preempts a specific review question; nothing in it costs a figure.
If the paper answers all five before they are asked, the reproducibility paragraph has done its rhetorical job as well as its scientific one.
[Decay-channel audit] corpus / normalization / trials / subjective / seeds — pinned?
[Ruler published?] scoring tools + norm rules in repo: yes / partial / no
[Subjective protocol] complete per the reportable minimum? gaps
[Variance] runs, CI method, significance test used
[Recipe] toolkit+commit, config-per-row mapping, hardware line
[Weakest link] <the one channel most likely to break replication>
Cross-check any cycle-specific checklist or disclosure field on the live CFP —
Interspeech has been adding evaluation-rigor language cycle by cycle (sources:
resources/official-source-map.md, checked 2026-07-08).