n2c2 2018 药物不良反应数据集
n2c2 2018 ADE数据集包含临床叙述中的药物信息和药物不良反应,用于概念提取、关系分类和端到端系统构建。
基本信息
资源简介
n2c2 2018 ADE数据集是2018年国家NLP临床挑战赛(n2c2)的一部分,专注于从临床叙述中提取药物信息及其签名信息,以及药物不良反应(ADEs)。ADEs包括过敏反应、药物相互作用、过量用药和用药错误等。数据集的任务分为三个步骤:概念提取、关系分类和端到端系统构建。这些任务旨在帮助研究人员识别和预防ADEs,从而提高医疗服务的质量和安全性。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取与加载(Hugging Face datasets)
# 前置依赖: pip install datasets
from datasets import load_dataset
ds = load_dataset("bigbio/n2c2_2018_track2")
print(ds) # 查看 splits 与字段结构
# 国内网络可先设镜像: import os; os.environ["HF_ENDPOINT"]="https://hf-mirror.com"
git lfs install && git clone https://hf-mirror.com/datasets/bigbio/n2c2_2018_track2
仓库文件结构
.gitattributesREADME.mdbigbiohub.pyn2c2_2018_track2.py
数据集卡片摘录(源站说明)
language:
- en
bigbio_language: - English
license: other
multilinguality: monolingual
bigbio_license_shortname: DUA
pretty_name: n2c2 2018 ADE
homepage: https://portal.dbmi.hms.harvard.edu/projects/n2c2-nlp/
bigbio_pubmed: False
bigbio_public: False
bigbio_tasks: - NAMED_ENTITY_RECOGNITION
- RELATION_EXTRACTION
Dataset Card for n2c2 2018 ADE
Dataset Description
- Homepage: https://portal.dbmi.hms.harvard.edu/projects/n2c2-nlp/
- Pubmed: False
- Public: False
- Tasks: NER,RE
The National NLP Clinical Challenges (n2c2), organized in 2018, continued the
legacy of i2b2 (Informatics for Biology and the Bedside), adding 2 new tracks and 2
new sets of data to the shared tasks organized since 2006. Track 2 of 2018
n2c2 shared tasks focused on the extraction of medications, with their signature
information, and adverse drug events (ADEs) from clinical narratives.
This track built on our previous medication challenge, but added a special focus on ADEs.
ADEs are injuries resulting from a medical intervention related to a drugs and
can include allergic reactions, drug interactions, overdoses, and medication errors.
Collectively, ADEs are estimated to account for 30% of all hospital adverse
events; however, ADEs are preventable. Identifying potential drug interactions,
overdoses, allergies, and errors at the point of care and alerting the caregivers of
potential ADEs can improve health delivery, reduce the risk of ADEs, and improve health
outcomes.
A step in this direction requires processing narratives of clinical records
that often elaborate on the medications given to a patient, as well as the known
allergies, reactions, and adverse events of the patient. Extraction of this information
from narratives complements the structured medication information that can be
obtained from prescriptions, allowing a more thorough assessment of potential ADEs
before they happen.
The 2018 n2c2 shared task Track 2, hereon referred to as the ADE track,
tackled these natural language processing tasks in 3 different steps,
which we refer to as tasks:
- Concept Extraction: identification of concepts related to medications,
their signature information, and ADEs - Relation Classification: linking the previously mentioned concepts to
their medication by identifying relations on gold standard concepts - End-to-End: building end-to-end systems that p
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 其他 的高质量、多模态真实临床数据定制解决方案。




