Logo Lanfrica

n3lly43/LONGA

Domaine:

natural language processing

Type de record:

software
Créateur:
n3l
Hôte:
# Speech Recognition for Low Resource Languages ### Overview This repo contains the codebase for LONGA--a speech recognition tool designed for transcription of low resource, particularly Bantu, Languages. The tool was initially designed for Speech-to-Text (STT) processing of Luganda, and more recently Bambara, and the code in this repo is intended to replicate results from our experiments as well as to generalize adaptation of the tool for any (low resource) language. ## Speech Recognition Data Data used in training and evaluating the speech recognition models was sourced from radio recordings collected by Farm Radio International (FRI). Speech data from both the Luganda and Bambara Languages was annotated with the help of native speakers, trained and supervised by the FRI team. The annotated data was then cleaned and processed using the scripts in data. ### Data Annotation The annotation process for both languages involved native speakers trained using a transcription guide prepared by the Makerere AI Lab along with a video tutorial illustrating how to properly use the guide and annotation software. Manual transcription of audio recordings used to train and evaluate the ASR models was also carried out using ELAN–an annotation tool for audio and video recordings from the Max Planck Institute for Psycholinguistics. ### Preliminary Tests and Benchmarks For Luganda, tests were conducted using a sample of The Makerere Radio Speech Corpus where annotators were trained to transcribe a few audio samples following the transcription guide and were each thereafter required to prepare transcriptions for about 25 test set samples. The annotated test samples were then evaluated against the original transcriptions from the speech corpus using the Word Error Rate (WER) of the transcriptions. Preliminary test results helped establish a benchmark for the Luganda model, where an average WER score of 39.59% obtained from human transcriptions was set as a baseline agains …