Automatic Lyric Transcription for Greek Songs: Scaling and Task Composition Effects in Whisper Adaptation
Summary
This paper introduces the first benchmark for automatic lyric transcription in Greek songs, demonstrating that adapting Whisper through multitask learning and two-stage training achieves a 27.2% Word Error Rate, significantly improving over zero-shot baselines.
View Cached Full Text
Cached at: 09/11/26, 08:27 AM
# Automatic Lyric Transcription for Greek Songs:Scaling and Task Composition Effects in Whisper Adaptation
Source: [https://arxiv.org/html/2609.11302](https://arxiv.org/html/2609.11302)
Frangiadaki Damianos Kritsis Katsouros
###### Abstract
Automatic Lyric Transcription \(ALT\) remains substantially more challenging than speech recognition due to melodic variability, rhythmic irregularity, and accompaniment interference\. This is heightened in low\-resource languages like Greek, where no prior benchmark for ALT exists\. We present the first controlled study of Whisper adaptation for Greek ALT, investigating model scaling effects, task composition via multitask training in transcribe\-translate ratios, and two\-stage speech\-to\-singing adaptation\. We also curate a segment\-level aligned singing dataset based on the Greek Audio Dataset \(GAD\) using source separation and CTC forced alignment\. Results show that scaling consistently improves performance, while multitask learning acts as a beneficial regularizer primarily for smaller\-capacity models\. The 2\-stage adaptation in Whisper Large\-v3 achieves a Word Error Rate \(WER\) of 27\.2%, a significant improvement over zero\-shot baselines, establishing the first Greek ALT benchmark\.
###### keywords
Automatic Lyric Transcription \(ALT\), Automatic Speech Recognition \(ASR\), Lyric Alignment, Whisper fine\-tuning, Multitask Learning, Low\-resource Languages
††address:1Institute for Language and Speech Processing, Athena R\.C\., Greece††email:\{maria\.frangiadaki, d\.damianos, kosmas\.kritsis, vsk\}@athenarc\.gr## 1Introduction
Automatic Speech Recognition \(ASR\) and recent advances in large\-scale multilingual pre\-trained models have enabled a broad spectrum of everyday applications\. However, ASR systems often degrade when the deployment domain differs from the training distribution\. A particularly challenging and underexplored form of domain shift is singing voice\. The task of converting sung audio into text, known as Automatic Lyric Transcription \(ALT\), lies at the intersection of ASR and Music Information Retrieval \(MIR\) and remains substantially more difficult than conventional speech recognition\. Singing differs fundamentally from speech in both acoustic and linguistic structure\. Large pitch excursions, sustained vowels, melisma \(vowel elongation across multiple notes\), rhythmic irregularity, instrumental accompaniment, and expressive articulation violate assumptions learned from speech\-dominant corpora\[[1](https://arxiv.org/html/2609.11302#bib.bib9)\]\. As a result, models trained primarily on spoken language struggle to generalize to sung vocals\.
This acoustic domain shift is even more severe in low\-resource languages\. While English singing datasets have enabled recent progress in ALT, many languages lack systematically curated singing corpora, aligned annotations, and reproducible evaluation protocols\. Greek, despite its rich musical tradition and morphological complexity, has not been studied in a controlled ALT setting\. No established benchmark currently exists for Greek singing voice ASR, and the behavior of multilingual models under singing\-domain adaptation remains unclear\.
This work addresses ALT for Greek singing voice, focusing on the Whisper model\[[2](https://arxiv.org/html/2609.11302#bib.bib16)\]as a strong multilingual pretrained baseline\. We investigate to what extent can adaptation of multilingual pre\-trained ASR models such as Whisper improve lyric transcription accuracy, when transferring from speech to singing in a low\-resource singing scenario\. To answer this question, we develop a complete end\-to\-end pipeline for Greek ALT and conduct a controlled experimental study, which includes fine\-tuning Whisper in various checkpoints under transcription\-only training and evaluating multitask and two\-stage learning strategies\. The contributions of this work are as follows:
1. 1\.We present the first systematic benchmark for Greek ALT\.
2. 2\.We curated a fully processed and aligned version of the Greek Audio Dataset \(GAD\)\[[3](https://arxiv.org/html/2609.11302#bib.bib25)\], including source\-separated and aligned segmentation, translation pairs, and reproducible train\-validation\-test splits\.
3. 3\.We conduct a controlled study of model scale and task composition for singing\-domain adaptation in a low\-resource language\.
4. 4\.We introduce a task\-pure batching scheme with language\-aware pre\-processing that stabilizes training on singing voice\.
5. 5\.We propose a quantitative and qualitative error taxonomy tailored to Greek lyrics, highlighting singing\-specific errors\.
6. 6\.We prove that large\-scale transcription\-only and 2\-stage adaptation is the most effective strategy for Greek ALT, while multitask learning effectively serves as regularization and improves Word Error Rate \(WER\) results for smaller\-capacity models\.111Code, models, and reproducible dataset resources are available at[https://github\.com/athena\-ilsp/lyrics\-transcription](https://github.com/athena-ilsp/lyrics-transcription)and[https://huggingface\.co/collections/ilsp/ilsp\-greek\-whisper\-alt\-models](https://huggingface.co/collections/ilsp/ilsp-greek-whisper-alt-models), under Apache 2\.0 and CC\-BY 4\.0 licenses\.
## 2Related Work
### 2\.1ALT
Early approaches to ALT relied on conventional ASR pipelines tailored to music, typically employing Hidden Markov Models \(HMMs\) combined with Gaussian Mixture Models \(GMMs\) or Deep Neural Networks \(DNNs\) adapted on singing data\[[4](https://arxiv.org/html/2609.11302#bib.bib11)\]\. The release of benchmark datasets such as DALI\[[5](https://arxiv.org/html/2609.11302#bib.bib12)\]and DAMP\-Sing\[[6](https://arxiv.org/html/2609.11302#bib.bib7)\]enabled systematic evaluation, highlighting the persistent acoustic mismatch between speech and singing\. The shift towards end\-to\-end deep learning architectures, such as Connectionist Temporal Classification \(CTC\) and Attention\-based Encoder\-Decoder \(AED\) models, unified acoustic modeling and alignment\[[7](https://arxiv.org/html/2609.11302#bib.bib19)\]\. Recent work has also extended these to multimodal setups, demonstrating that auxiliary cues like lip movements or note\-level transcriptions can further stabilize decoding in low\-SNR conditions\[[8](https://arxiv.org/html/2609.11302#bib.bib8),[9](https://arxiv.org/html/2609.11302#bib.bib24)\]\. Despite these advances, lyric transcription remains a challenging task that requires robust domain adaptation\.
### 2\.2Foundation Models and adaptation
The advent of large\-scale, self\-supervised foundation models has redefined the state\-of\-the\-art in speech processing\. Architectures like wav2vec 2\.0 and its cross\-lingual extension, XLS\-R, learn general acoustic representations that transfer effectively to singing via fine\-tuning\[[10](https://arxiv.org/html/2609.11302#bib.bib5),[11](https://arxiv.org/html/2609.11302#bib.bib4)\]\. More recently, OpenAI’s Whisper\[[2](https://arxiv.org/html/2609.11302#bib.bib16)\]has demonstrated remarkable zero\-shot robustness due to its massive multilingual pre\-training\. In the context of MIR, while Whisper exhibits strong performance on clean vocals, its zero\-shot accuracy degrades significantly on polyphonic audio\[[1](https://arxiv.org/html/2609.11302#bib.bib9)\]\. To mitigate this, approaches propose cascading Whisper with Large Language Models \(LLMs\) for error correction\[[12](https://arxiv.org/html/2609.11302#bib.bib23)\]\. Further ASR techniques, such as employing parameter\-efficient tuning \(e\.g\., LoRA\) for scalable specialization\[[13](https://arxiv.org/html/2609.11302#bib.bib18)\], or utilizing speech\-text joint pretraining \(e\.g\., SpeechLM\[[14](https://arxiv.org/html/2609.11302#bib.bib22)\]\) further integrate acoustic and linguistic information\. However, most existing research focuses on high\-resource languages, leaving the efficacy of such foundation models on low\-resource singing languages largely unexplored\.
Adapting ASR models to low\-resource domains often necessitates specialized training strategies\. Multitask learning, where the model is jointly optimized on auxiliary tasks such as translation, acts as a regularizer preventing overfitting on small target datasets\. In the context of Whisper, the interplay between its transcription and translation tokens offers a unique avenue for multitask adaptation\[[15](https://arxiv.org/html/2609.11302#bib.bib21)\]\. Additionally, staged fine\-tuning strategies have been shown to stabilize ASR training in low\-resource scenarios\[[16](https://arxiv.org/html/2609.11302#bib.bib15)\]\. Data\-centric strategies further bridge the speech\-to\-singing gap through voice\-to\-singing augmentation\[[17](https://arxiv.org/html/2609.11302#bib.bib6)\]and consistency loss regularization\[[18](https://arxiv.org/html/2609.11302#bib.bib1)\]\.
### 2\.3Greek Speech and Singing Recognition
Automatic Speech Recognition for the Greek language has seen progress through recent spoken corpora that strengthen the ASR infrastructure\[[19](https://arxiv.org/html/2609.11302#bib.bib13),[20](https://arxiv.org/html/2609.11302#bib.bib20)\]\. Benchmarks demonstrate that while generic models like Whisper\[[2](https://arxiv.org/html/2609.11302#bib.bib16)\]perform sufficiently in spoken Greek, they struggle with dialectal variations and fast\-paced articulation\. To overcome data scarcity, recent frameworks leverage unsupervised domain adaptation\. For example, M2DS2\[[21](https://arxiv.org/html/2609.11302#bib.bib14)\]and MSDA\[[22](https://arxiv.org/html/2609.11302#bib.bib2)\]combine self\-supervised pre\-training with pseudo\-label\-based teacher\-student training to effectively reduce domain mismatch in Modern Greek ASR\. The intersection of Greek ASR and singing voice analysis is virtually non\-existent in the literature\. To date, there is no standardized benchmark for Greek ALT, and no study has systematically evaluated the transferability of multilingual foundation models to Greek singing\. While existing Greek music datasets, such as Lyra\[[23](https://arxiv.org/html/2609.11302#bib.bib26)\], GAD\[[3](https://arxiv.org/html/2609.11302#bib.bib25)\]and the Greek Music Dataset \(GMD\)\[[24](https://arxiv.org/html/2609.11302#bib.bib27)\], provide valuable acoustic resources for general Music Information Retrieval \(MIR\) tasks, they lack the segment\-level aligned text annotations required for end\-to\-end audio\-to\-lyrics transcription\. This work bridges this gap by providing the first controlled evaluation of Whisper on Greek singing voice, establishing a baseline for future research in low\-resource ALT\.
## 3The GAD\-ALT Dataset
A core contribution of this work is the curation of the GAD\-ALT corpus\. ALT requires temporal synchronization between audio and text, so we extend the GAD\[[3](https://arxiv.org/html/2609.11302#bib.bib25)\], which was originally designed for genre classification, into an ASR\-ready dataset\. The GAD is a collection of 1,000 popular Greek songs spanning multiple genres \(Urban, Folk, Rock, Hip Hop Pop\)\. All entries are accompanied by genre annotations, lyrics, manually annotated mood labels, metadata, extracted audio features and links to the corresponding songs on YouTube, thus enabling researchers to obtain the raw audio when required\.
### 3\.1Source Separation
To convert this into a reproducible ALT benchmark, substantial curation was required to resolve missing metadata, correct mismatches, and standardize lyric formatting\. Because music recordings are polyphonic, we employ Hybrid Transformer Demucs \(htdemucs\_ft\)\[[25](https://arxiv.org/html/2609.11302#bib.bib17)\]for two\-stem source separation, extracting vocal and accompaniment tracks\. Extracted vocals are downmixed to mono, resampled to 16 kHz to match Whisper’s\[[2](https://arxiv.org/html/2609.11302#bib.bib16)\]input requirements, and converted into Kaldi format\.
### 3\.2Forced Alignment and Bilingual Augmentation
For temporal alignment, we employ a customized version of the open\-source CTC forced aligner\[[26](https://arxiv.org/html/2609.11302#bib.bib28)\]\. Recordings are processed in 30\-second overlapping windows\. To filter out low\-quality alignments, we compute a custom confidence score that combines aligned token percentage \(50%\), average CTC log\-probabilities \(30%\) and duration regularity penalties \(20%\)\[[27](https://arxiv.org/html/2609.11302#bib.bib10)\]\. To enable multitask experiments, each aligned Greek segment is translated into English at the segment level using the gpt\-4o\-mini model via the OpenAI API\[[28](https://arxiv.org/html/2609.11302#bib.bib29)\], with zero\-shot prompting,temperature set to 0 and a maximum limit of 128 tokens, preserving temporal alignment\. The final curated singing corpus is in Hugging Face form and comprises 17,458 aligned lyric segments \(19\.65 hours\)\. To prevent data leakage, splitting is performed at the song level, partitioning the dataset into 13,750 training \(78\.8%\), 1,892 validation \(10\.8%\), and 1,816 test segments \(10\.4%\), with a mean duration of 4 seconds\. Each final entry contains: \(i\) the aligned audio segment, \(ii\) the normalized Greek transcription, and \(iii\) the English translation\.
Figure 1:Overview of the proposed multitask training framework for the 2:1 transcription:translation ratio\.
## 4Methodology and Experimental Setup
### 4\.1Overview
The proposed methodology introduces a complete end\-to\-end pipeline for Greek ALT\. After curating the GAD\-ALT dataset, multilingual pretrained Whisper models\[[2](https://arxiv.org/html/2609.11302#bib.bib16)\]are adapted to the singing domain under controlled settings that vary in model scale, task composition, and staged speech\-to\-singing adaptation\.
### 4\.2Whisper Adaptation Strategies
Zero\-shot inference using the pretrained models serves as our out\-of\-domain baseline\. We evaluate three model scales \(Small, Medium, Large\-v3\) under two supervised fine\-tuning regimes\. A Transcription\-only task \(Greek audio→\\rightarrowGreek text\) and a Multitask setting \(Greek audio→\\rightarrowGreek transcription \+ English translation\)\. For the latter, task\-specific batches are interleaved in fixed ratios \(2:1, 4:1\) using a deterministic sampler to ensure task\-homogeneous batches, allowing us to investigate if translation acts as a regularizer\. The proposed multitask training framework is illustrated in Figure[1](https://arxiv.org/html/2609.11302#S3.F1)\. To reduce the speech\-to\-singing domain gap, we also evaluate a Staged Adaptation strategy\. For this, we additionally utilize a Greek subset of Mozilla Common Voice \(v23\.0\)\[[29](https://arxiv.org/html/2609.11302#bib.bib3)\], which comprises approximately 37\.5 hours of validated read speech\. In Stage 1, we fine\-tune Whisper solely on this Greek speech while keeping the entire encoder frozen, so that the updates are implemented exclusively to the decoder for language adaptation\. Finally, in Stage 2, the model is fully unfrozen and fine\-tuned on the singing corpus\.
### 4\.3Training Details
All models are trained using the Hugging FaceSeq2SeqTraineron multi\-GPU NVIDIA A100 nodes\. Optimization is performed via AdamW for 5 epochs\. Learning rate of5×10−55\\times 10^\{\-5\}performed better for Whisper Small and Medium, whereas3×10−53\\times 10^\{\-5\}proved more suitable for Whisper Large\-v3\. Per\-GPU batch size ranges from 4 to 8 segments depending on model scale, utilizing mixed\-precision \(FP16\) for efficiency\. To facilitate future research, our complete training pipeline and model configurations will be released as open\-source\.
## 5Results
Evaluation is computed in normalized Word Error Rate \(WER\), after lowercasing, punctuation removal, and standard text normalization\. The WER is computed using thejiwerlibrary over aggregated segment\-level predictions\.
Table 1:Normalized Word Error Rate \(WER %\) on the Greek singing test set\. The table contrasts model scaling against task composition \(multitask ratios\) and staged adaptation\. Best adaptation results per model scale are highlighted in bold\.### 5\.1Domain Gap Analysis
Table 1 summarizes normalized WER \(%\) across all Whisper model sizes and training configurations on the held\-out Greek singing test set\. Zero\-shot evaluation reveals a clear scaling trend\. Whisper Small fails almost completely with 92\.3% WER, Whisper Medium achieves 65\.1%, and Whisper Large reduces error further to 53\.6%\. Although increased model capacity partially mitigates degradation, performance remains insufficient for practical ALT\. In contrast, supervised fine\-tuning reduces WER significantly across larger models, demonstrating that scale alone cannot bridge the speech\-to\-singing domain gap\. Thus, zero shot approaches like Lyricwiz\[[12](https://arxiv.org/html/2609.11302#bib.bib23)\]would not be ideal for a low resource language like Greek\. While Whisper’s large\-scale pretraining provides a strong foundation, it does not fully account for melodic prolongation, vowel stretching, rhythmic compression, and altered phoneme realizations characteristic of singing voice\.
### 5\.2Capacity and Regularization
We systematically evaluated Whisper\[[2](https://arxiv.org/html/2609.11302#bib.bib16)\]across scales and training strategies to establish the first benchmark for Greek ALT\. Our findings indicate that multitask learning primarily acts as a regularization mechanism for smaller\-capacity models, while larger models benefit more from focused transcription\-only adaptation\. For Whisper Small \(244M parameters\), the 2:1 transcribe:translate configuration achieves the best WER performance \(33\.6%\), outperforming transcription\-only training \(36\.7%\)\. Increasing transcription dominance to 4:1 slightly degrades performance \(34\.9%\), yet remains superior to pure transcription\. This pattern suggests that moderate auxiliary translation exposure provides beneficial regularization at low capacities, encouraging more stable encoder representations without overwhelming the primary transcription objective\.
In contrast, as observed in Figure[2](https://arxiv.org/html/2609.11302#S5.F2), as model capacity increases, the encoder\-decoder architecture internalizes sufficient linguistic structure from pretraining and benefits more from target\-focused specialization\. For Whisper Medium \(769M parameters\), transcription\-only fine\-tuning yields the lowest WER \(30\.3%\), outperforming both 2:1 \(32\.3%\) and 4:1 \(31\.6%\) mixtures\. A similar trend is observed for Whisper Large\-v3 \(1\.55B parameters\), where transcription\-only training achieves 28\.4% WER\.
### 5\.3Two\-Stage Adaptation
Interestingly, our two\-stage approach proved beneficial for the larger models\. The Whisper Small performed better when fine\-tuned directly on the singing data\. With the 2\-stage approach, it achieved 36\.6% WER, a slightly better score than the transcribe\-only fine\-tune \(36\.7%\), but still worse than the multitask training \(33\.6%\)\. This may also be attributed to the characteristics of the intermediate speech corpus\. The Greek Common Voice dataset\[[29](https://arxiv.org/html/2609.11302#bib.bib3)\]primarily consists of read speech with controlled prosody\. As a result, Stage\-1 adaptation likely reinforces clean speech patterns that remain acoustically distant from singing\. Future work will investigate whether spontaneous, prosodically rich speech corpora \(e\.g\., conversational or podcast\-style speech\) provide a more acoustically compatible intermediate domain\. On the other hand, Whisper medium shows marginal gains from this approach \(30\.1% WER\), while the Large\-v3 model seems to have enough parameters to learn strong Greek language patterns from the speech data without losing the flexibility needed to adapt to the complex acoustics of songs later on, ultimately achieving the best performance of 27\.2% WER\.
### 5\.4Ablations of Source Separation and Augmentation
Interestingly, training and evaluating on isolated vocal stems yield measurable gains over using raw polyphonic mixtures\. We fine\-tuned and tested the model with the best WER score on raw polyphonic data, and it scored 33\.4% WER \. This suggests that residual accompaniment is not the primary error driver in this dataset, but vocal isolation is still a better choice\. Furthermore, augmentation strategies based on SNR\-controlled stem remixing, light reverberation, and mixed raw\+vocals training consistently degraded performance, notably increasing WER compared to the vocal\-only baseline\. We therefore conclude that vocals\-only training without artificial remixing is the most reliable configuration\.
### 5\.5Qualitative Error Analysis
Beyond WER scores, we perform a structured qualitative analysis to characterize singing\-specific error patterns in Greek\. We manually inspected and categorized 200 transcription errors produced by the best\-performing model\.
- •Semantic substitution \(25\.5%\):The model occasionally replaces a word with a phonetically similar but semantically distinct alternative \(e\.g\., “\\acctonos” \[hand\] transcribed as “\\acctonos” \[old men\], or “\\acctonosµ” \[pity\] as “\\acctonosµ” \[money\]\)\.
- •Boundary drift \(24\.0%\):Melismatic stretching often leads to incorrect segmentation, merging or splitting lexical units \(e\.g\., “ς µµ\\acctonos\\acctonos” boundaries shifting to create the non\-words “ς µµ ”\), indicating difficulty aligning syllabic timing with word boundaries\.
- •Hallucinated or severely corrupted content \(19\.5%\):High rhythmic density and rapid articulation frequently blur consonant clusters, resulting in phonotactically implausible syllables \(e\.g\., a nonsensical string “ ς ”\)\.
- •Orthographic ambiguity \(17\.0%\):Greek contains many homophones as well as multiple graphemic representations for similar vowel sounds \(e\.g\., //// all stand for ”i”, and / are both pronounced ”o”\)\. Whisper transcriptions contain substitutions that preserve phonetic similarity but alter lexical meaning or grammar \(e\.g\., “\\acctonos” \[all, masculine plural\] transcribed as “\\acctonos” \[all, feminine singular\], or “ς\\acctonos” \[sirens\] as “ς\\acctonos” \[spelling mistake\]\)\.
- •Function\-word deletion and insertion \(12\.0%\):Short grammatical particles \(e\.g\., “µ”, “”, “”\) are often omitted in fast singing or spuriously inserted\.
- •Morphological drift \(2\.0%\):In several instances, the lemma is preserved but the inflection changes \(e\.g\., the neuter adjective “\\acctonos” altering its suffix to plural “\\acctonos”\)\.
Overall, fine\-tuning substantially reduces error frequency but does not eliminate singing\-specific categories\. Larger models primarily decrease severity rather than altering the distribution of error types, indicating that melodic variability and articulation distortions remain central challenges for Greek ALT\.
\(a\) Scaling effect
\(b\) Multitask ratio effect
Figure 2:Model scaling improves robustness, but singing\-domain adaptation dominates performance\. Multitask mixing primarily benefits smaller\-capacity models\.
## 6Conclusions & Future Work
In this work, we presented the first systematic benchmark for Greek ALT\. We expand the GAD\[[3](https://arxiv.org/html/2609.11302#bib.bib25)\]to GAD\-ALT, with segments, alignment, translations and Hugging Face splits\. Through a comprehensive evaluation of Whisper\[[2](https://arxiv.org/html/2609.11302#bib.bib16)\]adaptation strategies, we demonstrated that while zero\-shot inference suffers from a severe speech\-to\-singing domain gap, targeted fine\-tuning dramatically reduces the Word Error Rate to 27\.2%\. Furthermore, our findings reveal that multitask learning \(incorporating translation\) acts as an effective regularizer for smaller\-capacity models, whereas larger models benefit most from focused, transcription\-only and two\-stage adaptation\. Future work will focus on expanding the curated singing corpus, exploring expressive and spontaneous speech corpora for more effective staged adaptation, using parameter\-efficient fine\-tuning methods, and integrating Greek\-specific language models to better handle the morphological and rhythmic complexities of the singing voice\.
## 7Acknowledgements
The authors acknowledge the EuroHPC Joint Undertaking for awarding this project access to the EuroHPC supercomputer LEONARDO, hosted by CINECA \(Italy\) and the LEONARDO consortium, through a EuroHPC Development Access call \(Project No\. EUHPC\-D27\-063\)\. This work received partial funding from the European High\-Performance Computing Joint Undertaking \(JU\) under Grant Agreement No\. 101234269 for the Pharos AI Factory project, as well as from the Greek Ministry of Digital Governance and Artificial Intelligence\.
## 8Generative AI Use Disclosure
Portions of this manuscript were refined with the assistance of generative AI tools for language editing and clarity\. All experimental design, analysis, and scientific conclusions were developed independently by us\.
## References
- \[1\]A\. Kruspe\(2024\)More than words: advancements and challenges in speech recognition for singing\.InIEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§1](https://arxiv.org/html/2609.11302#S1.p1.1),[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p1.1)\.
- \[2\]A\. Radfordet al\.\(2023\)Robust speech recognition via large\-scale weak supervision\.InInternational Conference on Machine Learning \(ICML\),Cited by:[§1](https://arxiv.org/html/2609.11302#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p1.1),[§2\.3](https://arxiv.org/html/2609.11302#S2.SS3.p1.1),[§3\.1](https://arxiv.org/html/2609.11302#S3.SS1.p1.1),[§4\.1](https://arxiv.org/html/2609.11302#S4.SS1.p1.1),[§5\.2](https://arxiv.org/html/2609.11302#S5.SS2.p1.1),[§6](https://arxiv.org/html/2609.11302#S6.p1.1)\.
- \[3\]D\. Makris, K\. L\. Kermanidis, and I\. Karydis\(2014\)The greek audio dataset\.InIFIP International Conference on Artificial Intelligence Applications and Innovations,pp\. 1–10\.Cited by:[item 2](https://arxiv.org/html/2609.11302#S1.I1.i2.p1.1),[§2\.3](https://arxiv.org/html/2609.11302#S2.SS3.p1.1),[§3](https://arxiv.org/html/2609.11302#S3.p1.1),[§6](https://arxiv.org/html/2609.11302#S6.p1.1)\.
- \[4\]A\. Mesaros and T\. Virtanen\(2010\)Automatic recognition of lyrics in singing\.EURASIP Journal on Audio, Speech, and Music Processing2010\(1\),pp\. 1–11\.External Links:[Document](https://dx.doi.org/10.1155/2010/546047)Cited by:[§2\.1](https://arxiv.org/html/2609.11302#S2.SS1.p1.1)\.
- \[5\]G\. Meseguer\-Brocal, A\. Cohen\-Hadria, and G\. Peeters\(2018\)DALI: a large dataset of synchronized audio, lyrics and notes, automatically created using teacher\-student machine learning paradigm\.InProceedings of the International Society for Music Information Retrieval Conference \(ISMIR\),External Links:[Document](https://dx.doi.org/10.5281/zenodo.1492443)Cited by:[§2\.1](https://arxiv.org/html/2609.11302#S2.SS1.p1.1)\.
- \[6\]G\. R\. Dabike and J\. Barker\(2019\)Automatic lyric transcription from karaoke vocal tracks: resources and a baseline system\.InProceedings of Interspeech,pp\. 579–583\.Cited by:[§2\.1](https://arxiv.org/html/2609.11302#S2.SS1.p1.1)\.
- \[7\]D\. Stoller, S\. Durand, and S\. Ewert\(2019\)End\-to\-end lyrics alignment for polyphonic music using an audio\-to\-character recognition model\.InIEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),pp\. 181–185\.Cited by:[§2\.1](https://arxiv.org/html/2609.11302#S2.SS1.p1.1)\.
- \[8\]X\. Gu, L\. Ou, D\. Ong, and Y\. Wang\(2022\)MM\-ALT: a multimodal automatic lyric transcription system\.InProceedings of the 30th ACM International Conference on Multimedia,pp\. 3328–3337\.External Links:[Document](https://dx.doi.org/10.1145/3503161.3548411)Cited by:[§2\.1](https://arxiv.org/html/2609.11302#S2.SS1.p1.1)\.
- \[9\]X\. Guet al\.\(2024\)Automatic lyric transcription and automatic music transcription from multimodal singing\.ACM Transactions on Multimedia Computing, Communications and Applications20\(7\),pp\. 1–29\.External Links:[Document](https://dx.doi.org/10.1145/3651310)Cited by:[§2\.1](https://arxiv.org/html/2609.11302#S2.SS1.p1.1)\.
- \[10\]A\. Baevski, H\. Zhou, A\. Mohamed, and M\. Auli\(2020\)Wav2vec 2\.0: a framework for self\-supervised learning of speech representations\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p1.1)\.
- \[11\]A\. Babuet al\.\(2022\)XLS\-R: self\-supervised cross\-lingual speech representation learning at scale\.InProceedings of Interspeech,Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p1.1)\.
- \[12\]L\. Zhuoet al\.\(2024\)LyricWhiz: robust multilingual zero\-shot lyrics transcription by whispering to ChatGPT\.InIEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p1.1),[§5\.1](https://arxiv.org/html/2609.11302#S5.SS1.p1.1)\.
- \[13\]Z\. Songet al\.\(2024\)LoRA\-Whisper: parameter\-efficient and extensible multilingual ASR\.InProceedings of Interspeech,Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p1.1)\.
- \[14\]Z\. Zhanget al\.\(2023\)SpeechLM: enhanced speech pre\-training with unpaired textual data\.IEEE/ACM Transactions on Audio, Speech, and Language Processing\.Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p1.1)\.
- \[15\]R\. J\. Weiss, J\. Chorowski, N\. Jaitly, Y\. Wu, and Z\. Chen\(2017\)Sequence\-to\-sequence models can directly translate foreign speech\.InProceedings of Interspeech,Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p2.1)\.
- \[16\]L\. G\. Pillai, K\. Manohar, B\. K\. Raju, and E\. Sherly\(2024\)Multistage fine\-tuning strategies for automatic speech recognition in low\-resource languages\.arXiv preprint arXiv:2411\.04573\.Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p2.1)\.
- \[17\]S\. Basak, S\. Agarwal, S\. Ganapathy, and N\. Takahashi\(2021\)End\-to\-end lyrics recognition with voice to singing style transfer\.InIEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p2.1)\.
- \[18\]J\. Huanget al\.\(2025\)Enhancing lyrics transcription on music mixtures with consistency loss\.InProceedings of Interspeech,External Links:[Document](https://dx.doi.org/10.21437/Interspeech.2025-311)Cited by:[§2\.2](https://arxiv.org/html/2609.11302#S2.SS2.p2.1)\.
- \[19\]G\. Paraskevopoulos, C\. Tsoukala, A\. Katsamanis, and V\. Katsouros\(2024\)The greek podcast corpus: competitive speech models for low\-resourced languages with weakly supervised data\.InProceedings of Interspeech,Cited by:[§2\.3](https://arxiv.org/html/2609.11302#S2.SS3.p1.1)\.
- \[20\]S\. Vakirtzianet al\.\(2024\)Speech recognition for greek dialects: a challenging benchmark\.InProceedings of Interspeech,pp\. 3974–3978\.Cited by:[§2\.3](https://arxiv.org/html/2609.11302#S2.SS3.p1.1)\.
- \[21\]G\. Paraskevopoulos, T\. Kouzelis, G\. Rouvalis, A\. Katsamanis, V\. Katsouros, and A\. Potamianos\(2023\)Sample\-efficient unsupervised domain adaptation of speech recognition systems: a case study for modern greek\.InIEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§2\.3](https://arxiv.org/html/2609.11302#S2.SS3.p1.1)\.
- \[22\]D\. Damianoset al\.\(2025\)MSDA: combining pseudo\-labeling and self\-supervision for unsupervised domain adaptation in ASR\.InProceedings of Interspeech,External Links:[Document](https://dx.doi.org/10.21437/Interspeech.2025-695)Cited by:[§2\.3](https://arxiv.org/html/2609.11302#S2.SS3.p1.1)\.
- \[23\]C\. Papaioannou, I\. Valiantzas, T\. Giannakopoulos, M\. Kaliakatsos\-Papakostas, and A\. Potamianos\(2022\)A dataset for greek traditional and folk music: lyra\.InProceedings of the 23rd International Society for Music Information Retrieval Conference \(ISMIR\),Bengaluru, India,pp\. 344–351\.Cited by:[§2\.3](https://arxiv.org/html/2609.11302#S2.SS3.p1.1)\.
- \[24\]D\. Makris, I\. Karydis, and S\. Sioutas\(2015\)The greek music dataset\.InProceedings of the 16th International Conference on Engineering Applications of Neural Networks \(EANN\),Rhodes, Greece,pp\. 22:1–22:7\.Cited by:[§2\.3](https://arxiv.org/html/2609.11302#S2.SS3.p1.1)\.
- \[25\]S\. Rouard, F\. Massa, and A\. Défossez\(2023\)Hybrid transformers for music source separation\.InIEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§3\.1](https://arxiv.org/html/2609.11302#S3.SS1.p1.1)\.
- \[26\]M\. Ashraf\(2023\)CTC forced aligner\.GitHub\.Note:[https://github\.com/MahmoudAshraf97/ctc\-forced\-aligner](https://github.com/MahmoudAshraf97/ctc-forced-aligner)Cited by:[§3\.2](https://arxiv.org/html/2609.11302#S3.SS2.p1.1)\.
- \[27\]L\. Kürzinger, D\. Winkelbauer, L\. Li, T\. Watzel, and G\. Rigoll\(2020\)CTC\-segmentation of large corpora for german end\-to\-end speech recognition\.InInternational Conference on Speech and Computer \(SPECOM\),Vol\.12335,pp\. 267–278\.External Links:[Document](https://dx.doi.org/10.1007/978-3-030-60276-5%5F27)Cited by:[§3\.2](https://arxiv.org/html/2609.11302#S3.SS2.p1.1)\.
- \[28\]OpenAI\(2023\)GPT\-4 technical report\.arXiv preprint arXiv:2303\.08774\.Cited by:[§3\.2](https://arxiv.org/html/2609.11302#S3.SS2.p1.1)\.
- \[29\]R\. Ardilaet al\.\(2020\)Common voice: a massively\-multilingual speech corpus\.InProceedings of the 12th Language Resources and Evaluation Conference \(LREC\),pp\. 4218–4222\.Cited by:[§4\.2](https://arxiv.org/html/2609.11302#S4.SS2.p1.1),[§5\.3](https://arxiv.org/html/2609.11302#S5.SS3.p1.1)\.Similar Articles
Introducing Whisper
OpenAI introduces Whisper, an end-to-end encoder-decoder Transformer model trained on large-scale diverse audio data for robust multilingual speech recognition, language identification, and speech-to-English translation. Whisper achieves 50% fewer errors than specialized models on diverse datasets and outperforms supervised benchmarks on speech translation despite not being fine-tuned to specific datasets.
Adapting Foundation ASR Models to Dysarthric Speech: A Case Study
This paper presents a personalized ASR system for a dysarthric speaker by fine-tuning the Whisper foundation model, achieving 9.7% word error rate using only 22.5 hours of adaptation data plus 8.8 hours of user corrections. The results demonstrate that personalized fine-tuning can make foundation ASR models substantially more effective for dysarthric speech, with a deployed mobile application enabling real-world data collection.
@alexandr_wang: muse voice transcribe is really good!!
Meta AI has released a new voice transcription model that is nearly an order of magnitude faster and more accurate than OpenAI's Whisper model.
Building a Production Greek-English Speech Recognizer
This paper details the development of Sophea, a production bilingual Greek-English automatic speech recognition system, using iterative training, data filtering, and model ensembling to meet quality gates and achieve competitive benchmark results.
Token Merging for Multilingual Speech Recognition: A Systematic Study Across Model Scale and Fine-Tuning
This paper systematically evaluates token merging for multilingual speech recognition on the Whisper model family, demonstrating improved computational efficiency with minimal accuracy loss across low-resource languages and fine-tuned models.