Agent skill · Testing & QA

interspeech-reproducibility

Use when hardening the reproducibility of an INTERSPEECH paper — pinning corpus versions and official splits, publishing text-normalization and scoring rules that WER/EER silently depend on, documenting MOS listening-test protocols, reporting seeds and variance within 4 pages, and making toolkit recipes rerunnable.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill interspeech-reproducibility --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: INTERSPEECH-Skills/skills/interspeech-reproducibility/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# INTERSPEECH Reproducibility 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. ## The five decay channels | 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; me

What's inside
Steps it walks through
  1. The five decay channels
  2. Corpus discipline
  3. Objective metrics: publish the ruler
  4. Subjective metrics: the protocol is the result
  5. Variance and seeds inside 4 pages
  6. Recipe rerunnability
  7. Review-time vs camera-ready disclosure
  8. The disclosure block, worth three lines of the paper
  9. Reviewer questions to preempt
  10. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the interspeech-reproducibility skill do?

Use when hardening the reproducibility of an INTERSPEECH paper — pinning corpus versions and official splits, publishing text-normalization and scoring rules that WER/EER silently depend on, documenting MOS listening-test protocols, reporting seeds and variance within 4 pages, and making toolkit recipes rerunnable.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill interspeech-reproducibility --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going