• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

一种从临床 CT 检查报告中提取肿瘤事件的方法。

A method for extracting tumor events from clinical CT examination reports.

机构信息

Computer Science and Technology Department, Donghua University, Shanghai, China.

出版信息

J Biomed Inform. 2023 Jun;142:104371. doi: 10.1016/j.jbi.2023.104371. Epub 2023 May 5.

DOI:10.1016/j.jbi.2023.104371
PMID:37149274
Abstract

Accurate and efficient extraction of key information related to diseases from medical examination reports, such as X-ray and ultrasound images, CT scans, and others, is crucial for accurate diagnosis and treatment. These reports provide a detailed record of a patient's health condition and are an important part of the clinical examination process. By organizing this information in a structured way, doctors can more easily review and analyze the data, leading to better patient care. In this paper, we introduce a new technique for extracting useful information from unstructured clinical text examination reports, which we refer to as a medical event extraction (EE) task. Our approach is based on Machine Reading Comprehension (MRC) and involves two sub-tasks: Question Answerability Judgment (QAJ) and Span Selection (SS). We use BERT to build a question answerability discriminator (Judger) that determines whether a reading comprehension question can be answered or not, thereby avoiding the extraction of arguments from unanswerable questions. The SS sub-task first obtains the encoding of each word in the medical text from the final layer of BERT's Transformer, then utilizes the attention mechanism to identify important information related to the answer from these word encodings. This information is then input into a bidirectional LSTM (BiLSTM) module to obtain a global representation of the text, which is used, along with the softmax function, to predict the span of the answer (i.e., the start and end positions of the answer in the text report). We use interpretable methods to calculate the Jensen-Shannon Divergence (JSD) score between various layers of the network and confirm that our model has strong word representation capabilities, enabling it to effectively extract contextual information from medical reports. Our experiments demonstrate that our method outperforms existing medical event extraction methods, achieving state-of-the-art results with a notable F1 score.

摘要

从医学检查报告(如 X 光和超声图像、CT 扫描等)中准确高效地提取与疾病相关的关键信息对于准确诊断和治疗至关重要。这些报告详细记录了患者的健康状况,是临床检查过程的重要组成部分。通过以结构化的方式组织这些信息,医生可以更轻松地审查和分析数据,从而提供更好的患者护理。在本文中,我们介绍了一种从非结构化临床文本检查报告中提取有用信息的新技术,我们称之为医疗事件提取(EE)任务。我们的方法基于机器阅读理解(MRC),包括两个子任务:问题可回答性判断(QAJ)和跨度选择(SS)。我们使用 BERT 构建了一个问题可回答性判别器(Judger),该判别器确定阅读理解问题是否可以回答,从而避免从不可回答的问题中提取参数。SS 子任务首先从 BERT 的 Transformer 的最后一层获取医疗文本中每个单词的编码,然后利用注意力机制从这些单词编码中识别与答案相关的重要信息。然后,将该信息输入到双向 LSTM(BiLSTM)模块中,以获取文本的全局表示,然后与 softmax 函数一起使用,以预测答案的跨度(即文本报告中答案的起始和结束位置)。我们使用可解释的方法计算网络各层之间的 Jensen-Shannon 散度(JSD)得分,并确认我们的模型具有强大的单词表示能力,能够有效地从医疗报告中提取上下文信息。我们的实验表明,我们的方法优于现有的医疗事件提取方法,在 F1 得分方面取得了显著的效果。

相似文献

1
A method for extracting tumor events from clinical CT examination reports.一种从临床 CT 检查报告中提取肿瘤事件的方法。
J Biomed Inform. 2023 Jun;142:104371. doi: 10.1016/j.jbi.2023.104371. Epub 2023 May 5.
2
Folic acid supplementation and malaria susceptibility and severity among people taking antifolate antimalarial drugs in endemic areas.在流行地区,服用抗叶酸抗疟药物的人群中,叶酸补充剂与疟疾易感性和严重程度的关系。
Cochrane Database Syst Rev. 2022 Feb 1;2(2022):CD014217. doi: 10.1002/14651858.CD014217.
3
Efficient Machine Reading Comprehension for Health Care Applications: Algorithm Development and Validation of a Context Extraction Approach.用于医疗保健应用的高效机器阅读理解:上下文提取方法的算法开发与验证
JMIR Form Res. 2024 Mar 25;8:e52482. doi: 10.2196/52482.
4
A Question-and-Answer System to Extract Data From Free-Text Oncological Pathology Reports (CancerBERT Network): Development Study.从自由文本肿瘤病理学报告(CancerBERT 网络)中提取数据的问答系统:开发研究。
J Med Internet Res. 2022 Mar 23;24(3):e27210. doi: 10.2196/27210.
5
HCT: Chinese Medical Machine Reading Comprehension Question-Answering via Hierarchically Collaborative Transformer.HCT:基于层次协作 Transformer 的中文医学机器阅读理解问答
IEEE J Biomed Health Inform. 2024 May;28(5):3055-3066. doi: 10.1109/JBHI.2024.3368288. Epub 2024 May 6.
6
Extracting clinical named entity for pituitary adenomas from Chinese electronic medical records.从中文电子病历中提取垂体腺瘤的临床命名实体。
BMC Med Inform Decis Mak. 2022 Mar 23;22(1):72. doi: 10.1186/s12911-022-01810-z.
7
Integrate Candidate Answer Extraction with Re-Ranking for Chinese Machine Reading Comprehension.将候选答案提取与重排序相结合用于中文机器阅读理解。
Entropy (Basel). 2021 Mar 8;23(3):322. doi: 10.3390/e23030322.
8
Clinical concept and relation extraction using prompt-based machine reading comprehension.基于提示的机器阅读理解的临床概念和关系抽取。
J Am Med Inform Assoc. 2023 Aug 18;30(9):1486-1493. doi: 10.1093/jamia/ocad107.
9
Novel Graph-Based Model With Biaffine Attention for Family History Extraction From Clinical Text: Modeling Study.基于双仿射注意力的新型图模型用于从临床文本中提取家族病史:建模研究
JMIR Med Inform. 2021 Apr 21;9(4):e23587. doi: 10.2196/23587.
10
Automatic Prediction of Recurrence of Major Cardiovascular Events: A Text Mining Study Using Chest X-Ray Reports.自动预测主要心血管事件复发:使用胸部 X 光报告进行的文本挖掘研究。
J Healthc Eng. 2021 Jul 9;2021:6663884. doi: 10.1155/2021/6663884. eCollection 2021.

引用本文的文献

1
Clinical natural language processing for secondary uses.用于二次利用的临床自然语言处理。
J Biomed Inform. 2024 Feb;150:104596. doi: 10.1016/j.jbi.2024.104596. Epub 2024 Jan 24.
2
Automatic Detection of Distant Metastasis Mentions in Radiology Reports in Spanish.自动检测西班牙语放射学报告中的远处转移提及。
JCO Clin Cancer Inform. 2024 Jan;8:e2300130. doi: 10.1200/CCI.23.00130.