Understanding and Enhancing Mamba-Transformer Hybrids for Memory Recall and Language Modeling
Hyunji Lee, Wenhao Yu, Hongming Zhang, Kaixin Ma, Jiyeon Kim, Dong Yu, Minjoon Seo
TL;DR
This work analyzes hybrid models that combine state-space models (SSMs) with attention, focusing on how architectural design choices affect memory recall and language modeling. It introduces a unified experimental setup and evaluates three axes—long-context language modeling, commonsense reasoning, and memory recall—across SSM-only, Transformer, and hybrid variants. The key findings show that parallel hybrids with merge-attention excel in long-context recall, while sequential hybrids train more stably and suit short contexts; a data-centric approach using paraphrased continual pretraining substantially improves recall with minimal harm to reasoning, generalizing across base models up to 2.8B parameters. Collectively, these insights offer practical guidance for tailoring hybrid architectures to task context and demonstrate that paraphrase-based data augmentation can outperform architectural modifications aimed at boosting recall, with broad applicability and scalability.
Abstract
Hybrid models that combine state space models (SSMs) with attention mechanisms have shown strong performance by leveraging the efficiency of SSMs and the high recall ability of attention. However, the architectural design choices behind these hybrid models remain insufficiently understood. In this work, we analyze hybrid architectures through the lens of memory utilization and overall performance, and propose a complementary method to further enhance their effectiveness. We first examine the distinction between sequential and parallel integration of SSM and attention layers. Our analysis reveals several interesting findings, including that sequential hybrids perform better on shorter contexts, whereas parallel hybrids are more effective for longer contexts. We also introduce a data-centric approach of continually training on datasets augmented with paraphrases, which further enhances recall while preserving other capabilities. It generalizes well across different base models and outperforms architectural modifications aimed at enhancing recall. Our findings provide a deeper understanding of hybrid SSM-attention models and offer practical guidance for designing architectures tailored to various use cases. Our findings provide a deeper understanding of hybrid SSM-attention models and offer practical guidance for designing architectures tailored to various use cases.
