Network Embedding for Graphs with Node Attributes

Cheng Yang,Chuan Shi,Zhiyuan Liu,Cunchao Tu,Maosong Sun
DOI: https://doi.org/10.1007/978-3-031-01590-8_3
2021-01-01
Abstract:Most NE methods investigate network structures for learning. In reality, nodes in a graph usually contain rich feature information, which cannot be well applied with typical representation learning methods. Taking text feature as an example, we will introduce text-associated DeepWalk (TADW) model for learning NEs with node attributes in this chapter. Inspired by the proof that DeepWalk, a state-of-the-art network representation method, is actually equivalent to matrix factorization (MF), TADW incorporates text features of vertices into network representation learning under the framework of matrix factorization. We evaluate TADW and various baseline methods by applying them to the task of multi-class classification of vertices. The experimental results show that, TADW outperforms other baselines on all three datasets, especially when networks are noisy and training ratio is small.
What problem does this paper attempt to address?