LGApr 20, 2023

Train Your Own GNN Teacher: Graph-Aware Distillation on Textual Graphs

Amazon
arXiv:2304.10668v142 citationsh-index: 136
Originality Incremental advance
AI Analysis

This addresses a scalability problem for practitioners deploying GNN-LM models in real-world applications, though it is incremental as it builds on existing distillation methods.

The paper tackles the scalability issue of combining Graph Neural Networks (GNNs) with Language Models (LMs) for node classification on textual graphs by developing a Graph-Aware Distillation framework (GRAD) that enables graph-free, fast inference, achieving superior performance over existing distillation approaches in eight benchmarks.

How can we learn effective node representations on textual graphs? Graph Neural Networks (GNNs) that use Language Models (LMs) to encode textual information of graphs achieve state-of-the-art performance in many node classification tasks. Yet, combining GNNs with LMs has not been widely explored for practical deployments due to its scalability issues. In this work, we tackle this challenge by developing a Graph-Aware Distillation framework (GRAD) to encode graph structures into an LM for graph-free, fast inference. Different from conventional knowledge distillation, GRAD jointly optimizes a GNN teacher and a graph-free student over the graph's nodes via a shared LM. This encourages the graph-free student to exploit graph information encoded by the GNN teacher while at the same time, enables the GNN teacher to better leverage textual information from unlabeled nodes. As a result, the teacher and the student models learn from each other to improve their overall performance. Experiments in eight node classification benchmarks in both transductive and inductive settings showcase GRAD's superiority over existing distillation approaches for textual graphs.

Code Implementations1 repo
Foundations

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

Your Notes