Transformer Working Memory Enables Regular Language Reasoning And Natural Language Length Extrapolation · The Large Language Model Bible Contribute to LLM-Bible

Transformer Working Memory Enables Regular Language Reasoning And Natural Language Length Extrapolation

Chi Ta-chung, Fan Ting-han, Rudnicky Alexander I., Ramadge Peter J.. Arxiv 2023

[Paper]    
Attention Mechanism GPT Model Architecture Pretraining Methods Transformer

Unlike recurrent models, conventional wisdom has it that Transformers cannot perfectly model regular languages. Inspired by the notion of working memory, we propose a new Transformer variant named RegularGPT. With its novel combination of Weight-Sharing, Adaptive-Depth, and Sliding-Dilated-Attention, RegularGPT constructs working memory along the depth dimension, thereby enabling efficient and successful modeling of regular languages such as PARITY. We further test RegularGPT on the task of natural language length extrapolation and surprisingly find that it rediscovers the local windowed attention effect deemed necessary in prior work for length extrapolation.

Similar Work