Research Track Paper KDD ’19, August 4–8, 2019, Anchorage, AK, USA Heterogeneous Graph Neural Network Chuxu Zhang Dongjin Song Chao Huang University of Notre Dame NEC Laboratories America, Inc. University of Notre Dame, JD Digits
[email protected] [email protected] [email protected] Ananthram Swami Nitesh V. Chawla US Army Research Laboratory University of Notre Dame
[email protected] [email protected] ABSTRACT SIGKDD Conference on Knowledge Discovery and Data Mining (KDD ’19), Representation learning in heterogeneous graphs aims to pursue August 4–8, 2019, Anchorage, AK, USA. ACM, New York, NY, USA, 11 pages. a meaningful vector representation for each node so as to facili- https://doi.org/10.1145/3292500.3330961 tate downstream applications such as link prediction, personalized recommendation, node classification, etc. This task, however, is challenging not only because of the demand to incorporate het- 1 INTRODUCTION erogeneous structural (graph) information consisting of multiple Heterogeneous graphs (HetG) [26, 27] contain abundant informa- types of nodes and edges, but also due to the need for considering tion with structural relations (edges) among multi-typed nodes as heterogeneous attributes or contents (e:д:, text or image) associ- well as unstructured content associated with each node. For in- ated with each node. Despite a substantial amount of effort has stance, the academic graph in Fig. 1(a) denotes relations between been made to homogeneous (or heterogeneous) graph embedding, authors and papers (write), papers and papers (cite), papers and attributed graph embedding as well as graph neural networks, few venues (publish), etc. Moreover, nodes in this graph carry attributes of them can jointly consider heterogeneous structural (graph) infor- (e:д:, author id) and text (e:д:, paper abstract).