You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Voices for Smart Care

A Rural-First Multilingual Voice Dataset for Maternal Health in Nigeria

Voices for Smart Care is a multilingual speech dataset containing real-world maternal and reproductive health questions collected from women across Nigeria. The dataset was created to support the development and evaluation of Automatic Speech Recognition (ASR) and Large Language Models (LLMs) for low-resource African languages in healthcare settings.

Unlike generic speech datasets, Voices for Smart Care focuses on natural health-related conversations collected from the target population—particularly women living in rural and peri-urban communities—capturing realistic accents, dialects, code-switching, spontaneous speech, and environmental noise.

This release contains 600.16 hours across 20,489 recordings distributed across seven Nigerian languages: Hausa, Igbo, Nupe, Yoruba, Nigerian Pidgin, Fulfulde, and Kanuri.


Dataset Summary

The dataset contains audio recordings together with manually verified transcriptions and speaker/annotation metadata.

Features

Field Type Description
audio audio Speech recording (16 kHz mono)
sample_id string Per-sample id
speaker_id string Speaker id
language string Language identifier
split string train / test
audio_duration float Audio duration in seconds
transcript string Verbatim human transcription

The train/test split is speaker-disjoint (no speaker appears in both).


Languages

The dataset covers seven Nigerian languages.

Duration distribution (hours)

language test train Total
1 Fulfulde 9.91 90.11 100.02
2 Hausa 10.01 90.00 100.01
3 Igbo 10.01 90.03 100.05
4 Kanuri 5.02 45.02 50.04
5 Nupe 5.00 45.00 50.00
6 Pidgin 10.02 90.01 100.03
7 Yoruba 10.00 90.00 100.01
Total 59.99 540.17 600.16

Sample distribution

language test train Total
1 Fulfulde 359 (10.2%) 3150 (89.8%) 3509
2 Hausa 353 (11.0%) 2851 (89.0%) 3204
3 Igbo 297 (10.1%) 2631 (89.9%) 2928
4 Kanuri 179 (10.0%) 1618 (90.0%) 1797
5 Nupe 153 (10.3%) 1326 (89.7%) 1479
6 Pidgin 365 (10.5%) 3125 (89.5%) 3490
7 Yoruba 432 (10.6%) 3650 (89.4%) 4082
Total 2138 (10.4%) 18351 (89.6%) 20489

Data Collection

The Smart Care initiative aims to enable women across Nigeria to access maternal and reproductive healthcare information using voice interfaces in their native languages. Data collection prioritized rural and peri-urban communities, women with recent maternal healthcare experience, natural spoken health questions, and realistic recording environments. Rather than reading scripted prompts, participants described authentic maternal health concerns in their own words.

Each recording underwent manual transcription, language verification, and transcription quality review.


Intended Uses

  • Automatic Speech Recognition (ASR)
  • Speech foundation models & domain adaptation
  • Healthcare NLP and multilingual LLM/RAG systems
  • Benchmarking multilingual healthcare speech systems

Example

from datasets import load_dataset

# load a single language config, choose a split
ds = load_dataset("intronhealth/NigBench-MAMAI-Speech-QA", "Yoruba", split="test")

sample = ds[0]
print(sample["audio"])          # 16 kHz mono audio
print(sample["transcript"])     # human transcription
print(sample["language"], sample["split"])

Limitations

  • Focuses on maternal and reproductive health; not representative of general conversational speech.
  • Language coverage is intentionally imbalanced across the seven languages.
  • Recordings include natural environmental noise, accents, and spontaneous speech.

Ethical Considerations

Data collection was conducted with informed participant consent. Personally identifying information was removed and speaker/transcriber/admin ids are anonymized. Intended solely for research and development of equitable healthcare technologies.

License

Released under the CC BY 4.0 license.

Downloads last month
54

Collection including intronhealth/NigBench-MAMAI-Speech-QA