CLJul 19, 2023

Exploring Transformer Extrapolation

arXiv:2307.10156v212 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This work addresses a key limitation in transformer models for natural language processing by providing theoretical and empirical insights into length extrapolation, though it is incremental as it builds on prior RPE research.

The paper investigates the conditions under which transformers can extrapolate to longer sequences than seen during training, finding that convergence of the exponential series in Relative Positional Encodings (RPEs) ensures this property, with experiments validating this on datasets like Wikitext-103 and Books.

Length extrapolation has attracted considerable attention recently since it allows transformers to be tested on longer sequences than those used in training. Previous research has shown that this property can be attained by using carefully designed Relative Positional Encodings (RPEs). While these methods perform well on a variety of corpora, the conditions for length extrapolation have yet to be investigated. This paper attempts to determine what types of RPEs allow for length extrapolation through a thorough mathematical and empirical analysis. We discover that a transformer is certain to possess this property as long as the series that corresponds to the RPE's exponential converges. Two practices are derived from the conditions and examined in language modeling tasks on a variety of corpora. As a bonus from the conditions, we derive a new Theoretical Receptive Field (TRF) to measure the receptive field of RPEs without taking any training steps. Extensive experiments are conducted on the Wikitext-103, Books, Github, and WikiBook datasets to demonstrate the viability of our discovered conditions. We also compare TRF to Empirical Receptive Field (ERF) across different models, showing consistently matched trends on the aforementioned datasets. The code is available at https://github.com/OpenNLPLab/Rpe.

Foundations

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

Your Notes