MultiConAD

统一的多语言对话数据集,用于早期阿尔茨海默病检测,整合16个公开痴呆症对话数据集,包含音频和文本模态。

斯塔万格大学斯塔万格大学
arXiv
2025-02-26 更新
浏览 18
多模态阿尔茨海默病多模态

基本信息

模态
多模态
创建/更新时间
2025-02-26

资源简介

MultiConAD是一个统一的多语言对话数据集,用于早期阿尔茨海默病检测。该数据集整合了16个公开的痴呆症相关对话数据集,覆盖英语、西班牙语、汉语和希腊语四种语言,包含音频和文本两种模态,数据来源于图片描述、故事回忆和语言流畅性测试等认知评估任务。

原始链接

https://github.com/ArezoShakeri/MultiConAD

arXiv 论文 →
访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。

暂未开放

公开下载

Tips: 该数据集属于公开下载,应该可以免费公开下载。

免登录

有偿下载

Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。

提供高速下载与技术交付服务(收技术服务费,非数据销售)

暂未开放

千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。

使用方式

数据集获取

git clone https://github.com/ArezoShakeri/MultiConAD.git

curl -L -o repo.zip https://github.com/ArezoShakeri/MultiConAD/archive/refs/heads/main.zip
unzip repo.zip

源站 README 摘录(使用方式)

MultiConAD: A Unified Multilingual Conversational Dataset for Early Alzheimer’s Detection.

This repository provides the complete codebase and data processing pipeline for the following submission:
https://arxiv.org/abs/2502.19208

Summary

Dementia is a progressive cognitive syndrome with Alzheimer’'s disease (AD) as the leading cause. Conversation-based AD detection offers a cost-effective alternative to clinical methods, as language dysfunction is an early biomarker of AD. However, most prior research has framed AD detection as a binary classification problem, limiting the ability to identify Mild Cognitive Impairment (MCI)-a crucial stage for early intervention. Also, studies primarily rely on single-language datasets, mainly in English, restricting cross-language generalizability. To address this gap, we make three key contributions. First, we introduce a novel, multilingual dataset for AD detection by unifying 16 publicly available dementia-related conversational datasets. This corpus spans English, Spanish, Chinese, and Greek and incorporates both audio and text data derived from a variety of cognitive assessment tasks. Second, we perform finer-grained classification, including MCI, and evaluate various classifiers using sparse and dense text representations. Third, we conduct experiments in monolingual and multilingual settings, finding that some languages benefit from multilingual training while others perform better independently. This study highlights the challenges in multilingual AD detection and enables future research on both language-specific approaches and techniques aimed at improving model generalization and robustness.

Repository Structure

It includes scripts for data collection, preprocessing, transcription, translation, and classification experiments using both TF-IDF and E5 Large models across different linguistic settings.

1. Audio Transcription

Scripts related to Automatic Speech Recognition (ASR) and transcript organization:

  • ASR_audio_dataset.py – Transcribes audio data.
  • ASR_collection.py – Organizes transcripts of audio-based data generated by Whisper ASR into a normalized format.

2. Data Collection & Extraction

Scripts for gathering and structuring data from 16 different datasets into a standardized format:

  • collection.py – Defines the **normalized c

数据加载示例(表格/文本类)

import pandas as pd, glob, os

files = (glob.glob(os.path.join(path, "**", "*.csv"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.tsv"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.xlsx"), recursive=True))
print("数据文件:", files)
df = pd.read_csv(files[0])
print(df.shape); print(df.columns.tolist()); print(df.head(3))

完整仓库:github.com/ArezoShakeri/MultiConAD

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 阿尔茨海默病 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案