ICD10CM_HCC
收藏资源简介:
HCC ICD-CM指令微调数据集专为大型语言模型(LLM)的指令微调任务设计,用于ICD-CM代码提取,包括出院摘要中的MEAT证明。该数据集旨在提供高质量的指令格式示例,以指导LLM准确识别和提取临床笔记中的相关ICD-10-CM(国际疾病分类第十版临床修订版)代码。
The HCC ICD-CM Instruction Fine-tuning Dataset is specifically designed for instruction fine-tuning tasks of Large Language Models (LLMs) to perform ICD-CM code extraction, including MEAT attestations in discharge summaries. This dataset aims to provide high-quality instruction-formatted examples to guide LLMs in accurately identifying and extracting relevant ICD-10-CM (International Classification of Diseases, 10th Revision, Clinical Modification) codes from clinical notes.
HCC ICD-CM指令调优数据集概述
数据集描述
- 目的:专为大型语言模型(LLMs)的指令调优设计,用于从出院摘要中提取ICD-CM代码及其MEAT理由。
- 应用领域:医疗编码、医疗账单、统计和流行病学研究。
- 关键任务:ICD-10-CM代码提取。
数据集结构
数据字段
instruction:自然语言指令,用于ICD10CM代码及其MEAT理由的提取任务。input:医疗文本(出院摘要),从中提取ICD-CM代码。output:预期的JSON格式输出。
数据划分
- 训练集:9960条数据。
提示长度统计
- 平均长度:21625.74
- 标准差:8985.92
提示模板
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
Instruction:{}
Input:{}
Response:{}
使用方式
python from datasets import load_dataset
加载完整数据集
dataset = load_dataset("ParamDev/ICD10CM_HCC", split="train")
访问数据点示例
print(dataset[0])
引用信息
bibtex @misc{ICD10CM_HCC, author = {ParamDev}, title = {HCC ICD-CM Instruction Tuning Dataset}, year = {2025}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/ParamDev/ICD10CM_HCC} }
其他信息
- 语言:英语
- 许可证:Apache-2.0
- 标签:医疗、医疗保健、ICD-CM、代码提取、指令调优、NLP
- 注释创建方式:人工注释和程序生成




