File size: 4,356 Bytes
8b5bce6
3a7813e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b5bce6
 
 
 
 
 
3a7813e
8b5bce6
 
3a7813e
8b5bce6
3a7813e
 
 
 
 
 
 
 
 
 
8b5bce6
 
3a7813e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54280a1
 
3a7813e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- vai
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: 23286
  download_size: 0
  dataset_size: 0
tags:
- speech
- vai
- liberia
- african-languages
- low-resource
- parallel-corpus
pretty_name: Vai Speech-Text Parallel Dataset
---

# Vai Speech-Text Parallel Dataset

## Dataset Description

This dataset contains 23286 parallel speech-text pairs for Vai, a language spoken primarily in Ghana. The dataset consists of audio recordings paired with their corresponding text transcriptions, making it suitable for automatic speech recognition (ASR) and text-to-speech (TTS) tasks.

### Dataset Summary

- **Language**: Vai - `vai`
- **Task**: Speech Recognition, Text-to-Speech
- **Size**: 23286 audio files > 1KB (small/corrupted files filtered out)
- **Format**: WAV audio files with corresponding text files
- **Modalities**: Audio + Text

### Supported Tasks

- **Automatic Speech Recognition (ASR)**: Train models to convert Vai speech to text
- **Text-to-Speech (TTS)**: Use parallel data for TTS model development
- **Keyword Spotting**: Identify specific Vai words in audio
- **Phonetic Analysis**: Study Vai pronunciation patterns

## Dataset Structure

### Data Fields

- `audio`: Audio file in WAV format
- `text`: Corresponding text (latin) transcription from paired text file. You can use the [vai-latin.csv](./vai-latin.csv) file to translate latin form of Vai text into the traditional Vai script.


### Data Splits

The dataset contains a single training split with 23286 filtered audio-text pairs.

## 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 files and corresponding text files were collected from organized folder structure
2. Text content was read from separate `.txt` files with matching filenames
3. Files smaller than 1KB were filtered out to ensure audio quality
4. Empty text files were excluded from the dataset
5. Audio was processed using the [MMS-300M-1130 Forced Aligner](https://huggingface.co/MahmoudAshraf/mms-300m-1130-forced-aligner) tool for alignment and quality assurance

### Annotations

Text annotations are stored in separate text files with matching filenames to the audio files, representing the spoken content in each audio recording.

## Considerations for Using the Data

### Social Impact of Dataset

This dataset contributes to the preservation and digital representation of Vai, supporting:
- Language technology development for underrepresented languages
- Educational resources for Vai language learning
- Cultural preservation through digital archives

### 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 samples
- The vocabulary is limited to the words present in the collected samples

### Other Known Limitations

- Limited vocabulary scope (word-level rather than sentence-level)
- Potential audio quality variations
- Regional dialect representation may be uneven

## Additional Information

### Licensing Information

This dataset is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

### Acknowledgments

- Audio processing and alignment performed using [MMS-300M-1130 Forced Aligner](https://huggingface.co/MahmoudAshraf/mms-300m-1130-forced-aligner)
- The original audio is produced by The Bible Society of Liberia in partnership with Davar Audio Bibles

### Citation Information

If you use this dataset in your research, please cite:

```
@dataset{vai_words_parallel_2025,
  title={Vai Words Speech-Text Parallel Dataset},
  year={2025},
  publisher={Hugging Face},
  howpublished={\url{https://huggingface.co/datasets/[your-username]/vai-speech-text-parallel}}
}
```

### Contact

For questions or concerns about this dataset, please open an issue in the dataset repository.