LGCLJun 22, 2022

Efficient and effective training of language and graph neural network models

Amazon
arXiv:2206.10781v112 citationsh-index: 99
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in combining text and graphs for representation learning, offering an incremental improvement over existing methods for applications like recommendation systems.

The paper tackles the challenge of integrating textual features with graph structure in graph neural networks (GNNs) by proposing LM-GNN, a framework that jointly trains language models and GNNs, achieving competitive results in tasks like node classification and link prediction on datasets such as Amazon query-purchase-product.

Can we combine heterogenous graph structure with text to learn high-quality semantic and behavioural representations? Graph neural networks (GNN)s encode numerical node attributes and graph structure to achieve impressive performance in a variety of supervised learning tasks. Current GNN approaches are challenged by textual features, which typically need to be encoded to a numerical vector before provided to the GNN that may incur some information loss. In this paper, we put forth an efficient and effective framework termed language model GNN (LM-GNN) to jointly train large-scale language models and graph neural networks. The effectiveness in our framework is achieved by applying stage-wise fine-tuning of the BERT model first with heterogenous graph information and then with a GNN model. Several system and design optimizations are proposed to enable scalable and efficient training. LM-GNN accommodates node and edge classification as well as link prediction tasks. We evaluate the LM-GNN framework in different datasets performance and showcase the effectiveness of the proposed approach. LM-GNN provides competitive results in an Amazon query-purchase-product application.

Foundations

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

Your Notes