Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DenseMamba: State Space Models with Dense Hidden Connection for Efficient Large Language Models

About

Large language models (LLMs) face a daunting challenge due to the excessive computational and memory requirements of the commonly used Transformer architecture. While state space model (SSM) is a new type of foundational network architecture offering lower computational complexity, their performance has yet to fully rival that of Transformers. This paper introduces DenseSSM, a novel approach to enhance the flow of hidden information between layers in SSMs. By selectively integrating shallowlayer hidden states into deeper layers, DenseSSM retains fine-grained information crucial for the final output. Dense connections enhanced DenseSSM still maintains the training parallelizability and inference efficiency. The proposed method can be widely applicable to various SSM types like RetNet and Mamba. With similar model size, DenseSSM achieves significant improvements, exemplified by DenseRetNet outperforming the original RetNet with up to 5% accuracy improvement on public benchmarks. code is avalaible at https://github.com/WailordHe/DenseSSM

Wei He, Kai Han, Yehui Tang, Chengcheng Wang, Yujie Yang, Tianyu Guo, Yunhe Wang• 2024

Related benchmarks

TaskDatasetResultRank
Long-context UnderstandingRULER 1000 tokens
NIAH62
14
Long-range dependency modelingLong Range Arena 100 tokens
ListOps Accuracy50
14
Long-context ReasoningLongBench 256 tokens v2
Accuracy80
14
Showing 3 of 3 rows

Other info

Follow for update