paper-with-me

홈 › Papers

Hybrid Architectures for Language Models: Systematic Analysis and Design Insights

2025-10-06 · Sangmin Bae, Bilge Acun, Chien-Yu Lin, Haroun Habeeb, Seungyeon Kim, Liang Luo, Junjie Wang, Carole-Jean Wu arxiv

Recent progress in large language models demonstrates that hybrid architectures--combining self-attention mechanisms with structured state space models like Mamba--can achieve a compelling balance between modeling quality and computational efficiency, particularly for long-context tasks. While these hybrid models show promising performance, systematic comparisons of hybridization strategies and analyses on the key factors behind their effectiveness have not been clearly shared to the community. In this work, we present a holistic evaluation of hybrid architectures based on inter-layer (sequential) or intra-layer (parallel) fusion. We comprehensively evaluate these designs across multiple dimensions: language modeling and downstream task performance, long-context capabilities, scaling analysis, and training and inference efficiency. By investigating the core characteristics of their computational primitive, we identify the most critical elements for each hybridization strategy and further propose optimal design recipes for hybrid models. Our comprehensive analysis provides practical guidance and valuable insights for developing hybrid language models, facilitating the optimization of architectural configurations.

📄 PDF Abstract BibTeX arXiv:2510.04800

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Rethinking the Role of Efficient Attention in Hybrid Architectures

2026-06-13 · Ziqing Qiao, Yinuo Xu, Chaojun Xiao, Zhou Su 외 arxiv

Modern language models increasingly adopt hybrid architectures that combine full attention with efficient attention modules, such as sliding-window attention (SWA) and recurrent sequence mixers. However, how these effici…

Exploring the Synergies of Hybrid CNNs and ViTs Architectures for Computer Vision: A survey

2024-02-05 · Haruna Yunusa, Shiyin Qin, Abdulrahman Hamman Adama Chukkol, Abdulganiyu Abdu Yusuf 외

The hybrid of Convolutional Neural Network (CNN) and Vision Transformers (ViT) architectures has emerged as a groundbreaking approach, pushing the boundaries of computer vision (CV). This comprehensive review provides a …

Survey

A Systematic Analysis of Hybrid Linear Attention

2025-07-08 · Dustin Wang, Rui-Jie Zhu, Steven Abreu, Yong Shan 외

Transformers face quadratic complexity and memory issues with long sequences, prompting the adoption of linear attention mechanisms using fixed-size hidden states. However, linear models often suffer from limited recall …

BenchmarkingLanguage ModelingLanguage Modelling

Q-PhotoNAS: Hybrid Quantum Neural Architecture Search Framework on Photonic Devices

2026-05-21 · Farah Elnakhal, Alberto Marchisio, Nouhaila Innan, Gabriel Falcao 외 arxiv

Photonic quantum computing is a promising platform for scalable quantum machine learning, but designing effective hybrid architectures remains challenging under hardware and optimization constraints. Existing approaches …

Neural Architecture SearchQuantum Machine LearningImage Classification

Where Should LoRA Go? Component-Type Placement in Hybrid Language Models

2026-04-24 · Hector Borobia, Elies Seguí-Mas, Guillermina Tormo-Carbó arxiv

Hybrid language models that interleave attention with recurrent components are increasingly competitive with pure Transformers, yet standard LoRA practice applies adapters uniformly without considering the distinct funct…