Enhanced Network Embeddings via Exploiting Edge Labels
Haochen Chen, Xiaofei Sun, Yingtao Tian, Bryan Perozzi, Muhao Chen,, Steven Skiena

TL;DR
This paper introduces a network embedding method that incorporates edge labels to better capture the semantic relations between nodes, leading to improved performance on node classification tasks.
Contribution
It presents a novel approach that leverages edge labels in network embeddings, enhancing the preservation of semantic relations beyond traditional binary edge representations.
Findings
Outperforms state-of-the-art methods in multi-label node classification
Produces higher quality node embeddings by considering edge semantics
Demonstrates effectiveness on real-world networks
Abstract
Network embedding methods aim at learning low-dimensional latent representation of nodes in a network. While achieving competitive performance on a variety of network inference tasks such as node classification and link prediction, these methods treat the relations between nodes as a binary variable and ignore the rich semantics of edges. In this work, we attempt to learn network embeddings which simultaneously preserve network structure and relations between nodes. Experiments on several real-world networks illustrate that by considering different relations between different node pairs, our method is capable of producing node embeddings of higher quality than a number of state-of-the-art network embedding methods, as evaluated on a challenging multi-label node classification task.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Topic Modeling
