paper-with-me

Papers

Multi-level biomedical NER through multi-granularity embeddings and enhanced labeling

2023-12-24 · Fahime Shahrokh, Nasser Ghadiri, Rasoul Samani, Milad Moradi

Biomedical Named Entity Recognition (NER) is a fundamental task of Biomedical Natural Language Processing for extracting relevant information from biomedical texts, such as clinical records, scientific publications, and electronic health records. The conventional approaches for biomedical NER mainly use traditional machine learning techniques, such as Conditional Random Fields and Support Vector Machines or deep learning-based models like Recurrent Neural Networks and Convolutional Neural Networks. Recently, Transformer-based models, including BERT, have been used in the domain of biomedical NER and have demonstrated remarkable results. However, these models are often based on word-level embeddings, limiting their ability to capture character-level information, which is effective in biomedical NER due to the high variability and complexity of biomedical texts. To address these limitations, this paper proposes a hybrid approach that integrates the strengths of multiple models. In this paper, we proposed an approach that leverages fine-tuned BERT to provide contextualized word embeddings, a pre-trained multi-channel CNN for character-level information capture, and following by a BiLSTM + CRF for sequence labelling and modelling dependencies between the words in the text. In addition, also we propose an enhanced labelling method as part of pre-processing to enhance the identification of the entity's beginning word and thus improve the identification of multi-word entities, a common challenge in biomedical NER. By integrating these models and the pre-processing method, our proposed model effectively captures both contextual information and detailed character-level information. We evaluated our model on the benchmark i2b2/2010 dataset, achieving an F1-score of 90.11. These results illustrate the proficiency of our proposed model in performing biomedical Named Entity Recognition.

📄 PDF Abstract BibTeX arXiv:2312.15550

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERWord Embeddings

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 &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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.

Similar Papers 제목 키워드 기반

Document-level Biomedical Relation Extraction Based on Multi-Dimensional Fusion Information and Multi-Granularity Logical Reasoning

2022-10-01 · COLING 2022 10 · Lishuang Li, Ruiyuan Lian, Hongbin Lu, Jingyao Tang

Document-level biomedical relation extraction (Bio-DocuRE) is an important branch of biomedical text mining that aims to automatically extract all relation facts from the biomedical text. Since there are a considerable n…

Logical ReasoningRelationRelation Extraction

An Exploration of Encoder-Decoder Approaches to Multi-Label Classification for Legal and Biomedical Text

2023-05-09 · Yova Kementchedjhieva, Ilias Chalkidis

Standard methods for multi-label text classification largely rely on encoder-only pre-trained language models, whereas encoder-decoder models have proven more effective in other classification tasks. In this study, we co…

ClassificationDecoderMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+4

Multi-View Synergistic Learning with Vision-Language Adaption for Low-Resource Biomedical Image Classification

2026-04-27 · Xiaoliu Luo, Minxue Xiao, Ting Xie, Mengzhu Wang 외 arxiv

Accurate biomedical image classification under low-resource conditions remains challenging due to limited annotations, subtle inter-class visual differences, and complex disease semantics. While vision--language models o…

parameter-efficient fine-tuningRepresentation LearningContrastive LearningImage Classification

A Multi-Task Approach for Improving Biomedical Named Entity Recognition by Incorporating Multi-Granularity information

2021-08-01 · Findings (ACL) 2021 8 · Yiqi Tong, Yidong Chen, Xiaodong Shi
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

KBioXLM: A Knowledge-anchored Biomedical Multilingual Pretrained Language Model

2023-11-20 · Lei Geng, Xu Yan, Ziqiang Cao, Juntao Li 외

Most biomedical pretrained language models are monolingual and cannot handle the growing cross-lingual requirements. The scarcity of non-English domain corpora, not to mention parallel data, poses a significant hurdle in…

Language ModelingLanguage ModellingRelationRelation Prediction+1