Child Support: Leveraging Lexifiers Resources to Support Creoles ASR
Summary
Éric Le Ferrand and Fabiola Henri's work, presented at ComputEL-9 in July 2026, addresses the challenge of developing Automatic Speech Recognition (ASR) for low-resource Creole languages. Despite inheriting much vocabulary from "lexifier" languages, Creoles lack sufficient data for speech technology. The researchers propose utilizing the abundant resources of a lexifier language, specifically French, to support ASR for French-based Creoles. Their method involves generating an artificial dataset using a French-trained Text-to-Speech (TTS) model and existing French datasets. This artificial data is then used to pre-finetune ASR models in a two-stage training setup. Results indicate that this approach yields a substantial performance boost for transcribing Creole languages and offers a viable initial step for ASR development in zero-resource contexts.
Key takeaway
For NLP Engineers developing Automatic Speech Recognition for low-resource Creole languages, consider a two-stage training approach. Generate artificial datasets using a lexifier language's Text-to-Speech model and existing data. This allows you to pre-finetune ASR models effectively. This method provides a substantial performance boost and offers a viable starting point for ASR development in zero-resource scenarios.
Key insights
Utilizing lexifier language resources via artificial data generation significantly boosts low-resource Creole ASR performance.
Principles
- Lexifier resources can bridge data gaps.
- Two-stage training improves ASR.
- Artificial data aids zero-resource ASR.
Method
Generate artificial data using a lexifier TTS model and datasets. Pre-finetune ASR models in a two-stage training setup, first on artificial data, then on limited real Creole data.
In practice
- Synthesize data with lexifier TTS for related Creoles.
- Apply two-stage ASR training for low-resource languages.
- Initiate ASR development using synthetic data.
Topics
- Automatic Speech Recognition
- Creole Languages
- Low-Resource NLP
- Lexifier Languages
- Text-to-Speech
- Data Augmentation
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.