LGJul 1, 2025

Scalable Feature Learning on Huge Knowledge Graphs for Downstream Machine Learning

arXiv:2507.00965v21 citationsh-index: 64
Originality Incremental advance
AI Analysis

This addresses the need for scalable and effective knowledge graph embeddings for downstream applications, though it is incremental as it builds on existing embedding and propagation techniques.

The authors tackled the problem of generating high-quality embeddings from large knowledge graphs for downstream machine learning tasks, introducing SEPAL, which significantly outperforms previous methods on 46 tasks and scales to huge graphs on commodity hardware.

Many machine learning tasks can benefit from external knowledge. Large knowledge graphs store such knowledge, and embedding methods can be used to distill it into ready-to-use vector representations for downstream applications. For this purpose, current models have however two limitations: they are primarily optimized for link prediction, via local contrastive learning, and their application to the largest graphs requires significant engineering effort due to GPU memory limits. To address these, we introduce SEPAL: a Scalable Embedding Propagation ALgorithm for large knowledge graphs designed to produce high-quality embeddings for downstream tasks at scale. The key idea of SEPAL is to ensure global embedding consistency by optimizing embeddings only on a small core of entities, and then propagating them to the rest of the graph with message passing. We evaluate SEPAL on 7 large-scale knowledge graphs and 46 downstream machine learning tasks. Our results show that SEPAL significantly outperforms previous methods on downstream tasks. In addition, SEPAL scales up its base embedding model, enabling fitting huge knowledge graphs on commodity hardware.

Foundations

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

Your Notes