paper-with-me

Papers

Leveraging Semantic Type Dependencies for Clinical Named Entity Recognition

2025-03-07 · Linh Le, Guido Zuccon, Gianluca Demartini, Genghong Zhao, Xia Zhang

Previous work on clinical relation extraction from free-text sentences leveraged information about semantic types from clinical knowledge bases as a part of entity representations. In this paper, we exploit additional evidence by also making use of domain-specific semantic type dependencies. We encode the relation between a span of tokens matching a Unified Medical Language System (UMLS) concept and other tokens in the sentence. We implement our method and compare against different named entity recognition (NER) architectures (i.e., BiLSTM-CRF and BiLSTM-GCN-CRF) using different pre-trained clinical embeddings (i.e., BERT, BioBERT, UMLSBert). Our experimental results on clinical datasets show that in some cases NER effectiveness can be significantly improved by making use of domain-specific semantic type dependencies. Our work is also the first study generating a matrix encoding to make use of more than three dependencies in one pass for the NER task.

📄 PDF Abstract BibTeX arXiv:2503.05373

Code (0)

등록된 구현이 없습니다.

Tasks

Clinical Knowledgenamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRelationRelation ExtractionSentence

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 설명 없음
Adam 설명 없음
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Leveraging Large Language Models for Rare Disease Named Entity Recognition

2025-08-12 · Nan Miles Xi, Yu Deng, Lin Wang arxiv

Named Entity Recognition (NER) in the rare disease domain poses unique challenges due to limited labeled data, semantic ambiguity between entity types, and long-tail distributions. In this study, we evaluate the capabili…

Type Information Utilized Event Detection via Multi-Channel GNNs in Electrical Power Systems

2022-11-15 · Qian Li, JianXin Li, Lihong Wang, Cheng Ji 외

Event detection in power systems aims to identify triggers and event types, which helps relevant personnel respond to emergencies promptly and facilitates the optimization of power supply strategies. However, the limited…

Event DetectionGraph Neural NetworkSemantic SimilaritySemantic Textual Similarity+1

SurfCon: Synonym Discovery on Privacy-Aware Clinical Data

2019-06-21 · Zhen Wang, Xiang Yue, Soheil Moosavinasab, Yungui Huang 외

Unstructured clinical texts contain rich health-related information. To better utilize the knowledge buried in clinical texts, discovering synonyms for a medical query term has become an important task. Recent automatic …

Raccoons at SemEval-2022 Task 11: Leveraging Concatenated Word Embeddings for Named Entity Recognition

2022-07-01 · SemEval (NAACL) 2022 7 · Atharvan Dogra, Prabsimran Kaur, Guneet Kohli, Jatin Bedi

Named Entity Recognition (NER), an essential subtask in NLP that identifies text belonging to predefined semantics such as a person, location, organization, drug, time, clinical procedure, biological protein, etc. NER pl…

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Named Entity Recognition via Machine Reading Comprehension: A Multi-Task Learning Approach

2023-09-20 · Yibo Wang, Wenting Zhao, Yao Wan, Zhongfen Deng 외

Named Entity Recognition (NER) aims to extract and classify entity mentions in the text into pre-defined types (e.g., organization or person name). Recently, many works have been proposed to shape the NER as a machine re…

Machine Reading ComprehensionMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+3