CLSep 8, 2022

Pre-Training a Graph Recurrent Network for Language Representation

ByteDance
arXiv:2209.03834v21 citationsh-index: 98
Originality Incremental advance
AI Analysis

This work offers a more efficient alternative to Transformers for NLP practitioners, though it is incremental as it builds on existing efforts to replace attention mechanisms.

The authors tackled the problem of quadratic complexity in Transformer-based pre-trained language models by proposing a graph recurrent network with linear complexity, achieving competitive performance on general language understanding tasks in both English and Chinese.

Transformer-based pre-trained models have gained much advance in recent years, becoming one of the most important backbones in natural language processing. Recent work shows that the attention mechanism inside Transformer may not be necessary, both convolutional neural networks and multi-layer perceptron based models have also been investigated as Transformer alternatives. In this paper, we consider a graph recurrent network for language model pre-training, which builds a graph structure for each sequence with local token-level communications, together with a sentence-level representation decoupled from other tokens. The original model performs well in domain-specific text classification under supervised training, however, its potential in learning transfer knowledge by self-supervised way has not been fully exploited. We fill this gap by optimizing the architecture and verifying its effectiveness in more general language understanding tasks, for both English and Chinese languages. As for model efficiency, instead of the quadratic complexity in Transformer-based models, our model has linear complexity and performs more efficiently during inference. Moreover, we find that our model can generate more diverse outputs with less contextualized feature redundancy than existing attention-based models.

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