LGFeb 6, 2024

Can Mamba Learn How to Learn? A Comparative Study on In-Context Learning Tasks

arXiv:2402.04248v2124 citationsh-index: 40ICML
AI Analysis

This work addresses the underexplored ICL capabilities of SSMs for language modeling, offering incremental improvements through hybrid architectures.

The study evaluated the in-context learning (ICL) capabilities of state-space models like Mamba compared to Transformers, finding that SSMs perform comparably in standard regression tasks, outperform in sparse parity learning, but fall short in non-standard retrieval tasks, and introduced a hybrid model, MambaFormer, that surpasses individual models in challenging tasks.

State-space models (SSMs), such as Mamba (Gu & Dao, 2023), have been proposed as alternatives to Transformer networks in language modeling, by incorporating gating, convolutions, and input-dependent token selection to mitigate the quadratic cost of multi-head attention. Although SSMs exhibit competitive performance, their in-context learning (ICL) capabilities, a remarkable emergent property of modern language models that enables task execution without parameter optimization, remain underexplored compared to Transformers. In this study, we evaluate the ICL performance of SSMs, focusing on Mamba, against Transformer models across various tasks. Our results show that SSMs perform comparably to Transformers in standard regression ICL tasks, while outperforming them in tasks like sparse parity learning. However, SSMs fall short in tasks involving non-standard retrieval functionality. To address these limitations, we introduce a hybrid model, MambaFormer, that combines Mamba with attention blocks, surpassing individual models in tasks where they struggle independently. Our findings suggest that hybrid architectures offer promising avenues for enhancing ICL in language models.

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