Skip to content

P79N6A/AliGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AliGraph:A Comprehensive Graph Neural Network System

Large scale graphical modeling has been playing a key role in assuring success in many of the challenges in big data companies, as many problems can be abstracted and solved by graphical models. Recently, methods based on representing networks in the vector space, while preserving their properties, have become widely popular. The embeddings are inputs as features to a model and the parameters are learned based on the training data. Obtaining a vector representation of a large heterogeneous graph is inherently difficult and poses several challenges where related research topics may arise:

  1. Heterogeneity: A “good” representation of nodes should preserve not only the structure of the graph but also the entity differences. Existing works mainly focus on embeddings of homogeneous graphs but majority of problems should be solved with heterogeneous graphical modeling.

  2. Scalability: The graph formed by buyers, sellers and commodities contains hundreds of billions of nodes and edges. Defining a scalable model can be challenging especially when the model is aimed to preserve global properties of the graph.

  3. Reliability: Observed edges or node labels can be polluted and thus are not reliable.

To solve the above mentioned challenges, we propose a principled effort to investigate a new framework of deep graph that seamlessly integrates computing, learning and inference in a consistent and optimum set up. Graph neural network (GNN) is an effective yet efficient way to solve the graph analytics problem by converting the graph data into a low dimensional space while maximumly keeping both the graph structural and property information. In AliGraph, we introduce a relatively comprehensive graph neural network system that is currently deployed in Alibaba. It consists of three key components, including universal module(i.e., sampling, multi-edge, dynamic, etc), upper level module(i.e., mixture GNN, hierarchical GNN, etc) and cognitive module(i.e., GNN to text generation, Bayesian GNN with knowledge graph as a prior, etc). Current checked in methods and papers include the following list which is still growing:

  1. ANRL: Attributed Network Representation Learning via Deep Neural Networks (IJCAI-18)

  2. DELP: Semi-Supervised Learning Through Dynamic Graph Embedding and Label Propagation (Under Review)

  3. PGRR: Mobile Access Record Resolution on Large-Scale Identifier-Linkage Graphs (KDD-18)

  4. PRRE: Personalized Relation Ranking Embedding for Attributed Network (CIKM-18)

About

Large Scale Graphical Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gherkin 99.6%
  • Other 0.4%