paper-with-me

홈 › Papers

A Hybrid Approach to Measure Semantic Relatedness in Biomedical Concepts

2021-01-25 · Katikapalli Subramanyam Kalyan, Sivanesan Sangeetha

Objective: This work aimed to demonstrate the effectiveness of a hybrid approach based on Sentence BERT model and retrofitting algorithm to compute relatedness between any two biomedical concepts. Materials and Methods: We generated concept vectors by encoding concept preferred terms using ELMo, BERT, and Sentence BERT models. We used BioELMo and Clinical ELMo. We used Ontology Knowledge Free (OKF) models like PubMedBERT, BioBERT, BioClinicalBERT, and Ontology Knowledge Injected (OKI) models like SapBERT, CoderBERT, KbBERT, and UmlsBERT. We trained all the BERT models using Siamese network on SNLI and STSb datasets to allow the models to learn more semantic information at the phrase or sentence level so that they can represent multi-word concepts better. Finally, to inject ontology relationship knowledge into concept vectors, we used retrofitting algorithm and concepts from various UMLS relationships. We evaluated our hybrid approach on four publicly available datasets which also includes the recently released EHR-RelB dataset. EHR-RelB is the largest publicly available relatedness dataset in which 89% of terms are multi-word which makes it more challenging. Results: Sentence BERT models mostly outperformed corresponding BERT models. The concept vectors generated using the Sentence BERT model based on SapBERT and retrofitted using UMLS-related concepts achieved the best results on all four datasets. Conclusions: Sentence BERT models are more effective compared to BERT models in computing relatedness scores in most of the cases. Injecting ontology knowledge into concept vectors further enhances their quality and contributes to better relatedness scores.

📄 PDF Abstract BibTeX arXiv:2101.10196

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
WordPiece 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

Retrofitting Concept Vector Representations of Medical Concepts to Improve Estimates of Semantic Similarity and Relatedness

2017-09-21 · Zhiguo Yu, Byron C. Wallace, Todd Johnson, Trevor Cohen

Estimation of semantic similarity and relatedness between biomedical concepts has utility for many informatics applications. Automated methods fall into two categories: methods based on distributional statistics drawn fr…

Semantic SimilaritySemantic Textual Similarity

UMLS::Similarity: Measuring the Relatedness and Similarity of Biomedical Concepts

2013-06-01 · NAACL 2013 6 · Bridget McInnes, Ted Pedersen, Serguei Pakhomov, Ying Liu 외
Semantic Textual Similarity

ClaC: Semantic Relatedness of Words and Phrases

2017-08-19 · SEMEVAL 2013 6 · Reda Siblini, Leila Kosseim

The measurement of phrasal semantic relatedness is an important metric for many natural language processing applications. In this paper, we present three approaches for measuring phrasal semantics, one based on a semanti…

Semantic SimilaritySemantic Textual Similarity

Biomedical Concept Relatedness -- A large EHR-based benchmark

2020-10-30 · COLING 2020 8 · Claudia Schulz, Josh Levy-Kramer, Camille Van Assel, Miklos Kepes 외

A promising application of AI to healthcare is the retrieval of information from electronic health records (EHRs), e.g. to aid clinicians in finding relevant information for a consultation or to recruit suitable patients…

Retrieval

Text Relatedness Based on a Word Thesaurus

2014-01-15 · George Tsatsaronis, Iraklis Varlamis, Michalis Vazirgiannis

The computation of relatedness between two fragments of text in an automated manner requires taking into account a wide range of factors pertaining to the meaning the two fragments convey, and the pairwise relations betw…

ClusteringRetrievalSentenceSentence Similarity+2