医疗转录指令数据集
基于38924条医疗转录文本构建的指令-输出对数据集,用于训练医疗领域指令遵循模型,支持摘要、关键词提取等任务。
基本信息
资源简介
该数据集包含38924条医疗转录文本的指令-输出对,涵盖指令遵循、摘要生成、关键词提取、文本复杂度评估等任务,适用于微调面向医疗领域的语言模型和进行医疗自然语言处理研究。数据模态为纯文本,内容来源于原始医疗转录文本并经去标识化处理。
下载信息
注册下载
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:
instruction: The task or question to be performed on the medical texttask_output: The expected output or answer for the given instructiontranscription: The original medical transcription textdescription: A brief description or summary of the transcriptionmedical_specialty: The medical specialty associated with the transcriptionsample_name: A name or identifier for the transcription samplekeywords: Original keywords associated with the transcription (if available)derived_keywords: Automatically extracted keywords using TF-IDFtranscription_length: The character count of the transcriptionnormalized_length: The transcription length normalized to a 0-1 scalecomplexity_score: A measure of the transcription’'s textual complexity
Task Types
The dataset includes various instruction types, such as:
- Identifying medical specialties
- Summarizing transcriptions
- Extracting keywords
- Assessing text complexity
- Determining relative transcription length
- 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
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 其他 的高质量、多模态真实临床数据定制解决方案。




