paper-with-me

홈 › Papers

Clinical Relation Extraction Using Transformer-based Models

2021-07-19 · Xi Yang, Zehao Yu, Yi Guo, Jiang Bian, Yonghui Wu

The newly emerged transformer technology has a tremendous impact on NLP research. In the general English domain, transformer-based models have achieved state-of-the-art performances on various NLP benchmarks. In the clinical domain, researchers also have investigated transformer models for clinical applications. The goal of this study is to systematically explore three widely used transformer-based models (i.e., BERT, RoBERTa, and XLNet) for clinical relation extraction and develop an open-source package with clinical pre-trained transformer-based models to facilitate information extraction in the clinical domain. We developed a series of clinical RE models based on three transformer architectures, namely BERT, RoBERTa, and XLNet. We evaluated these models using 2 publicly available datasets from 2018 MADE1.0 and 2018 n2c2 challenges. We compared two classification strategies (binary vs. multi-class classification) and investigated two approaches to generate candidate relations in different experimental settings. In this study, we compared three transformer-based (BERT, RoBERTa, and XLNet) models for relation extraction. We demonstrated that the RoBERTa-clinical RE model achieved the best performance on the 2018 MADE1.0 dataset with an F1-score of 0.8958. On the 2018 n2c2 dataset, the XLNet-clinical model achieved the best F1-score of 0.9610. Our results indicated that the binary classification strategy consistently outperformed the multi-class classification strategy for clinical relation extraction. Our methods and models are publicly available at https://github.com/uf-hobi-informatics-lab/ClinicalTransformerRelationExtraction. We believe this work will improve current practice on clinical relation extraction and other related NLP tasks in the biomedical domain.

📄 PDF Abstract BibTeX arXiv:2107.08957

Code (1)

uf-hobi-informatics-lab/ClinicalTransformerRelationExtraction 공식 구현 pytorch

Tasks

Binary ClassificationClassificationMulti-class ClassificationRelationRelation Extraction

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
SentencePiece 설명 없음

Similar Papers 제목 키워드 기반

Clinical Concept and Relation Extraction Using Prompt-based Machine Reading Comprehension

2023-03-14 · Cheng Peng, Xi Yang, Zehao Yu, Jiang Bian 외

Objective: To develop a natural language processing system that solves both clinical concept extraction and relation extraction in a unified prompt-based machine reading comprehension (MRC) architecture with good general…

Clinical Concept ExtractionMachine Reading ComprehensionReading ComprehensionRelation+2

Temporal Relation Extraction in Clinical Texts: A Span-based Graph Transformer Approach

2025-03-23 · Rochana Chaturvedi, Peyman Baghershahi, Sourav Medya, Barbara Di Eugenio

Temporal information extraction from unstructured text is essential for contextualizing events and deriving actionable insights, particularly in the medical domain. We address the task of extracting clinical events and t…

DiagnosticRelationRelation ExtractionTemporal Information Extraction+1

Ensemble-based Fine-Tuning Strategy for Temporal Relation Extraction from the Clinical Narrative

2022-07-01 · NAACL (ClinicalNLP) 2022 7 · Lijing Wang, Timothy Miller, Steven Bethard, Guergana Savova

In this paper, we investigate ensemble methods for fine-tuning transformer-based pretrained models for clinical natural language processing tasks, specifically temporal relation extraction from the clinical narrative. Ou…

RelationRelation ExtractionTemporal Relation Extraction

CACER: Clinical Concept Annotations for Cancer Events and Relations

2024-09-05 · Yujuan Fu, Giridhar Kaushik Ramachandran, Ahmad Halwani, Bridget T. McInnes 외

Clinical notes contain unstructured representations of patient histories, including the relationships between medical problems and prescription drugs. To investigate the relationship between cancer drugs and their associ…

Event ExtractionIn-Context LearningModel OptimizationRelation Extraction

A BERT-based Universal Model for Both Within- and Cross-sentence Clinical Temporal Relation Extraction

2019-06-01 · WS 2019 6 · Chen Lin, Timothy Miller, Dmitriy Dligach, Steven Bethard 외

Classic methods for clinical temporal relation extraction focus on relational candidates within a sentence. On the other hand, break-through Bidirectional Encoder Representations from Transformers (BERT) are trained on l…

RelationRelation ExtractionSentenceTemporal Relation Extraction