LGAINov 28, 2023

LasTGL: An Industrial Framework for Large-Scale Temporal Graph Learning

arXiv:2311.16605v21 citationsh-index: 16
Originality Synthesis-oriented
AI Analysis

This provides a practical tool for researchers and practitioners working with temporal graphs in applications like social networks and e-commerce, but it is incremental as it builds on existing TGNN methods.

The authors tackled the lack of unified tools for temporal graph neural networks (TGNNs) by introducing LasTGL, an industrial framework that integrates implementations of common algorithms and provides datasets, models, and tutorials for temporal graph learning tasks.

Over the past few years, graph neural networks (GNNs) have become powerful and practical tools for learning on (static) graph-structure data. However, many real-world applications, such as social networks and e-commerce, involve temporal graphs where nodes and edges are dynamically evolving. Temporal graph neural networks (TGNNs) have progressively emerged as an extension of GNNs to address time-evolving graphs and have gradually become a trending research topic in both academics and industry. Advancing research and application in such an emerging field necessitates the development of new tools to compose TGNN models and unify their different schemes for dealing with temporal graphs. In this work, we introduce LasTGL, an industrial framework that integrates unified and extensible implementations of common temporal graph learning algorithms for various advanced tasks. The purpose of LasTGL is to provide the essential building blocks for solving temporal graph learning tasks, focusing on the guiding principles of user-friendliness and quick prototyping on which PyTorch is based. In particular, LasTGL provides comprehensive temporal graph datasets, TGNN models and utilities along with well-documented tutorials, making it suitable for both absolute beginners and expert deep learning practitioners alike.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes