Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PyTorch-BigGraph: A Large-scale Graph Embedding System

About

Graph embedding methods produce unsupervised node features from graphs that can then be used for a variety of machine learning tasks. Modern graphs, particularly in industrial applications, contain billions of nodes and trillions of edges, which exceeds the capability of existing embedding systems. We present PyTorch-BigGraph (PBG), an embedding system that incorporates several modifications to traditional multi-relation embedding systems that allow it to scale to graphs with billions of nodes and trillions of edges. PBG uses graph partitioning to train arbitrarily large embeddings on either a single machine or in a distributed environment. We demonstrate comparable performance with existing embedding systems on common benchmarks, while allowing for scaling to arbitrarily large graphs and parallelization on multiple machines. We train and evaluate embeddings on several large social network graphs as well as the full Freebase dataset, which contains over 100 million nodes and 2 billion edges.

Adam Lerer, Ledell Wu, Jiajun Shen, Timothee Lacroix, Luca Wehrstedt, Abhijit Bose, Alex Peysakhovich• 2019

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15K (test)
Hits@100.872
164
Link PredictionWikidata5M (test)
MRR0.184
58
Link PredictionFacebook (test)--
18
Link PredictionLiveJournal (test)
MRR0.749
8
Node ClassificationFacebook (20% test)
Micro-F192.58
5
Node ClassificationYouTube (20% test)
Micro F1 Score35.67
5
Link PredictionYouTube (test)
MRR0.0321
5
Link PredictionRoadNet (test)
MRR0.8717
5
Multi-label node classificationYouTube (test)
Micro F1 Score48
4
Link PredictionWiki4M Russian (test)
MRR19.4
4
Showing 10 of 10 rows

Other info

Code

Follow for update