Scaling Transformer To 1M Tokens And Beyond With RMT · The Large Language Model Bible Contribute to LLM-Bible

Scaling Transformer To 1M Tokens And Beyond With RMT

Aydar Bulatov, Yuri Kuratov, Yermek Kapushev, Mikhail S. Burtsev. Arxiv 2023

[Paper]    
Applications Language Modeling Model Architecture Pretraining Methods Reinforcement Learning Transformer

A major limitation for the broader scope of problems solvable by transformers is the quadratic scaling of computational complexity with input size. In this study, we investigate the recurrent memory augmentation of pre-trained transformer models to extend input context length while linearly scaling compute. Our approach demonstrates the capability to store information in memory for sequences of up to an unprecedented two million tokens while maintaining high retrieval accuracy. Experiments with language modeling tasks show perplexity improvement as the number of processed input segments increases. These results underscore the effectiveness of our method, which has significant potential to enhance long-term dependency handling in natural language understanding and generation tasks, as well as enable large-scale context processing for memory-intensive applications.

Similar Work