Datasets:
File size: 5,744 Bytes
c2589cc ab66516 c2589cc ab66516 c2589cc ab66516 c2589cc ab66516 c2589cc ab66516 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 |
---
language:
- vmw
license: cc-by-4.0
task_categories:
- automatic-speech-recognition
- text-to-speech
task_ids:
- keyword-spotting
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
modalities:
- audio
- text
dataset_info:
features:
- name: audio
dtype: audio
- name: text
dtype: string
config_name: default
splits:
- name: train
num_bytes: 0
num_examples: 154253
download_size: 0
dataset_size: 0
tags:
- speech
- makhuwa
- mozambique
- african-languages
- low-resource
- parallel-corpus
- trigrams
- n-grams
pretty_name: Makhuwa Trigrams Speech-Text Parallel Dataset
---
# Makhuwa Trigrams Speech-Text Parallel Dataset
## Dataset Description
This dataset contains 154253 parallel speech-text pairs for Makhuwa, a language spoken primarily in Mozambique. The dataset consists of audio recordings of trigram segments (3-word sequences) paired with their corresponding text transcriptions, making it suitable for automatic speech recognition (ASR) and text-to-speech (TTS) tasks.
### Dataset Summary
- **Language**: Makhuwa - `vmw`
- **Task**: Speech Recognition, Text-to-Speech
- **Size**: 154253 trigram audio segments > 1KB (small/corrupted files filtered out)
- **Format**: WAV audio files with corresponding trigram text labels
- **Segment Type**: Primarily trigrams (3-word sequences), with some bigrams and single words as fallbacks
- **Modalities**: Audio + Text
### Supported Tasks
- **Automatic Speech Recognition (ASR)**: Train models to convert Makhuwa speech to text
- **Text-to-Speech (TTS)**: Use parallel data for TTS model development
- **Keyword Spotting**: Identify specific Makhuwa word sequences in audio
- **N-gram Language Modeling**: Study Makhuwa trigram patterns
- **Phonetic Analysis**: Study Makhuwa pronunciation patterns in context
## Dataset Structure
### Data Fields
- `audio`: Audio file in WAV format containing a trigram segment
- `text`: Corresponding text transcription (typically 3 words, sometimes 2 or 1 for shorter segments)
### Data Splits
The dataset contains a single training split with 154253 filtered trigram audio segments.
## Dataset Creation
### Source Data
The audio data has been sourced ethically from consenting contributors. To protect the privacy of the original authors and speakers, specific source information cannot be shared publicly.
### Data Processing
1. **Audio Alignment**: Original audio files were processed using forced alignment to obtain word-level timestamps
2. **Trigram Segmentation**: Audio was segmented into overlapping trigrams (3-word sequences)
3. **Fallback Segmentation**: For shorter texts, bigrams or single words were created as needed
4. **Quality Filtering**:
- Segments longer than 30 seconds were excluded
- Segments shorter than 0.1 seconds were excluded
- Files smaller than 1KB were filtered out to ensure audio quality
5. **Text Processing**: Text was lowercased and cleaned of end punctuation
6. **Unique Naming**: Each segment received a unique sequential filename (trigram_XXXXXX.wav)
### Alignment Technology
Audio processing and word-level alignment performed using the [MMS-300M-1130 Forced Aligner](https://huggingface.co/MahmoudAshraf/mms-300m-1130-forced-aligner) tool, which provides accurate timestamp information for creating precise trigram segments.
### Annotations
Text annotations represent the spoken content in each trigram audio segment, with text processing applied for consistency:
- Lowercased for uniformity
- End punctuation removed
- Spaces normalized
## Considerations for Using the Data
### Social Impact of Dataset
This dataset contributes to the preservation and digital representation of Makhuwa, supporting:
- Language technology development for underrepresented languages
- Educational resources for Makhuwa language learning
- Cultural preservation through digital archives
- N-gram based language modeling research
### Discussion of Biases
- The dataset may reflect the pronunciation patterns and dialects of specific regions or speakers
- Audio quality and recording conditions may vary across segments
- Trigram distribution may not be representative of natural Makhuwa language patterns
- Some segments may contain overlapping content due to the sliding window approach
### Other Known Limitations
- Segment-level rather than full sentence context
- Potential audio quality variations between segments
- Regional dialect representation may be uneven
- Variable segment lengths (primarily 3 words, but includes 2-word and 1-word segments)
## Additional Information
### Dataset Statistics
- **Primary Content**: Trigram segments (3-word sequences)
- **Fallback Content**: Bigram segments (2-word sequences) and single words
- **Segment Duration**: 0.1 to 30 seconds
- **Minimum File Size**: 1KB after processing
### Licensing Information
This dataset is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
### Citation Information
If you use this dataset in your research, please cite:
```
@dataset{makhuwa_trigrams_parallel_2025,
title={Makhuwa Trigrams Speech-Text Parallel Dataset},
year={2025},
publisher={Hugging Face},
howpublished={\url{https://huggingface.co/datasets/michsethowusu/makhuwa-trigrams-speech-text-parallel}}
}
```
### Acknowledgments
- Audio processing and alignment performed using [MMS-300M-1130 Forced Aligner](https://huggingface.co/MahmoudAshraf/mms-300m-1130-forced-aligner)
- Forced alignment and trigram segmentation using CTC forced alignment techniques
- Thanks to all contributors who provided audio samples while maintaining privacy protection
### Contact
For questions or concerns about this dataset, please open an issue in the dataset repository.
|