dementiabank

  • Description:

DementiaBank is a medical domain task. It contains 117 people diagnosed with Alzheimer Disease, and 93 healthy people, reading a description of an image, and the task is to classify these groups. This release contains only the audio part of this dataset, without the text features.

Which were downloaded from https://media.talkbank.org/dementia/English/Pitt/ This dataset requires registration for downloading.

Split Examples
'test' 102
'train' 393
'validation' 57
  • Feature structure:
FeaturesDict({
    'audio': Audio(shape=(None,), dtype=int64),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
    'speaker_id': string,
})
  • Feature documentation:
Feature Class Shape Dtype Description
FeaturesDict
audio Audio (None,) int64
label ClassLabel int64
speaker_id Tensor string
  • Citation:
@article{boller2005dementiabank,
  title={Dementiabank database guide},
  author={Boller, Francois and Becker, James},
  journal={University of Pittsburgh},
  year={2005}
}