LGApr 11, 2025

A Systematic Evaluation of Knowledge Graph Embeddings for Gene-Disease Association Prediction

arXiv:2504.08445v11 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of accelerating gene-disease link discovery for biology and medicine, but it is incremental as it focuses on comparing existing methods rather than introducing a new paradigm.

This paper tackles the problem of predicting gene-disease associations by systematically evaluating knowledge graph embedding methods, comparing link prediction versus node-pair classification tasks. Results show that link prediction methods outperform overall, with additional links in ontologies having a greater impact on performance than semantic enrichment.

Discovery gene-disease links is important in biology and medicine areas, enabling disease identification and drug repurposing. Machine learning approaches accelerate this process by leveraging biological knowledge represented in ontologies and the structure of knowledge graphs. Still, many existing works overlook ontologies explicitly representing diseases, missing causal and semantic relationships between them. The gene-disease association problem naturally frames itself as a link prediction task, where embedding algorithms directly predict associations by exploring the structure and properties of the knowledge graph. Some works frame it as a node-pair classification task, combining embedding algorithms with traditional machine learning algorithms. This strategy aligns with the logic of a machine learning pipeline. However, the use of negative examples and the lack of validated gene-disease associations to train embedding models may constrain its effectiveness. This work introduces a novel framework for comparing the performance of link prediction versus node-pair classification tasks, analyses the performance of state of the art gene-disease association approaches, and compares the different order-based formalizations of gene-disease association prediction. It also evaluates the impact of the semantic richness through a disease-specific ontology and additional links between ontologies. The framework involves five steps: data splitting, knowledge graph integration, embedding, modeling and prediction, and method evaluation. Results show that enriching the semantic representation of diseases slightly improves performance, while additional links generate a greater impact. Link prediction methods better explore the semantic richness encoded in knowledge graphs. Although node-pair classification methods identify all true positives, link prediction methods outperform overall.

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