ghana-speech-eval
收藏资源简介:
ghana-speech-eval是一个用于加纳语言的多源自动语音识别(ASR)评估基准数据集,旨在为加纳及周边地区使用的多种语言提供标准化的语音识别测试集。所有音频样本为16 kHz单声道格式,遵循统一标准化模式。数据集包含四个主要来源组:JW.org语音(AfriSpeech v1)、圣经音频对齐数据、联合国儿童基金会健康主题录音和金融领域语音,每个来源组对样本长度和每种语言的样本数量上限有不同规定,样本长度从3秒到60秒不等。数据集共包含57个配置,覆盖了阿坎语系的Twi(合并了Asante和Akuapem方言)、埃维语、达格巴尼语、芳蒂语、加语等广泛语言,其中圣经组覆盖了多达41种语言。每个数据样本包含音频波形、参考文本转录、语言标签、国家代码(ISO 3166-1 alpha-2)、片段时长(秒)、语言ISO 639-3代码以及标识来源和配置的子集名称。该数据集适用于多语言语音识别模型的评估、加纳及非洲语言语音技术研究,以及低资源语言ASR系统的基准测试。
ghana-speech-eval is a multi-source automatic speech recognition (ASR) evaluation benchmark dataset for Ghanaian languages, designed to provide standardized speech recognition test sets for multiple languages used in Ghana and surrounding regions. All audio samples are in 16 kHz mono format and follow a unified standardization pattern. The dataset includes four main source groups: JW.org speech (AfriSpeech v1), Bible audio alignment data, UNICEF health topic recordings, and financial domain speech, with each group having different regulations on sample length and the maximum number of samples per language, ranging from 3 seconds to 60 seconds. The dataset consists of 57 configurations, covering a wide range of languages including Twi from the Akan language family (combining Asante and Akuapem dialects), Ewe, Dagbani, Fante, Ga, among others, with the Bible group covering up to 41 languages. Each data sample includes the following fields: audio waveform, reference text transcription, language label, country code (ISO 3166-1 alpha-2), segment duration in seconds, language ISO 639-3 code, and subset name identifying the source and configuration. This dataset is suitable for evaluating multilingual speech recognition models, researching speech technology for Ghanaian and African languages, and benchmarking low-resource language ASR systems.
数据集概述:ghana-speech-eval
描述
一个多源自动语音识别(ASR)评估基准,专注于加纳语言。所有子集均为16 kHz单声道音频,并采用标准化模式(包含audio、text、language、country、length、iso、subset字段)。
数据来源与分组
数据集包含四个来源组,每个组有各自的片段长度和每种语言的容量上限:
| 组别 | 描述 | 片段长度 | 每语言上限 |
|---|---|---|---|
jw_* |
来自JW.org的语音(AfriSpeech v1) | 3–15秒 | 1,000 |
bible_* |
圣经音频对齐数据(ghana-speech) | 3–15秒 | 1,000 |
unicef_* |
联合国儿童基金会健康录音 | 3–60秒 | 全部可用(约195–200) |
finance_* |
金融领域语音 | 0–60秒 | 1,000 |
Twi说明: bible_twi_twi 合并了阿散蒂特威语(Asante)和阿夸皮姆特威语(Akuapem Twi)(各500条,平衡)。finance_twi 同理合并(各500条,平衡)。
配置(共57个)
- JW组(
jw_*):10个配置,涵盖阿汉塔语、达加雷语、丹格贝语、埃维语、芳蒂语、弗拉弗拉语、加语、恩泽马语、塞维语、特威语。 - 圣经组(
bible_*):41个配置,涵盖特威语、芳蒂语、埃维语、达格巴尼语、丹格贝语、恩泽马语、塞维语、库萨尔语、马姆普鲁利语、富尔富尔德语、比萨语、豪萨语、卡比耶语、纳武里语、孔科姆巴语、贡贾语、卡塞姆语、孔尼语、恩特鲁博语、比莫巴语、布里语、春布鲁古语、达加雷语、德格语、吉科德语、莱莱米语、恩科尼亚语、帕萨阿尔语、塞克佩莱语、塞莱语、西萨阿拉语、西乌语、坦普尔马语、泰姆语、图武利语、瓦格拉语、阿尼语、阿瓦蒂梅语、巴萨尔语、比里福尔语、宁卡雷语。 - 联合国儿童基金会组(
unicef_*):3个配置,涵盖埃维语、达格巴尼语、特威语。 - 金融组(
finance_*):3个配置,涵盖加语、芳蒂语、特威语。
加载方式
使用Hugging Face Datasets库加载特定配置或所有配置:
python
from datasets import load_dataset
加载特定配置
ds = load_dataset("ghananlpcommunity/ghana-speech-eval", "finance_twi", split="train")
加载所有配置
ds = load_dataset("ghananlpcommunity/ghana-speech-eval")
模式(Schema)
| 列名 | 类型 | 描述 |
|---|---|---|
audio |
Audio | 解码后的波形(16 kHz单声道) |
text |
string | 参考转写文本 |
language |
string | 语言标签 |
country |
string | ISO 3166-1 alpha-2国家代码 |
length |
float64 | 片段时长(秒) |
iso |
string | ISO 639-3语言代码 |
subset |
string | 格式为 <前缀>_<配置> |
许可证
CC-BY-4.0。使用时需遵守每个源数据集的条款。




