IRAILGMar 22, 2021

Demographic Aware Probabilistic Medical Knowledge Graph Embeddings of Electronic Medical Records

arXiv:2103.11951v21 citations
AI Analysis

This work addresses a domain-specific problem for medical AI by improving KG embeddings in electronic medical records, though it is incremental as it builds on existing KG embedding methods.

The paper tackled the problem of medical knowledge graph embeddings not incorporating patient demographics and probabilistic features, proposing DARLING to explicitly include demographics via hyperplanes and leverage probabilistic features, resulting in superior performance in link prediction for treatments and medicines compared to existing models.

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 efficient for different medical tasks. However, existing models do not properly incorporate patient demographics and most of them ignore the probabilistic features of the medical KG. In this paper, we propose DARLING (Demographic Aware pRobabiListic medIcal kNowledge embeddinG), a demographic-aware medical KG embedding framework that explicitly incorporates demographics in the medical entities space by associating patient demographics with a corresponding hyperplane. Our framework leverages the probabilistic features within the medical entities for learning their representations through demographic guidance. We evaluate DARLING through link prediction for treatments and medicines, on a medical KG constructed from EMR data, and illustrate its superior performance compared to existing KG embedding models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes