← Latest papers
💬 NLP

DONDO: Open w2v-BERT Speech-Recognition Base Models for African Languages

The paper introduces DONDO, a family of open, permissively licensed ASR models for 27 African languages built on w2v-BERT 2.0, which leverages religious text data and a novel learning-rate-annealed fine-tuning strategy to achieve competitive performance in both monolingual and multilingual settings while covering approximately 100 million first-language speakers.

Original authors: Paul Azunre, Naafi Ibrahim, Joel Budu, Lawrence Adu-Gyamfi

Published 2026-07-28
📖 7 min read🧠 Deep dive

Original authors: Paul Azunre, Naafi Ibrahim, Joel Budu, Lawrence Adu-Gyamfi

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to listen and understand the world. For a long time, scientists have been very good at teaching robots to understand big, popular languages like English or Mandarin, mostly because they have mountains of recorded conversations and written notes to study. But for thousands of other languages, especially many spoken across Africa, the robot is effectively deaf. It's not because the robot is too dumb to learn; it's because there is almost no "homework" for it to practice on. There are very few recordings of people speaking these languages, and even fewer written transcripts to match the audio. This paper, written by a team called Khaya AI, tackles this problem by building a new kind of "listening brain" specifically designed for these under-served languages.

To understand their solution, you need to know about two things. First, there are "self-supervised learning" models. Think of these as a student who can learn the sounds of a language just by listening to hours of radio, even if they don't know what the words mean yet. They get really good at recognizing the rhythm and melody of speech. Second, there is the idea of "fine-tuning." Once the student has learned the sounds, you give them a specific textbook (a smaller set of labeled data) to learn the actual words and grammar of one specific language. The challenge has been that for many African languages, even that "textbook" is missing or very small. This paper introduces a new family of models called DONDO (which stands for Democratizing Oral Neural Dialect Ontology). It's a set of tools that takes a powerful, pre-trained listening brain and teaches it to speak 27 different African language varieties, using a clever trick to make one brain smart enough to handle many languages at once.

The Problem: The Missing Library

For most of the world, speech technology is a mature tool. You can ask a phone to set a timer or tell a car to play music in your native tongue. But for millions of people speaking languages like Ga, Ewe, Hausa, or Shona, this technology simply doesn't exist. The bottleneck isn't that computers can't be built; it's that there is a lack of "transcribed audio." To teach a computer, you need recordings of people speaking paired with the exact text of what they said. For many African languages, this data is scattered, tiny, or non-existent.

The authors of this paper decided to stop waiting for perfect data and start building with what they had. They realized that while there aren't many casual conversations recorded, there is one place where people have been recording and transcribing speech for decades: religious texts. These recordings are everywhere, they are usually free to use (license-clear), and the text is very consistent. The trade-off is that they sound a bit formal and narrow, like reading a book out loud rather than chatting at a party. But the authors saw this as a perfect starting point—a foundation to build upon.

The Solution: A Smart, Shared Brain

The team built DONDO, a family of 26 models (21 for single languages and 5 that handle groups of languages). They started with a powerful, pre-existing "listening brain" called w2v-BERT 2.0, which had already listened to a massive amount of audio from around the world. Instead of training a brand-new brain from scratch for every single language, they took this shared brain and gave it a specific training regimen.

Here is the clever part: they didn't just dump all the languages into the brain at once and hope for the best. They used a two-step learning process (sometimes a three-step one for certain groups).

  1. Step 1 (The Rough Draft): They taught the brain to recognize all the languages in a group at a fast pace. This was like a quick sketch; the brain got the general idea but made a lot of mistakes.
  2. Step 2 (The Polish): They slowed down the learning speed significantly. This allowed the brain to refine its understanding, fixing the mistakes and sharpening its ability to distinguish between similar sounds.

This "learning-rate annealing" (a fancy way of saying "slow down to get it right") was the secret sauce. It allowed the models to recover from the initial confusion and, in many cases, perform just as well as if they had been trained on a single language alone.

The Magic Trick: The Language ID Card

Usually, if you have one model that knows five languages, you have to tell it which one to use by changing the software architecture or adding extra parts. DONDO uses a much lighter trick called prefix-frame language conditioning.

Imagine the audio is a long movie. Before the movie starts, the model is shown a tiny, invisible "ID card" (a few frames of data) that says, "Today, we are speaking Swahili" or "Today, we are speaking Yoruba." This ID card is pasted right at the beginning of the audio stream. The model reads this card, switches its internal "dialect mode," and then listens to the rest of the audio. This means a single model file can handle multiple languages just by changing that tiny ID card at the start. No heavy machinery changes needed.

The Results: Closing the Gap

The team tested these models on 27 language varieties across Ghana, Sierra Leone, Nigeria, Senegal, Kenya, and Zimbabwe.

  • The Numbers: After the "polishing" step, the multilingual models achieved an average Word Error Rate (WER) of 10–13%. This is a measure of how many words the computer gets wrong; lower is better.
  • The Comparison: In many cases, these shared models were almost as good as the models trained on just one language. For some languages, like French and Fante, the shared model actually did better than the single-language model, suggesting that learning multiple languages together helped the brain understand the sounds more clearly.
  • The Reach: The authors estimate that these models cover about 115 million first-language speakers. If you include people who speak these languages as a second language (like Hausa or Nigerian Pidgin, which are used as trade languages), the number jumps to roughly 290 million people.

Why This Matters

The most important part of this paper isn't just the technology; it's the philosophy. The authors released all 26 models for free under a license that allows anyone to use them, even for commercial products, as long as they give credit. They call this "democratizing" the technology.

They are not claiming these models are perfect for every situation. Because they were trained on religious readings, they might struggle with noisy street markets or fast, slang-filled conversations until someone else fine-tunes them with that specific data. But they have provided the "base camp" for the climb. By giving the world a solid, open foundation, they hope that developers, researchers, and communities across Africa can now build their own speech tools, finally giving a voice to millions of people who have been left out of the digital conversation.

In short, DONDO proves that you don't need a perfect library to start teaching a robot to listen. With a little creativity, a shared brain, and a slow, careful approach, you can build a bridge to the future for hundreds of millions of speakers.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →