LGCLSIMLOct 5, 2019

Dynamic Embedding on Textual Networks via a Gaussian Process

arXiv:1910.02187v35 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of dynamic network embedding for textual data, which is incremental as it extends existing methods to handle evolving graph structures.

The paper tackled the problem of learning node embeddings for dynamic textual networks, where prior methods assumed fixed graphs, and demonstrated that their model DetGP achieves effective performance in link prediction and node classification tasks without requiring retraining for graph changes.

Textual network embedding aims to learn low-dimensional representations of text-annotated nodes in a graph. Prior work in this area has typically focused on fixed graph structures; however, real-world networks are often dynamic. We address this challenge with a novel end-to-end node-embedding model, called Dynamic Embedding for Textual Networks with a Gaussian Process (DetGP). After training, DetGP can be applied efficiently to dynamic graphs without re-training or backpropagation. The learned representation of each node is a combination of textual and structural embeddings. Because the structure is allowed to be dynamic, our method uses the Gaussian process to take advantage of its non-parametric properties. To use both local and global graph structures, diffusion is used to model multiple hops between neighbors. The relative importance of global versus local structure for the embeddings is learned automatically. With the non-parametric nature of the Gaussian process, updating the embeddings for a changed graph structure requires only a forward pass through the learned model. Considering link prediction and node classification, experiments demonstrate the empirical effectiveness of our method compared to baseline approaches. We further show that DetGP can be straightforwardly and efficiently applied to dynamic textual networks.

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