scispace - formally typeset
Open AccessProceedings Article

Inductive Representation Learning on Large Graphs

TLDR
GraphSAGE as mentioned in this paper is a general, inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings instead of training individual embedding for each node.
Abstract
Low-dimensional embeddings of nodes in large graphs have proved extremely useful in a variety of prediction tasks, from content recommendation to identifying protein functions. However, most existing approaches require that all nodes in the graph are present during training of the embeddings; these previous approaches are inherently transductive and do not naturally generalize to unseen nodes. Here we present GraphSAGE, a general, inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings. Instead of training individual embeddings for each node, we learn a function that generates embeddings by sampling and aggregating features from a node's local neighborhood. Our algorithm outperforms strong baselines on three inductive node-classification benchmarks: we classify the category of unseen nodes in evolving information graphs based on citation and Reddit post data, and we show that our algorithm generalizes to completely unseen graphs using a multi-graph dataset of protein-protein interactions.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

JAKET: Joint Pre-training of Knowledge Graph and Language Understanding

TL;DR: JAKET as mentioned in this paper proposes a joint pre-training framework to model both the knowledge graph and language, which enables the pre-trained model to easily adapt to unseen knowledge graphs in new domains.
Proceedings ArticleDOI

Generative Graph Convolutional Network for Growing Graphs

TL;DR: A unified generative graph convolutional network that learns node representations for all nodes adaptively in a generative model framework by sampling graph generation sequences constructed from observed graph data is proposed.
Journal Article

Intention Propagation for Multi-agent Reinforcement Learning

TL;DR: This paper proposes a collaborative multi-agent reinforcement learning algorithm to learn a joint policy through the interactions over agents and proves that it converges to a mean-field approximation of the joint policy with the framework of neural embedded probabilistic inference.
Posted Content

CatGCN: Graph Convolutional Networks with Categorical Node Features

TL;DR: This paper proposes a new GCN model named CatGCN, which is tailored for graph learning when the node features are categorical, and integrates two ways of explicit interaction modeling into the learning of initial node representation, i.e., local interaction modeling on each pair of node features and global interaction modeled on an artificial feature graph.
Journal ArticleDOI

Link prediction in dynamic networks using random dot product graphs

TL;DR: This paper demonstrates that random dot product graphs not only represent a powerful tool for inferring differences between multiple networks, but are also efficient for prediction purposes and for understanding the temporal evolution of the network.
Related Papers (5)