LGCLFeb 16, 2024

Linear Transformers with Learnable Kernel Functions are Better In-Context Models

arXiv:2402.10644v232 citationsh-index: 7ACL
Originality Incremental advance
AI Analysis

This work addresses a key limitation in efficient language models for NLP applications, though it is incremental as it builds on the existing Based model.

The authors tackled the problem of improving In-Context Learning capabilities in subquadratic language models by proposing a simple modification to the Based model's kernel, resulting in enhanced performance on the Multi-Query Associative Recall task and language modeling on the Pile dataset.

Advancing the frontier of subquadratic architectures for Language Models (LMs) is crucial in the rapidly evolving field of natural language processing. Current innovations, including State Space Models, were initially celebrated for surpassing Transformer performance on language modeling tasks. However, these models have revealed deficiencies in essential In-Context Learning capabilities - a domain where the Transformer traditionally shines. The Based model emerged as a hybrid solution, blending a Linear Transformer with a kernel inspired by the Taylor expansion of exponential functions, augmented by convolutional networks. Mirroring the Transformer's in-context adeptness, it became a strong contender in the field. In our work, we present a singular, elegant alteration to the Based kernel that amplifies its In-Context Learning abilities evaluated with the Multi-Query Associative Recall task and overall language modeling process, as demonstrated on the Pile dataset.

Code Implementations2 repos
Foundations

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

Your Notes