paper-with-me

홈 › Papers

A Method to Learn Embedding of a Probabilistic Medical Knowledge Graph: Algorithm Development

2019-09-02 · Linfeng Li, Peng Wang, Yao Wang, Jinpeng Jiang, Buzhou Tang, Jun Yan, Sheng-Hui Wang, Yu-Ting Liu

This paper proposes an algorithm named as PrTransH to learn embedding vectors from real world EMR data based medical knowledge. The unique challenge in embedding medical knowledge graph from real world EMR data is that the uncertainty of knowledge triplets blurs the border between "correct triplet" and "wrong triplet", changing the fundamental assumption of many existing algorithms. To address the challenge, some enhancements are made to existing TransH algorithm, including: 1) involve probability of medical knowledge triplet into training objective; 2) replace the margin-based ranking loss with unified loss calculation considering both valid and corrupted triplets; 3) augment training data set with medical background knowledge. Verifications on real world EMR data based medical knowledge graph prove that PrTransH outperforms TransH in link prediction task. To the best of our survey, this paper is the first one to learn and verify knowledge embedding on probabilistic knowledge graphs.

📄 PDF Abstract BibTeX arXiv:1909.00672

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsLink PredictionTripletvalid

Similar Papers 제목 키워드 기반

Demographic Aware Probabilistic Medical Knowledge Graph Embeddings of Electronic Medical Records

2021-03-22 · Aynur Guluzade, Endri Kacupaj, Maria Maleshkova

Medical knowledge graphs (KGs) constructed from Electronic Medical Records (EMR) contain abundant information about patients and medical entities. The utilization of KG embedding models on these data has proven to be eff…

Knowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Knowledge Transfer with Medical Language Embeddings

2016-02-10 · Stephanie L. Hyland, Theofanis Karaletsos, Gunnar Rätsch

Identifying relationships between concepts is a key aspect of scientific knowledge synthesis. Finding these links often requires a researcher to laboriously search through scien- tific papers and databases, as the size o…

Knowledge Graph CompletionKnowledge GraphsLanguage ModellingTransfer Learning

Knowledge Graph Embeddings in the Biomedical Domain: Are They Useful? A Look at Link Prediction, Rule Learning, and Downstream Polypharmacy Tasks

2023-05-31 · Aryo Pradipta Gema, Dominik Grabarczyk, Wolf De Wulf, Piyush Borole 외

Knowledge graphs are powerful tools for representing and organising complex biomedical data. Several knowledge graph embedding algorithms have been proposed to learn from and complete knowledge graphs. However, a recent …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge Graphs+1

Benchmark and Best Practices for Biomedical Knowledge Graph Embeddings

2020-06-24 · WS 2020 7 · David Chang, Ivana Balazevic, Carl Allen, Daniel Chawla 외

Much of biomedical and healthcare data is encoded in discrete, symbolic form such as text and medical codes. There is a wealth of expert-curated biomedical domain knowledge stored in knowledge bases and ontologies, but t…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge Graphs+1

Automatic Biomedical Term Clustering by Learning Fine-grained Term Representations

2022-04-01 · BioNLP (ACL) 2022 5 · Sihang Zeng, Zheng Yuan, Sheng Yu

Term clustering is important in biomedical knowledge graph construction. Using similarities between terms embedding is helpful for term clustering. State-of-the-art term embeddings leverage pretrained language models to …

ClusteringContrastive Learninggraph constructionKnowledge Graphs