--- license: cc-by-4.0 language: - en pretty_name: MondegreensEval tags: - speech - automatic-speech-recognition - audio - bias - hallucination - whisper task_categories: - automatic-speech-recognition size_categories: - 1K 0.40`, n=74). ## Synthesis details Audio synthesized via Edge-TTS (`en-US-JennyNeural` voice), 16 kHz mono WAV. Noisy variants generated by additive Gaussian white noise at the stated SNR, applied deterministically (seed=42) to the clean signal. Phonemes derived from the CMU Pronouncing Dictionary with a `g2p_en` fallback for out-of-vocabulary words. ## Loading ```python from datasets import load_dataset ds = load_dataset("soarhigh/mondegreenbench", split="test") # Only clean audio: clean = ds.filter(lambda r: r["condition"] == "clean") # Only the primary diagnostic tier (phonetically ambiguous, 0.10-0.25): ambiguous = ds.filter(lambda r: 0.10 <= r["phoneme_edit_distance_norm"] < 0.25) ``` ## Limitations See the paper's Discussion/Limitations sections: all audio comes from a single TTS engine and voice (no speaker variability or recorded human speech); noise is additive Gaussian white noise, not an ecologically representative degradation (babble, reverberation, codec artifacts); and each phrase has exactly one synthesized sample, not resampled across multiple stochastic TTS seeds. ## Citation ``` @inproceedings{mondegreenseval2026, title = {MondegreensEval: A Phonetic Benchmark for Measuring Language-Model Bias in Automatic Speech Recognition}, author = {Wan Ju Kang} booktitle = {ICML 2026 Workshop on Machine Learning for Audio}, year = {2026} } ``` ## License CC BY 4.0. Note that the `song_lyrics` category quotes short excerpts of song lyrics for research/benchmarking purposes; if you plan to redistribute or build commercial products on this subset specifically, please review the underlying copyright status of the quoted lyrics independently.