医疗转录指令数据集

基于38924条医疗转录文本构建的指令-输出对数据集,用于训练医疗领域指令遵循模型,支持摘要、关键词提取等任务。

maasmaas
魔搭社区
2025-12-04 更新
浏览 3
文本医疗转录指令遵循

基本信息

模态
文本
创建/更新时间
2025-12-04

资源简介

该数据集包含38924条医疗转录文本的指令-输出对,涵盖指令遵循、摘要生成、关键词提取、文本复杂度评估等任务,适用于微调面向医疗领域的语言模型和进行医疗自然语言处理研究。数据模态为纯文本,内容来源于原始医疗转录文本并经去标识化处理。

原始链接

https://modelscope.cn/datasets/AI-ModelScope/medical-transcription-instruct

访问原始数据

官方服务

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

帮我联系

下载信息

注册下载

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

暂未开放

公开下载

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

免登录

有偿下载

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

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

暂未开放

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

使用方式

数据集获取(ModelScope)

方式一:MsDataset(Python)

# 前置依赖: pip install modelscope
from modelscope.msdatasets import MsDataset

ds = MsDataset.load("AI-ModelScope/medical-transcription-instruct", subset_name="default", split="train")
print(ds)

方式二:CLI(命令行)

pip install modelscope
modelscope download dataset AI-ModelScope/medical-transcription-instruct

数据集卡片摘录(源站)

<a href=“https://www.datafog.ai”>
<img src=“https://www.datafog.ai/colorlogo.png” alt=“DataFog logo” width=“300”>
</a>

About

This dataset consists of 38,924 samples of instruct-input-output data, most helpfully for training instruction-following models tailored to the medical field

Dataset Summary

  • Source: Original medical transcriptions with added instruction-output pairs
  • Size: 38,924 instruction-output pairs
  • Format: CSV file
  • Domain: Medical / Healthcare
  • Language: English
  • Last Updated: 08-20-2024

Dataset Structure

Each row in the dataset represents a unique instruction-output pair based on a medical transcription. The columns are organized as follows:

  1. instruction: The task or question to be performed on the medical text
  2. task_output: The expected output or answer for the given instruction
  3. transcription: The original medical transcription text
  4. description: A brief description or summary of the transcription
  5. medical_specialty: The medical specialty associated with the transcription
  6. sample_name: A name or identifier for the transcription sample
  7. keywords: Original keywords associated with the transcription (if available)
  8. derived_keywords: Automatically extracted keywords using TF-IDF
  9. transcription_length: The character count of the transcription
  10. normalized_length: The transcription length normalized to a 0-1 scale
  11. complexity_score: A measure of the transcription’'s textual complexity

Task Types

The dataset includes various instruction types, such as:

  1. Identifying medical specialties
  2. Summarizing transcriptions
  3. Extracting keywords
  4. Assessing text complexity
  5. Determining relative transcription length
  6. Suggesting follow-up questions

Intended Uses

This dataset is suitable for:

  • Fine-tuning language models for medical text analysis
  • Developing instruction-following models in the healthcare domain
  • Research in medical natural language processing
  • Exploring various aspects of medical transcriptions

Ethical Considerations

  • This dataset contains medical information. While it has been de-identified, users should be cautious about potential privacy concerns.
  • The data should not be used for making real-world medical decisions without proper validation and expert oversight.
  • Biases may exist in the original transcriptions or de

许可

Apache License 2.0

数据加载示例(图像类)

from PIL import Image
import glob, os

files = (glob.glob(os.path.join(path, "**", "*.png"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.jpg"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.tif"), recursive=True))
print("图像文件数:", len(files))
img = Image.open(files[0]); print("尺寸/模式:", img.size, img.mode)

# torchvision Dataset 方式:
# from torchvision import datasets
# ds = datasets.ImageFolder(path)  # 要求 子目录=类别

目录组织与标注格式以源站说明和下载后实际文件为准。

源站:modelscope.cn/datasets/AI-ModelScope/medical-transcription-instruct

精度瓶颈?数据缺失?

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

获取专属数据定制方案