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.

Dataset Card for the Callhome dataset for speaker diarization

The CALLHOME Corpus is a collection of unscripted telephone conversations between native speakers in Chinese, English, German, Japanese and Spanish.

This is a processed version of the original Callhome dataset from the TalkBank corpora taken from here. It contains subsets in Chinese, English, German, Japanese and Spanish:

Note: This dataset has been processed using diarizers. It makes the dataset compatible with the diarizers library to fine-tune pyannote segmentation models. In particular, we only keep the annotated parts of the callhome dataset. For more information on how the dataset has been processed, refer to diarizers.

Example Usage

from datasets import load_dataset
ds = load_dataset("diarizers-community/callhome", "jpn")
print(ds)

gives:

DatasetDict({
    train: Dataset({
        features: ['audio', 'timestamps_start', 'timestamps_end', 'speakers'],
        num_rows: 120
    })
})

Dataset source and citation:

Chinese Corpus:

  • Participants: 140
  • Type of Study: phone call
  • Location: China
  • Media type: audio
  • DOI: doi:10.21415/T54022

English

  • Participants: 120
  • Type of Study: naturalistic
  • Location: USA
  • Media type: audio
  • DOI: doi:10.21415/T5KP54

German

  • Participants: 100
  • Type of Study: phone call
  • Location: United States
  • Media type: audio
  • DOI: doi:10.21415/T56P4B

Japanese

  • Participants: 120
  • Type of Study: phone call
  • Location: United States
  • Media type: audio
  • DOI: doi:10.21415/T5H59V

Spanish

  • Participants: 120
  • Type of Study: phone call
  • Location: United States
  • Media type: audio
  • DOI: doi:10.21415/T51K54

Contribution

Thanks to @kamil-akesbi and sanchit-gandhi for the contribution.

Downloads last month
4
Edit dataset card

Models trained or fine-tuned on talkbank/callhome